* gnus-registry.el (gnus-registry-handle-action): More debugging.
[gnus] / lisp / ChangeLog
1 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
2
3         * gnus-registry.el (gnus-registry-handle-action): More debugging.
4
5         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
6         interactively so the newsrc file can contain foreign groups too.
7         Useful for debugging but not much for users.
8
9 2011-04-07  David Engster  <dengste@eml.cc>
10
11         * registry.el (registry-usage-test): Only do
12         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
13         lexical binding.
14
15 2011-04-07  David Engster  <dengste@eml.cc>
16
17         * Makefile.in (check, test-registry): New rules for test-suite.
18
19 2011-04-06  David Engster  <dengste@eml.cc>
20
21         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
22         argument NOERROR for `require', since XEmacs 21.4 does not support it.
23
24 2011-04-06  David Engster  <dengste@eml.cc>
25
26         * registry.el (initialize-instance): Change :after to :AFTER to be
27         compatible with old EIEIO version in XEmacs.
28
29 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
30
31         * gnus-registry.el (gnus-registry-post-process-groups)
32         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
33         and provide better messaging.
34
35 2011-04-06  David Engster  <dengste@eml.cc>
36
37         * Makefile.in (fail-on-warning): New rule to compile with warnings as
38         errors.
39
40         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
41         dgnushack-compile with error-on-warn enabled, and to signal an error if
42         clean compilation failed.
43         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
44         with `byte-compile-error-on-warn'.  Return nil if errors occured.
45
46 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
47
48         * gnus-registry.el: Don't use ERT if it's not available.  Load it
49         unconditionally anyway, discarding errors.
50         (gnus-registry-delete-entries): New convenience function.
51         (gnus-registry-import-eld): Import from old .eld registry.
52
53         * registry.el: Don't use ERT if it's not available.  Load it
54         unconditionally anyway, discarding errors.
55
56         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
57         version from the Claudio Bley GnuTLS patch (extra optional parameters
58         and host name).
59
60 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
61
62         * gnus-registry.el (gnus-registry-fixup-registry): New function to
63         fixup the parameters that can be customized by the user between
64         save/read cycles.
65         (gnus-registry-read): Use it.
66         (gnus-registry-make-db): Use it.
67         (gnus-registry-spool-action, gnus-registry-handle-action): Fix
68         messaging.
69         (gnus-registry--split-fancy-with-parent-internal): Fix loop.  Map
70         references to actual group names with sender and subject tracking.
71         (gnus-registry-post-process-groups): Use `cond' for better messaging.
72         (gnus-registry-usage-test): Add subject lookup test.
73
74         * registry.el (registry-db, initialize-instance): Set up constructor
75         instead of :initform arguments for the sake of older Emacsen.
76         (registry-lookup-breaks-before-lexbind): New method to demonstrate
77         pre-lexbind merge bug.
78         (registry-usage-test): Use it.
79         (initialize-instance, registry-db): Move the non-function initforms
80         back to the class definition.
81
82 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
83
84         * registry.el: New library to manage gnus-registry-style data.
85
86         * gnus-registry.el: Use it (major rewrite).
87
88         * nnregistry.el: Use it.
89
90         * spam.el: Use it.
91
92 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
93
94         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
95         marks on non-selected articles.
96
97 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
98
99         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
100         parameter to open-protocol-stream.
101
102 2011-04-01  Julien Danjou  <julien@danjou.info>
103
104         * mm-view.el (mm-display-inline-fontify): Do not fontify with
105         fundamental-mode.
106
107 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
108
109         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
110         servers.
111
112 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
113
114         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
115         made marks not propagate, again.
116
117 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
118
119         * proto-stream.el (open-protocol-stream): Bring back `network' type.
120         Make this the default type.
121         (proto-stream-open-plain): Rename from proto-stream-open-default.
122         (open-protocol-stream, proto-stream-open-starttls)
123         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
124         with `plain'.
125
126         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
127         value.
128
129         * nntp.el (nntp-open-connection-function): Document the fact that some
130         values are not functions but are instead handled specially.  Recognize
131         nntp-open-plain-stream value.
132         (nntp-open-connection): Recognize that value.
133
134 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
135
136         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
137         where it seems to be needed.
138
139 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
140
141         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
142         stuff.
143
144         * gnus-score.el (gnus-score-string): Fix calling convention of
145         `gnus-simplify-buffer-fuzzy' after last patches.
146
147         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
148         server for articles we didn't get any headers for.  This is a sanity
149         check.
150
151 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
152
153         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
154         new CAPABILITY, use it.
155
156 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
157
158         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
159         downloading anything.
160
161         * gnus.el (gnus-splash-svg-color-symbols): Removed superfluous `and'.
162
163 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
164
165         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
166         colors.
167         (gnus-splash-svg-color-symbols): New function.
168
169 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
170
171         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
172         instead of using the global gnus-simplify-subject-fuzzy-regexp.
173         (gnus-simplify-subject-fuzzy): Use the local
174         gnus-simplify-subject-fuzzy-regex instead of the global one.  This
175         makes using this variable in group parameters work.
176
177 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
178
179         * gnus-registry.el (gnus-registry-unfollowed-groups): Add
180         "archive:sent" to the unfollowed group regex (for the recent Gnus
181         archive:sent-YYYY-MM-DD groups).
182         (gnus-registry-split-fancy-with-parent): Bail out early in sender
183         tracking if there are more than `gnus-registry-max-track-groups'
184         matches.
185
186 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
187
188         * message.el (message--yank-original-internal): New function to do the
189         insertion cleanly inside eval in `message-yank-original'.
190         (message-yank-original): Use it.
191
192 2011-03-29  Julien Danjou  <julien@danjou.info>
193
194         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
195         local variables disabled rather than `normal-mode'.
196
197 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
198
199         * imap.el (imap-shell-open, imap-process-connection-type): Use
200         imap-process-connection-type for 'shell' streams as well as
201         Kerberos, SSL, other subprocesses.
202
203 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
204
205         * proto-stream.el: Changes preparatory to merging open-protocol-stream
206         with open-network-stream.
207         (proto-stream-always-use-starttls): Option removed.
208         (open-protocol-stream): Return a process object by default.  Provide a
209         new parameter :return-list specifying a list-type return value, which
210         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
211         :type `network' to `try-starttls', and `network-only' to `default'.
212         Make `default' the default, for compatibility with open-network-stream.
213         Handle the no-parameter case exactly as open-network-stream, with no
214         additional stream processing.  Search plists using plist-get.
215         Explicitly add :end-of-commend parameter if it is missing.
216         (proto-stream-open-default): Renamed from
217         proto-stream-open-network-only.  Return 'default as the type.
218         (proto-stream-open-starttls): Rename from proto-stream-open-network.
219         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
220         failed.  Always return a list with a (possibly dead) process as the
221         first element, for compatibility with open-network-stream.
222         (proto-stream-open-tls): Use plist-get.  Always return a list.
223         (proto-stream-open-shell): Return `default' as connection type.
224         (proto-stream-capability-open): Use plist-get.
225         (proto-stream-eoc): Function deleted.
226
227         * nnimap.el (nnimap-stream, nnimap-open-connection)
228         (nnimap-open-connection-1): Handle renaming of :type parameter for
229         open-protocol-stream.
230         (nnimap-open-connection-1): Pass a :return-list parameter
231         open-protocol-stream to obtain a list return value.  Parse this list
232         using plist-get.
233
234         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
235         for open-protocol-stream.  Accept open-protocol-stream return value
236         that is a subprocess object instead of a list.  Handle the case of a
237         dead returned process.
238
239 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
240
241         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
242
243         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
244
245 2011-03-21  Julien Danjou  <julien@danjou.info>
246
247         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
248         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
249         query.
250         (mm-inline-text): Render normal text with fontification whenever
251         possible.
252
253         * gnus-sum.el (gnus-summary-save-parts-1):
254         * gnus-art.el (gnus-article-browse-html-save-cid-content)
255         (gnus-article-browse-html-parts, gnus-mime-delete-part)
256         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
257         Use `mm-handle-filename'.
258
259         * mm-util.el (mm-handle-filename): New function, return the filename of
260         an handle.
261
262 2011-03-18  Julien Danjou  <julien@danjou.info>
263
264         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
265         (gnus-buffer-live-p): Check that buffer is not nil.
266
267 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
268
269         * gnus.el: No Gnus v0.15 is released.
270
271 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
272
273         * time-date.el (format-seconds): Use assoc instead of assoc-string to
274         avoid warning on XEmacs.
275
276         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
277         on XEmacs.
278
279         * gnus-art.el: Require mouse, which the build bot seems to say is
280         needed.
281
282         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
283
284         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
285         XEmacs, since it doesn't have url-retrieve-synchronously.
286
287         * time-date.el (format-seconds): Use assoc instead of assoc-string,
288         since assoc-string doesn't exist in XEmacs.
289
290 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
291
292         * gnus-group.el (gnus-group-list-ticked): New function.
293         (gnus-group-make-menu-bar): Provide a menu entry for it.
294         (gnus-group-list-map): Provide a binding for it.
295
296 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
297
298         * shr.el (shr-visit-file): New command.
299
300         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
301
302 2011-03-17  Bjørn Mork  <bjorn@mork.no>
303
304         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
305         servers.
306
307 2011-03-16  Julien Danjou  <julien@danjou.info>
308
309         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
310         inline.
311
312         * gnus-art.el (article-hide-list-identifiers): Use
313         gnus-group-get-list-identifiers.
314
315         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
316         (gnus-summary-remove-list-identifiers): Use
317         gnus-group-get-list-identifiers to get regexp.
318         (gnus-select-newsgroup, gnus-summary-insert-subject)
319         (gnus-summary-insert-articles): Call
320         gnus-summary-remove-list-identifiers unconditionally.
321
322 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
323
324         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
325         we're selecting a group with unread articles.
326
327         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
328
329         * gssapi.el: New file separated out from imap.el to provide a general
330         Kerberos 5 connection facility for Emacs.
331
332         * message.el (message-elide-ellipsis): Document the format spec
333         ellipsis.
334
335 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
336
337         * message.el (message-elide-region): Allow the ellipsis to say how many
338         lines were removed.
339
340 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
341
342         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
343         window configurations containing buffers that are now dead.
344
345         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
346         parsing to avoid integer overflows.
347         (nnimap-parse-flags): Simplify the last change.
348         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
349         too large for 32-bit Emacsen.
350
351 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
352
353         * auth-source.el (auth-source-netrc-create):
354         * message.el (message-yank-original): Fix use of `case'.
355
356 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
357
358         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
359         XEmacs, which was one character too wide.
360
361 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
362
363         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
364         default number of articles to display.
365         (gnus-articles-to-read): Use pretty names for prompt.
366
367 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
368
369         * gnus-int.el (gnus-open-server): Ditto.
370
371         * gnus-start.el (gnus-activate-group): Give a backtrace if
372         debug-on-quit is set and the user hits `C-g'.
373         (gnus-read-active-file): Ditto.
374
375         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
376
377 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
378
379         * message.el (message-yank-original): Use cond instead of CL case.
380
381 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
382
383         * auth-source.el (auth-source-netrc-create): Use usual format for the
384         default in prompts.
385
386 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
387
388         * lpath.el: Fbind read-char-choice for XEmacs.
389
390 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
391
392         * auth-source.el (auth-source-netrc-create): Show the default in the
393         prompt when prompting for token creation.
394
395 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
396
397         * auth-source.el (auth-source-format-prompt): Always convert the value
398         to a string to avoid evaluating non-string arguments.
399         (auth-source-netrc-create): Offer default properly, not as initial
400         content in `read-string'.
401         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
402         of line to determine if we've been run before.  If so, don't run again,
403         but print a trivial message to indicate the cache was hit instead.
404
405 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
406
407         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
408         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
409         The user will have to run `gnus-sync-read' manually and wait for Cloudy
410         Gnus.
411
412 2011-03-11  Julien Danjou  <julien@danjou.info>
413
414         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
415         modified file".
416
417 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
418
419         * auth-source.el (auth-source-read-char-choice): New function to read a
420         character choice using `dropdown-list', `read-char-choice', or
421         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
422         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
423         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
424         (auth-source-netrc-saver): Use it.
425         (auth-source-pick-first-password): New convenience function.
426
427 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
428
429         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
430         parameter in the credentials.
431         (nnimap-open-connection-1): Use it after a successful login.
432         (nnimap-credentials): Add IMAP-specific user and password prompt.
433
434         * auth-source.el (auth-source-search): Add :require parameter, taking a
435         list.  Document it and the :save-function return token.  Pass :require
436         down.  Change the CREATED message from a warning to a debug statement.
437         (auth-source-search-backends): Pass :require down.
438         (auth-source-netrc-search): Pass :require down.
439         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
440         Change save prompt to indicate all modifications saved here are
441         deletions.
442         (auth-source-netrc-create): Take user login name as default in user
443         prompt.  Move all the save functionality to a lexically bound function
444         under the :save-function token in the returned list.  Set up clearer
445         default prompts for user, host, port, and secret.
446         (auth-source-netrc-saver): New function, intended to be wrapped for
447         :save-function.
448
449 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
450
451         * shr.el (shr-table-horizontal-line): Change the defaults for the table
452         lines to be spaces instead.
453
454 2011-03-07  Julien Danjou  <julien@danjou.info>
455
456         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
457         (sieve-sasl-auth): Check that auth-source-search did return something,
458         or just return an empty string.
459
460 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
461
462         * gnus.el (gnus-interactive): Use read-directory-name.
463
464         * gnus-uu.el (gnus-uu-decode-uu-and-save)
465         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
466         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
467         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
468         Likewise.
469
470         * gnus-group.el (gnus-group-make-directory-group): Likewise.
471
472 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
473
474         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
475         onto the list of killed groups, too.  This makes killed nnimap groups,
476         for instance, more reliably not reappear.
477
478         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
479         the parent.
480
481         * gnus-sum.el (gnus-update-read-articles): Fix typo.
482
483         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
484         really have server-side marks.
485
486         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
487         since most backends do not usefully have server-side marks.
488         (gnus-update-read-articles): Propagate marks to all backends that
489         really have server-side marks.
490
491 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
492
493         * message.el (message-cite-reply-position, message-cite-style):
494         New variables.
495         (message-yank-original): Use the new citation styles.
496
497 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
498
499         * message.el (message-options): Revert 22da67af (workaround for XEmacs
500         buffer-local issue); don't mark it buffer-local when running under
501         XEmacs.
502
503 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
504
505         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
506         numbers too big to be `read'.
507
508 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
509
510         * password-cache.el (password-in-cache-p): Add autoload.
511
512         * message.el (message-options): Make buffer-local two ways to attempt
513         to fix a XEmacs bug.
514
515 2011-03-02  Julien Danjou  <julien@danjou.info>
516
517         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
518
519 2011-03-01  Julien Danjou  <julien@danjou.info>
520
521         * gnus-art.el (list-identifier): Add list-identifier as a parameter
522         group.
523         (article-hide-list-identifiers): Use list-identifier group parameter.
524
525 2011-02-28  Julien Danjou  <julien@danjou.info>
526
527         * sieve.el (sieve-buffer-script-name): New local variable to store
528         sieve script name.
529         (sieve-edit-script): Store sieve script name.
530         (sieve-upload): Use sieve script name when uploading.
531         (sieve-upload): Use substitute-command-keys.
532         (sieve-edit-script): Use substitute-command-keys.
533         (sieve-refresh-scriptlist): Use substitute-command-keys.
534         (sieve-manage-mode-map): Define keymap properly.
535         (sieve-manage-mode): Do not set mode name manually, change mode-name to
536         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
537         Remove commented code about cvs.
538         (sieve-manage-quit): New function.
539         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
540
541 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
542
543         * gnus-group.el (gnus-import-other-newsrc-file): New function.
544
545 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
546
547         * auth-source.el (auth-source-search): Cache empty result sets.
548
549         * password-cache.el (password-in-cache-p): Convenience function to
550         check if a key is in the cache, even if the value is nil.
551
552         * auth-source.el (auth-source-save-behavior): New variable to replace
553         `auth-source-never-create'.
554         (auth-source-netrc-create): Use it.
555         (auth-source-never-save): Remove.
556
557 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
558
559         * nnimap.el (nnimap-stream): Doc fix.
560         (nnimap-open-connection-1): Reverse the order of the ports to that the
561         prompted-for port is first.
562
563         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
564         retrieval by the no-group selection.
565
566         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
567         numerical parameters.
568
569 2011-02-25  Julien Danjou  <julien@danjou.info>
570
571         * gnus-gravatar.el: Use gnus-with-article-buffer.
572
573         * gnus-art.el (gnus-with-article-buffer): Check that the
574         gnus-article-buffer is alive.
575
576 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
577
578         * auth-source.el (auth-source-creation-prompts): New variable to manage
579         creation-time prompts.
580         (auth-source-search): Document it.
581         (auth-source-format-prompt): Add utility function.
582         (auth-source-netrc-create): Don't default the user name to
583         user-login-name.  Use `auth-source-creation-prompts' and some default
584         prompts for user, host, port, and password (the default generic prompt
585         remains ugly).
586         (auth-source-never-save): Add customizable option to never save info.
587         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
588         mode excursion.
589
590 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
591
592         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
593         argument that XEmacs doesn't support.
594
595         * dgnushack.el (dgnushack-compile): Exclude color.el from being
596         compiled for Emacsen having no `libxml-parse-html-region' support.
597
598         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
599
600         * lpath.el: Bind buffer-save-without-query for XEmacs.
601
602 2011-02-23  Julien Danjou  <julien@danjou.info>
603
604         * gnus-art.el (article-make-date-line): Ignore errors if time is
605         invalid and not convertible.
606         (article-make-date-line): Only add lapsed time if time is not nil.
607
608 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
609
610         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
611         `read-char-choice' for backwards compatibility.
612         (auth-source-netrc-element-or-first): New function to DTRT for
613         parameter extraction.
614         (auth-source-netrc-create): Use it and fix multiple parameter print
615         bug.  Use the default passed from above (given-default) or the
616         built-in (user-login-name for :user).
617
618 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
619
620         * gnus-start.el (gnus-dribble-read-file):
621         Set buffer-save-without-query, since we always want to save the dribble
622         file, probably.
623
624         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
625         nnimap.
626
627         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
628         -summary- since it's a user-visible variable.
629
630         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
631         first time you use the new Gnus.
632
633 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
634
635         * auth-source.el: Don't load netrc.el.
636         (auth-sources): Search ~/.netrc as well by default.
637         (auth-source-debug): Add 'trivia option for extra output.
638         (auth-source-do-trivia): Use it.
639         (auth-source-search): Simplify logic to use
640         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
641         appropriate.  Don't keep a running count at this level.  Layer :create
642         and :delete options appropriately on the first and second passes.
643         Don't track the backend with the search results.
644         (auth-source-search-backends): New function to search a list of
645         backends for a processed spec.
646         (auth-source-netrc-parse): Cache all netrc files, making
647         auth-source-netrc-cache an alist keyed by the file name and using the
648         file mtime as the caching criterion.  Keep the obfuscated data secret
649         with a lexical bind.
650         (auth-source-netrc-search): Don't calculate the length of the results
651         unnecessarily.
652         (auth-source-search-backends): Fix bug.
653         (auth-source-netrc-create): Rework prompts.
654
655 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
656
657         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
658         Lower case names of search constraints.
659         (nnir-run-query): Cache and reuse search constraints for all imap
660         servers.
661
662 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
663
664         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
665         after exit.
666         (gnus-setup-message): Define missing variable from last checkin.
667
668         * gnus-sum.el (gnus-summary-show-article): When called with t as the
669         value, show the raw article.
670
671 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
672
673         * gnus.el: No Gnus v0.13 is released.
674
675 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
676
677         * nnimap.el (nnimap-open-connection-1): Revert last change, since
678         auth-source now accepts numbers.
679
680         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
681         spec, too.
682         (auth-source-ensure-strings): New function.
683
684         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
685         (gnus-article-setup-buffer): Always restart the date timer so that user
686         changes to the frequency is respected.
687
688         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
689         port numbers, so make sure it gets that if nnimap-server-port is
690         explicit.
691
692 2011-02-21  Simon Josefsson  <simon@josefsson.org>
693
694         * nnimap.el (nnimap-inbox): Doc fix.
695
696 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
697
698         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
699         Autoload.  Add optional arg FRAME, and pass it to color-values.
700         (color-complement): Caller changed.  Doc fix.
701         (color-gradient): Rewrite for better clarity and efficiency.
702
703 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
704
705         * shr-color.el (shr-color->hexadecimal): Use renamed function names
706         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
707         color-lab-to-srgb.
708
709 2011-02-20  Drew Adams  <drew.adams@oracle.com>
710
711         * color.el: First part of merge from hexrgb.el.
712         (color-rgb-to-hex): Rename from color-rgb->hex.
713         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
714         saturation to zero if the value is too small.
715         (color-rgb-to-hsl): Rename from color-rgb->hsl.
716         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
717         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
718         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
719         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
720         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
721         (color-cie-de2000): Doc fix.
722
723 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
724
725         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
726         given method as in the group name if we're using an extended method.
727         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
728         command, if we're using that, instead of waiting for the beginning.
729
730         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
731         we're sure to get unique server names, and we don't output two async
732         commands in the same buffer.  This fixes an NNTP hang for some users.
733
734 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
735
736         * gnus.el: No Gnus v0.11 is released.
737
738 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
739
740         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
741         summary buffer before reading going to the next buffer.  This avoids
742         putting the point in the group buffer if you `C-g' the command.
743
744         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
745         cache (for now) to make ~/.authinfo.gpg files usable.
746
747         * nnfolder.el (copyright-update): Define for the compiler.
748
749         * auth-source.el (auth-source-search): Fix unbound variable.
750
751 2011-02-19  Glenn Morris  <rgm@gnu.org>
752
753         * gnus.el (gnus-meta): Doc fix.
754
755 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
756
757         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
758         in case it's not yet loaded.
759
760 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
761
762         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
763         line we're waiting for.
764
765 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
766
767         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
768         face with line-width greater than zero will cause RET in gnus summary
769         buffer to scroll down article page-wise because auto vscroll happens,
770         it should be temporalily disabled when doing a scroll-up.
771
772 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
773
774         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
775         outputs from the server.
776
777 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
778
779         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
780         later so that bbdb can hook in easier.
781
782 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
783
784         * auth-source.el (auth-source-search): Don't try to create credentials
785         if the caller doesn't want that.
786         (auth-source-search): If we don't find a match, don't bug out on
787         non-bound variables.
788         (auth-source-search): Only ask a single backend to create the
789         credentials.
790
791         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
792         logging.
793         (nnimap-credentials): Protect against auth-source-search returning nil.
794         (nnimap-request-list): Protect against not being able to open the
795         server.
796
797 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
798
799         * auth-source.el (auth-source-search): Do a two-phase search, one with
800         no :create to get the responses from all backends.
801
802         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
803         when getting credentials.
804
805         * gnus-util.el (gnus-delete-duplicates): New function.
806
807 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
808
809         * nnimap.el (nnimap-credentials): Instead of picking the first port as
810         a creation default, pass the whole port list down.  It will be
811         completed.
812
813         * auth-source.el (auth-source-search): Updated docs to talk about
814         multiple creation choices.
815         (auth-source-netrc-create): Accept a list as a value (from the search
816         parameters) and do completion on that list.  Keep a separate netrc line
817         with the password obscured for showing the user.
818
819         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
820         first choice to `auth-source-search' so it will be used for entry
821         creation instead of the server's Gnus-specific name.
822         (nnimap-credentials): Rely on the auth-source library to select which
823         port is actually wanted in the new netrc entry, so don't override
824         `auth-source-creation-defaults'.
825
826         * auth-source.el (auth-source-netrc-parse): Use :port instead of
827         :protocol and accept a missing user, host, or port as a wildcard match.
828         (auth-source-debug): Default to off.
829
830         (auth-source-netrc-search, auth-source-netrc-create)
831         (auth-source-secrets-search, auth-source-secrets-create)
832         (auth-source-user-or-password, auth-source-backend, auth-sources)
833         (auth-source-backend-parse-parameters, auth-source-search): Use :port
834         instead of :protocol.
835
836         * nnimap.el (nnimap-credentials): Pass a port default to
837         `auth-source-search' in case an entry needs to be created.
838         (nnimap-open-connection-1): Use :port instead of :protocol.
839
840 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
841
842         * auth-source.el: Bind load-path when loading EIEIO from
843         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
844         21.4 doesn't support, to `require'.
845         (auth-source-secrets-search): Use mm-delete-duplicates instead of
846         delete-dups that is not available in XEmacs 21.4.
847
848 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
849
850         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
851         as EIEIO must also be loaded when auth-source.el is being
852         byte-compiled.
853
854 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
855
856         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
857
858         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
859
860         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
861
862         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
863
864         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
865
866         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
867
868         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
869
870         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
871         necessary.
872
873 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
874
875         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
876         nil means that nnimap doesn't get updated.
877
878 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
879
880         * auth-source.el (auth-source-netrc-create): Return a synthetic search
881         result when the user doesn't want to write to the file.
882         (auth-source-netrc-search): Expect a synthetic result and proceed
883         accordingly.
884         (auth-source-cache-expiry): New variable to override
885         `password-cache-expiry'.
886         (auth-source-remember): Use it.
887
888         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
889         parameter.  Create entry if necessary by using :create t.
890         (nnimap-open-connection-1): Don't pass `inhibit-create'.
891
892 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
893
894         * auth-source.el (auth-source-debug): Enable by default and don't
895         mention the obsolete `auth-source-hide-passwords'.
896         (auth-source-do-warn): New function to debug unconditionally.
897         (auth-source-do-debug): Use it.
898         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
899         and for Secrets API entries when the secrets.el library is not
900         available.
901
902 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
903
904         * gnus-sum.el (gnus-propagate-marks): Default to nil.
905         (gnus-summary-exit): Kill the correct article buffer on exit from a
906         `C-d' group.
907
908         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
909         gnus-propagate-marks.
910
911         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
912         before killing the buffers so that a non-full window conf gets handled
913         correctly.
914         (gnus-summary-exit): Ditto.
915         (gnus-summary-read-group-1): Ditto.
916
917         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
918         async code again so that we can debug it properly.
919
920         * message.el (message-reply): Take an optional switch-buffer parameter
921         so that Gnus window confs are respected better.
922
923 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
924
925         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
926         `plist-get' to accept non-list parameters (XEmacs issue).
927         Fix docstring.
928         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
929         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
930         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
931         Login collection is "Login" and not "login".
932
933 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
934
935         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
936         multiple headers.
937
938         * nnimap.el (nnimap-inhibit-logging): New variable.
939         (nnimap-log-command): Don't log login commands.
940
941         * auth-source.el (auth-source-netrc-search): The asserts seem to want
942         to have more parameters.
943
944         * nnimap.el (nnimap-send-command): Mark the command time for each
945         command, so that we don't get NOOPs stepping on our toes.
946
947         * gnus-art.el (article-date-ut): Get the date from the Date header on
948         `t'.
949
950 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
951
952         * auth-source.el (auth-source-search): Use copy-sequence instead of
953         the cl.el copy-list.
954
955 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
956
957         * imap.el: Bring it back (revert
958         84d800cd31de3064f0ed39617d725709a2f8f42f).
959
960 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
961
962         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
963         Improve prompt.
964
965 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
966
967         * gnus-art.el (gnus-article-mode-line-format): Remove the article
968         washing status from the default format.  It isn't very informative.
969
970 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
971
972         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
973         Fix Gcc processing on imap.
974
975 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
976
977         * imap.el: Remove file.  All the functionality is in nnimap.el.
978
979 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
980
981         * message.el (message-bury): Don't pop up a new window when selected
982         window is dedicated.
983
984 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
985
986         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
987
988 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
989
990         * sieve-manage.el: Autoload `auth-source-search'.
991         (sieve-sasl-auth): Use it.
992
993 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
994
995         * nnimap.el: Autoload `auth-source-forget+'.
996         (nnimap-open-connection-1): Use it if the connection fails.
997
998         * auth-source.el: Require `password-cache'.
999         (auth-source-hide-passwords, auth-source-cache): Remove and mark
1000         obsolete.
1001         (auth-source-magic): Marker for `password-cache' keys.
1002         (auth-source-do-cache): Update docstring.
1003         (auth-source-search): Use and check cache.
1004         (auth-source-forget-all-cached, auth-source-remember)
1005         (auth-source-recall, auth-source-forget, auth-source-forget+)
1006         (auth-source-specmatchp): Caching support functions.
1007         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
1008         Remove and obsolete.
1009         (auth-source-user-or-password): Remove caching to further discourage
1010         using it.  Always hide passwords.
1011
1012         * password-cache.el (password-cache-remove): Accept secrets that are
1013         not strings.
1014
1015 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1016
1017         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
1018         code for now, since it doesn't work for all users.
1019
1020 2011-02-09  Julien Danjou  <julien@danjou.info>
1021
1022         * message.el (message-options): Make message-options really buffer
1023         local.
1024
1025 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
1026
1027         * mail-source.el: Autoload `auth-source-search'.
1028         (mail-source-keyword-map): Note order matters.
1029         (mail-source-set-1): Get all the mail-source source values and
1030         defaults and search auth-source on those if needed.  This can all
1031         probably be simplified.
1032
1033         * nnimap.el: Autoload `auth-source-search'.
1034         (nnimap-credentials): Use it.
1035         (nnimap-open-connection-1): Ask for the virtual server and physical
1036         address in one shot.
1037
1038         * nntp.el: Autoload `auth-source-search'.
1039         (nntp-send-authinfo): Use it.  Note TODO.
1040
1041 2011-02-08  Julien Danjou  <julien@danjou.info>
1042
1043         * shr.el (shr-tag-body): Add support for text attribute in body
1044         markups.
1045
1046         * message.el (message-options): Make message-options a local variable.
1047
1048 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1049
1050         * auth-source.el (auth-source-secrets-search)
1051         (auth-source-user-or-password): Use `append' instead of `nconc'.
1052         (auth-source-user-or-password): Build return list better and protect
1053         against nil :secret.
1054
1055 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1056
1057         * nnimap.el (nnimap-update-info): Refactor slightly.
1058         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
1059         (nnimap-update-info): Clean up slightly.
1060         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
1061         characters.
1062         (nnimap-process-quirk): Rename function to avoid collision.
1063         (nnimap-update-info): Fix macrology bug-out.
1064         (nnimap-update-info): Simplify split history test.
1065
1066 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
1067
1068         * auth-source.el (top): Require 'eieio unconditionally.
1069         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
1070         (auth-source-secrets-search): Limit search when `max' is greater than
1071         number of results.
1072
1073 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1074
1075         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
1076         part not returning any data.
1077
1078         * proto-stream.el (open-protocol-stream): Document the return value.
1079
1080 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1081
1082         * auth-source.el (auth-source-secrets-search): Add examples.
1083
1084 2011-02-06  Julien Danjou  <julien@danjou.info>
1085
1086         * message.el (message-setup-1): Handle message-generate-headers-first
1087         set to t.
1088
1089 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1090
1091         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
1092         API with a string "secrets:collection-name" and with 'default.
1093         (auth-source-backend-parse): Parse "secrets:collection-name" and
1094         'default.  Recurse on parses instead of repeating code.  Use the
1095         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
1096         message when ignoring a source.
1097         (auth-source-search): List ignored search keys at the top level.
1098         (auth-source-netrc-create): Use `case' instead of `cond'.
1099         (auth-source-secrets-search): Created with TODOs.
1100         (auth-source-secrets-create): Created with TODOs.
1101         (auth-source-retrieve, auth-source-create, auth-source-delete)
1102         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1103         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1104         (auth-source-user-or-password-sftp)
1105         (auth-source-user-or-password-smtp): Remove.
1106         (auth-source-user-or-password): Deprecated and modified to be a wrapper
1107         around `auth-source-search'.  Not tested thoroughly.
1108
1109 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
1110
1111         * auth-source.el: Bring in assoc and eioeio libraries.
1112         (secrets-enabled): New variable to track the status of the Secrets API.
1113         (auth-source-backend): New EIOEIO class to represent a backend.
1114         (auth-source-creation-defaults): New variable to set prompt defaults
1115         during token creation (see the `auth-source-search' docstring for
1116         details).
1117         (auth-sources): Simplify to allow a simple string as a netrc backend
1118         spec.
1119         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
1120         (auth-source-backend-parse-parameters): Fill in the backend parameters.
1121         (auth-source-search): Main auth-source API entry point.
1122         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
1123         (auth-source-search-collection): Helper function for searching.
1124         (auth-source-netrc-parse, auth-source-netrc-normalize)
1125         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
1126         Supports search, create, and delete.
1127         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
1128         backend stubs.
1129         (auth-source-user-or-password): Call `auth-source-search' but it's not
1130         ready yet.
1131
1132 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1133
1134         * message.el (message-setup-1): Remove the read-only stuff, since it
1135         doesn't work under XEmacs, for some reason.
1136
1137         * gnus-sum.el (gnus-user-date): Rename back from
1138         gnus-summary-user-date since user code refers to it.
1139
1140         * shr.el (shr-render-td): Store the actual background colour used.
1141
1142         * message.el (message-setup-1): Don't bind the constant
1143         -forbidden-properties.
1144         (message-setup-1): Revert previous change, since it needs to bind the
1145         props to insert them.
1146         (message-resend): Allow removing the read-only separator line.
1147
1148 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1149
1150         * nnimap.el (nnimap-request-accept-article): Give an error message if
1151         the APPEND wasn't successful.
1152
1153 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
1154
1155         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
1156         that have no groups.
1157
1158 2011-02-03  Julien Danjou  <julien@danjou.info>
1159
1160         * gnus-draft.el: Remove progn around gnus-draft-setup.
1161
1162 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1163
1164         * gnus-start.el (gnus-read-active-for-groups): This function is never
1165         called with a nil `infos', so clean that up.
1166         (gnus-get-unread-articles): Request active files from primary/secondary
1167         methods that have no groups (yet).
1168
1169 2011-02-03  Julien Danjou  <julien@danjou.info>
1170
1171         * message.el (message-setup-1): Always generate References first.
1172         (message-mail): Return the return value of message-setup, not always t.
1173         (message-setup-1): Insert mail-header-separator with read-only and
1174         intangible properties set.
1175
1176         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
1177         user-date in docstring.
1178
1179         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
1180
1181         * gnus.el (gnus-summary-line-format): Mention &user-date format in
1182         docstring.
1183
1184         * gnus.el (gnus-user-date-format-alist): Change default value. Use
1185         defcustom, with type and group. Move from gnus-util.el. Rename to
1186         gnus-summary-user-date-format-alist.
1187
1188 2011-02-03  Glenn Morris  <rgm@gnu.org>
1189
1190         * nnimap.el (gnus-fetch-headers): Declare.
1191
1192         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
1193
1194 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1195
1196         * message.el (message-forward-make-body-digest-plain)
1197         (message-followup, message-reply): Clean up things noted by Stefan.
1198
1199         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
1200         gnus-article-update-date-headers is nil.
1201         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
1202         it didn't really work with defcustom.
1203         (article-update-date-lapsed): Make sure the window start doesn't move,
1204         either.
1205
1206 2011-02-01  Julien Danjou  <julien@danjou.info>
1207
1208         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
1209         format.
1210
1211         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
1212         standard in Emacs nowadays.
1213
1214         * color.el (color-gradient): Add a color-gradient function.
1215
1216 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1217
1218         * message.el (message-expand-name): Don't trust the return value of
1219         bbdb-complete-name.
1220         (message-check-news-header-syntax): Remove unused var `start'.
1221         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
1222         (message-inhibit-body-encoding): Move to before first use.
1223         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
1224         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
1225         (Organization, Message-ID, Date, mh-previous-window-config):
1226         Defvar the vars using dynamic scoping.
1227
1228 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1229
1230         * shr.el (shr-render-td): Only do colours at the final rendering.
1231         Should be slightly faster.
1232         (shr-insert-table): Fix up TD background colours when doing the
1233         vertical padding.
1234
1235         * gnus-art.el (article-date-ut): Protect against articles with no Date
1236         header.
1237         (article-update-date-lapsed): Don't use current-column to find the
1238         horizontal position.  It's fragile in the presence of \003 characters.
1239
1240         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
1241
1242 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1243
1244         * gnus-art.el (article-transform-date): Rewrite to still work when
1245         there are several rfc2822 parts.
1246         (article-transform-date): Fix infinite recursion.
1247         (article-date-ut): Replace infinitely many Date headers with a single
1248         one when called interactively.
1249
1250         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
1251         secure manner.
1252
1253         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
1254         move around by not using save-window-excursion.  It seems to work...
1255
1256 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1257
1258         * gnus-art.el (article-make-date-line): Work for user-defined format.
1259
1260 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1261
1262         * nntp.el (nntp-retrieve-group-data-early)
1263         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1264         fetching functions.
1265
1266         * gnus-start.el (gnus-read-active-for-groups): Read the active files
1267         thoroughly for all backends that have no known groups.  This should
1268         allow new nnml methods to retrieve mail.
1269
1270         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1271         that Gnus doesn't know exists again.
1272
1273         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1274         (gnus-treat-date-ut): Ditto.
1275         (gnus-article-update-date-header): Rename.
1276         (gnus-treat-date-local): Remove.
1277         (gnus-treat-date-english): Remove.
1278         (gnus-treat-date-lapsed): Remove.
1279         (gnus-treat-date-combined-lapsed): Remove.
1280         (gnus-treat-date-original): Remove.
1281         (gnus-treat-date-iso8601): Remove.
1282         (gnus-treat-date-user-defined): Remove.
1283         (gnus-article-date-headers): New variable to control all the date
1284         header options.
1285         (article-date-ut): Rewrite to allow using the new way to format date
1286         headers(s).
1287
1288 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1289
1290         * nnmail.el (nnmail-article-group): Check for a direct fancy split
1291         method.
1292         (nnmail-article-group): A better test for fanciness.
1293
1294         * nnimap.el (nnimap-request-head): Protect against not finding the
1295         article by Message-ID.
1296
1297 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
1298
1299         * gnus-art.el (article-update-date-lapsed): Try a better way to really
1300         keep point at the "same place".
1301
1302 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1303
1304         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1305         data if the group is unactivated.
1306
1307 2011-01-28  Julien Danjou  <julien@danjou.info>
1308
1309         * gnus-win.el: Remove dead function gnus-window-configuration-element.
1310         (gnus-all-windows-visible-p): Remove old compatibility code.
1311         (gnus-window-top-edge): Add docstring.
1312
1313         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1314
1315 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1316
1317         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1318         older request-update-info.
1319
1320         * gnus-art.el (article-make-date-line): Limit the length a bit more.
1321
1322 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
1323
1324         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1325         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1326
1327 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1328
1329         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1330         groups.  This makes the nndraft:queue group pop up if it's not already
1331         there.
1332
1333         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1334         messages" logic, which was reversed.
1335
1336         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1337         the "same place" even if point is on the line being replaced.
1338         (article-update-date-lapsed): Allow updating both the combined lapsed
1339         and the lapsed headers.
1340         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1341         (article-make-date-line): Limit the number of segments dynamically to
1342         avoid too-long lines.
1343
1344 2011-01-27  Julien Danjou  <julien@danjou.info>
1345
1346         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1347         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1348
1349 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1350
1351         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1352         Use plist-get instead of the cl function getf.
1353
1354 2011-01-27  Glenn Morris  <rgm@gnu.org>
1355
1356         * gnus-util.el (float-time): Get rid of compiler warning, again.
1357
1358 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1359
1360         * shr.el (shr-put-color): Special-case background colours: Do put them
1361         at the blank parts at the front of the lines.
1362
1363         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1364         exit hook to nix out all data on readedness on group exit.
1365
1366         * gnus-util.el (float-time): If float-time is bound, always use it on
1367         all Emacsen.  It's unclear why the subrp check was there.
1368         (time-date): Require to make some autoload issues on XEmacs go away.
1369
1370         * shr.el (shr-put-color): Don't do the box padding in tables, since
1371         they're already padded.
1372
1373 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1374
1375         * gnus-art.el (gnus-article-next-page): When the last line of the
1376         article is displayed, scroll down once more instead of going to the
1377         next article at once.
1378         (article-lapsed-string): Refactor out and allow specifying how many
1379         segments you want.
1380         (gnus-article-setup-buffer): Start updating the lapsed header directly.
1381         (gnus-article-update-lapsed-header): New variable.
1382
1383         * shr.el: Revert change that made headings use different-sized faces.
1384         The Emacs display engine isn't advanced enough that, for instance,
1385         tables can comfortably use differently-sized faces.
1386
1387 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1388
1389         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1390         used.
1391         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1392         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1393         we're using an encrypted connection.
1394
1395         * proto-stream.el: Alter the interface functions to also return the
1396         actual stream type used: network or tls.
1397
1398 2011-01-25  Julien Danjou  <julien@danjou.info>
1399
1400         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1401         (mm-display-javascript-inline): New function.
1402
1403         * mm-decode.el (mm-inline-media-tests): Add application/javascript
1404         viewing function.
1405
1406 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1407
1408         * shr.el (shr-expand-newlines): Fix variable name.
1409
1410 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1411
1412         * shr.el (shr-expand-newlines): Make nested boxes work.
1413
1414 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1415
1416         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1417         backgrounds.
1418         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1419         in a more sensible manner.
1420
1421 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1422
1423         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1424         if EPG is loaded.
1425
1426 2011-01-24  Julien Danjou  <julien@danjou.info>
1427
1428         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1429         tags.
1430
1431 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1432
1433         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1434         commands.
1435
1436         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1437         in the article buffer.
1438         (gnus-gravatar-insert): Use blank space from the current buffer to
1439         avoid breaking text properties.  This makes X-Sent updating work again.
1440
1441         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1442
1443 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
1444
1445         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1446         fix the bug in url-http.el instead.
1447
1448         * shr.el (shr-image-fetched): Ditto.
1449
1450         * shr.el (shr-image-fetched): Avoid having point move in the article
1451         buffer.
1452
1453         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1454         buffer after being called.  It's apparently being killed by url.el, and
1455         killing it made point move to end-of-buffer in a random buffer.
1456
1457         * shr.el (shr-image-fetched): Ditto.
1458
1459 2011-01-23  Julien Danjou  <julien@danjou.info>
1460
1461         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1462
1463         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1464         text/x-org.
1465
1466 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1467
1468         * gnus-sum.el (gnus-summary-move-article): Protect against backends
1469         (i.e., nnimap) returning nil as the article number.
1470
1471 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1472
1473         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1474         "DelSp" parameter in RFC3676.
1475
1476 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1477
1478         * message.el (message-check-recipients): Display the encoded version of
1479         the bogus address if they differ.
1480
1481         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1482         after sending.
1483
1484         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1485
1486         * gnus-group.el (gnus-group-refresh-group): New convenience function.
1487
1488         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1489         group buffer after sending the queue.
1490
1491         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1492
1493 2011-01-22  Julien Danjou  <julien@danjou.info>
1494
1495         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1496
1497 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1498
1499         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1500         nested related parts.
1501
1502         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1503         unexpired articles.  This fixes the regression that led expiry marks to
1504         disappear from nnfolder groups.
1505
1506 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1507
1508         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1509         Don't confuse the "ret" of "retrograde" with RET.
1510
1511 2011-01-21  Julien Danjou  <julien@danjou.info>
1512
1513         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1514         than mm-insert-inline.
1515
1516 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1517
1518         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1519         Widen article buffer.
1520
1521 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1522
1523         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1524         the temp buffer.
1525         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1526
1527 2011-01-20  Julien Danjou  <julien@danjou.info>
1528
1529         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1530
1531         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1532         than mm-insert-inline to insert inline part: this respect
1533         mm-inline-media-tests displayers.
1534
1535         * mm-view.el (mm-display-shell-script-inline): New function.
1536
1537         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1538
1539         * mm-uu.el (mm-uu-type-alist): Add org block.
1540         (mm-uu-org-src-code-block-extract): New function.
1541
1542         * mm-view.el (mm-display-org-inline): New function.
1543
1544         * mm-decode.el (mm-automatic-display): Add text/org.
1545
1546         * mailcap.el (mailcap-mime-extensions): Add .org.
1547
1548 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1549
1550         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1551         gnus-article-add-buttons.
1552
1553 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1554
1555         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1556         From header with a date and "nobody" as the sender.
1557
1558 2011-01-19  Julien Danjou  <julien@danjou.info>
1559
1560         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1561         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1562         if you have the same regexp several times.
1563         (gnus-button-push): Fix matching when regexp is symbol.
1564
1565 2011-01-15  Glenn Morris  <rgm@gnu.org>
1566
1567         * message.el (message-mail): A compose-mail function should
1568         accept headers as strings.
1569
1570 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1571
1572         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1573         Add :vert-only tags.
1574         (message-mail): New arg RETURN-ACTION.
1575         (message-return-action): New var.
1576         (message-bury): Use it.
1577         (message-mode): Make it buffer-local.
1578         (message-send-and-exit): Always call message-bury.
1579
1580         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1581         message-mail.
1582
1583 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1584
1585         * nnimap.el (nnimap-convert-partial-article): Protect against
1586         zero-length body parts.
1587
1588         * mm-decode.el (mm-preferred-alternative-precedence):
1589         Discourage showing empty parts.
1590
1591         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1592         and stuff if the backend didn't return the article number.  This fixes
1593         an Exchange-related nnimap bug.
1594
1595         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1596         group window, because it does the wrong thing when a separate frame
1597         displays the group buffer.
1598
1599         * proto-stream.el (open-protocol-stream): Protect against the low-level
1600         transport functions returning nil.
1601
1602 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1603
1604         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1605         (mml2015-epg-find-usable-secret-key): New function.
1606         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1607         mml2015-epg-find-usable-key (Bug#7797).
1608         (mml2015-epg-encrypt): Ditto.
1609
1610 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1611
1612         * dgnushack.el (rot13-string): Fix the way to get the argument.
1613
1614 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1615
1616         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1617
1618 2011-01-03  Glenn Morris  <rgm@gnu.org>
1619
1620         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1621
1622         * sieve.el (sieve-open-server): Give a more explicit error if
1623         sieve-manage-open returns nil.  (Bug#7720)
1624
1625 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1626
1627         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1628
1629 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1630
1631         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1632         This avoids sending passwords in plain text over non-encrypted
1633         channels.
1634
1635         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1636
1637         * nnimap.el (nnimap-login): Refactored out into own function, and
1638         implement CRAM-MD5.
1639         (nnimap-wait-for-line): Refactored out.
1640
1641         * mm-view.el (mml-smime): Require.
1642
1643 2010-12-20  David Engster  <deng@eml.cc>
1644
1645         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1646         use EPG to decrypt S/MIME messages instead of openssl.
1647
1648 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1649
1650         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1651
1652         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1653         status is the group clearly is unreachable.
1654
1655         * auth-source.el (auth-source-create): Add the optional second
1656         parameter to `local-variable-p' to be compatible with XEmacs.
1657
1658 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1659
1660         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1661         work when using a compressed nnml folder.
1662
1663 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1664
1665         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1666         backends after sanitising on entry, because this never makes sense:
1667         If the articles have gone missing, then the data no longer exists on
1668         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1669         overwrite anything anyway.
1670
1671         * shr.el (shr-insert-document): Bind shr-width dynamically to
1672         window-width if it's nil.
1673
1674 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1675
1676         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1677         with the meaning of using the full emacs window width for rendering.
1678
1679 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1680
1681         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1682         case when sender is not given.
1683
1684 2010-12-23  Julien Danjou  <julien@danjou.info>
1685
1686         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1687         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1688         the addresses, otherwise we might misplaced the gravatar.
1689
1690 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1691
1692         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1693         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1694         obsolete in Emacs.
1695
1696 2010-12-20  Julien Danjou  <julien@danjou.info>
1697
1698         * gnus-util.el (gnus-rescale-image): Revert last change.
1699
1700 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1701
1702         * binhex.el: Improve commentary (Bug#7482).
1703
1704 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1705
1706         * gnus-group.el (gnus-group-delete-articles): New command.
1707
1708 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1709
1710         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1711
1712 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1713
1714         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1715         here, since it's up to the backends to do CRLF removal if their
1716         protocol has it.
1717
1718         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1719
1720 2010-12-17  Julien Danjou  <julien@danjou.info>
1721
1722         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1723         they are from file. Can also scale up.
1724
1725 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1726
1727         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1728         gnus-use-agent.
1729         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1730
1731         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1732
1733 2010-12-17  Julien Danjou  <julien@danjou.info>
1734
1735         * gravatar.el (gravatar-retrieve-synchronously): New function.
1736         (gravatar-get-data): Make more robust.
1737
1738 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1739
1740         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1741
1742 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1743
1744         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1745         to really consider the last line.
1746
1747 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1748
1749         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1750         list of recipient keys, or use symmetric encryption if not a list.
1751         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1752         EPA override, replacing the call to `netrc-store-data'.
1753
1754 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1755
1756         * gnus-srvr.el: Avoid passing nil regexp argument to
1757         delete-matching-lines.
1758
1759 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1760
1761         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1762         fetching stops when Gnus exits.
1763
1764         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1765         function.
1766         (nnfolder-request-expire-articles): Save all the buffers after doing
1767         expiry.
1768
1769         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1770         the last article", since that led to serious performance regressions
1771         when expiring nnml groups.
1772
1773 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1774
1775         * nnir.el: Improve customizations.
1776
1777 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1778
1779         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1780
1781         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1782         group has been killed.
1783         (gnus-group-yank-group): Ditto.
1784
1785         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1786
1787         * nnimap.el (nnimap-request-update-group-status): New function.
1788
1789         * gnus-int.el (gnus-request-update-group-status): New interface
1790         function.
1791
1792         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1793         copying read-ness to the backends.
1794
1795         * nnimap.el (nnimap-quirk): New function.
1796         (nnimap-retrieve-group-data-early): Use it.
1797         (nnimap-quirks): New alist.
1798
1799 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1800
1801         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1802         don't delete it within indentation.
1803
1804 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1805
1806         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1807         previous line.
1808
1809 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1810
1811         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1812         QRESYNC command by deleting a superfluous space which broke Cyrus
1813         servers.  This change will break other servers that are buggy the other
1814         way around.
1815
1816 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1817
1818         * spam.el: Reindent and fix long lines.
1819         (spam-copy-or-move-routine): Exclude invalid move destinations.
1820
1821 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1822
1823         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1824         installed the registry.
1825
1826 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1827
1828         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1829
1830 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1831
1832         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1833         groupname doesn't contain "gmane".
1834
1835 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1836
1837         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1838         and netrc-bound-and-true-p bindings.
1839         (netrc-parse): Cache the netrc contents.
1840
1841         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1842         (gnus-1): Don't create the nndrafts group twice.
1843         (gnus-setup-news): There's no need to read the active file here, since
1844         that's done again later on a per-backend basis.
1845         (gnus-start-draft-setup): Make sure that the new group is started out
1846         empty.
1847
1848         * gnus-agent.el (gnus-agentize): Don't create the queue group
1849         automatically on startup.  It'll be created later, if needed.
1850
1851         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1852         of automatically subscribed groups.
1853         (gnus-auto-subscribed-categories): New variable.
1854         (gnus-matches-options-n): Use it.
1855         (gnus-default-subscribed-newsgroups): Remove unused variable.
1856         (gnus-start-draft-setup): Message a bit less.
1857
1858 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1859
1860         * nnir.el (nnir-run-imap): Return article list in order of increasing
1861         UID.
1862
1863 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1864
1865         * gnus-sum.el (gnus-summary-enter-digest-group):
1866         Mention gnus-auto-select-on-ephemeral-exit.
1867
1868         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1869         convention of the network-only option.
1870
1871 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1872
1873         * proto-stream.el (proto-stream-open-network-only): New function to
1874         have a way to specify non-STARTTLS upgrade connections.
1875
1876 2010-12-10  Julien Danjou  <julien@danjou.info>
1877
1878         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1879         email address is nil.
1880
1881         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1882
1883 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1884
1885         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1886         deletion.
1887         (nnir-run-imap): Only need to parse list once.
1888
1889 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1890
1891         * shr.el (shr-tag-script): Ignore <script>.
1892         (shr-tag-label): Add <label> support.
1893
1894 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1895
1896         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1897
1898         * shr.el (shr-image-displayer): Work for images lined side by side.
1899
1900 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1901
1902         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1903         parameter, since XEmacs doesn't accept t as a parameter.
1904
1905 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1906
1907         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1908         ids.
1909         (nnir-run-gmane): Simplify groupspec formatting.
1910         (nnir-request-expire-articles): New function.
1911
1912 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1913
1914         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1915         overflow, possibly.
1916
1917         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1918         (shr-render-td): Handle td style="" better.
1919         (shr-tag-table): Use the color from the style sheet.
1920         (shr-render-td): Make sure we copy over all the overlays, too.
1921
1922 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1923
1924         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1925         (nnir-request-article): Improve article retrieval.
1926
1927 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1928
1929         * mm-util.el (mm-extra-numeric-entities): New variable.
1930
1931         * mm-url.el (mm-url-decode-entities):
1932         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1933
1934         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1935
1936 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1937
1938         * message.el: Use completion-at-point.
1939         (message-completion-function): New fun, extracted from message-tab.
1940         (message-mode): Use it for completion-at-point-functions.
1941         (message-tab): Use it and completion-at-point.
1942
1943 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1944
1945         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1946         character if a non-breakable character follows.
1947
1948 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1949
1950         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1951         any stream.
1952
1953         * shr.el (shr-tag-font): Colorize the region.
1954         (shr-tag-body): Ditto.
1955         (shr-tag-font): Actually let the styles be inherited instead of
1956         overwriting them.
1957         (shr-tag-font): Get the background color right.
1958         (shr-tag-style): Ignore all <style> tags for the moment.
1959
1960         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1961         a Message-ID to avoid having nnimap depend on gnus-sum.
1962
1963         * shr.el (shr-descend): Only colorize something if we have a node that
1964         sets colors.
1965
1966 2010-12-06  Julien Danjou  <julien@danjou.info>
1967
1968         * shr.el (shr-render-td): Render td content with shr-descend, so style
1969         will be applied to <td> too.
1970         (shr-colorize-region): Colorize region even if we only have a background.
1971         (shr-tag-body): Fix color and background color inheritance.
1972         Do not recolorize after shr-generic.
1973         (shr-tag-font): Let shr-generic colorize via inheritance.
1974
1975 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1976
1977         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1978
1979 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1980
1981         * nnir.el (nnir-request-move-article): Remove obsolete code.
1982
1983 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1984
1985         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1986
1987 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1988
1989         * gnus-sum.el (gnus-summary-respool-article): The completion function
1990         expects a list instead of an alist.
1991
1992         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1993         string as the parameter.
1994
1995         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1996
1997         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1998         styles.
1999         (shr-colorize-region): New function.
2000         (shr-insert-background-overlay): Remove.
2001         (shr-render-td): Background setting should be taken care of on a higher
2002         level.
2003         (shr-tag-body): Use post-hoc colorizations.
2004         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
2005         (shr-put-color-1): Don't overwrite old colors.
2006         (shr-colorize-region): When the background color isn't explicit, use
2007         a fixed background.
2008
2009         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
2010         nnmail variables.
2011
2012 2010-12-05  Bjørn Mork  <bjorn@mork.no>
2013
2014         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
2015         unless necessary.
2016
2017 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
2018
2019         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
2020         server.
2021
2022 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2023
2024         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
2025         so that TAB works.
2026
2027         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
2028         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
2029
2030         * shr.el (shr-urlify): Show the URL before the title to avoid
2031         misleading URLs.
2032
2033 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
2034
2035         * shr.el (shr-urlify): Display the title in <a> tags.
2036
2037 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
2038
2039         * nnir.el (nnir-categorize): Replace mapcar with mapc.
2040
2041 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
2042
2043         * nnir.el: Rearrange code to allow macros to be autoloaded by
2044         gnus-sum.el.
2045         (nnir-retrieve-headers-override-function): Make this variable
2046         customizable.
2047         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
2048
2049         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
2050         from nnir.el.
2051
2052 2010-12-03  Julien Danjou  <julien@danjou.info>
2053
2054         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
2055
2056 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2057
2058         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
2059         allow optional argument `environment'.
2060
2061 2010-12-03  Glenn Morris  <rgm@gnu.org>
2062
2063         * mm-extern.el (message-goto-body): Update declaration.
2064
2065 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2066
2067         * gnus-util.el (gnus-macroexpand-all): New function.
2068
2069         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
2070         instead of macroexpand-all that is unavailable in XEmacs.
2071
2072 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
2073
2074         * nnir.el (nnir-summary-line-format): New variable.
2075         (nnir-mode): Use it.
2076         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
2077         (nnir-article-ids): Reimplement as defsubst.
2078         (nnir-retrieve-headers): Don't mangle the subject header.
2079         (nnir-run-imap): Use 100 as RSV score.
2080         (nnir-run-find-grep): Fix for full server searching.
2081         (nnir-run-gmane): Better restriction to gmane groups.
2082
2083         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
2084         summary buffers.
2085
2086 2010-12-02  Julien Danjou  <julien@danjou.info>
2087
2088         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
2089
2090         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
2091
2092         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
2093         support.
2094
2095 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
2096
2097         * nnir.el: Update to handle the registry better.
2098         (autoload): Silence byte-compiler.
2099         (nnir-open-server): Add a hook for nnir groups.
2100         (nnir-request-move-article): Don't mangle the header. Better to use
2101         formating variables (which will be added in the future).
2102         (nnir-registry-action): Update the registry using the original article
2103         group name.
2104         (nnir-mode): Install nnir-specific hooks for updating the registry.
2105
2106         * gnus-sum.el
2107         (gnus-article-original-subject,gnus-newsgroup-original-name):
2108         Remove obsolete variables.
2109         (gnus-summary-move-article): Remove use of obsolete variables.
2110         (gnus-summary-local-variables): Make move and delete hooks local to
2111         summary buffers.
2112
2113 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2114
2115         * rtree.el: New file.
2116
2117 2010-12-01  Julien Danjou  <julien@danjou.info>
2118
2119         * message.el (message-user-organization): Do not use
2120         gnus-local-organization.
2121
2122         * gnus.el: Remove gnus-local-organization.
2123
2124         * gnus-msg.el: Remove nastygram thing.
2125
2126 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
2127
2128         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
2129         funcall.
2130
2131 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2132
2133         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
2134         names.
2135
2136         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
2137         characters.
2138
2139         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
2140         to t of inhibit-read-only since it is inside gnus-with-article-headers.
2141         Suggested by Štěpán Němec <stepnem@gmail.com>.
2142         (gnus-gravatar-transform-address): Use mail-extract-address-components
2143         that supports non-ASCII names rather than mail-header-parse-addresses.
2144
2145 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2146
2147         * proto-stream.el (open-protocol-stream): All starttls connections are
2148         handled by the network handler.
2149
2150 2010-11-30  Julien Danjou  <julien@danjou.info>
2151
2152         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
2153         (nnimap-open-connection-1): Fix PREAUTH.
2154
2155         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
2156
2157 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2158
2159         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
2160         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
2161         (shr-insert): Use them.
2162         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
2163
2164 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2165
2166         * nnir.el (nnir-request-move-article): Bail out if original group
2167         doesn't support article moves.
2168         (nnir-get-active): Improve active list retrieval.
2169
2170 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2171
2172         * shr.el (shr-find-fill-point): Don't break before apostrophes.
2173
2174 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
2175
2176         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
2177         seem to accept strings-with-numbers as port numbers,
2178
2179 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2180
2181         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
2182         change the registry.
2183
2184 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2185
2186         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
2187         delete-dups that is not available in XEmacs 21.4.
2188
2189         * mm-util.el (mm-delete-duplicates): Add comment.
2190
2191 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
2192
2193         * nnir.el (nnir-ignored-newsgroups): New variable.
2194         (nnir-get-active): Use it.
2195
2196 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2197
2198         * proto-stream.el (proto-stream-open-network): Add some comments.
2199
2200         * nntp.el (nntp-open-connection): Provide a :success condition.
2201
2202         * nnimap.el (nnimap-open-connection-1): Ditto.
2203
2204         * proto-stream.el (proto-stream-open-network): See what the response to
2205         the STARTTLS command is.
2206
2207         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
2208         backwards compatibility).
2209         (nnimap-open-connection-1): Really respect nnimap-server-port.
2210
2211         * proto-stream.el (proto-stream-open-network): When doing opportunistic
2212         TLS upgrades we don't really care about the identity of the peer.
2213         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
2214         that what we've checked for.
2215         (proto-stream-always-use-starttls): Only default to t if
2216         open-gnutls-stream exists.
2217         (proto-stream-open-network): If STARTTLS failed, then just open a
2218         normal connection.
2219         (proto-stream-open-network): Wait until the greeting before doing
2220         STARTTLS.
2221
2222         * nntp.el (nntp-open-connection): Report what the connection error is.
2223
2224         * proto-stream.el (open-protocol-stream): Rename from
2225         open-proto-stream.
2226
2227 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2228
2229         * nnimap.el (nnimap-stream): Change default to `undecided'.
2230         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
2231         first, and then network.
2232         (nnimap-open-connection-1): Respect nnimap-server-port.
2233         (nnimap-open-connection): Be more backwards-compatible.
2234
2235         * proto-stream.el (proto-stream-always-use-starttls): New variable.
2236         (proto-stream-open-starttls): De-duplicate the starttls code.
2237         (proto-stream-open-starttls): Folded back into the main function.
2238         (proto-stream-open-network): Fix typo in the gnutls path.
2239         (proto-stream-command): Refactor out.
2240
2241         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
2242
2243         * proto-stream.el (proto-stream-open-starttls): Actually implement the
2244         starttls.el STARTTLS.
2245
2246         * color.el (color-lab->srgb): Fix function call name.
2247
2248         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
2249         if we're using tls.el.
2250         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
2251         built in, then don't try to establish a STARTTLS connection.
2252
2253         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
2254         servers.
2255
2256         * proto-stream.el (open-proto-stream): Use network, not stream.
2257         (open-proto-stream): Add a way to specify what the end of a command is.
2258
2259         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
2260         connections types.
2261         (nntp-open-network-stream): Remove.
2262         (nntp-open-ssl-stream): Remove.
2263         (nntp-open-tls-stream): Remove.
2264         (nntp-ssl-program): Remove.
2265
2266         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2267
2268 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
2269
2270         * nnir.el: Fix typos.
2271         (nnir-retrieve-headers-override-function): Rename variable to reflect
2272         new semantics.
2273         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2274         macros.
2275         (nnir-request-article, nnir-request-move-article): Use them.
2276         (nnir-categorize): New function.
2277         (nnir-run-query): Use it.
2278         (nnir-retrieve-headers): Rewrite to batch header retrieval.
2279         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2280         sorted.
2281         (nnir-group-full-name): Use gnus-group-full-name instead.
2282         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2283         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2284
2285 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2286
2287         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2288
2289         * proto-stream.el: New library to provide protocol-specific
2290         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2291         protocols.
2292         (open-proto-stream): Complete the documentation.
2293         (proto-stream-open-network): Fix some typos.
2294
2295         * nnimap.el (nnimap-open-connection): Use it.
2296
2297 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
2298
2299         * pop3.el (pop3-open-server): Read server greeting before starting TLS
2300         negotiation.
2301
2302 2010-11-26  Julien Danjou  <julien@danjou.info>
2303
2304         * color.el: Rename various rgb functions to srgb.
2305
2306 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2307
2308         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2309         names.
2310
2311 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2312
2313         * shr.el (shr-insert): Revert last change.
2314         (shr-find-fill-point): Never leave point being at bol;
2315         relax the kinsoku limitation when rendering tables.
2316
2317 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2318
2319         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2320         results from -accept-article.
2321
2322         * shr-color.el: Require cl when compiling.
2323
2324         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2325         checkin.
2326
2327         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2328
2329         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2330
2331         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2332         'add and 'delete to set backend marks.
2333
2334         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2335
2336         * nnheader.el (nnheader-update-marks-actions): Refactor out.
2337
2338         * nntp.el (nntp-request-set-mark): Use it.
2339
2340         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2341
2342         * nnml.el (nnml-request-set-mark): Ditto.
2343
2344         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2345         introduces regressions in article selection.
2346         (nnimap-find-uid-response): New function.
2347         (nnimap-request-accept-article): Use the UID returned, if any.
2348         (nnimap-request-move-article): Use the UID returned, if any.
2349         (nnimap-get-groups): Reimplement to work with folded lines.
2350         (nnimap-find-uid-response): The UID is the last element in the list.
2351         (nnimap-request-set-mark): Extend syntax with 'set.
2352
2353         * nnml.el (nnml-request-set-mark): Ditto.
2354
2355         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2356
2357         * nntp.el (nntp-request-set-mark): Ditto.
2358
2359 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2360
2361         * message.el (message-called-interactively-p): A temporary macro.
2362         (message-goto-body): Use it temporarily.
2363
2364 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2365
2366         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2367         (nnimap-last-response-string): Unfold quoted lines, if they exist.
2368         (nnimap-last-response-string): Fix last unfolding fix.
2369
2370 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2371
2372         * shr.el (shr-insert): Fix the way to fold lines.
2373
2374 2010-11-25  Julien Danjou  <julien@danjou.info>
2375
2376         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2377
2378         * color.el: Rename from color-lab.el
2379         (color-rgb->hex): Add.
2380         (color-complement): Add.
2381         (color-complement-hex): Add.
2382
2383         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2384
2385 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2386
2387         * shr-color.el (shr-color-visible): Don't bug out if the colour names
2388         don't exist.
2389
2390 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2391
2392         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2393         assuming that article displaying or another mml-preview may be
2394         interrupted for an error or for the like.
2395
2396         * shr.el (shr-get-background): Fix argument name.
2397
2398 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2399
2400         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2401
2402         * gnus-sum.el (gnus-summary-include-articles): New function.
2403
2404         * message.el (message-goto-body): called-interactively-p needs a
2405         parameter, so use `any'.
2406
2407         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2408         clear marks before moving, since they're synced from the Gnus side
2409         first.
2410
2411         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2412         (gnus-summary-move-article): Copy over all marks before moving, so that
2413         IMAP doesn't think a new article has arrived.
2414
2415 2010-11-24  Julien Danjou  <julien@danjou.info>
2416
2417         * shr.el (shr-insert-background-overlay): Fix typo.
2418         (shr-render-td): Copy the background before rendering.
2419
2420         * shr-color.el (shr-color-visible): Fix docstring.
2421
2422         * shr.el (shr-tag-table): Add bgcolor support.
2423         (shr-render-td): Add bgcolor support.
2424         (shr-get-background): Add.
2425         (shr-insert-foreground-overlay): Use shr-get-background.
2426
2427         * message.el (message-goto-body): Use called-interactively-p.
2428         (message-in-body-p): message-goto-body returns point.
2429
2430 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2431
2432         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
2433         Fixes something or other in Emacs 23, and is backwards compatible.
2434
2435         * message.el (message-goto-body): Remove the <#secure special-casing,
2436         which is too special.
2437
2438         * shr.el (shr-parse-style): Drop !important from styles.
2439
2440 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
2441
2442         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2443         this function to return incorrect results when calling it with an
2444         explicit article argument different from
2445         (gnus-summary-article-number).
2446
2447 2010-11-24  Julien Danjou  <julien@danjou.info>
2448
2449         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2450         (shr-tag-body): Add background support.
2451         (shr-descend): Add background support.
2452         (shr-tag-title): Add.
2453
2454         * shr-color.el (shr-color-visible): Really return original background
2455         if fixed.
2456
2457 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2458
2459         * shr.el (shr-color-check): Protect against non-existent colour names.
2460
2461 2010-11-24  Julien Danjou  <julien@danjou.info>
2462
2463         * color-lab.el: Require 'cl when compiling.
2464
2465         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2466
2467         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2468         matched part.
2469
2470         * color-lab.el: Fix all expt calls to use float type.
2471
2472 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2473
2474         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2475         expression to shr-color-check as is.
2476
2477         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2478
2479         * color-lab.el: Add coding cookie.
2480         (float-pi): Use eval-and-compile.
2481
2482         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
2483         compiled for Emacsen having no `libxml-parse-html-region' support.
2484
2485 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2486
2487         * shr.el (shr-insert-color-overlay): Split stuff like
2488         "#444444 !important" to find the real colour.
2489         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2490         parse <font color="red"> entries.
2491
2492 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
2493
2494         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
2495         point when parsing headers.
2496
2497         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
2498         is positioned properly when parsing headers.
2499
2500 2010-11-23  Julien Danjou  <julien@danjou.info>
2501
2502         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2503
2504         * shr-color.el (shr-color->hexadecimal): Add support for color names.
2505
2506         * shr.el (shr-parse-style): Replace \n with space in style parsing.
2507
2508         * shr-color.el (shr-color-hsl-to-rgb-fractions):
2509         Use shr-color-hue-to-rgb.
2510         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2511
2512 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2513
2514         * shr.el (shr-color->hexadecimal): Autoload.
2515         (shr-descend): Add color to all tags.
2516
2517 2010-11-22  Julien Danjou  <julien@danjou.info>
2518
2519         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2520         shr-color->hexadecimal.
2521
2522         * shr-color.el (shr-color->hexadecimal): Add converting functions for
2523         RGB() or HSL() color representation.
2524
2525         * shr.el (shr-tag-font): Add.
2526         (shr-tag-color-check): New function to get better colors.
2527         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2528         tag-span.
2529
2530         * shr-color.el: New file.
2531
2532         * color-lab.el: New file.
2533
2534         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2535
2536 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2537
2538         * nnir.el: Fix typo in comments.
2539         (nnir-run-imap): Simplify code. No need to reverse artlist.
2540         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2541
2542 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2543
2544         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2545
2546         * nnimap.el (nnimap-get-capabilities): Refactor out.
2547         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2548
2549 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2550
2551         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2552         appearing when `mm-uu-hide-markers' is nil.
2553
2554 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2555
2556         * nnimap.el (nnimap-unselect-group): Make into its own function.
2557         (nnimap-request-rename-group): Unselect group before renaming.
2558         This had gotten lost somewhere.
2559         (nnimap-request-accept-article): Keep track of examined groups, and
2560         unselect the group before APPENDing to read-only groups.
2561         (nnimap-request-move-article): Clear flags before moving so that they
2562         can be re-set later.
2563
2564 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2565
2566         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2567         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2568
2569 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2570
2571         * gnus-art.el (gnus-mime-display-single)
2572         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2573         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2574         parameter.
2575
2576 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2577
2578         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2579         (shr-table-vertical-line): New variable.
2580         (shr-insert-table): Use it.
2581
2582 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2583
2584         * gnus-html.el (gnus-html-wash-images): Don't display images if
2585         gnus-inhibit-images is non-nil; register displayer for cid images.
2586         (gnus-html-display-image): Work for cid image.
2587         (gnus-html-insert-image): Allow arguments.
2588         (gnus-html-put-image): Inhibit read-only.
2589         (gnus-html-prefetch-images): Don't prefetch images if
2590         gnus-inhibit-images is non-nil.
2591
2592 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2593
2594         * shr.el (shr-put-image): Break lines when inserting big pictures.
2595
2596 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2597
2598         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2599         sender, thanks Katsumi Yamaoka.
2600
2601 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2602
2603         * nnir.el (nnir-run-imap): Reverse the article list for each group
2604         rather than the whole list.
2605
2606 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2607
2608         * shr.el (shr-image-displayer): Protect function against non-existent
2609         image source.
2610
2611         * gnus-art.el (gnus-inhibit-images): New user option.
2612         (gnus-mime-display-single): Don't display image if it is non-nil.
2613
2614         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2615         gnus-inhibit-images.
2616
2617         * shr.el (shr-image-displayer): New function.
2618         (shr-tag-img): Use it.
2619
2620 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2621
2622         * mml2015.el (mml2015-epg-sign): Use From header.
2623
2624 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2625
2626         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2627
2628         * gnus-util.el (gnus-find-text-property-region): Return markers.
2629
2630         * shr.el (shr-tag-img): Put a displayer in the text property.
2631
2632         * gnus-util.el (gnus-find-text-property-region): New utility function.
2633
2634         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2635         (gnus-html-show-images): Remove.
2636
2637         * gnus-art.el (gnus-article-show-images): New, more general function.
2638
2639         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2640         image url text properties.
2641
2642         * shr.el: Ditto.
2643
2644         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2645         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2646
2647 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2648
2649         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2650         work for two or more articles.
2651
2652 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2653
2654         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2655         divide an image that's in an html article to two or more when washing
2656         non-ASCII characters in alt text of it.
2657
2658 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2659
2660         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2661         smime-decrypt-region using function argument.
2662         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2663
2664         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2665
2666         * smime.el (smime-decrypt-region): Catch it.
2667
2668 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2669
2670         * smime.el (smime-mode-map): Move initialization into declaration.
2671         (gnus-run-mode-hooks): Don't autoload.
2672         (smime-mode): Use define-derived-mode.
2673
2674 2010-11-11  Glenn Morris  <rgm@gnu.org>
2675
2676         * smime.el (from): Restrict declaration to XEmacs.
2677
2678         * nnir.el (gnus-group-topic-name): Autoload.
2679
2680 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2681
2682         * shr.el (shr-insert): Don't break long line if it is because of
2683         kinsoku-bol characters in the line end.
2684
2685 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2686
2687         * nnir.el (nnir-request-move-article): Fix to provide original group
2688         and subject.
2689         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2690         been retrieved.
2691
2692         * gnus-sum.el (gnus-summary-move-article): Use original group and
2693         subject for virtual articles such as those in an nnir summary buffer.
2694
2695 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2696
2697         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2698         least 21.5).
2699
2700         * smime.el (from): Declare it again for XEmacs.
2701
2702 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2703
2704         * message.el (message-resend): Don't disable encoding unless it's
2705         already encoded.
2706
2707         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2708         low-numbered articles.
2709
2710 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2711
2712         * rfc2047.el (rfc2047-syntax-table): Simplify.
2713
2714         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2715
2716         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2717         set-char-table-range for XEmacs.
2718
2719 2010-11-10  Glenn Morris  <rgm@gnu.org>
2720
2721         * time-date.el (time-to-seconds): Always an alias on Emacs,
2722         never a real function.
2723         (with-no-warnings): Remove compat stub, now unused.
2724         (time-less-p): Doc fix.
2725         (time-to-number-of-days): Simplify.
2726
2727         * smime.el (from): Remove unused declaration.
2728
2729         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2730         (gnus-float-time): On Emacs, always an alias.
2731
2732         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2733         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2734
2735 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2736
2737         * dgnushack.el: Don't use ignore-errors in the top level form since it
2738         is unavailable in XEmacs even if cl is loaded.
2739
2740         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2741
2742 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2743
2744         * shr.el (browse-url-mailto): Autoload.
2745
2746         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2747
2748         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2749         regexp doesn't need quoting.
2750
2751 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2752
2753         * message.el (message-subject-trailing-was-ask-regexp)
2754         (message-subject-trailing-was-regexp): Match was: in addition to was.
2755
2756 2010-11-09  Glenn Morris  <rgm@gnu.org>
2757
2758         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2759         (nnbabyl-check-mbox): Use point-at-bol.
2760
2761 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2762
2763         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2764
2765         * message.el (message-mailto): New function.
2766         (message-mailto): Should accept other parameters.
2767         (message-mailto): Remove since it duplicates browse-url-mailto
2768         functionality.
2769
2770 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2771
2772         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2773         methods.
2774         (gnus-read-active-file): Ditto.
2775
2776         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2777         ": " from the prompt.
2778         (gnus-group-make-group): Ditto.
2779
2780 2010-11-07  Glenn Morris  <rgm@gnu.org>
2781
2782         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2783         (gnus-bookmark-kill-line): Use point-at-eol.
2784
2785 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2786
2787         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2788         asterisks in From header.
2789
2790 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2791
2792         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2793         string to avoid making the From headers syntactically invalid.
2794
2795         * message.el (message-send-mail): Don't insert courtesy messages if the
2796         message already has List-Post and List-ID messages.
2797
2798 2010-11-06  Glenn Morris  <rgm@gnu.org>
2799
2800         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2801         `condition', `type', `length' a prefix.
2802         (gnus-treat-predicate): Update for above name changes.
2803
2804 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2805
2806         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2807         binding.  Handled by `gnus-summary-refer-thread' instead.
2808         (nnir-warp-to-article): New backend function.
2809
2810         * nnimap.el (nnimap-request-thread): Force dependency updating.
2811
2812         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2813         (gnus-summary-refer-thread): Rework to improve thread-referral.
2814
2815         * gnus-int.el (gnus-warp-to-article): New function.
2816
2817         * gnus-sum.el (gnus-summary-article-map): Bind it.
2818
2819 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2820
2821         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2822         gnus-summary-refer-thread.
2823
2824         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2825         headers.
2826         (gnus-summary-limit-include-thread): Prevent articles in thread from
2827         being cut in gnus-cut-threads.
2828         (gnus-summary-refer-thread): Limit retrieved headers to those in
2829         thread.
2830
2831 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2832
2833         * message.el (message-send-mail): Use the value of
2834         message-courtesy-message from the message buffer.
2835
2836         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2837
2838         * shr.el (shr-browse-url): Implement mailto: URLs.
2839
2840         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2841         "raw".
2842
2843         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2844         if it's already selected.
2845
2846         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2847
2848 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2849
2850         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2851         to measure the length and truncate alt text.
2852
2853 2010-11-03  Glenn Morris  <rgm@gnu.org>
2854
2855         * nndiary.el (nndiary-generate-nov-databases-1)
2856         (nndiary-generate-active-info): Rename dynamic variable `files' to
2857         something less generic.
2858
2859 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2860
2861         * nnir.el (nnir-request-move-article): Call the underlying backend to
2862         move articles from nnir.
2863
2864 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2865
2866         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2867
2868 2010-11-02  Julien Danjou  <julien@danjou.info>
2869
2870         * nnir.el: Remove wais support.
2871
2872 2010-11-02  Glenn Morris  <rgm@gnu.org>
2873
2874         * gnus-html.el: Reorder requirements to quieten compiler.
2875
2876 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2877
2878         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2879         properly for XEmacs as well.
2880         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2881         (gnus-article-natural-long-line-p): Use window-width rather than
2882         frame-width.
2883
2884 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2885
2886         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2887         (nnir-read-parms): Don't modify query.
2888         (nnir-run-query): Add ability to search topic on current line.
2889         (nnir-get-active): Clean up.
2890
2891 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2892
2893         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2894         degenerate articles.
2895
2896         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2897         (gnus-print-buffer): Just print the buffer as is, without any copying
2898         to a buffer and then re-highlighting.
2899
2900         * nnimap.el (nnimap-request-group): Store the new updated info.
2901         (nnimap-request-group): Select the group when we don't know whether it
2902         exists or not.
2903
2904         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2905         groups.
2906
2907         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2908         groups.
2909
2910         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2911         groups.
2912
2913         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2914         long-lines case by only filling the long lines.
2915
2916         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2917         (bug #7311).
2918
2919 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2920
2921         * shr.el: No need to declare `declare-function' since shr.el is for
2922         only Emacsen that provide `libxml-parse-html-region'.
2923
2924         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2925         effective only in a file it is referred to.
2926
2927 2010-11-01  Glenn Morris  <rgm@gnu.org>
2928
2929         * mm-util.el (gnus-completing-read): Autoload.
2930         (mm-read-coding-system): Simplify Emacs definition.
2931
2932         * nnmail.el (gnus-activate-group):
2933         * nnimap.el (gnutls-negotiate):
2934         * nntp.el (netrc-parse): Fix declarations.
2935
2936 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2937
2938         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2939         string-match-p in Emacs >=23.
2940
2941         * gnus-msg.el (gnus-configure-posting-styles)
2942         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2943
2944 2010-11-01  Glenn Morris  <rgm@gnu.org>
2945
2946         * nnir.el (declare-function): Add compat stub.
2947         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2948         (nnir-run-gmane): Require 'mm-url.
2949
2950         * mm-util.el (mm-string-to-multibyte): Simplify.
2951
2952         * shr.el (declare-function): Add compat stub.
2953         (url-cache-create-filename): Declare.
2954         (mm-disable-multibyte, widget-convert-button): Autoload.
2955
2956         * smime.el (ldap-search): Declare.
2957         (smime-cert-by-ldap-1): Require ldap on Emacs.
2958
2959         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2960         (nnimap-keepalive): Use gnus-float-time.
2961
2962         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2963         (mail-source-delete-crash-box): Use gnus-float-time.
2964
2965         * gnus-dired.el (gnus-completing-read): Autoload.
2966
2967         * mm-view.el (gnus-rescale-image): Autoload.
2968
2969         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2970
2971         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2972
2973         * sieve-manage.el: Require 'cl when compiling.
2974
2975         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2976         (gnus-iswitchb-completing-read): Require iswitchb.
2977         (gnus-select-frame-set-input-focus): Silence compiler.
2978
2979 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2980
2981         * message.el (message-subject-trailing-was-query): Change default to t,
2982         since I think that's what most people want.
2983
2984         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2985         appending for easier debugging.
2986         (nnimap-wait-for-connection): Take a regexp.
2987         (nnimap-request-accept-article): Wait for the continuation line before
2988         sending anything unless we're streaming.
2989
2990         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2991         leave the header washing to take place.
2992
2993 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2994
2995         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2996         regular expression match and replace in posting styles.
2997
2998 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2999
3000         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
3001         an entire server.
3002         (nnir-get-active): New function.
3003         (nnir-run-imap): Use it.
3004         (nnir-run-gmane): Who knew, gmane search returns an article score!
3005
3006         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
3007         server on the current line with nnir.
3008
3009 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3010
3011         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
3012         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
3013         left edge.
3014         (gnus-article-foldable-buffer): Skip past the prefix when determining
3015         raggedness.
3016
3017         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
3018         the raw article, and change `C-u g' to show the article without doing
3019         treatments.
3020
3021         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
3022         on to `gnus-treat-article'.
3023         (gnus-inhibit-article-treatments): New variable.
3024
3025         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
3026
3027         * gnus-art.el (gnus-treatment-function-alist): Have
3028         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
3029         (gnus-treat-fill-long-lines): Change default to fill all text/plain
3030         sections.
3031
3032         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
3033         parameter.
3034         (gnus-article-fill-cited-long-lines): New function.
3035         (gnus-article-fill-cited-article): Allow filling only long sections.
3036
3037         * shr.el (shr-find-fill-point): Don't break lines between punctuation
3038         and non-punctuation (like after the apostrophe in "'We").
3039
3040         * gnus-sum.el (gnus-summary-select-article): Make sure
3041         gnus-original-article-buffer is alive.
3042
3043         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
3044         reflect the order they're in in the digest.
3045
3046         * gnus.el (gnus-group-startup-message): Move point to the start of the
3047         buffer.
3048
3049         * nnimap.el (nnimap-capability): New function.
3050         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
3051         is set.
3052
3053 2010-10-31  David Engster  <dengste@eml.cc>
3054
3055         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
3056         conform with changes to gnus-completing-read.
3057
3058 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3059
3060         * shr.el (shr-tag-img): Output "*" instead of "[img]".
3061
3062 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3063
3064         * nnir.el: Move defvar, defcustom around to keep file organized
3065         and keep byte-compiler quiet.
3066         (nnir-read-parms): Accept search-engine as arg.
3067         (nnir-run-query): Pass search-engine as arg.
3068         (nnir-search-engine): Remove.
3069
3070 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3071
3072         * shr.el (shr-generic): The text nodes should be text, not :text.
3073
3074         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
3075         later in the file.
3076
3077 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3078
3079         * nnir.el: General clean up.  Allow searching with multiple engines.
3080         Allow separate extra-parameters for each engine.
3081         Batch queries when possible.
3082         (nnir-imap-default-search-key,nnir-method-default-engines):
3083         Add customize interface.
3084         (nnir-run-gmane): New engine.
3085         (nnir-engines): Use it.  Qualify all prompts with engine name.
3086         (nnir-search-engine): Remove global variable.
3087         (nnir-run-hyrex): Restore for now.
3088         (nnir-extra-parms,nnir-search-history): New variables.
3089         (gnus-group-make-nnir-group): Use them.
3090         (nnir-group-server): Remove in favor of gnus-group-server.
3091         (nnir-request-group): Avoid searching twice.
3092         (nnir-sort-groups-by-server): New function.
3093
3094 2010-10-30  Julien Danjou  <julien@danjou.info>
3095
3096         * gnus-group.el: Remove gnus-group-fetch-control.
3097
3098         * gnus-start.el (gnus-find-new-newsgroups):
3099         Remove gnus-check-first-time-used.
3100
3101         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
3102
3103 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3104
3105         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
3106         set on groups that don't have \* permanentflags.
3107
3108 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3109
3110         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
3111         control the background color.
3112         (shr-tag-img): Ignore very small web bug type images.
3113         (shr-put-image): Add help-echo alt texts to the images.
3114         (shr-tag-video): Show the video poster image.
3115
3116 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3117
3118         * shr.el (shr-table-depth): New variable.
3119         (shr-tag-table-1): Only insert the images after the top-level table.
3120
3121         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
3122
3123         * gnus-util.el (gnus-list-memq-of-list): New function.
3124
3125         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
3126         selected.
3127         (nnimap-unsplittable-articles): New slot.
3128         (nnimap-new-articles): Use it.
3129
3130 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
3131
3132         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
3133         move to the previous line on `M-g'.
3134
3135 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3136
3137         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
3138         *-request-group, which seems unnecessary.
3139
3140         * nnimap.el (nnimap-quote-specials): Function copied over from
3141         imap.el.
3142         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
3143         they support that.  Suggested by Tom Regner.
3144
3145 2010-10-29  Julien Danjou  <julien@danjou.info>
3146
3147         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
3148         defalias.
3149         (gnus-summary-delete-marked-with): Remove obsolete defalias.
3150
3151         * gnus.el: Remove `gnus-nntp-service' variable.
3152         (gnus-secondary-servers): Make obsolete.
3153         (gnus-nntp-server): Make obsolete.
3154
3155         * gnus-start.el (gnus-1): Remove x-splash calls.
3156
3157         * gnus-ems.el (gnus-x-splash): Remove.
3158
3159         * gnus.el (gnus-group-startup-message): Simplify/update code.
3160
3161         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
3162         definition.
3163
3164         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
3165         capability before doing anything.
3166         (gnus-group-insert-group-line): Remove useless
3167         gnus-group-remove-excess-properties.
3168
3169 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3170
3171         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
3172
3173 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3174
3175         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
3176         config after reselecting.
3177
3178 2010-10-28  Julien Danjou  <julien@danjou.info>
3179
3180         * shr.el (shr-put-image): Use point even if only inserting text.
3181         (shr-put-image): Save excursion when inserting alt text on non-graphic
3182         display, so the behaviour is the same when we are on a graphic display.
3183
3184         * nnir.el (nnir-run-swish-e): Remove hyrex support.
3185
3186 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3187
3188         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
3189         (gnus-mime-copy-part): Check coding system, not charset.
3190         (gnus-mime-view-part-externally): Never remove part.
3191         (gnus-mime-view-part-internally): Don't remove part here.
3192         (gnus-article-part-wrapper): Make sure MIME tag is visible.
3193         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
3194         multipart/alternative.
3195
3196         * mm-decode.el (mm-display-part): Take optional arg `force'.
3197
3198 2010-10-26  Julien Danjou  <julien@danjou.info>
3199
3200         * gnus-group.el (gnus-group-default-list-level): Add this function to
3201         compute the default list level.
3202         (gnus-group-default-list-level): Add possibility to use a function.
3203
3204 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3205
3206         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
3207
3208         * gnus-group.el (gnus-group-completing-read)
3209         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
3210         gnus-replace-in-string.
3211
3212 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3213
3214         * shr.el (shr-tag-div): Add.
3215
3216         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
3217
3218 2010-10-25  Julien Danjou  <julien@danjou.info>
3219
3220         * gnus-util.el: Remove `gnus-with-local-quit'.
3221
3222         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
3223
3224 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3225
3226         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
3227         the original article buffer.
3228
3229 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3230
3231         * nnimap.el (nnimap-request-head): New function.
3232         (nnimap-request-move-article): Try to be slighly faster by not
3233         requesting the entire message when moving.
3234         (nnimap-transform-headers): Don't bug out on bodiless articles.
3235         (nnimap-send-command): Have no outstanding messages if the IMAP server
3236         doesn't support streaming.
3237         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
3238
3239 2010-10-24  Julien Danjou  <julien@danjou.info>
3240
3241         * message.el (message-default-headers): Fix type.
3242
3243 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3244
3245         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
3246         prefetching images.
3247
3248         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
3249         backend for unknown groups.  This is mainly useful for nnimap groups.
3250
3251         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
3252         group isn't covered by the agent.
3253
3254 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
3255
3256         * nnir.el (nnir-method-default-engines): New variable.
3257         (nnir-run-query): Use it.
3258         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
3259         (gnus-summary-nnir-goto-thread): Change group if needed.
3260
3261         * gnus-group.el (gnus-group-group-map): Add key binding for
3262         gnus-group-make-nnir-group.
3263
3264 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3265
3266         * shr.el (shr-tag-object): Add.
3267
3268         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3269         original article buffer live.
3270         (gnus-summary-select-article-buffer):
3271         Mention gnus-widen-article-buffer.
3272
3273 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3274
3275         * shr.el (shr-tag-strong): Add.
3276
3277 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3278
3279         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3280         group names.  They mess up the group buffer badly.
3281
3282         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3283
3284         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3285         instead of the summary one.
3286
3287 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3288
3289         * mml.el (mml-preview): Work properly when editing article.
3290
3291         * gnus-start.el (gnus-read-active-file-1): Don't add method to
3292         gnus-have-read-active-file if it's already been in.
3293
3294 2010-10-22  Tom Tromey  <tromey@redhat.com>
3295
3296         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3297         gnus-group-completing-read.
3298
3299 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3300
3301         * message.el (message-mode-map): Don't bind M-; to comment region, to
3302         allow the global comment-dwim to work.
3303
3304 2010-10-21  Julien Danjou  <julien@danjou.info>
3305
3306         * message.el (message-setup-1): Allow message-default-headers to be a
3307         function.
3308
3309 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3310
3311         * shr.el (shr-tag-table): Simplify.
3312
3313 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3314
3315         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3316         to avoid trying to snarf invalid stuff.
3317
3318         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3319
3320         * gnus.el (gnus-message-archive-group): Quote value.
3321         (gnus-message-archive-group): Mark as changed.
3322
3323         * shr.el (shr-add-font): Don't put the font properties on the newline
3324         or the indentation.
3325
3326         * message.el (message-fix-before-sending): Change options when sending
3327         non-printable characters.
3328
3329         * gnus.el (gnus-message-archive-method): Change the default to
3330         monthly outgoing groups.
3331
3332         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3333         that have gotten new numbers.
3334
3335         * nnimap.el (nnimap-request-replace-article): New function.
3336
3337 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3338
3339         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3340         (nnrss-request-article): Don't use special html washing code.
3341
3342 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3343
3344         * shr.el (shr-tag-table): Remove useless nconc.
3345
3346 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3347
3348         * gnus-art.el (article-wash-html): Simplify and remove the charset
3349         stuff.  Use the normal html rendering code instead of the special html
3350         washing code.
3351
3352         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3353         `gnus-w3m' symbols.
3354         (mm-text-html-washer-alist): Remove.
3355
3356         * mm-decode.el (mm-inline-text-html-renderer): Remove.
3357         (mm-inline-media-tests): Remove use.
3358         (mm-text-html-renderer): Change default to the `shr' symbol.
3359
3360         * mm-view.el (mm-inline-text-html): Remove use.
3361
3362         * gnus-art.el (gnus-blocked-images): New function.  Allow the
3363         `gnus-blocked-images' to be a function.
3364         (gnus-article-wash-function): Remove.
3365
3366 2010-10-20  Julien Danjou  <julien@danjou.info>
3367
3368         * spam.el (spam-list-of-processors): Mark as obsolete.
3369
3370         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3371         (nnimap-insert-partial-structure): Fix boundary detection.
3372
3373 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
3374
3375         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3376         run file-truename on remote files.  This can be expensive and even
3377         prevent one from editing drafts if some unrelated buffer has a stale
3378         connection.
3379
3380 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3381
3382         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3383         kinsoku-eol regardless of shr-kinsoku-shorten.
3384         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3385         (shr-tag-table): Support caption, thead, and tfoot.
3386
3387 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3388
3389         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3390         lines.
3391         (shr-save-contents): New command and keystroke.
3392
3393         * nndoc.el (nndoc-type-alist): Add git support.
3394         (nndoc-git-type-p): New function.
3395         (nndoc-transform-git-article): Ditto.
3396         (nndoc-transform-git-headers): Ditto.
3397         (nndoc-transform-git-headers): Generate Subject headers.
3398
3399         * shr.el (shr-parse-style): New function.
3400         (shr-tag-span): Ditto.
3401
3402         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3403         to `G G' to avoid collisions.
3404
3405 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3406
3407         * shr.el: Load kinsoku if necessary.
3408         (shr-kinsoku-shorten): New internal variable.
3409         (shr-find-fill-point): Make kinsoku shorten text line if
3410         shr-kinsoku-shorten is bound to non-nil.
3411         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3412         shr-indentation too when testing if table is wider than frame width.
3413         (shr-insert-table): Use `string-width' instead of `length' to measure
3414         text width.
3415         (shr-insert-table-ruler): Make sure indentation is done at bol.
3416
3417 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3418
3419         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3420         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3421         undecoded network data.
3422
3423 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3424
3425         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3426         name in the mode line spec so that the mode line menu works
3427         (bug #2431).
3428
3429         * message.el (message-get-reply-headers): If we're fed `to-address',
3430         then always use that.
3431
3432         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3433         aren't so wide as to need to switch off the edit menu.
3434
3435         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3436         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3437
3438         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3439         `M-g'.
3440         (nnimap-update-info): Update flags/read marks even if \* isn't part of
3441         the permanent marks.
3442
3443 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
3444
3445         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3446         Splitting according to references/in-reply-to obeys the ignore-groups
3447         variable, while splitting by sender and subject do not.
3448
3449 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3450
3451         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3452         alist, so that we can look for non-Unicode chars.
3453         (article-translate-strings): Allow both character and string maps.
3454
3455 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3456
3457         * shr.el (shr-insert): Don't insert space behind a wide character
3458         categorized as kinsoku-bol, or between characters both categorized as
3459         nospace.
3460
3461 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
3462
3463         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
3464         headers to gnus-newsgroup-headers.
3465
3466 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3467
3468         * shr.el (shr-tag-img): Don't align images -- since we're not
3469         rescaling, this often leads to ugly displays.
3470
3471 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
3472
3473         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3474         duplicates.
3475
3476 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
3477
3478         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3479         call.
3480
3481 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3482
3483         * gnus.el: Autoload gnus-html-show-images.
3484
3485         * nnimap.el: Use nnheader-message throughout.
3486
3487         * shr.el (shr-tag-img): Ignore images with no data.
3488
3489 2010-10-15  Julien Danjou  <julien@danjou.info>
3490
3491         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3492         a possibility to disable format=flow encoding when using hard newlines.
3493
3494 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3495
3496         * shr.el (shr-insert): Remove space inserted before or after a
3497         breakable character or at the beginning or the end of a line.
3498         (shr-find-fill-point): Do kinsoku; find the second best point or give
3499         it up if there's no breakable point.
3500
3501 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3502
3503         * nnimap.el (nnimap-open-connection): Message when opening connection
3504         for debugging purposes.
3505
3506         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3507         on every setup buffer call to allow this to change from article to
3508         article.
3509
3510         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3511         buffers where we have a wide table.
3512
3513 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
3514
3515         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3516         uses *-request-thread.
3517
3518 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3519
3520         * nnimap.el (nnimap-open-connection): Remove %s from openssl
3521         incantation, which is no longer valid.
3522
3523 2010-10-14  Julien Danjou  <julien@danjou.info>
3524
3525         * shr.el: Fix defcustom type (char -> character).
3526
3527 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3528
3529         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3530         programs.
3531
3532 2010-10-14  Julien Danjou  <julien@danjou.info>
3533
3534         * shr.el (shr-tag-a): Use url-link as widget type.
3535
3536         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3537         `gnus-group-get-icon'.
3538
3539 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3540
3541         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3542         This should make server editing work better.
3543
3544         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3545
3546         * tls.el (tls-program): Remove spurious %s from openssl.
3547
3548         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3549         (nnimap-parse-flags): Fix regexp.
3550
3551         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3552         probably work for CJVK text, too.
3553
3554         * nnimap.el (nnimap-extend-tls-programs): Remove.
3555         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3556
3557         * tls.el (tls-starttls-switches): Remove starttls hack.
3558         (open-tls-stream): Ditto.
3559         (tls-find-starttls-argument): Ditto.
3560
3561 2010-10-13  Julien Danjou  <julien@danjou.info>
3562
3563         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3564         responses.
3565
3566 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3567
3568         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3569
3570         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3571         anything in Emacs.
3572
3573         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3574
3575 2010-10-13  Julien Danjou  <julien@danjou.info>
3576
3577         * shr.el (shr-width): Make shr-width a defcustom with default to
3578         fill-column.
3579         (shr-tag-img): Use shr-width rather than fill-column.
3580
3581 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3582
3583         * dgnushack.el (byte-optimize-apply)
3584         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3585
3586         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3587         position when (X-)Faces exist.
3588         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3589         avatars when called interactively.
3590
3591 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3592
3593         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3594         gnus-article-x-face-too-ugly is bound.
3595
3596 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3597
3598         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3599
3600         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3601         mailbox that doesn't exist.
3602
3603 2010-10-12  Julien Danjou  <julien@danjou.info>
3604
3605         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3606         (shr-get-image-data): Encode URL properly when fetching from cache.
3607         (shr-tag-img): Use aligned-to spaces to align correctly images.
3608
3609         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3610         before inserting the Gravatar.
3611
3612         * shr.el (shr-tag-img): Add align attribute support for <img>.
3613
3614 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3615
3616         * gnus-gravatar.el (gnus-art): Require.
3617
3618         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3619         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3620         Remove long obsoleted functions.
3621
3622 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3623
3624         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
3625
3626         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3627
3628         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3629         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3630         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3631         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3632         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3633         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3634         * sieve-manage.el, smime.el, spam.el:
3635         Fix comment for declare-function.
3636
3637 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3638
3639         * nnimap.el (nnimap-request-rename-group): Select group read-only
3640         before renaming it.
3641
3642         * shr.el (shr-insert): Fix up the white space only regexp.
3643
3644         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3645         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3646
3647         * shr.el (shr-current-column): New function.
3648         (shr-find-fill-point): New function.
3649
3650 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3651
3652         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3653         numbers.
3654
3655 2010-10-11  Julien Danjou  <julien@danjou.info>
3656
3657         * shr.el (shr-hr-line): Add.
3658         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3659         display hr lines.
3660         (shr-max-columns): Do not change state to nil if we just inserting
3661         spaces.
3662
3663 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3664
3665         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3666         select the last group.
3667
3668 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3669
3670         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3671
3672 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3673
3674         * dig.el (dig-mode-map): Declare and define in one step.
3675
3676 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3677
3678         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3679         for Gnus.
3680         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3681         (nnimap-update-qresync-info): Mark \Seen articles as read.
3682
3683         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3684         non-variable, too.
3685
3686         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3687         available.
3688         (nnimap-update-info): Rely more on the current active than the param
3689         active to avoid marking articles as read too much.
3690
3691         * auth-source.el (auth-source-create): Use (user-login-name) for the
3692         user name default.
3693
3694         * nnimap.el (nnimap-update-info): If the server doesn't return any
3695         useful info, just use the previous info.
3696         (nnimap-update-info): Prefer old info over start-article.
3697         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3698
3699 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3700
3701         * nnir.el (autoload): Clean up autoloads.
3702         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3703         Use key rather than value.
3704         (nnir-imap-search-other): New variable.
3705         (nnir-read-parm): Use it.
3706         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3707         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3708
3709 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3710
3711         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3712         the process, too.
3713
3714 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3715
3716         * spam.el (gnus-summary-mode-map): Bind to "$".
3717         Suggested by Russ Allbery.
3718
3719         * shr.el: Rework the way things are indented by <li> slightly.
3720
3721         * gnus.el (gnus-group-set-parameter): Fix typo.
3722
3723         * nnimap.el: Start implementing QRESYNC support.
3724
3725 2010-10-09  Julien Danjou  <julien@danjou.info>
3726
3727         * nnir.el (nnir-engines): Fix too many arguments.
3728
3729 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3730
3731         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3732         group is the "last", so that the backends like nnfolder actually save
3733         their folders.
3734
3735         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3736         try to use that for the tls stream.
3737         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3738         UIDVALIDITY and find out which groups are read-only and not.
3739         (nnimap-get-flags): Use the same marks parsing code as the rest of
3740         nnimap.
3741
3742 2010-10-09  Julien Danjou  <julien@danjou.info>
3743
3744         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3745
3746         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3747         retrieving gravatars.
3748
3749         * shr.el (shr-table-corner): Add.
3750         (shr-table-line): Add.
3751         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3752
3753 2010-10-08  Julien Danjou  <julien@danjou.info>
3754
3755         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3756
3757 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3758
3759         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3760
3761         * gnus-sum.el (gnus-mark-article-as-unread)
3762         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3763         (gnus-summary-set-bookmark): Use it.
3764
3765         * gnus-msg.el (gnus-setup-message): Use it.
3766
3767         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3768
3769         * gnus.el (gnus-group-remove-parameter): Use it.
3770
3771         * gnus-group.el (gnus-group-make-web-group): Use it.
3772
3773         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3774
3775         * nnregistry.el: Update docs to mention manual.
3776
3777         * gnus-registry.el: Update docs to mention nnregistry.el.
3778         (gnus-registry-initialize): Don't install nnregistry refer method
3779         automatically.
3780         (gnus-registry-install-nnregistry): Remove it.
3781
3782 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3783
3784         * shr.el (shr-insert): Don't insert double spaces.
3785
3786 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3787
3788         * gnus-gravatar.el (gnus-treat-from-gravatar)
3789         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3790         called interactively.
3791
3792         * gnus-art.el (gnus-mime-view-part-externally)
3793         (gnus-mime-view-part-internally): Make predicate function passed to
3794         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3795         of a mime type.
3796
3797         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3798
3799 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3800
3801         * shr.el (require): Require cl when compiling.
3802         (shr-tag-hr): New function.
3803
3804         * nnimap.el (nnimap-update-info): Remove double setting of high.
3805         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3806         This makes nnimap work properly on Courier again.
3807
3808         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3809         the variable for backwards compatibility.
3810
3811         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3812         the file name before using to avoid setting mm-default-directory to
3813         nil.
3814
3815         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3816         bidning gnus-agent variables.
3817
3818         * shr.el (shr-render-td): Use a cache for the table rendering function
3819         to avoid getting an exponential rendering behaviour in nested tables.
3820         (shr-insert): Rework the line-breaking algorithm.
3821         (shr-insert): Don't leave trailing spaces.
3822         (shr-insert-table): Also insert empty TDs.
3823         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3824
3825 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3826
3827         * gnus-sum.el (gnus-number): Rename from `number'.
3828         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3829         (gnus-summary-limit-children): Update uses correspondingly.
3830
3831 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3832
3833         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3834         (gnus-gravatar-transform-address): Don't show avatars of people of
3835         which mail addresses match gnus-gravatar-too-ugly.
3836
3837 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3838
3839         * shr.el (shr-table-widths): Expand TD elements to fill available
3840         space.
3841
3842 2010-10-07  Julien Danjou  <julien@danjou.info>
3843
3844         * nnimap.el (nnimap-request-rename-group): Add this method.
3845
3846 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3847
3848         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3849         name from XEmacs' function-arglist.
3850
3851         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3852         gravatar under XEmacs.
3853
3854 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3855
3856         * auth-source.el: Update docs with TODO items.
3857
3858         * gnus-sync.el: Update docs to explain state and plans.
3859
3860         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3861         Hooks for mark updates.
3862         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3863
3864         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3865         hooks with arguments, which is needed for mark update hooks.
3866
3867 2010-10-06  Julien Danjou  <julien@danjou.info>
3868
3869         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3870         was matched.
3871
3872         * sieve-manage.el: Update example in `Commentary'.
3873
3874         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3875
3876         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3877         not 2000.
3878         (sieve-manage-authenticate): Re-add function.
3879
3880 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3881
3882         * shr.el (shr-insert): Get 'space transition right.
3883         (shr-render-td): Only delete space at the end of the TD.
3884
3885         * nnimap.el (nnimap-open-connection): Prepare to support
3886         open-gnutls-stream.
3887
3888         * shr.el: Rearrange function order to be more logical.
3889
3890 2010-10-06  Julien Danjou  <julien@danjou.info>
3891
3892         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3893         (nnrss-discover-feed): Remove 404 URL in docstring.
3894
3895         * nnir.el: Fix Swish-E URL.
3896         Fix Namazu URL.
3897
3898         * message.el (message-change-subject): Remove 404 URL in a comment.
3899
3900 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3901
3902         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3903         called interactively.
3904
3905         * gnus-util.el (gnus-remove-if): Allow hash table.
3906         (gnus-remove-if-not): New function.
3907
3908         * gnus-art.el (gnus-mime-view-part-as-type)
3909         * gnus-score.el (gnus-summary-score-effect)
3910         * gnus-sum.el (gnus-read-move-group-name):
3911         Replace remove-if-not with gnus-remove-if-not.
3912
3913         * gnus-group.el (gnus-group-completing-read):
3914         Regard collection as a hash table if it is not a list.
3915
3916 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3917
3918         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3919
3920         * shr.el: Document the table-rendering algorithm.
3921
3922 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3923
3924         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3925         for Emacsen having no `libxml-parse-html-region' support.
3926
3927 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3928
3929         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3930         invalid URLs.
3931
3932         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3933         line-broken.
3934         (shr-tag-img): Ignore image fetching errors.
3935         (shr-overlays-in-region): Compute overlay positions correctly.
3936
3937         * mm-decode.el (mm-shr): Require shr.
3938
3939         * gnus-art.el (gnus-blocked-images): Move variable here.
3940
3941         * shr.el (shr-insert-table): Bind free variable.
3942
3943         * mm-decode.el (mm-shr): Bind shr-content-function.
3944
3945         * shr.el (shr-content-function): New variable.
3946
3947         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3948         added for symmetry.
3949
3950         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3951
3952         * gnus-group.el (gnus-group-make-group): Doc fix.
3953
3954         * nnimap.el (nnimap-request-newgroups): Return success.
3955
3956         * shr.el (shr-find-elements): New function.
3957         (shr-tag-table): Put all the images after the table.
3958         (shr-tag-table): Really inhibit images inside the table.
3959         (shr-collect-overlays): Copy over overlays from the TD elements to the
3960         main document.
3961
3962         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3963         gnus-blocked-images.
3964
3965 2010-10-05  Julien Danjou  <julien@danjou.info>
3966
3967         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3968
3969         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3970         (gnus-html-maximum-image-size): Add this function.
3971         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3972
3973         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3974         server-value of the capability is nil.
3975
3976 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3977
3978         * shr.el (shr-tag-em): Add <EM> tag.
3979
3980 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3981
3982         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3983         customizable.
3984
3985         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3986         handing broken links to browse-url.
3987
3988 2010-10-05  Julien Danjou  <julien@danjou.info>
3989
3990         * gnus-util.el (gnus-emacs-completing-read)
3991         (gnus-iswitchb-completing-read): Use autoload rather than require.
3992
3993 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3994
3995         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3996         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3997         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3998         iswitchb-temp-buflist for XEmacs.
3999
4000         * gnus-util.el (gnus-completing-read-function): Exclude
4001         gnus-icompleting-read and gnus-ido-completing-read from candidates for
4002         XEmacs since iswitchb.el is very old and ido.el is unavailable in
4003         XEmacs.
4004
4005         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
4006         not to use `delete-dups' that is unavailable in XEmacs 21.4.
4007
4008         * gnus-html.el: Don't require help-fns under XEmacs.
4009         (gnus-html-schedule-image-fetching): Work for XEmacs.
4010
4011         * mm-decode.el (mm-shr): Decode contents by charset.
4012
4013 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4014
4015         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
4016         unknown.
4017
4018         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
4019         (shr-get-image-data): Ensure against the cache file missing.
4020
4021         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
4022         for data.
4023
4024         * spam-report.el (spam-report-url-ping-plain): Don't query about
4025         killing the process.
4026
4027         * shr.el (shr-render-td): Protect against too-wide text.
4028
4029 2010-10-04  Julien Danjou  <julien@danjou.info>
4030
4031         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
4032         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
4033
4034         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
4035         retrieved.
4036
4037 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4038
4039         * shr.el (browse-url): Require.
4040         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
4041         lines.
4042         (shr-show-alt-text, shr-browse-image): New commands.
4043         (shr-browse-url, shr-copy-url): New commands.
4044
4045         * gnus-sum.el (gnus-widen-article-window): New variable.
4046         (gnus-summary-select-article-buffer): Use it.
4047
4048         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
4049         without @ signs.
4050
4051 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4052
4053         * nnir.el (nnir-run-imap): Remove spurious space in search string.
4054
4055 2010-10-04  Julien Danjou  <julien@danjou.info>
4056
4057         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
4058         for XEmacs.
4059
4060 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4061
4062         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
4063
4064         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
4065         (nnimap-close-server): Implement.
4066
4067         * dgnushack.el (iswitchb): Require to shut up the compiler.
4068
4069         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
4070         (shr-insert): Tweak line breaking.
4071         (shr-insert): Handle <pre> better.
4072         (shr-tag-li): Get <li> indentation right.
4073         (shr-tag-li): Get <li> indentation even righter.
4074         (shr-tag-blockquote): Ensure paragraph start.
4075         (shr-make-table): Tweak table generation.
4076         (shr-make-table): Fix typo.
4077
4078         * shr.el: Implement table rendering.
4079
4080 2010-10-04  Julien Danjou  <julien@danjou.info>
4081
4082         * gnus-html.el (gnus-html-put-image): Fix resize image code.
4083
4084 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4085
4086         * shr.el (shr-insert): Use string anchors instead of line anchors.
4087
4088 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4089
4090         * shr.el: Add headings.
4091         (shr-ensure-paragraph): Actually work.
4092         (shr-tag-li): Make <ul> prettier.
4093         (shr-insert): Get white space at the beginning/end of elements right.
4094         (shr-tag-p): Collapse subsequent <p>s.
4095         (shr-ensure-paragraph): Don't insert double line feeds after blank
4096         lines.
4097         (shr-insert): \t is also space.
4098         (shr-tag-s): Fix "s" tag name function.
4099         (shr-tag-s): Fix face prop name.
4100
4101 2010-10-03  Julien Danjou  <julien@danjou.info>
4102
4103         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
4104
4105         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
4106         gnus-window-inside-pixel-edges.
4107
4108         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
4109         gnus-ems.
4110
4111         * mm-view.el (mm-inline-image-emacs): Support image resizing.
4112
4113         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
4114         function.
4115
4116         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
4117         resize choice.
4118
4119 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4120
4121         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
4122         beginning of the buffer.
4123
4124         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
4125         article buffer again.
4126
4127         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
4128
4129         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
4130         when it's at the start of the buffer.
4131
4132         * shr.el (shr-tag-blockquote): Convert name.
4133         (shr-rescale-image): Use the right image-size variant.
4134
4135         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
4136         buffer isn't shown, then select the current article first instead of
4137         bugging out.
4138         (gnus-summary-select-article-buffer): Show both the article and summary
4139         buffers again.
4140
4141         * shr.el (shr-fontize-cont): Protect against regions with no text.
4142         Rename tag functions to shr-tag-* for enhanced security.
4143         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
4144
4145 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
4146
4147         * shr.el (shr-insert):
4148         * pop3.el (pop3-movemail):
4149         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
4150         loaded.
4151
4152 2010-10-03  Glenn Morris  <rgm@gnu.org>
4153
4154         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
4155
4156         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
4157
4158         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
4159
4160         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
4161
4162         * gnus-util.el (gnus-make-local-hook): Simplify.
4163
4164 2010-10-02  Julien Danjou  <julien@danjou.info>
4165
4166         * gnus-util.el (gnus-iswitchb-completing-read): New function.
4167         (gnus-ido-completing-read): New function.
4168         (gnus-emacs-completing-read): New function.
4169         (gnus-completing-read): Use gnus-completing-read-function.
4170         Add gnus-completing-read-function.
4171
4172 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4173
4174         * shr.el (shr-insert-document): Autoload.
4175         (shr-img): Be silent.
4176         (shr-insert): Add a newline after every picture before text.
4177         (shr-add-font): Use overlays for combining faces.
4178         (shr-insert): Pass upwards the text start point.
4179
4180         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
4181         possible.
4182         (mm-shr): New function.
4183
4184 2010-10-02  Julien Danjou  <julien@danjou.info>
4185
4186         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
4187         should go backward.
4188
4189 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
4190
4191         * shr.el (shr): Fix typo in provide call.
4192
4193 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4194
4195         * shr.el: New file.
4196
4197         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
4198
4199         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
4200         completing read.
4201
4202 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4203
4204         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
4205         we're being queried about.  Suggested by Dan Jacobson.
4206
4207         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
4208         Suggested by Jason Eisner.
4209
4210         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
4211         table, too.  Suggested by Stefan Wiens.
4212         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
4213         the table unnecessary.  Suggested by Stefan Wiens.
4214
4215         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
4216         longer needed, and probably doesn't work either, as pointed out by
4217         Stefan Wiens.
4218         (gnus-summary-exit): Remove call to the clearing function.
4219         (gnus-summary-exit-no-update): Ditto.
4220
4221         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
4222         instead of gnus-eval-in-buffer-window to avoid popping up frames.
4223         Reported by Stefan Monnier.
4224         (gnus-summary-save-in-rmail): Ditto.
4225
4226         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
4227         article buffer, instead of both the article buffer and the summary
4228         buffer.  Sort of suggested by Dan Jacobson.
4229
4230         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
4231
4232         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
4233         Suggested by Dan Jacobson.
4234
4235         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
4236         documentation clearer.
4237
4238         * message.el (message-shorten-references): Comment on the number "21".
4239         Suggested by Stefan Monnier.
4240
4241         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
4242         Suggested by Dan Jacobson.
4243
4244         * gnus.el (gnus-large-newsgroup):
4245         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
4246
4247         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
4248         externalize attachments.  Bug reported by Steve Wen.
4249
4250         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
4251         really message anything to the user.
4252
4253         * nnmail.el (nnmail-article-group): Allow using the fancy split method
4254         directly.
4255
4256         * nnimap.el (nnimap-request-group): Low higher than high to signal no
4257         messages in empty groups.
4258
4259 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
4260
4261         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
4262         non-UIDNEXT group.
4263
4264 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4265
4266         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
4267         not the value from the collection.
4268
4269         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
4270         values.  This sometimes happens on some groups that have no info.
4271         (nnimap-request-newgroups): New function.
4272
4273 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
4274
4275         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4276         check into `gnus-registry-initialize'.
4277         (gnus-registry-initialize): Ditto.
4278         Fix and extend header docs.
4279
4280 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4281
4282         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4283         regexp backtrace overflows.
4284
4285         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4286         for starttls that tls.el implements; i.e. openssl.
4287
4288         * tls.el (tls-starttls-switches): Give up on using starttls with
4289         gnutls-cli.
4290         (tls-program): Add --insecure to be consistent with the defaults from
4291         openssl s_client.  Now all three commands are insecure.
4292
4293 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4294
4295         * lpath.el: Bind completion-styles-alist for XEmacs.
4296
4297         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4298         (gravatar-create-image): New function that's an alias to
4299         gnus-xmas-create-image, gnus-create-image, or create-image.
4300         (gravatar-data->image): Use it.
4301
4302 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
4303
4304         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4305         install the nnregistry refer method.
4306         (gnus-registry-install-hooks): Use it.
4307         (gnus-registry-unfollowed-groups): Add nnmairix to the default
4308         unfollowed groups.
4309
4310 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
4311
4312         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4313         expanding threads.
4314
4315 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4316
4317         * nnir.el: Use the server names without suffixes (bug #7009).
4318
4319         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4320         unencrypted to STARTTLS, if possible.
4321
4322 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4323
4324         * message.el (message-ignored-supersedes-headers): Strip Injection-*
4325         headers before superseding.
4326
4327 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4328
4329         * nnrss.el (nnrss-use-local): Add documentation.
4330
4331         * nnimap.el (nnimap-extend-tls-programs): New function.
4332         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4333         (nnimap-wait-for-connection): Accept the greeting from the stupid
4334         output from openssl s_client -starttls, too.
4335
4336         * tls.el (tls-starttls-switches): New variable.
4337         (tls-find-starttls-argument): Use it.
4338         (open-tls-stream): Ditto.
4339
4340         * netrc.el (netrc-credentials): Return the value of the "default" entry.
4341         (netrc-machine): Ditto.
4342
4343         * nnimap.el (nnimap-find-article-by-message-id): Really return the
4344         article number.
4345         (nnimap-split-fancy): New variable.
4346         (nnimap-split-incoming-mail): Use it.
4347
4348         * nntp.el (nntp-server-list-active-group): Document.
4349
4350         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4351         SELECT to get the message-id.
4352
4353         * mail-source.el (mail-sources): Remove webmail support.
4354         (defvar): Ditto.
4355         (mail-source-fetcher-alist): Ditto.
4356         (mail-source-fetch-webmail): Remove.
4357
4358         * webmail.el: Remove -- doesn't seem relevant any more.
4359
4360         * gnus.el: Fix up make-obsolete-variable declarations throughout.
4361
4362         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4363         the \r.
4364
4365 2010-09-30  Julien Danjou  <julien@danjou.info>
4366
4367         * gnus-agent.el (gnus-agent-add-group): Fix call to
4368         gnus-completing-read.
4369
4370 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4371
4372         * nndoc.el (nndoc-retrieve-groups): New function.
4373
4374         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4375         `default', use nnmail-split-methods.
4376         (nnimap-request-article): Downcase the NILs so that they are nil.
4377
4378         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4379         symbol.
4380
4381         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4382         code, since if the user has requested network, that's what they ought
4383         to get.
4384         (nnimap-request-set-mark): Erase the buffer before issuing commands.
4385         (nnimap-split-rule): Mark as obsolete.
4386
4387         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4388         New variable.
4389
4390         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4391         correct slot, too.
4392
4393 2010-09-29  Julien Danjou  <julien@danjou.info>
4394
4395         * gnus.el (gnus-local-domain): Declare variable obsolete.
4396
4397         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4398         Fix history computing.
4399         (gnus-ido-completing-read): Require ido.
4400
4401 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4402
4403         * gnus-registry.el: Don't prompt on load, which makes it impossible to
4404         build Gnus.
4405
4406         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4407         when interpreting the structures.
4408         (nnimap-request-accept-article): Add \r\n to the lines to make this
4409         work with Cyrus.
4410
4411         * nndraft.el (nndraft-request-expire-articles): Use the group name
4412         instead if "nndraft".  Fix found by Nils Ackermann.
4413
4414 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
4415
4416         * nnregistry.el: Add.
4417
4418 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4419
4420         * nnmail.el (group, group-art-list, group-art):
4421         Remove unneeded directives.
4422
4423 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4424
4425         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4426         (mm-mime-charset)
4427         * rfc2047.el (rfc2047-syntax-table)
4428         * utf7.el (utf7-utf-16-coding-system): Comment fix.
4429
4430         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4431         rather than `insert-file-contents' and `eval-region'.
4432
4433         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
4434         construction.
4435
4436         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
4437
4438         * time-date.el: No need to require cl for Emacs 21.
4439
4440 2010-09-29  Julien Danjou  <julien@danjou.info>
4441
4442         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4443         replacement of `gnus-gravatar-relief' to mimic
4444         `gnus-faces-properties-alist'.
4445         Add :version property.
4446
4447 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4448
4449         * mail-source.el (mail-source-report-new-mail)
4450         * message.el (message-default-mail-headers)
4451         * mm-decode.el (mm-valid-image-format-p): Comment fix.
4452
4453         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4454
4455 2010-09-28  Julien Danjou  <julien@danjou.info>
4456
4457         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4458         mail-address contains the same string as real-name.
4459
4460         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4461         non-blank in header, otherwise it'll get stripped.
4462
4463         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4464         real-name, and then for mail address rather than doing : or , search.
4465
4466 2010-09-27  Julien Danjou  <julien@danjou.info>
4467
4468         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4469         right completing-read function.
4470         (gnus-use-ido): New variable
4471         (gnus-completing-read-with-default): Remove.
4472         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4473         (gnus-agent-add-group):
4474         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4475         * mm-view.el (mm-view-pkcs7-decrypt):
4476         * mm-util.el (mm-codepage-setup):
4477         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4478         * mml-smime.el (mml-smime-openssl-sign-query):
4479         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4480         (mml-insert-multipart):
4481         * gnus-msg.el (gnus-summary-yank-message):
4482         * gnus-int.el (gnus-start-news-server):
4483         * mm-decode.el (mm-interactively-view-part):
4484         * gnus-dired.el (gnus-dired-attach):
4485         * gnus.el (gnus-read-method):
4486         * gnus-bookmark.el (gnus-bookmark-jump):
4487         * gnus-art.el (gnus-mime-view-part-as-type)
4488         (gnus-mime-action-on-part, gnus-article-encrypt-body):
4489         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4490         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4491         * nnmairix.el (nnmairix-create-server-and-default-group)
4492         (nnmairix-update-groups, nnmairix-get-server)
4493         (nnmairix-backend-to-server, nnmairix-goto-original-article)
4494         (nnmairix-get-group-from-file-path):
4495         * nnrss.el (nnrss-find-rss-via-syndic8):
4496         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4497         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4498         (gnus-group-browse-foreign-server):
4499         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4500         (gnus-summary-execute-command, gnus-summary-respool-article)
4501         (gnus-read-move-group-name):
4502         * gnus-score.el (gnus-summary-increase-score)
4503         (gnus-summary-score-effect):
4504         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4505
4506 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4507
4508         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
4509         x-focus-frame.
4510
4511         * nnimap.el (auth-source-forget-user-or-password)
4512         (auth-source-user-or-password): Autoload.
4513
4514         * message.el (message-from-style, message-interactive)
4515         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4516         (message-yank-prefix, message-indentation-spaces, message-signature)
4517         (message-signature-file): Add comment.
4518
4519 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4520
4521         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4522         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4523         new articles.
4524
4525         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4526         parts.
4527         (nnimap-request-article): Work with the t setting, too.
4528
4529         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4530         that you don't get flashes of other buffers.
4531         (gnus-summary-show-complete-article): Intern before setting.
4532
4533 2010-09-27  David Engster  <dengste@eml.cc>
4534
4535         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4536         well as HEADERS.
4537         (nnmairix-retrieve-headers): Provide new argument for the above.
4538
4539 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4540
4541         * gnus-sum.el (gnus-summary-move-article): Don't alter
4542         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4543         group.
4544
4545         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4546
4547         * message.el (message-cite-prefix-regexp): Revert my last edit.
4548
4549         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4550         variable instead of the Gnus variable.
4551
4552         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4553
4554         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4555
4556         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4557         since some servers don't like it.
4558         (nnimap-open-connection): Forget credentials if the server says the
4559         password was wrong.
4560         (nnimap-parse-line): Protect against invalid data.
4561
4562         * gnus-sum.el (gnus-summary-move-article): Add comment.
4563         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4564         nothing alters it while scanning for new messages.
4565
4566         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4567         which may or may not help.
4568         (nnimap-open-connection): If we're doing a stream connection, and then
4569         discover we're on a STARTTLS-capable server, then open a STARTTLS
4570         connection instead.
4571
4572 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4573
4574         * nnimap.el (utf7): Require.
4575
4576         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4577         prefix.
4578
4579 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4580
4581         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4582
4583 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4584
4585         * nnimap.el (nnimap-request-accept-article): Message the error on
4586         error.
4587
4588 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4589
4590         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4591
4592 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4593
4594         * nndoc.el (nndoc-request-list): Return success always.
4595
4596         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4597         `fetch-old' -- we only want to fetch the articles we've requested.
4598         The rest are in the agent, probably.
4599         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4600         disappeared server" to something low.  It's not important.
4601
4602         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4603         arrived before the FETCH data.
4604
4605         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4606         target here, because we don't know the Gnus name of the group.
4607
4608         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4609         for the correct group.
4610
4611         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4612
4613         * gnus.el (gnus): Give a final warning after startup.
4614
4615         * gnus-util.el (gnus-action-message-log): New variable.
4616         (gnus-message): Use it.
4617         (gnus-final-warning): New function.
4618
4619         * nnimap.el (nnimap-open-connection): Record the greeting.
4620         (nnimap): Add greeting.
4621
4622 2010-09-26  Julien Danjou  <julien@danjou.info>
4623
4624         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4625         arguments.
4626         (gnus-html-wash-images): Fix spec computing to include start/end.
4627
4628         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4629
4630 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4631
4632         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4633         deletion.
4634         (nnimap-retrieve-headers): Don't select the group, because that's
4635         already done by nnimap-possibly-change-group.
4636
4637         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4638         (gnus-picon-transform-address): Use it.
4639
4640         * mail-source.el (mail-source-value): Revert previous patch.
4641
4642         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4643         on failure.
4644         (nnimap-open-connection): Look up both virtual and physical server name
4645         credentials.
4646
4647         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4648
4649 2009-02-07  Dave Love  <fx@gnu.org>
4650
4651         * tls.el (open-tls-stream): Don't query killing process.
4652
4653 2009-02-08  Dave Love  <fx@gnu.org>
4654
4655         * gnus-win.el (gnus-window-to-buffer-helper)
4656         (gnus-all-windows-visible-p): Function needn't be a symbol.
4657
4658         * mail-source.el (mail-source-value): Function needn't be a symbol.
4659
4660 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4661
4662         * message.el (message-cite-prefix-regexp): Remove } from the cite
4663         prefix.
4664
4665         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4666         highlight again, so that the highlight is correct.
4667
4668         * gnus-picon.el (gnus-picon): Remove again.
4669         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4670
4671         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4672         doing the header highlightling, so that the background colour of the
4673         picon is correct.
4674
4675         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4676         (gnus-picon): Ditto.
4677         (gnus-picon): Reinstate.  The background colour for picons is white.
4678         (gnus-picon-insert-glyph): Make the background white.
4679
4680         * nnml.el (nnml-open-nov): Don't return dead buffers.
4681
4682         * auth-source.el (auth-source-create): Query the user for whether to
4683         store the credentials.
4684
4685         * netrc.el (netrc-store-data): New function.
4686
4687         * auth-source.el (auth-source-user-or-password): Use the existing auth
4688         sources, if any, for creation.
4689
4690         * gnus.el (gnus-group-fast-parameter): Return the last matching
4691         parameter instead of the first matching parameter.
4692
4693 2010-09-26  Julien Danjou  <julien@danjou.info>
4694
4695         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4696
4697 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4698
4699         * mml2015.el (mml2015-use): Remove gpg support.
4700
4701         * mml1991.el (mml1991-function-alist): Remove gpg function.
4702         (mml1991-gpg-sign): Remove.
4703
4704 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4705
4706         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4707         (gnus-browse-unsubscribe-current-group): Document it.
4708         (gnus-browse-unsubscribe-group): Use it.
4709
4710 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4711
4712         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4713         address to the To list for easier response.
4714
4715         * gnus.el (gnus-play-startup-jingle): Remove.
4716         (gnus-splash): Don't play jingle.
4717         (gnus): Silence gnus-load message.
4718
4719         * gnus-art.el (gnus-treat-play-sounds): Remove.
4720
4721         * gnus.el (gnus-play-jingle): Remove audio support.
4722
4723         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4724
4725         * earcon.el: Remove -- no users.
4726
4727         * gnus-audio.el: Remove -- no users of this package.
4728
4729         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4730
4731         * gnus-start.el (gnus-setup-news): Remove nocem support.
4732
4733         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4734
4735         * gnus.el (gnus-use-nocem): Remove.
4736
4737         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4738         Remove.
4739
4740         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4741         uses NoCeM any more.
4742
4743         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4744         (gnus-button-ctan-handler): Ditto.
4745         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4746         (gnus-button-ctan-directory-regexp): Ditto.
4747         (gnus-button-handle-ctan): Ditto.
4748         (gnus-button-tex-level): Ditto.
4749         (gnus-button-alist): Remove CTAN stuff.
4750
4751 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4752
4753         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4754         nnimap-streaming test.
4755
4756         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4757         servers twice.
4758
4759         * nnimap.el (nnimap-open-connection): Add more error reporting when
4760         nnimap fails early.
4761
4762         * nnheader.el (nnheader-get-report-string): New function.
4763         (nnheader-get-report): Use it.
4764
4765         * gnus-int.el (gnus-check-server): Say what the error was when opening
4766         failed.
4767
4768         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4769         using streaming.
4770
4771 2010-09-25  Julien Danjou  <julien@danjou.info>
4772
4773         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4774         gnus-window-inside-pixel-edges.
4775
4776 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4777
4778         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4779
4780         * mm-decode.el (mm-save-part): Allow saving to other directories the
4781         normal Emacs way.
4782
4783         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4784         Suggested by Jay Berkenbilt.
4785
4786         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4787         there isn't a single byte.
4788
4789         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4790         just do it.  It doesn't really seem to matter what the user responds
4791         here, I think, so it's just a confusing question.
4792
4793         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4794         non-streaming case.
4795
4796         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4797         (gnus-article-encrypt-body): Use it.
4798
4799         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4800         keystroke.
4801
4802         * nnimap.el (nnimap-find-wanted-parts-1):
4803         Use gnus-fetch-partial-articles.
4804
4805         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4806
4807         * nnimap.el (nnimap-insert-partial-structure): New function.
4808         (nnimap-get-partial-article): New function.
4809         (nnimap-request-article): Use it.
4810         (nnimap-wait-for-response): Return whether the wait was successful.
4811         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4812         retrieval wasn't successful.
4813         (nnimap-retrieve-group-data-early): Allow throttling servers.
4814         (nnimap-streaming): New variable.
4815         (nnimap-fetch-partial-articles): Remove.
4816
4817         * mm-decode.el (mm-with-part): Protect against killed buffers.
4818
4819         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4820         for prettier summary display.
4821
4822 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4823
4824         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4825
4826 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4827
4828         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4829         apparently third-party libraries depend on it.
4830
4831         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4832         before starting negotiation.
4833
4834         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4835         privacy reasons.
4836         (gnus-treat-mail-gravatar): Ditto.
4837
4838         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4839         buffer when inserting images.  Inserting text into the headers, for
4840         instance, can make them invalid.
4841
4842 2010-09-25  Julien Danjou  <julien@danjou.info>
4843
4844         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4845         variables.
4846
4847         * nnheader.el: Remove useless variables news-reply-yank-from and
4848         news-reply-yank-message-id.
4849
4850         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4851         variables.
4852
4853         * mml1991.el: Remove useless mml1991-verbose.
4854
4855         * gnus.el: Remove useless variable gnus-use-generic-from.
4856         Remove obsolete variable gnus-topic-indentation.
4857
4858         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4859
4860         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4861
4862         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4863
4864         * gnus-group.el: Remove useless gnus-group-icon-cache.
4865         Remove useless gnus-ephemeral-group-server.
4866
4867         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4868
4869         * mml2015.el: Remove useless mml2015-verbose.
4870
4871         * mml-smime.el: Remove useless mml-smime-verbose.
4872
4873         * gnus.el: Remove useless gnus-local-domain.
4874
4875         * gnus-gravatar.el (gnus-gravatar-transform-address):
4876         Use gnus-gravatar-size.
4877
4878         * gnus-art.el: Remove useless gnus-treat-translate.
4879
4880 2010-09-24  Julien Danjou  <julien@danjou.info>
4881
4882         * gnus-sum.el: Add support for Gravatars.
4883
4884         * gnus-art.el: Add support for Gravatars.
4885
4886         * gnus-gravatar.el: Add this file.
4887
4888         * gravatar.el: Add this file.
4889
4890 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4891
4892         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4893
4894         * gnus-group.el (gnus-group-fetch-faq): Remove.
4895
4896         * gnus.el (gnus-group-faq-directory): Remove.
4897
4898         * gnus-group.el (gnus-group-fetch-charter): Remove.
4899
4900         * gnus.el (gnus-group-charter-alist): Remove.
4901
4902         * gnus-group.el (gnus-group-archive-directory): Remove.
4903         (gnus-group-recent-archive-directory): Ditto.
4904         (gnus-group-make-archive-group): Remove.
4905
4906         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4907
4908         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4909         use the same article number for all the cached articles.
4910
4911         * nnimap.el (nnimap-command): Register the last command time so
4912         that we can use it for idling NOOPs.
4913         (nnimap-open-connection): Start the keeplive timer.
4914         (nnimap-make-process-buffer): Store all the process buffers.
4915         (nnimap-keepalive): New function.
4916
4917         * starttls.el (starttls-open-stream): Add autoload cookie.
4918
4919 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4920
4921         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4922         handling.
4923
4924 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4925
4926         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4927         its data structures.
4928
4929         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4930         instead of the cl.el copy-list.
4931         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4932         equalp.
4933
4934 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4935
4936         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4937         and tool-bar-local-item-from-menu.
4938
4939         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4940         mode-line-highlight face for Emacs.
4941
4942         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4943         loading gnus-sum.elc; fix comment for canlock-verify.
4944         (gnus-article-jump-to-part): Use read-number.
4945         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4946         Remove Emacs pre-21 compatible code for help-echo.
4947         (gnus-article-next-page-1): No need to adjust the number of lines.
4948         (gnus-article-describe-bindings): Always use help-buffer.
4949
4950         * gnus-audio.el (gnus-audio-inline-sound)
4951         * gnus-cus.el (gnus-custom-mode)
4952         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4953
4954         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4955
4956         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4957         compatible code.
4958
4959 2010-09-24  Glenn Morris  <rgm@gnu.org>
4960
4961         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4962         visiting the fcc file in rmail-mode.
4963
4964         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4965
4966 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4967
4968         * nnir.el: Silence the byte compiler.
4969
4970         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4971         alias to browse-url-url-encode-chars if any.
4972         (gnus-html-encode-url): Use it.
4973
4974 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4975
4976         * gnus-start.el (gnus-use-backend-marks): New variable.
4977         (gnus-get-unread-articles-in-group): Use it.
4978
4979         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4980         makeover.
4981
4982 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4983
4984         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4985
4986 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4987
4988         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4989         Remove.
4990         (gnus-setup-news-hook):
4991         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4992
4993         * gnus-int.el (gnus-request-update-info): Protect against backends not
4994         having the function.
4995
4996         * nnimap.el (nnimap-stream): Mention starttls.
4997         (nnimap-open-connection): Add starttls support.
4998
4999 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5000
5001         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
5002
5003 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5004
5005         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
5006         BODYSTRUCTUREs.
5007         (nnimap-transform-headers): Unfold quoted {42} headers.
5008
5009         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
5010         the info.
5011         (gnus-get-unread-articles): Only call updatep on backends that support
5012         it.
5013
5014         * nnweb.el (nnweb-request-update-info): NOOP.
5015
5016         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
5017
5018         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
5019         since it only deals with marks.
5020
5021         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
5022         gnus-request-marks, and make a new gnus-request-update-info.
5023
5024         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
5025         the active instead of the high number, which is usually too low.
5026
5027 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
5028
5029         * netrc.el (netrc-parse): Remove encrypt.el mentions.
5030         * encrypt.el: Remove.
5031
5032 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5033
5034         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
5035         server in symbolic form.
5036
5037         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
5038
5039 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5040
5041         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
5042         (nnimap-update-info): Fix up code slightly.
5043
5044         * gnus-int.el (gnus-open-server): Add tracing for performance
5045         debugging.
5046
5047         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
5048         (gnus-group-insert-group-line): Pass the real group name so that it
5049         gets the right data.
5050
5051         * gnus-start.el (gnus-get-unread-articles): Don't have
5052         `gnus-get-unread-articles-in-group' update info, since that can be
5053         really slow and doesn't seem to be needed?
5054
5055 2010-09-22  Dan Christensen  <jdc@uwo.ca>
5056
5057         * time-date.el (date-to-time): Try using parse-time-string first before
5058         using the slower timezone-make-date-arpa-standard.
5059
5060 2010-09-22  Julien Danjou  <julien@danjou.info>
5061
5062         * gnus-group.el (gnus-group-insert-group-line):
5063         Call gnus-group-highlight-line.
5064         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
5065         default hook list.
5066         (gnus-group-update-eval-form): Add new function.
5067         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
5068         (gnus-group-get-icon): Use gnus-group-update-eval-form.
5069
5070 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5071
5072         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
5073         immediate, then expire all articles.
5074         (nnimap-update-info): Fix off-by-one errors.
5075         (nnimap-flags-to-marks): Would return no marks lists for group with no
5076         flags.  Instead return the other data.
5077
5078 2010-09-22  Julien Danjou  <julien@danjou.info>
5079
5080         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
5081         Only return an icon.
5082         (gnus-group-insert-group-line): Compute icon to return.
5083
5084         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
5085         (gnus-html-image-fetched): Only cache if
5086         gnus-html-image-automatic-caching is set.
5087         (gnus-html-image-fetched): Check for errors.
5088
5089 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5090
5091         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
5092         once per method on `g'.  This ensures that backends like nnfolder don't
5093         open all their folders.
5094
5095         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
5096         (nnimap-request-list): Nix out group in the correct buffer.
5097         (nnimap-parse-flags): Implement by using `read' instead of
5098         hand-parsing.
5099         (nnimap-flags-to-marks): Pass on permanent-flags.
5100         (nnimap-make-process-buffer): Record the server name.
5101         (nnimap-parse-flags): Fix typo.
5102         (nnimap-request-scan): Run split on the server in general, not just a
5103         single group.
5104
5105         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
5106         parameter, and propagate this downwards.
5107
5108         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
5109         since EXAMINE changes it on the server.
5110
5111         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
5112         this command might take a while.
5113
5114 2010-09-22  Julien Danjou  <julien@danjou.info>
5115
5116         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
5117         harmful if you have 2 images side-by-side, they can't be properly
5118         update on text deletion.  Using text-property is safer here.
5119         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
5120         data.
5121
5122 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5123
5124         * nnimap.el (nnimap-expunge-inbox): Remove.
5125         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
5126         (nnimap-expunge): Flip default to t.
5127
5128         * gnus.el (gnus-method-to-server): Don't push things to the cache
5129         unless it's unique.
5130         (gnus-server-to-method): Ditto.
5131
5132 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5133
5134         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
5135
5136 2010-09-22  Julien Danjou  <julien@danjou.info>
5137
5138         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
5139         get the start of data.
5140         (gnus-html-encode-url): Add this function to encode special chars in
5141         URL.
5142         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
5143         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
5144
5145         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
5146         default.
5147         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
5148
5149         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
5150         images alt-text.
5151         (gnus-html-put-image): Put alt-text as help-echo.
5152
5153 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5154
5155         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
5156         * mm-util.el (mm-decompress-buffer)
5157         * nnir.el (nnir-run-find-grep)
5158         * pop3.el (pop3-list): Use 3rd arg of split-string.
5159
5160         * time-date.el (format-seconds): Comment fix.
5161
5162         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
5163         and byte-optimize-form-code-walker.
5164         (dgnushack-make-auto-load): Don't advise make-autoload.
5165
5166         * lpath.el: Remove Emacs 21 stuff.
5167
5168 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5169
5170         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
5171         outside the active range.  Suggested by Dan Christensen.
5172
5173         * gnus-start.el (gnus-get-unread-articles): Get the extended method
5174         slightly later to avoid double-getting it.
5175
5176         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
5177         previous patch.
5178
5179         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
5180
5181 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
5182
5183         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
5184
5185 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5186
5187         * gnus-int.el (gnus-open-server): Give a better error message in the
5188         "go offline" case.
5189
5190         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
5191         marks for nnimap, which is seldom the right thing to do.
5192
5193         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
5194         (gnus-same-method-different-name): New function.
5195
5196         * nnimap.el (parse-time): Require.
5197
5198         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
5199         method in the presence of many similar methods.
5200
5201         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
5202
5203         * nnimap.el (nnimap-find-expired-articles): Don't refer to
5204         nnml-inhibit-expiry.
5205
5206         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
5207         find out whether methods are equal.
5208
5209         * nnimap.el (nnimap-find-expired-articles): New function.
5210         (nnimap-process-expiry-targets): New function.
5211         (nnimap-request-move-article): Request the article before looking at
5212         what the Message-ID is.  Fix found by Andrew Cohen.
5213         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
5214
5215         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
5216         for oldness in addition to being a predicate.
5217
5218         * nnimap.el (nnimap-request-group): When we have zero articles, return
5219         the right data to Gnus.
5220         (nnimap-request-expire-articles): Only delete articles immediately if
5221         the target is 'delete.
5222
5223         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
5224         method, this would bug out.
5225
5226         * gnus-group.el (gnus-group-expunge-group): Rename from
5227         gnus-group-nnimap-expunge, and implemented as a normal interface
5228         function.
5229
5230         * gnus-int.el (gnus-request-expunge-group): New function.
5231
5232         * nnimap.el (nnimap-request-create-group): Implement.
5233         (nnimap-request-expunge-group): New function.
5234
5235 2010-09-21  Julien Danjou  <julien@danjou.info>
5236
5237         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
5238         (gnus-html-cache-expired): Add new function.
5239         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
5240         wethever we should display image for fetch it.
5241         Compute alt-text earlier to pass it to the fetching function too.
5242         (gnus-html-schedule-image-fetching): Change function argument to only
5243         get one image at a time, not a list.
5244         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
5245         cache.
5246         (gnus-html-get-image-data): New function to retrieve image data from
5247         cache.
5248         (gnus-html-put-image): Change buffer argument to use image data rather
5249         than file, and place image above region rather than inserting a new
5250         one.  Do not take alt-text as argument, since it's useless now: we place
5251         the image above alt-text.
5252         (gnus-html-prune-cache): Remove.
5253         (gnus-html-show-images): Start to fetch image when we find one, do not
5254         push into a temporary list.
5255         (gnus-html-prefetch-images): Only fetch image if they have expired.
5256         (gnus-html-browse-image): Fix, use 'gnus-image-url.
5257         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
5258
5259 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5260
5261         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
5262
5263 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5264
5265         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
5266         spec inser "*" if the group isn't active instead of 0.
5267
5268         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
5269         opening the server.
5270         (nnimap-request-delete-group): Implement group deletion.
5271         (nnimap-transform-headers): Return the size of the entire message in
5272         the Bytes header, not just the size of the first part.
5273         (nnimap-request-move-article): When moving an article from nnimap,
5274         request the article first so the accepting form has an article to
5275         accept.  Reported by Dan Christensen.
5276         (nnimap-command): Make sure that the error message doesn't error out.
5277
5278 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
5279
5280         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
5281         we haven't requested anything.
5282
5283 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5284
5285         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
5286         "".  Fix found by Andrew Cohen.
5287
5288         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
5289         instead of -encode-string.
5290
5291 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5292
5293         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
5294
5295         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
5296         by mm-subst-char-in-string.
5297
5298 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5299
5300         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5301         waiting for the connection string.
5302
5303         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5304         arriving.
5305
5306         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5307         bogus characters.  This allows selecting certain Gmail groups.
5308
5309         * nnimap.el (nnimap-find-wanted-parts-1): New function.
5310         (nnimap-fetch-partial-articles): New variable.
5311         (nnimap-open-connection): When looking for credentials, also use the
5312         nnimap-server-port.
5313         (nnimap-request-article): Return the group/article number, so that Gnus
5314         `^' works as expected.
5315         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5316
5317         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5318         comments.
5319         (gnus-methods-sloppily-equal): New function.
5320         (gnus): When using the development version of Gnus, load the gnus-load
5321         file.
5322
5323         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5324         `gnus-open-server' on each method before trying to scan them etc.
5325         This ensures that all the backend parameters are set correctly.
5326
5327         * nnimap.el (nnimap-authenticator): New variable.
5328         (nnimap-open-connection): Allow anonymous login.
5329         (nnimap-transform-headers): The chars header is called Chars not Bytes.
5330         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5331
5332         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5333         patch, found by Knut Anders Hatlen.
5334
5335 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
5336
5337         * gnus-agent.el (gnus-agent-batch-confirmation)
5338         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5339         to gnus-message.
5340         * gnus-art.el (gnus-article-describe-briefly): Likewise.
5341         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5342         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5343         * gnus-int.el (gnus-open-server): Likewise.
5344         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5345         (gnus-score-check-syntax): Likewise.
5346         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5347         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5348         Likewise.
5349         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5350
5351 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5352
5353         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5354         calling conventions so that prefetch doesn't bug out.
5355
5356 2010-09-19  Julien Danjou  <julien@danjou.info>
5357
5358         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5359         rather than `subst-char-in-region' in order to be able to replace ASCII
5360         char by UTF-8 ones.
5361
5362         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5363         than curl.
5364         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5365         the right URL and ALT text on images.
5366         (gnus-html-wash-tags): Fix tag case.
5367         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
5368         (gnus-article-html): Add -o display_ins_del=2 option.
5369         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5370
5371 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5372
5373         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5374         the extra mail headers, which sometimes seem to happen for unknown
5375         reasons.
5376
5377         * mail-parse.el (mail-header-encode-parameter): Define as
5378         rfc2045-encode-string instead of as rfc2231-encode-string, since some
5379         (or most, perhaps?) mail readers don't understand the latter, but do
5380         understand the former.
5381
5382         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5383         to nil, so that no methods are automatically agentized.  I think this
5384         is probably what most users want.
5385
5386         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5387         from url-retrieve, for instance about invalid URLs.
5388
5389         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5390         groups that have no articles.
5391         (nnimap-request-article): Check that we really got an article when we
5392         requested one.
5393
5394         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5395         doesn't exist.
5396
5397         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5398         nntp buffer so the agent can save it.
5399         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5400         that CRLF doesn't get translated to \n.
5401         (nnimap-open-connection): Don't make 'shell commands only send \n.
5402
5403 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5404
5405         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5406         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5407         Update var name.
5408         (nnml-generate-nov-file): Use dolist.
5409         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5410         Use with-current-buffer.
5411
5412 2010-09-18  Julien Danjou  <julien@danjou.info>
5413
5414         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5415         parallel.
5416
5417 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5418
5419         * nnimap.el (nnimap-update-info): When doing partial marks update, get
5420         the range update right.
5421         (nnimap-request-group): Don't make `M-g' bug out on group with no
5422         marks.
5423         (nnoo): Require, so that other packages can require nnimap.
5424         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5425         command we're looking for.  This helps when the server sends more
5426         responses after we've gotten everything we expected.
5427         (nnimap): Add a `newlinep' field to keep track of end-of-line
5428         conventions.
5429         Don't send CRLF to things that don't want it.
5430         (nnimap-request-accept-article): Ditto.
5431
5432 2010-09-18  Julien Danjou  <julien@danjou.info>
5433
5434         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5435         than curl to retrieve images.
5436
5437 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5438
5439         * nnimap.el (nnimap-update-info): Extend the info so that we can set
5440         the marks.
5441         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5442         (nnimap-wait-for-connection): New function.
5443         (nnimap-open-connection): If we have PREAUTH, don't query for login
5444         credentials.
5445         (nnimap-update-info): Fix off-by-one error when concatenating ranges
5446         when doing a partial update.
5447
5448 2010-09-18  Julien Danjou  <julien@danjou.info>
5449
5450         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5451         tags.
5452
5453 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5454
5455         * nnimap.el (nnimap-credentials): New function.
5456         (nnimap-open-connection): Use the new function to look for credentials
5457         also on the numeric equivalents of "imap" and "imaps".
5458
5459         * gnus-start.el (gnus-activate-group): Send the info to
5460         gnus-request-group.
5461
5462         * nnimap.el (nnimap-request-group): Have the "check" version of the
5463         function parse flags and update the info, so that a `M-g' get a total
5464         resync of all flags from the group.
5465
5466         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5467         to allow backends to alter the info on group selection.  Also alter all
5468         the backend -request-group functions to take the parameter.
5469
5470         * nnimap.el (nnimap-store-info): New function.
5471         (nnimap-update-info): Store the info for later usage.
5472         (nnimap-request-group): Use the stored info for the dont-check case, so
5473         that we don't retrieve all marks when we enter a group.
5474
5475         * nnimap.el: Use deffoo instead of defun for interface functions.
5476
5477         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5478         update the group info.  This makes the nndraft groups, for instance, go
5479         back to their old behaviour.
5480
5481         * gnus-sum.el (gnus-select-newsgroup): Indent.
5482
5483         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5484         in.
5485         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5486         nothing.
5487
5488         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5489         from methods that are denied.
5490
5491         * gnus-int.el (gnus-method-denied-p): New function.
5492
5493         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5494         store the password instead of netrc.
5495         (nnimap-open-connection): Don't error out when we can't make a
5496         connections.
5497
5498         * auth-source.el (auth-source-create): In the password prompt, say what
5499         we're querying for.  Also prompt for user name if that hasn't been
5500         given.
5501
5502         * nnimap.el (nnimap-with-process-buffer): Remove.
5503
5504 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5505
5506         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5507         method when we're reading from the agent.
5508
5509         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5510
5511         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5512         that's probably most useful for users.
5513
5514         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5515         "failed" all the time.
5516
5517         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5518         ...)) with (with-current-buffer ... ).
5519
5520         * nntp.el (nntp-open-server): Return whether the open was successful or
5521         not.
5522
5523         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5524         select an unread unseen article first.
5525
5526         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5527         /etc/services, supply some sensible port defaults.
5528
5529         * dgnushack.el: Define netrc-credentials.
5530
5531 2010-09-17  Julien Danjou  <julien@danjou.info>
5532
5533         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5534
5535 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5536
5537         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5538         doesn't have any parameters.
5539
5540 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5541
5542         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5543         only upcased checks.
5544
5545         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5546
5547         * nnimap.el (nnimap-open-shell-stream): New function.
5548         (nnimap-open-connection): Use it.
5549         (nnimap-transform-headers): Get the number of lines in each message.
5550         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5551         number of lines.
5552         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5553         problem.
5554
5555         * utf7.el (utf7-encode): Autoload.
5556
5557         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5558         to allow the mail splitting to not return a default group.  This is
5559         useful for nnimap, which will leave unmatched mail in the inbox.
5560
5561         * nnimap.el: Rewritten.
5562
5563         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5564         nnimap usage.
5565
5566         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5567         if the move is internal, so that nnimap can do fast internal moves.
5568
5569         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5570         data.
5571         (gnus-read-active-for-groups): Support finishing the early retrieval of
5572         data.
5573
5574         * gnus-range.el (gnus-range-nconcat): New function.
5575
5576         * gnus-int.el (gnus-finish-retrieve-group-infos)
5577         (gnus-retrieve-group-data-early): New functions.
5578
5579 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5580
5581         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5582         (nnrss-retrieve-groups):
5583         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5584         (pop3-quit): Use with-current-buffer.
5585
5586 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5587
5588         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5589         instead of nnheader-accept-process-output.
5590
5591         * dgnushack.el (dgnushack-compile): Add comment.
5592
5593         * lpath.el: No need to fbind propertize for XEmacs 21.4.
5594
5595         * gnus-html.el (gnus-html-schedule-image-fetching)
5596         (gnus-html-prefetch-images): Replace process-kill-without-query by
5597         gnus-set-process-query-on-exit-flag.
5598
5599 2010-09-16  Romain Francoise  <romain@orebokech.com>
5600
5601         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5602
5603 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5604
5605         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5606         parameter to unintern is mandatory-ish in Emacs 24.
5607
5608         * gnus-html.el (gnus-html-schedule-image-fetching)
5609         (gnus-html-prefetch-images): Check for curl before using it.
5610
5611         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5612         depend on curl, which isn't essential.
5613
5614         * imap.el: Revert back to version
5615         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5616         seem problematic.
5617
5618 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5619
5620         * gnus-registry.el (gnus-registry-install-shortcuts):
5621         Explicitly pass `obarray' to `unintern' to avoid a warning.
5622
5623 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5624
5625         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5626         change.
5627
5628         * nnrss.el (nnrss-request-list): Remove this function and related
5629         functions, including the moreover stuff.
5630
5631 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5632
5633         * nnrss.el (nnrss-retrieve-groups): New function.
5634
5635 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5636
5637         * .dir-locals.el: Add no-byte-compile cookie.
5638
5639 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5640
5641         * time-date.el (format-seconds): Comment fix.
5642
5643         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5644         for back end that doesn't support request-scan.
5645
5646 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5647
5648         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5649         then do request scans from the backends.
5650
5651         * netrc.el (netrc-credentials): New conveniency function.
5652
5653         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5654         avoid running a hook per line, since this takes a lot of time,
5655         profiling shows.
5656         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5657         directly if gnus-visual-p is true.
5658
5659 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5660
5661         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5662         groups; replace mapcar with dolist which is a bit faster; pass groups
5663         info to gnus-read-active-file-1.
5664         (gnus-read-active-file-1): Scan only specified groups if the new
5665         optional arg `infos' is given.
5666
5667 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5668
5669         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5670
5671         * pop3.el (pop3-movemail): Remove.
5672         (pop3-streaming-movemail): Rename to pop3-movemail.
5673
5674         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5675         don't restrict end-tag searches to the end of the line.
5676
5677 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5678
5679         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5680         articles of every unchecked group to t, which means unknown since the
5681         server has never been opened.
5682
5683 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5684
5685         * gnus-html.el (gnus-html-show-alt-text): New command.
5686         (gnus-html-browse-image): Ditto.
5687         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5688         to browse the image directly.
5689         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5690         better.
5691
5692         * gnus-async.el (gnus-async-article-callback):
5693         Call `gnus-html-prefetch-images' unconditionally.
5694
5695         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5696         before feeding URLs to curl.
5697
5698 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5699
5700         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5701         internal images as deletable by `W D D'.
5702
5703         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5704         (gnus-async-article-callback): Fix typo.
5705
5706 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5707
5708         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5709         current line to work around bugs in the output from w3m.
5710
5711         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5712         for groups that want that.
5713
5714         * nntp.el (nntp-wait-for-string): Supply a timeout for
5715         accept-process-output to ensure progress.
5716
5717         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5718         level to get unread articles from, then use that for foreign groups,
5719         too.
5720
5721         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5722         confuses the rest of the function.
5723
5724         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5725         for the methods that support -retrieve-groups, too.
5726
5727         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5728
5729 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5730
5731         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5732         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5733
5734         * pop3.el: Require cl when compiling.
5735         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5736
5737 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5738
5739         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5740         that aren't going to be activated.
5741         (gnus-get-unread-articles): Fix up the last commit.
5742
5743         * gnus-html.el (gnus-article-html): Allow calling without specifying
5744         the handle.  In that case, dissect the buffer first.
5745
5746         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5747
5748         * nnimap.el (nnimap-open-connection): Revert the change that would look
5749         into authinfo for imaps instead of imap.
5750
5751         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5752         say that you don't want to call gnus-request-group with don-check, but
5753         do check the reponse.  This is for virtual groups only.
5754         (gnus-get-unread-articles): Count the archive groups as secondary, so
5755         that they're activated the same way as before.
5756
5757         * imap.el (imap-message-map): Removed optional buffer parameter, since
5758         no callers use it.
5759         (imap-message-get): Ditto.
5760         (imap-message-put): Ditto.
5761         (imap-mailbox-map): Ditto.
5762         (imap-mailbox-put): Ditto.
5763         (imap-mailbox-get): Ditto.
5764         (imap-mailbox-get): Revert last change for this function.
5765
5766         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5767         case-insensitively.
5768         (nnimap-debug): Remove.
5769
5770         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5771         to use `imap-fetch' instead.  According to the comments, this should be
5772         safe, since all other IMAP clients use the 1:* syntax.
5773         (imap-enable-exchange-bug-workaround): Removed.
5774         (imap-debug): Removed -- doesn't seem very useful.
5775
5776         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5777         mail from a file, and the file doesn't exist.
5778
5779         * imap.el (imap-log): New convenience function used throughout instead
5780         of repeating the same code all over the place.
5781
5782         * pop3.el (pop3-streaming-movemail): Return t for success.
5783
5784         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5785         .authinfo if we're using ssl connection.
5786
5787         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5788         already have if we're in a main Gnus `g' run.
5789
5790         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5791
5792 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5793
5794         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5795
5796         * nnmh.el (nnmh-request-list-1): Bind `file'.
5797
5798         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5799         alias to set-process-query-on-exit-flag or process-kill-without-query.
5800         (pop3-open-server): Use it.
5801
5802 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5803
5804         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5805         box to the Incoming file.  Fixes mistake in previous checkin.
5806
5807         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5808         request loop (for debugging purposes) removed.
5809
5810         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5811         culprit is more visible.
5812         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5813         (nnml-add-incremental-nov): New functions to do "incremental" nov
5814         updates, where we just append to the end of the existing nov files
5815         without reading/writing them in full.
5816
5817         * mail-source.el (mail-source-delete-crash-box): Really only check the
5818         incoming files once in a while.
5819
5820         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5821
5822         * mail-source.el (mail-source-delete-crash-box): Only check the
5823         incoming files for deletion once per day to save a lot of file
5824         accesses.
5825
5826         * pop3.el (pop3-logon): Fix up unbound variable typo.
5827
5828         * mail-source.el (pop3-streaming-movemail): Autoload.
5829
5830         * pop3.el (pop3-streaming-movemail):
5831         Respect pop3-leave-mail-on-server.
5832
5833         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5834         retrieval.
5835
5836         * pop3.el (pop3-process-filter): Remove unused function.
5837         (pop3-streaming-movemail, pop3-send-streaming-command)
5838         (pop3-wait-for-messages, pop3-write-to-file)
5839         (pop3-number-of-responses): New functions for streaming pop3
5840         retrieval.
5841
5842         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5843         come from no known methods.
5844         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5845         list.
5846
5847         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5848         message sizes.
5849         (pop3-movemail): Use erase-buffer instead of looping and deleting
5850         regions, which seems rather odd.
5851
5852         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5853         file once per `g' run.
5854
5855         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5856         directories.  This makes the draft queue directory work.
5857
5858         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5859         data from the backends, so that we only request the list of groups from
5860         each method once.  This should speed things up considerably.
5861
5862         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5863         detect that it's not implemented.
5864
5865         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5866         we actually do recurse down into the tree, but don't stat all leaf
5867         nodes.
5868
5869         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5870         then say so instead of bugging out.
5871
5872         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5873         files exist before trying to read them.
5874
5875         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5876         around <pre_int>.
5877
5878         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5879
5880         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5881
5882 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5883
5884         * mm-util.el (mm-image-load-path): Just return the image directories,
5885         not all directories in the path in addition to the image directories.
5886         (mm-image-load-path): Maintain a cache of the image directories so that
5887         the `g' command in Gnus doesn't have to stat dozens of directories each
5888         time.
5889
5890         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5891         (gnus-html-wash-tags): Add a new `i' command to insert images.
5892         (gnus-html-insert-image): New command and keystroke.
5893         (gnus-html-redisplay-with-images): New command and keystroke.
5894         (gnus-html-show-images): Rename command.
5895         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5896         spacers.
5897         (gnus-html-wash-tags): Decode entities at the end, so that entities
5898         inside the tags don't mess up the rest of the "parsing".
5899
5900         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5901         so that nnimap methods aren't agentized by default.  There's apparently
5902         many problems related to agent/imap behaviour.
5903
5904         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5905
5906         * gnus-html.el: Doc fix.
5907
5908 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5909
5910         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5911         specifier-spec-list for Emacs 21.
5912
5913         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5914         glyph-width and glyph-height instead of display-graphic-p and
5915         image-size; make avoidance of displaying small images work for XEmacs.
5916
5917         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5918         for XEmacs.
5919
5920         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5921         of symbol that holds plist data.
5922         (gnus-process-plist): Remove plist of process after getting it.
5923
5924 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5925
5926         * message.el (message-generate-hashcash): Change default to
5927         'opportunistic if hashcash is installed.
5928
5929         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5930         (gnus-html-put-image): Only call image-size once, since it's somewhat
5931         time-consuming on remote X servers.
5932
5933 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5934
5935         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5936         type on data, not a file name.
5937
5938         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5939         window-pixel-edges for Emacs 21.
5940
5941         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5942         decoded contents.
5943         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5944
5945 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5946
5947         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5948         group line format, since it isn't very interesting.
5949
5950         * gnus-agent.el (gnus-agent-short-article),
5951         (gnus-agent-long-article): Increase values for these two variables,
5952         since most people are likely to have more network connection and
5953         storage than before.
5954
5955         * gnus.el (gnus-refer-article-method): Change default to 'current.
5956         When referring an article, the common behaviour is to refer it from the
5957         current select method, not the native select method.  The chances of
5958         the native select method having the message in question is rather slim
5959         these days.
5960
5961         * gnus-sum.el (gnus-auto-select-subject): Change default to
5962         `unseen-or-unread'.  I think it's likely that most people want to
5963         select an unseen article over a previously seen, but unread one.
5964
5965         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5966         means that in the article buffer none of the minor mode elements will
5967         be shown, usually, and this is not desirable in most cases.
5968
5969         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5970         that commands like `d' (and the like) go to the next line in the
5971         buffer, instead of the next unread article.  I think this is the
5972         behaviour that is most natural for most users.
5973         (gnus-single-article-buffer): Change default to nil, so that people can
5974         have as many article buffers open as they have summary buffer.  I think
5975         this is the most natural way for the groups to behave.
5976
5977         * message.el (message-generate-new-buffers): Change default to
5978         `unsent', so that all new message buffers start their names with the
5979         string "*unsent", and it's easier to find the buffers if you move from
5980         them.
5981
5982 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5983
5984         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5985         small.  They're probably tracking images.
5986         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5987         (gnus-html-rescale-image): Yet another try at getting the image sizing
5988         right.
5989
5990         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5991         nntp-marks-file-name is nil.
5992
5993 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5994
5995         * gnus-html.el (gnus-html-wash-tags)
5996         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5997         Better logging.
5998
5999 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6000
6001         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
6002
6003         * gnus-html.el (gnus-html-wash-tags): Check the value of
6004         gnus-blocked-images in the summary buffer.
6005
6006 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6007
6008         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
6009
6010 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6011
6012         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
6013         like "a", it seems like.
6014         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
6015         since it needs to be picked from the correct buffer.
6016
6017         * nnwfm.el: Remove.
6018
6019         * nnlistserv.el: Remove.
6020
6021 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6022
6023         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
6024         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
6025
6026 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6027
6028         * nnkiboze.el: Remove.
6029
6030         * nndb.el: Remove.
6031
6032         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
6033         alt text.
6034         (gnus-html-rescale-image): Try to get the rescaling logic right for
6035         images that are just wide and not tall.
6036
6037         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
6038         overshadow variable bindings.
6039
6040 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6041
6042         * gnus-html.el (gnus-html-wash-tags)
6043         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
6044         Add extra logging.
6045
6046 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6047
6048         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
6049         (gnus-max-image-proportion): New variable.
6050         (gnus-html-rescale-image): New function.
6051         (gnus-html-put-image): Rescale images.
6052
6053 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6054
6055         Fix up some byte-compiler warnings.
6056         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
6057         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
6058         (gnus-article-fill-cited-article, gnus-article-hide-citation)
6059         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
6060         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
6061         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
6062         (gnus-group-update-group): Use save-excursion and with-current-buffer.
6063
6064 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6065
6066         * gnus-html.el (gnus-article-html): Decode contents by charset.
6067
6068 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6069
6070         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
6071         (gnus-html-frame-width, gnus-blocked-images)
6072         * message.el (message-prune-recipient-rules): Add custom version.
6073         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
6074
6075         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
6076         functions.
6077
6078         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
6079         gnus-process-get.
6080
6081 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
6082
6083         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
6084         instead of lsub directly.
6085
6086 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6087
6088         * nnwarchive.el: Remove.
6089
6090         * gnus-soup.el: Remove.
6091
6092         * nnsoup.el: Remove.
6093
6094         * nnultimate.el: Remove.
6095
6096         * gnus-html.el (gnus-blocked-images): New variable.
6097
6098         * message.el (message-prune-recipients): New function.
6099         (message-prune-recipient-rules): New variable.
6100
6101         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
6102         guess whether a long line is natural text or not.
6103
6104         * gnus-html.el (gnus-html-schedule-image-fetching):
6105         Use gnus-process-plist and friends for compatibility.
6106
6107 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6108
6109         * gnus-html.el: Require packages that define macros used in this file.
6110         (gnus-article-mouse-face): Declare to silence byte-compiler.
6111         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
6112         process-get.
6113         (gnus-html-put-image): Use plist-get to avoid getf.
6114         (gnus-html-prefetch-images): Use with-current-buffer.
6115
6116 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6117
6118         * gnus-ems.el: Provide compatibility functions for
6119         gnus-set-process-plist.
6120
6121         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
6122         header-line-format for XEmacs 21.4.
6123
6124         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
6125         * gnus.el (gnus-valid-select-methods)
6126         * message.el (message-send-mail-partially-limit)
6127         * mm-decode.el (mm-text-html-renderer)
6128         * mml.el (mml-insert-mime-headers-always)
6129         * smiley.el (smiley-regexp-alist): Bump custom version.
6130
6131 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6132
6133         * gnus-html.el: require mm-url.
6134         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
6135         with the url to `url'.
6136         (gnus-html-wash-tags): Support cid: URLs/images.
6137
6138 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6139
6140         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
6141         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
6142         bindings, as they aren't useful at all.  `w' is moved to `W w'.
6143
6144         * gnus-move.el: Remove file, since it doesn't really work.
6145
6146         * gnus-html.el (gnus-article-html): Tell w3m that the input is
6147         UTF-8.  This seems to fix problems with some German web feeds.
6148
6149         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
6150         at the top so that the proper colours are applied.
6151
6152         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
6153         don't have dots in their names.
6154
6155         * gnus-art.el (gnus-article-view-part): Doc fix.
6156
6157         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
6158         XEmacs-compatible.
6159         (gnus-html-put-image): Don't do images on non-graphic displays.
6160
6161         * nnslashdot.el: Remove this unused backend.
6162
6163         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
6164         actions.
6165         (gnus-undo-register-1): Revert last change.
6166
6167         * gnus-group.el (gnus-group-completing-read): Protect against not
6168         having completion-styles bound.
6169
6170         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
6171         make broken recipients happier.
6172
6173         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
6174
6175         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
6176         point parameter.
6177
6178         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
6179
6180         * gnus-group.el (gnus-group-completing-read): Add 'substring to
6181         completion-styles for group selection.
6182
6183 2009-02-04  Andreas Schwab  <schwab@suse.de>
6184
6185         * gnus-score.el (gnus-score-string): Fix regex for matching extra
6186         headers and regexp-quote the match if necessary.
6187
6188 2009-03-24  Miles Bader  <miles@gnu.org>
6189
6190         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
6191         the blinking smiley.
6192
6193 2009-03-24  Simon Josefsson  <simon@josefsson.org>
6194
6195         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
6196         blink smiley.
6197
6198 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6199
6200         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
6201         where the dribbel file lives exists.
6202
6203         * message.el (message-send-mail-partially-limit): Change the default to
6204         nil, since most people don't want this.
6205
6206         * mm-url.el (mm-url-decode-entities): Also decode entities like
6207         &#x3212.
6208
6209 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
6210
6211         * gnus-sum.el (gnus-summary-idna-message):
6212         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
6213         Hyperlink urls in docstrings with URL `...'.
6214
6215 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
6216
6217         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
6218         functions.
6219
6220 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6221
6222         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
6223         say what the mouseover text should be.
6224
6225         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
6226         version of the mm-w3m-safe-url-regexp variable to only download images
6227         in the groups where we want that to happen.
6228
6229         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
6230
6231         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
6232         easier debugging.
6233         (gnus-article-beginning-of-window): Add kludge to allow spacing past
6234         big pictures in the article buffer.
6235
6236         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
6237         gnus-article-html.
6238         (mm-text-html-renderer): gnus-article-html needs curl in addition to
6239         w3m.
6240
6241         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
6242
6243 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6244
6245         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
6246         which doesn't exist.
6247
6248         * message.el (message-inhibit-ecomplete): New variable to allow some
6249         function to inhibit ecomplete address storage.
6250         (message-resend): Disable ecomplete message storage when resending
6251         messages.
6252
6253         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
6254
6255 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6256
6257         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
6258         Save excursion while copying, moving, and deleting articles in order to
6259         prevent the cursor from jumping to unforeseen place.
6260
6261 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6262
6263         * lpath.el: No need to bind bookmark-current-buffer,
6264         bookmark-yank-point and bookmark-make-record-function.
6265
6266 2010-08-17  Glenn Morris  <rgm@gnu.org>
6267
6268         * gnus-sync.el: Require gnus components whose functions are used.
6269
6270         * gnus-art.el (bookmark-make-record-function):
6271         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
6272         Declare for compiler.
6273
6274         * mm-url.el (mml-compute-boundary): Autoload.
6275
6276 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6277
6278         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6279
6280 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
6281
6282         Typo fix "hoo4a" -> "hook".
6283
6284         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6285
6286 2010-08-14  Glenn Morris  <rgm@gnu.org>
6287
6288         * gnus-sync.el (gnus-sync): Fix defgroup version.
6289
6290 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
6291
6292         Doc fixes and keep unknown groups (ammended for nunion bug fix).
6293
6294         * gnus-sync.el: Fix docs.
6295         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
6296         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6297
6298 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6299
6300         Optimizations for gnus-sync.el.
6301
6302         * gnus-sync.el: Add docs about gnus-sync-backend
6303         possibilities.
6304         (gnus-sync-save): Remove unnecessary message.
6305         (gnus-sync-read): Optimize and show what groups were skipped.
6306
6307 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6308
6309         Minor bug fixes for gnus-sync.el.
6310
6311         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6312         Don't read the sync on get-new-news.
6313
6314         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6315         quiet.
6316
6317         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6318         (fix typo).
6319
6320 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
6321
6322         Make saving and restoring of hidden threads work with overlays.
6323         Patch applied by Ted Zlatanov.
6324
6325         * gnus-sum.el (gnus-hidden-threads-configuration)
6326         (gnus-restore-hidden-threads-configuration): Update to deal with text
6327         properties, rather than searching for a magic character.
6328
6329 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6330
6331         New gnus-sync.el library for synchronization of marks.
6332
6333         * gnus-sync.el: New library for synchronization of marks.
6334
6335         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6336         renamed from `gnus-registry-grep-in-list'.
6337
6338         * gnus-registry.el (gnus-registry-follow-group-p):
6339         Use `gnus-grep-in-list'.
6340
6341         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6342
6343 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6344
6345         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6346         determining charset of text fails.
6347
6348 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6349
6350         * nnmail.el (nnmail-get-new-mail-1): Revert.
6351
6352         * nnml.el (nnml-active-number): Make sure names of newly created groups
6353         in nnml-group-alist are encoded.
6354
6355 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6356
6357         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6358         containing non-ASCII characters in active file for nnml back end.
6359
6360 2010-07-24  David Engster  <dengste@eml.cc>
6361
6362         * mml-smime.el (mml-smime-epg-verify): Also accept the older
6363         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6364
6365 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
6366
6367         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6368         tag (Bug#6654).
6369
6370 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6371
6372         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6373         the article buffer, not the summary buffer.
6374
6375 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6376
6377         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6378         Emacs 23 as well.
6379
6380 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6381
6382         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
6383         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
6384
6385 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6386
6387         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6388         Patch applied by Karl Fogel.
6389
6390         * gnus-sum.el (gnus-summary-bookmark-make-record):
6391         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6392
6393 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6394
6395         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6396         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
6397         C-w still not working correctly from Article buffers; Thierry's
6398         patch to fix that will be applied after this.
6399
6400         * gnus-art.el (bookmark-make-record-function): New local variable.
6401
6402         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6403         article buffer.
6404         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6405
6406 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
6407
6408         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6409         on changes in bookmark.el.
6410
6411 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6412
6413         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
6414         `no-log' instead of message not to log prompt string.
6415
6416 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
6417
6418         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6419         the *other* type of HTML form submission.
6420
6421 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
6422
6423         * auth-source.el (auth-source-pick): If choice does not contain a
6424         questioned keyword, set the check to t.
6425
6426 2010-06-12  Romain Francoise  <romain@orebokech.com>
6427
6428         * gnus-util.el (gnus-date-get-time): Move up before first use.
6429
6430 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6431
6432         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6433         (gnus-article-edit-part): Bind it to make last part that is substituted
6434         or deleted visible.
6435         (gnus-mime-display-single): Buttonize part of which id equals to
6436         gnus-mime-buttonized-part-id.
6437
6438 2010-06-10  Dan Christensen  <jdc@uwo.ca>
6439
6440         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6441         (gnus-dd-mmm): Use gnus-date-get-time.
6442         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6443         simplify logic.
6444         (gnus-summary-limit-to-age): Use gnus-date-get-time.
6445         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6446
6447 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
6448
6449         * auth-source.el (top): Autoload `secrets-list-collections',
6450         `secrets-create-item', `secrets-delete-item'.
6451         (auth-sources): Fix tag string.
6452         (auth-get-source, auth-source-retrieve, auth-source-create)
6453         (auth-source-delete): New defuns.
6454         (auth-source-pick): Rewrite in order to avoid 2 passes.
6455         (auth-source-forget-user-or-password): New parameter USERNAME.
6456         (auth-source-user-or-password): New parameters CREATE-MISSING and
6457         DELETE-EXISTING.  Retrieve password interactively, if needed.
6458
6459 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6460
6461         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6462         deleting unused directories when gnus-expert-user is t.
6463
6464 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6465
6466         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6467         for each temp file when gnus-article-browse-delete-temp is ask.
6468
6469 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6470
6471         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
6472         Lisp calls to delete-backward-char by calls to delete-char.
6473
6474 2010-05-20  Kevin Ryde  <user42@zip.com.au>
6475
6476         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
6477
6478 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
6479
6480         * password-cache.el (password-cache-remove): Fix docstring.
6481
6482 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6483
6484         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6485         article unless decoding article to be saved.
6486
6487 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6488
6489         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6490         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6491         generated within the mm-with-unibyte-current-buffer macro.
6492
6493 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6494
6495         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6496         to nil when we're in a mml-preview buffer and no group is selected.
6497
6498 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
6499
6500         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6501         when catching the `C-g'.  Reported by "Leo".
6502
6503 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6504
6505         * message.el (message-forward-make-body-plain)
6506         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6507         multibyte-string-p.
6508
6509         * lpath.el: Revert.
6510
6511 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6512
6513         * message.el (message-forward-make-body-mml): Assume original message
6514         is multibyte string; error on unibyte.
6515         (message-forward-make-body-plain): Ditto; don't add excessive newline
6516         in body end.
6517
6518         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
6519
6520 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
6521
6522         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6523         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6524
6525 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6526
6527         * mm-extern.el (mm-extern-url): Don't use
6528         mm-with-unibyte-current-buffer.
6529         (mm-extern-cache-contents): Use with-current-buffer instead of
6530         save-excursion + set-buffer.
6531
6532 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6533
6534         * mm-util.el (mm-emacs-mule): Remove.
6535
6536 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6537
6538         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6539         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6540         change.
6541
6542 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6543
6544         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6545         bind the default value of enable-multibyte-characters to nil.
6546
6547 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6548
6549         * message.el (message-forward-make-body-plain)
6550         (message-forward-make-body-mml):
6551         Don't use mm-with-unibyte-current-buffer.
6552
6553 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6554
6555         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
6556
6557 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6558
6559         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6560         (Bug#5592).
6561
6562 2010-05-07  Julien Danjou  <julien@danjou.info>
6563
6564         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6565         it to mm-pipe-part.
6566
6567         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6568         it is given.
6569
6570 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6571
6572         * binhex.el (binhex-decode-region-internal)
6573         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
6574         (dns-query)
6575         * nnweb.el (nnweb-gmane-search)
6576         * pgg-parse.el (pgg-parse-armor)
6577         * pgg.el (pgg-verify-region)
6578         * sha1.el (sha1-string-external)
6579         * uudecode.el (uudecode-decode-region-internal)
6580         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6581         XEmacs.
6582
6583         * gnus-art.el (gnus-article-browse-html-parts)
6584         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6585         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6586         make-temp-file.
6587
6588         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6589         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6590         compiling.
6591
6592         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6593         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6594         XEmacs when compiling.
6595
6596         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6597         gnus-pick-mode-off-hook for XEmacs when compiling.
6598         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6599         gnus-binary-mode-off-hook for XEmacs when compiling.
6600
6601         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6602         Return nil if char-charset is not available.
6603
6604         * imap.el (imap-disable-multibyte)
6605         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6606         macros.
6607
6608         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6609         instead of encode-coding-string.
6610
6611         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6612         'xemacs) instead of mm-emacs-mule to switch function definitions.
6613         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6614
6615         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6616         bind temporary-file-directory for XEmacs;
6617         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6618         timer-set-function for XEmacs 21.4 and SXEmacs;
6619         bind timer-list for XEmacs 21.4 and SXEmacs;
6620         fbind char-charset and find-charset-region for non-Mule XEmacs;
6621         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6622         encode-coding-region and encode-coding-string for XEmacs having no
6623         file-coding feature.
6624
6625 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6626
6627         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6628
6629 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6630
6631         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6632         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6633
6634 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6635
6636         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6637         alias `jka-compr-delete-temp-file' no longer exists.
6638
6639 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6640
6641         Use define-minor-mode in Gnus where applicable.
6642         * mml.el (mml-mode): Use define-minor-mode.
6643         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6644         (gnus-undo-mode): Use define-minor-mode.
6645         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6646         (gnus-dead-summary-mode): Use define-minor-mode.
6647         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6648         Initialize in declaration.
6649         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6650         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6651         (gnus-mailing-list-mode): Use define-minor-mode.
6652         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6653         (gnus-draft-mode): Use define-minor-mode.
6654         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6655         (gnus-dired-mode): Use define-minor-mode.
6656
6657 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6658
6659         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6660         handles on recursive mml-to-mime translation and check them for
6661         boundary delimiter collisions.  Reported by Greg Troxel.
6662
6663 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6664
6665         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6666
6667 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6668
6669         * mm-util.el (mm-find-buffer-file-coding-system):
6670         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6671
6672 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6673
6674         * message.el (message-generate-headers): Record insertion of optional
6675         headers as well.  Otherwise the check to prevent repeated insertion of
6676         optional headers is a no-op.
6677
6678 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6679
6680         * smime.el: Don't mention CVS.
6681
6682         * nnrss.el (nnrss-fetch): Don't mention CVS.
6683
6684         * nnir.el: Don't mention CVS.
6685
6686 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6687
6688         * gnus-sum.el (gnus-summary-bookmark-make-record):
6689         Add `location' field.
6690
6691 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6692
6693         * lpath.el: Fbind bookmark-default-handler,
6694         bookmark-get-bookmark-record, bookmark-make-record-default,
6695         bookmark-prop-get for Emacs <23 and XEmacs.
6696
6697 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6698
6699         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6700         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6701         Use with-current-buffer to silence the byte-compiler.
6702         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6703         bother to require `gnus'.
6704         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6705
6706 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6707
6708         * gnus-sum.el (gnus-summary-bookmark-make-record)
6709         (gnus-summary-bookmark-jump): New functions.
6710         (gnus-summary-mode): Setup bookmark support.
6711
6712 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6713
6714         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6715         if set.
6716
6717 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6718
6719         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6720         gnus-article-browse-html-save-cid-image; make it work recursively for
6721         forwarded messages as well.
6722         (gnus-article-browse-html-parts): Work when prefix arg is given.
6723         (gnus-article-browse-html-article): Doc fix.
6724
6725 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6726
6727         * message.el (message-default-mail-headers):
6728         (message-default-headers): Carry the value mail-default-headers over
6729         into message-default-mail-headers, rather than message-default-headers.
6730
6731 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6732
6733         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6734         charset.
6735
6736         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6737         charset into the <meta> tag when the article is encoded to utf-8.
6738
6739 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6740
6741         * gnus-art.el (gnus-article-browse-delete-temp-files):
6742         Delete directories as well.
6743         (gnus-article-browse-html-parts): Work for images that do not specify
6744         file names; delete temp directory when quitting; insert header at the
6745         right place; use file: scheme for image files.
6746
6747 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6748
6749         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6750         (gnus-article-browse-html-parts): Use it to make temporary cid image
6751         files in addition to html file so that browser may display them.
6752
6753 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6754
6755         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6756
6757 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6758
6759         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6760
6761 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6762
6763         * auth-source.el (auth-sources): Change default to be simpler.
6764         Explain about Secret Service API sources.  Improve Customize options.
6765         (auth-source-pick): Change to accept any number of search parameters.
6766         Implement fallbacks iteratively, not recursively.  Add scoring on the
6767         second pass and sort by score.  Call Secret Service API when needed.
6768         (auth-source-user-or-password): Use it.  Call Secret Service API
6769         directly when needed to get the user name and the password.
6770
6771 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6772
6773         * message.el (message-interactive): Doc fix.
6774         (message-qmail-inject-args): Reflow.
6775         (message-kill-to-signature): Fix typo in docstring.
6776
6777         * smiley.el (smiley-buffer): Fix typo in docstring.
6778
6779 2010-03-24  Glenn Morris  <rgm@gnu.org>
6780
6781         * mail-source.el (gnus-message): Declare.
6782         (mail-source-delete-old-incoming): Require gnus-util.
6783
6784 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6785
6786         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6787
6788         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6789
6790         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6791         password-cache's default if it is not bound.
6792         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6793         password-cache-expiry's default if it is not bound.
6794
6795         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6796         available in Emacs 21.
6797
6798         * lpath.el: Suppress compiler warnings for:
6799         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6800         XEmacs;
6801         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6802         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6803         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6804
6805 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6806
6807         * auth-source.el (auth-sources): Fix up definition so extra parameters
6808         are always inline.
6809
6810 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6811
6812         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6813         wasn't updated after mismatch.  Clear cached mailbox info correctly
6814         when uidvalidity changes.
6815         (nnimap-group-prefixed-name): New function to avoid some code
6816         duplication.
6817         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6818         (nnimap-request-group): Use it.
6819         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6820         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6821         with many imap folders.  This is done by caching the group status from
6822         the imap server persistently in a group parameter `imap-status'.  (This
6823         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6824         but not persistently, so every Gnus startup was still very slow.)
6825
6826 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6827
6828         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6829         delete the extra newline.  Otherwise editing of :string and :number
6830         types don't work.
6831
6832 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6833
6834         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6835         secrets.el dependency.
6836         (auth-sources): Add optional user name.  Add secrets.el configuration
6837         choice (unused right now).
6838
6839 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6840
6841         * gnus-sum.el (gnus-summary-make-menu-bar):
6842         Let `gnus-registry-install-shortcuts' fill in the functions.
6843
6844         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6845         warnings.
6846         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6847         (gnus-registry-install-shortcuts): Populate and use it in a
6848         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6849
6850 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6851
6852         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6853         In-place substitutions for the group name encoding/decoding.
6854         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6855         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6856         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6857         (nnimap-update-unseen, nnimap-request-list)
6858         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6859         (nnimap-request-set-mark, nnimap-split-to-groups)
6860         (nnimap-split-articles, nnimap-request-newgroups)
6861         (nnimap-request-create-group, nnimap-request-accept-article)
6862         (nnimap-request-delete-group, nnimap-request-rename-group)
6863         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6864         `encoded-mbx' for consistency.
6865         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6866         variable `imap-current-mailbox'.
6867
6868         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6869         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6870
6871 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6872
6873         * pop3.el (pop3-display-message-size-flag): Display message size byte
6874         counts during POP3 download.
6875         (pop3-movemail): Use it.
6876         (pop3-list): Implement listing of available messages.
6877
6878 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6879
6880         * nnir.el (nnir-get-article-nov-override-function): New function to
6881         override the normal NOV retrieval.
6882         (nnir-retrieve-headers): Use it.
6883
6884 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6885
6886         * auth-source.el (netrc-machine-user-or-password): Autoload.
6887
6888 2010-03-19  Glenn Morris  <rgm@gnu.org>
6889
6890         Stop message.el from loading about 40 libraries it doesn't always need.
6891         The general approach is to autoload rather than require, and to
6892         require in the specific functions rather than the file.  (Bug#5642)
6893
6894         * gmm-utils.el: Don't require wid-edit.
6895         (widget-create-child-value, widget-convert, widget-default-get):
6896         Autoload.
6897
6898         * gnus-util.el: Don't require time-date, netrc.
6899         (message-fetch-field, gnus-group-name-decode): Declare rather than
6900         autoloading.
6901         (gnus-fetch-field): Require message.
6902         (gnus-decode-newsgroups): Require gnus-group.
6903
6904         * ietf-drums.el: Don't require time-date.
6905
6906         * message.el: Don't require hashcash, canlock, ecomplete.
6907         Do require mail-utils.  Require nnheader only when compiling.
6908         (smtpmail-default-smtp-server): Remove declaration.
6909         (message-send-mail-function): Check smtpmail-default-smtp-server
6910         is bound rather than requiring smtpmail.
6911         (message-auto-save-directory, message-insert-signature):
6912         Use expand-file-name rather than nnheader-concat.
6913         (nnheader-insert-file-contents): Autoload.
6914         (hashcash-wait-async): Declare.
6915         (message-send-mail): Only call gnus-setup-posting-charset if
6916         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6917         (message-send-mail-with-sendmail): Require sendmail.
6918         (canlock-password, canlock-password-for-verify): Declare.
6919         (message-canlock-password): Require canlock.
6920         (nnheader-get-report): Autoload.
6921         (gnus-setup-posting-charset): Declare.
6922         (message-send-news): Require gnus-msg.
6923         (message-make-references, message-make-in-reply-to): Use mail-header-id
6924         rather than the alias mail-header-message-id.
6925         (ecomplete-add-item, ecomplete-save): Declare.
6926         (message-put-addresses-in-ecomplete): Require ecomplete.
6927         (ecomplete-display-matches): Autoload.
6928
6929         * mm-decode.el: Don't require mailcap, gnus-util.
6930         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6931         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6932         Autoload.
6933         (mailcap-mime-extensions): Declare.
6934
6935         * mm-encode.el: Don't require mailcap.
6936         (mailcap-extension-to-mime): Autoload.
6937
6938         * mml-sec.el: Don't require password-cache.
6939
6940         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6941         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6942         (mml-minibuffer-read-type): Require mailcap.
6943         (mml-preview): Require gnus-msg.
6944
6945         * mml1991.el: Require password-cache.
6946         (password-cache-expiry): Remove declaration.
6947
6948         * mml2015.el: Require password-cache.
6949         (password-cache-expiry): Remove declaration.
6950
6951         * nneething.el (mailcap): Require mailcap.
6952
6953         * nnheader.el (declare-function): Add compatibility stub.
6954         (message-remove-header): Declare rather than autoload.
6955         (nnheader-replace-header): Require message.
6956
6957         * nnimap.el (declare-function): Add compatibility stub.
6958         (netrc-parse, netrc-machine-user-or-password): Declare.
6959         (nnimap-open-connection): Require netrc.
6960
6961         * nntp.el (declare-function): Add compatibility stub.
6962         (netrc-parse, netrc-machine, netrc-get): Declare.
6963         (nntp-send-authinfo): Require netrc.
6964
6965         * rfc2047.el: Don't require qp.
6966         (quoted-printable-encode-region, quoted-printable-decode-string):
6967         Autoload.
6968
6969         * sieve-mode.el: Don't require easymenu.
6970         (easy-menu-add-item): Autoload it.
6971
6972         * spam-stat.el (time-to-number-of-days): Autoload it.
6973
6974 2010-03-19  Glenn Morris  <rgm@gnu.org>
6975
6976         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6977
6978 2010-03-18  Glenn Morris  <rgm@gnu.org>
6979
6980         * hashcash.el (declare-function): Remove duplicate definition.
6981
6982 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6983
6984         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6985         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6986         value if any backslash escapes).
6987
6988 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6989
6990         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6991         if it is available.  (bug#5647)
6992
6993         * lpath.el: Suppress compiler warning for coding-system-from-name for
6994         Emacs 21 and XEmacs.
6995
6996 2010-03-14  Juri Linkov  <juri@jurta.org>
6997
6998         * hmac-def.el:
6999         * hmac-md5.el:
7000         * netrc.el: Fix keywords.
7001
7002 2010-02-26  Glenn Morris  <rgm@gnu.org>
7003
7004         * message.el (message-send-mail-function): Change the default, so that
7005         it inherits from a customized send-mail-function.  (Bug#5643)
7006
7007 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7008
7009         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
7010         shell-command-to-string signals an error (bug#5299).
7011
7012 2010-02-24  Glenn Morris  <rgm@gnu.org>
7013
7014         * message.el (message-smtpmail-send-it)
7015         (message-send-mail-with-mailclient): Doc fixes.
7016
7017 2010-02-16  Glenn Morris  <rgm@gnu.org>
7018
7019         * message.el (message-default-mail-headers): Change the default value
7020         to ease the transition from mail-mode to message-mode.  (Bug#5555)
7021
7022 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7023
7024         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
7025         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
7026
7027 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
7028
7029         * time-date.el (date-to-time): Doc fix (Bug#5408).
7030
7031 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
7032
7033         * message.el (message-mail): Just pass yank-action on to message-setup.
7034         (message-setup): Handle (FUN . ARGS) form of yank-action.
7035         (message-with-reply-buffer, message-widen-reply)
7036         (message-yank-original): Handle non-buffer values of
7037         message-reply-buffer (Bug#4080).
7038         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
7039
7040 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
7041
7042         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
7043         Fix typo in docstring.
7044
7045 2010-01-08  Jason Rumney  <jasonr@gnu.org>
7046
7047         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
7048         response.
7049
7050 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7051
7052         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
7053
7054         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7055
7056         * message.el (message-check-news-header-syntax): Protect against a
7057         string that `rfc822-addresses' returns when parsing fails.
7058
7059 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7060
7061         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
7062         (gnus-previous-char-property-change): New functions.
7063
7064         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
7065
7066 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
7067
7068         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
7069         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
7070
7071 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
7072
7073         * message.el (message-exchange-point-and-mark): Rework last change to
7074         avoid using optional arg of exchange-point-and-mark, for backward
7075         compatibility.
7076
7077 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
7078
7079         * message.el (message-exchange-point-and-mark):
7080         Call exchange-point-and-mark with an argument rather than setting
7081         mark-active by hand (Bug#5175).
7082
7083 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7084
7085         * nntp.el (nntp-service-to-port): Work for service expressed with
7086         numeric string; replace [:digit:] with [0-9] for XEmacs.
7087
7088 2009-12-17  Glenn Morris  <rgm@gnu.org>
7089
7090         * gnus-group.el (gnus-bug-group-download-format-alist):
7091         Change emacs entry to debbugs.gnu.org.  Bump :version.
7092
7093 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7094
7095         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
7096
7097 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7098
7099         * message.el (message-info): Explain why we use `Info-goto-node'.
7100
7101 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7102
7103         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
7104
7105 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7106
7107         * message.el (message-completion-in-region): New compatibility function.
7108         (message-expand-group): Use it.
7109
7110 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7111
7112         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
7113         with no unread article should be listed if the 2nd arg `predicate' is
7114         given.
7115
7116 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7117
7118         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
7119
7120 2009-11-29  Juri Linkov  <juri@jurta.org>
7121
7122         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
7123         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
7124         on `gnus-recenter'.  (Bug#4698, Bug#4981)
7125
7126 2009-11-26  Kevin Ryde  <user42@zip.com.au>
7127
7128         * sha1.el (sha1-string-external): default-directory "/" in case
7129         otherwise non-existent.  process-connection-type pipe for touch of
7130         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
7131
7132 2009-11-25  Kevin Ryde  <user42@zip.com.au>
7133
7134         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
7135         it's comms related and sgml-mode.el has "comm" on that basis too.
7136
7137 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7138
7139         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
7140         containing tspecial characters if they have been already quoted.
7141
7142 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
7143
7144         * dns-mode.el (auto-mode-alist): Purecopy string.
7145
7146 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7147
7148         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
7149
7150 2009-10-24  Glenn Morris  <rgm@gnu.org>
7151
7152         * gnus-art.el (help-xref-stack-item): Define for compiler.
7153
7154 2009-10-21  Kevin Ryde  <user42@zip.com.au>
7155
7156         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
7157
7158 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7159
7160         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
7161
7162 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7163
7164         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
7165         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
7166
7167 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7168
7169         * gnus.el (gnus-overlay-get): New alias to overlay-get.
7170         (gnus-overlays-in): New alias to overlays-in.
7171
7172         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
7173         gnus-overlay-get, and gnus-delete-overlay.
7174         (gnus-summary-show-thread): Make it work as well for systems in which
7175         next-single-char-property-change is not available.
7176         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
7177
7178         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
7179         (gnus-overlay-get): New alias to extent-property.
7180         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
7181
7182         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
7183         SXEmacs.
7184
7185         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
7186         SXEmacs.
7187
7188 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
7189
7190         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
7191
7192 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
7193
7194         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
7195         and XEmacs that don't have `remove-overlays'.
7196
7197 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7198
7199         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
7200         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
7201         selective display.  Use overlays instead.
7202
7203 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7204
7205         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
7206
7207 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7208
7209         * spam-stat.el (spam-stat-load): Fix typo in message.
7210
7211 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7212
7213         * dig.el (dig-invoke): Fix typo in docstring.
7214         (query-dig): Reflow docstring.
7215
7216 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
7217
7218         * gnus-art.el (gnus-article-encrypt-body):
7219         * message.el (message-check-recipients):
7220         * mm-util.el (mm-codepage-setup):
7221         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
7222         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
7223
7224 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
7225
7226         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
7227         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
7228         keys from the menu if mm-{sign,encrypt}-option is 'guided.
7229         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
7230         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
7231
7232 2009-09-21  Kevin Ryde  <user42@zip.com.au>
7233
7234         * dig.el: Add "Keywords: comm", as per net-utils.el.
7235
7236 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7237
7238         * dig.el (dig-mode): Use define-derived-mode.
7239
7240 2009-09-19  Glenn Morris  <rgm@gnu.org>
7241
7242         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7243
7244 2009-09-18  Glenn Morris  <rgm@gnu.org>
7245
7246         * gnus-diary.el (gnus-diary-check-message):
7247         * message.el (message-insert-formatted-citation-line):
7248         * nnbabyl.el (top-level):
7249         * nndiary.el (nndiary-schedule):
7250         Fix typos in condition-case handlers.
7251
7252 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7253
7254         * gnus-art.el (gnus-article-edit-part): Work for the buffer
7255         configuration that provides the sole article window in a frame;
7256         position point correctly after deleting a part.
7257
7258 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
7259
7260         * spam.el (spam-unregister-on-reregister): Add boolean variable.
7261         (spam-resolve-registrations-routine): Use it to unregister articles
7262         that change status.
7263
7264 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7265
7266         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
7267         with XEmacs.
7268         (parse-time-string-chars): Use it.
7269
7270 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7271
7272         * imap.el (imap-interactive-login): Better messages.
7273         (imap-open): Fix bug with renamed buffer on reconnect.
7274         (imap-authenticate): Add buffer-local imap-last-authenticator variable
7275         for easier debugging and cleaner code.  On successful (guessed based on
7276         server capabilities) secondary authentication, set imap-state
7277         correctly.
7278         (imap-last-authenticator): Define imap-last-authenticator as a variable
7279         to avoid warnings.
7280
7281 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7282
7283         * nnrss.el (nnrss-request-article): Remove binding of
7284         default-enable-multibyte-characters that has gotten needless by
7285         the 2007-07-13 change in rfc2047-encode-message-header.
7286
7287         * mml.el (mml-insert-multipart): Error on the message header.
7288         (mml-insert-part): Error on the message header; position point at
7289         the end of a MIME tag.
7290
7291 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7292
7293         * time-date.el (autoload): Expand define-obsolete-function-alias into
7294         defalias and make-obsolete for old Emacsen that Gnus supports.
7295         (with-no-warnings): Define it for old Emacsen.
7296         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7297         is available.
7298         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7299         float-time is available; suppress compile warning for time-to-seconds.
7300
7301         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7302         (gnus-float-time): Alias to float-time if it exists.
7303
7304         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7305         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7306         float-time is available; suppress compile warning for time-to-seconds.
7307
7308         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
7309         XEmacs.
7310
7311 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
7312
7313         * imap.el (imap-message-map): Docstring fix.
7314
7315 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7316
7317         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7318         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7319         Add the optional argument `encoding' that overrides the default.
7320
7321         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7322         mm-encode-buffer.
7323
7324 2009-09-04  Glenn Morris  <rgm@gnu.org>
7325
7326         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7327         mm-disable-multibyte, rather than default-enable-multibyte-characters.
7328         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7329         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7330         * mm-util.el (mm-with-unibyte-current-buffer)
7331         (mm-find-buffer-file-coding-system):
7332         * yenc.el (yenc-decode-region): Use default-value rather than
7333         default-enable-multibyte-characters.
7334
7335 2009-09-03  Glenn Morris  <rgm@gnu.org>
7336
7337         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7338         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7339         than default-enable-multibyte-characters.
7340
7341 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
7342
7343         * gnus-art.el (gnus-article-read-summary-keys):
7344         Fix gnus-buffer-configuration's value temporarily used.
7345
7346 2009-09-02  Glenn Morris  <rgm@gnu.org>
7347
7348         * gnus-util.el (gnus-float-time): New function.
7349         * gnus-delay.el (gnus-delay-article):
7350         * gnus-sum.el (gnus-thread-latest-date):
7351         * gnus-util.el (gnus-user-date): Use gnus-float-time.
7352         * nnspool.el (nnspool-request-newgroups):
7353         Use gnus-float-time rather than time-to-seconds.
7354         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7355
7356         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7357         (gnus-header-subject-face, gnus-header-newsgroups-face)
7358         (gnus-header-name-face, gnus-header-content-face):
7359         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7360         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7361         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7362         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7363         (gnus-cite-face-11):
7364         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7365         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7366         (gnus-server-closed-face, gnus-server-denied-face)
7367         (gnus-server-offline-face):
7368         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7369         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7370         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7371         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7372         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7373         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7374         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7375         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7376         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7377         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7378         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7379         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7380         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7381         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7382         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7383         (gnus-summary-high-undownloaded-face)
7384         (gnus-summary-low-undownloaded-face)
7385         (gnus-summary-normal-undownloaded-face)
7386         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7387         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7388         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7389         (gnus-splash-face):
7390         * message.el (message-header-to-face, message-header-cc-face)
7391         (message-header-subject-face, message-header-newsgroups-face)
7392         (message-header-other-face, message-header-name-face)
7393         (message-header-xheader-face, message-separator-face)
7394         (message-cited-text-face, message-mml-face):
7395         * sieve-mode.el (sieve-control-commands-face)
7396         (sieve-action-commands-face, sieve-test-commands-face)
7397         (sieve-tagged-arguments-face):
7398         * spam.el (spam-face):
7399         Mark face aliases with "-face" in the name as obsolete.
7400
7401 2009-09-01  Glenn Morris  <rgm@gnu.org>
7402
7403         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7404         than goto-line.
7405
7406 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7407
7408         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7409         Don't move point if the command is invoked inside the message header.
7410
7411 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7412
7413         * imap.el (imap-send-command): Simplify.
7414         (imap-wait-for-tag): point-max -> buffer-size.
7415
7416 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7417
7418         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7419         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7420         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7421         * nnir.el (nnir-swish-e-index-file):
7422         * gnus-sum.el (gnus-summary-delete-marked-as-read)
7423         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7424         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7425         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7426         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7427         (gnus-treat-display-xface): Add Emacs version of obsolescence.
7428
7429 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7430
7431         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7432         Don't save excursion.
7433
7434 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7435
7436         * nnheader.el (nnheader-find-file-noselect):
7437         * mm-util.el (mm-insert-file-contents):
7438         Use (default-value 'major-mode) instead of default-major-mode.
7439
7440 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7441
7442         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7443
7444 2009-08-26  Glenn Morris  <rgm@gnu.org>
7445
7446         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
7447         than placing in files.el.
7448
7449 2009-08-25  Glenn Morris  <rgm@gnu.org>
7450
7451         * nnir.el (top-level): Don't require cl at run-time.
7452         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7453         Replace cl-function substitute with gnus-replace-in-string.
7454         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7455         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7456         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7457         simplified expansions.
7458
7459 2009-08-25  Kevin Ryde  <user42@zip.com.au>
7460
7461         * dig.el (dig): Add autoload cookie.
7462
7463 2009-08-22  Glenn Morris  <rgm@gnu.org>
7464
7465         * gnus-art.el (gnus-button-patch): Use forward-line rather than
7466         goto-line.
7467
7468 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7469
7470         * parse-time.el (parse-time-string-chars): Save match data.
7471
7472 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
7473
7474         * parse-time.el (parse-time-string-chars): Compute using character
7475         classes, to handle non-ascii characters (Bug#3190).
7476
7477 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7478
7479         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7480
7481         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7482         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7483         (gnus-mm-display-part, gnus-mime-display-single)
7484         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7485         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7486
7487         * gnus-sum.el
7488         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7489         (gnus-summary-move-article): Add expirable mark to articles copied or
7490         moved to group that has auto-expire turned on if the option is non-nil.
7491
7492 2009-07-24  Glenn Morris  <rgm@gnu.org>
7493
7494         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7495         Fix typo.  (Bug#3903)
7496
7497 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7498
7499         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7500         gnus-article-read-summary-keys rather than gnus-summary-edit-article
7501         that should not be used for draft articles.
7502         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7503         that has no concern in minor mode keys.
7504         (gnus-article-summary-command, gnus-article-summary-command-nosave):
7505         Abolish.
7506
7507 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7508
7509         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7510         article without making inquiry to a user for unknown encoding.
7511
7512         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7513         (nnmaildir--scan): Assume i-node and device number that file-attributes
7514         returns might be cons-cell.
7515
7516         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
7517
7518         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
7519
7520 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
7521
7522         * auth-source.el: Remove docs now in auth.texi.  Don't use
7523         `gnus-message' for logging.  Add new variables `auth-source-debug' and
7524         `auth-source-hide-passwords' and use them.
7525
7526 2009-07-15  Glenn Morris  <rgm@gnu.org>
7527
7528         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7529
7530 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7531
7532         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7533         excessive whitespace from the default values of title and description.
7534
7535 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7536
7537         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7538         mail-fetch-field to fetch Content-Description header in order to
7539         exclude newlines.
7540
7541 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
7542
7543         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
7544         format used by GnuPG 2.0.11.
7545
7546 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7547
7548         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7549         to deleted part.
7550
7551 2009-05-30  David Engster  <dengste@eml.cc>
7552
7553         * nnmairix.el: Remove old documentation in the commentary block.
7554         (nnmairix-request-group): Do not update active file for nnml back ends.
7555         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7556         end so that overview files are ignored.
7557         (nnmairix-update-groups): Make updating the groups more robust by using
7558         marks.
7559         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7560         with dollar characters in message-id.
7561
7562 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7563
7564         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7565         2008-12-25 in dns.el.
7566
7567 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7568
7569         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7570         could happen if the text is only composed of spaces and/or tabs.
7571
7572 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7573
7574         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7575         when sending a queued message to avoid extra mml tags.
7576
7577 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7578
7579         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7580
7581 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7582
7583         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
7584         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
7585         rmail-toggle-header for XEmacs;
7586         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7587
7588 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7589
7590         * gnus-dired.el: Remove autoload for gnus-setup-message.
7591         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7592         displaying Gnus logo; always use compose-mail.
7593
7594 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7595
7596         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7597
7598 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7599
7600         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7601         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7602         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7603         available.
7604         (gnus-nocem-epg-verify): New function.
7605
7606 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7607
7608         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7609
7610 2009-02-15  Glenn Morris  <rgm@gnu.org>
7611
7612         * gnus-util.el (rmail-insert-rmail-file-header)
7613         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7614         autoloads.
7615         (rmail-default-rmail-file): Remove unnecessary declaration.
7616         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7617
7618 2009-02-14  Glenn Morris  <rgm@gnu.org>
7619
7620         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7621         variable (only used in gnus-util, which declares it anyway).
7622         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7623         which was only needed by gnus-art (changed to not use it any more).
7624         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7625         only used in gnus-util, which autoloads it itself.
7626         (rmail-update-summary): Fix autoload.
7627
7628         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7629         rather than rmail-output-to-rmail-file.
7630
7631 2009-02-07  Glenn Morris  <rgm@gnu.org>
7632
7633         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7634         autoload of function that no longer exists.
7635         (rmail-toggle-header): Declare.
7636         (message-forward-rmail-make-body): Handle mbox Rmail.
7637
7638 2009-01-31  Glenn Morris  <rgm@gnu.org>
7639
7640         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7641         2009-01-09 change.
7642
7643 2009-01-31  Dave Love  <fx@gnu.org>
7644
7645         * imap.el (imap-fetch-safe): Bind debug-on-error.
7646         (imap-debug): Add imap-fetch-safe.
7647
7648 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7649
7650         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7651         (auth-source-forget-all-cached): New convenience function.
7652         (auth-source-user-or-password): Accept list of modes or a single mode.
7653
7654         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7655         auth-source modes.
7656
7657         * netrc.el (netrc-machine-user-or-password): Use list of
7658         auth-source modes.
7659
7660         * nnimap.el (nnimap-open-connection): Use list of
7661         auth-source modes.
7662
7663         * nntp.el (nntp-send-authinfo): Use list of
7664         auth-source modes.
7665
7666 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7667
7668         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7669         now.
7670
7671 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7672
7673         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7674         coding system in XEmacs; add a workaround for XEmacs.
7675
7676         * lpath.el: Fbind coding-system-aliasee.
7677
7678 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7679
7680         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7681         of current-language-environment.
7682
7683 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7684
7685         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7686         available at runtime.
7687
7688 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7689
7690         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7691
7692 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7693
7694         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7695         the greatest positive fixnum value doesn't work under an XEmacs with
7696         bignum support; use the most-positive-fixnum constant instead,
7697         available since Emacs 21.1 with cl and XEmacs 21.1.
7698
7699 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7700
7701         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7702         XEmacs gets not to work.
7703
7704 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7705
7706         * mm-util.el (mm-coding-system-priorities): Allow the value like
7707         "Japanese (UTF-8)" of current-language-environment.
7708
7709 2009-01-09  Glenn Morris  <rgm@gnu.org>
7710
7711         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7712         with last-command-event.
7713
7714 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7715
7716         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7717         in the doc string.
7718
7719         * message.el (message-fix-before-sending): Amend comment.
7720
7721 2009-01-08  Dave Love  <fx@gnu.org>
7722
7723         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7724
7725 2009-01-07  David Engster  <dengste@eml.cc>
7726
7727         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7728         simplified server definitions by converting it via
7729         gnus-server-to-method.
7730
7731 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7732
7733         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7734         parameter's operands.
7735
7736 2009-01-06  David Engster  <dengste@eml.cc>
7737
7738         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7739         primary select method (for gnus-group-mark-article-as-read).
7740
7741 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7742
7743         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7744         `(gnus)Face', not `(gnus)X-Face'.
7745
7746 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7747
7748         * mm-util.el (mm-ucs-to-char): New function.
7749
7750         * mm-url.el (mm-url-decode-entities): Use it.
7751
7752         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7753         unicode-to-char.
7754
7755 2009-01-05  Dave Love  <fx@gnu.org>
7756
7757         * time-date.el: Require cl for `declare'.
7758
7759 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7760
7761         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7762         Dave Love.
7763
7764 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7765
7766         * message.el (message-fix-before-sending): Add `eight-bit' to
7767         illegible-text check.
7768
7769 2009-01-03  Michael Olson  <mwolson@gnu.org>
7770
7771         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7772         `headers' is nil.  This can occur if the IMAP server does not have
7773         permissions to read messages from a folder, but can write new messages
7774         to the folder.
7775         (nnimap-request-article-part): Do not insert `data' if it is nil.
7776
7777         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7778         characters which will confuse `read', so skip past them.
7779
7780 2009-01-01  Dave Love  <fx@gnu.org>
7781
7782         * imap.el (imap-string-to-integer): Fix typo.
7783         (imap-fetch-safe): New function.
7784         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7785
7786         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7787
7788         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7789         (imap-parse-greeting): Fix doc strings.
7790         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7791         (imap-parse-flag-list): Make messages unique.
7792         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7793
7794         * nnimap.el: Fix author email.
7795         (nnimap-split-rule): Add FIXME comment.
7796         (nnimap-debug): Fix doc string.
7797
7798 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7799
7800         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7801
7802 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7803
7804         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7805         nslookup if resolv.conf isn't available.
7806         (dns-query): Rename from query-dns.
7807         (dns-query-cached): Rename from query-dns-cached.
7808
7809 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7810
7811         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7812         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7813         to check if those variables exist (first appeared in Emacs 18.50).
7814
7815 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7816
7817         * mm-util.el (mm-line-number-at-pos): New function.
7818
7819         * spam-report.el (spam-report-process-queue): Use it.
7820
7821 2008-12-24  David Engster  <dengste@eml.cc>
7822
7823         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7824         parameters that haven't existed as variables as buffer-local variables.
7825
7826 2008-12-23  Dave Love  <fx@gnu.org>
7827
7828         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7829         cadar.
7830
7831         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7832         imap-starttls-p.
7833         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7834
7835 2008-12-22  Dave Love  <fx@gnu.org>
7836
7837         * imap.el: Fix author email.  Doc fixes.
7838         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7839         reply.
7840
7841 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7842
7843         * spam-report.el (spam-report-gmane-max-requests): New constant.
7844         (spam-report-gmane-wait): New variable.
7845         (spam-report-gmane-ham, spam-report-gmane-spam)
7846         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7847         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7848         the server.
7849
7850         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7851         Add explanations.
7852
7853         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7854         nnheader-accept-process-output and nnheader-read-timeout if available.
7855         (pop3-movemail): Use it.
7856
7857         * message.el (message-check-news-body-syntax): Fix signature check if
7858         there's an attachment.
7859
7860 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7861
7862         * mm-util.el: Add comments to the mm- emulating functions.
7863
7864 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7865
7866         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7867         Reported by Stephen Berman <stephen.berman@gmx.net>.
7868
7869 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7870
7871         * mm-util.el (mm-substring-no-properties): New function.
7872         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7873         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7874         (mm-string-to-multibyte): Doc fix.
7875
7876         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7877
7878 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7879
7880         * mml.el (mml-attach-file): Strip text properties from file name.
7881         (Bug#1574)
7882
7883 2008-12-16  Glenn Morris  <rgm@gnu.org>
7884
7885         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7886
7887 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7888
7889         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7890         knows since the charset specified might be a bogus alias that
7891         mm-charset-synonym-alist provides.
7892
7893 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7894
7895         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7896         "ISO_8859-1".
7897
7898         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7899
7900 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7901
7902         * mm-util.el (mm-charset-eval-alist):
7903         Define it before mm-charset-to-coding-system.
7904         (mm-charset-to-coding-system): Add optional argument `silent';
7905         define it before mm-charset-override-alist.
7906         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7907         default value if it can be used in Emacs currently running;
7908         silence mm-charset-to-coding-system.
7909
7910 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7911
7912         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7913         `allow-override' which says whether to use `mm-charset-override-alist'.
7914         (rfc2047-decode-encoded-words): Use it.
7915
7916         * mm-util.el (mm-charset-override-alist): Fix custom type;
7917         add `(gb2312 . gbk)' to choices.
7918
7919 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7920
7921         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7922         fast.
7923
7924         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7925
7926         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7927
7928 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7929
7930         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7931         on links.
7932
7933         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7934
7935 2008-12-03  Lute Kamstra  <lute@gnu.org>
7936
7937         * sha1.el: Remove leading * from docstrings of defcustoms,
7938         deffaces, defconsts and defuns.
7939
7940 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7941
7942         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7943         users' addresses that don't have domain parts.
7944         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7945         rather than message-narrow-to-head since there will be the message
7946         header separator.
7947
7948 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7949
7950         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7951         since the result is inserted in a unibyte buffer anyway.
7952         (nnimap-demule-use-string-to-multibyte): Remove.
7953         (nnimap-demule): Alias it to mm-string-to-multibyte.
7954
7955 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7956
7957         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7958         variable for debugging bug#464 and bug#1174.
7959         (nnimap-demule): Use it.
7960
7961 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7962
7963         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7964         score calculation correctly.
7965
7966 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7967
7968         * message.el (message-send-mail): Just set the buffer to unibyte
7969         rather than use mm-with-unibyte-current-buffer which does a lot more.
7970         (message-send-mail-partially): Don't bother with
7971         mm-with-unibyte-current-buffer since it's already been made unibyte by
7972         message-send-mail.
7973
7974 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7975
7976         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7977
7978 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7979
7980         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7981
7982 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7983
7984         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7985         require itself and to remove `with-no-warnings'.
7986
7987 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7988
7989         * starttls.el (starttls-any-program-available): Get the name of the
7990         available TLS layer program.
7991         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7992         well as the host name in the "opening" message.
7993
7994         * auth-source.el (auth-source-cache, auth-source-do-cache)
7995         (auth-source-user-or-password): Cache passwords and logins by default,
7996         allow override with `auth-source-do-cache'.
7997         (auth-source-forget-user-or-password): Allow users to remove cache
7998         entries if needed.
7999
8000 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
8001
8002         * md4.el (md4-buffer): Fix typo in docstring.
8003         (md4, md4-64): Doc fixes.
8004         (md4-pack-int32): Reflow docstring.
8005
8006 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8007
8008         * ietf-drums.el (ietf-drums-remove-comments): Localize second
8009         condition-case to only the forward-sexp call.
8010
8011 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8012
8013         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
8014         quotes contained.  Make it more robust regardless by an extra
8015         condition-case wrapper.
8016
8017 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8018
8019         * lpath.el: No need to fbind codepage-setup for Emacs 23.
8020
8021 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8022
8023         * nnml.el (nnml-request-expire-articles): Check if the function set to
8024         `nnmail-expiry-target' returns the symbol `delete'.
8025
8026         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8027
8028         * nnmail.el (nnmail-expiry-target): Fix custom type.
8029
8030 2008-10-02  Glenn Morris  <rgm@gnu.org>
8031
8032         * mm-util.el (mm-codepage-setup): Tweak codepage error.
8033         Silence compiler warning.
8034
8035 2008-10-01  Magnus Henoch  <mange@freemail.hu>
8036
8037         * tls.el (open-tls-stream): Show the actual command being
8038         executed, instead of the format string.
8039
8040 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8041
8042         * lpath.el: Fbind codepage-setup for Emacs 23.
8043
8044 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
8045
8046         * mml.el (mml-menu): Don't assume mml2015 is bound.
8047
8048 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8049
8050         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
8051         exists.
8052
8053 2008-09-27  Glenn Morris  <rgm@gnu.org>
8054
8055         * gnus-util.el (mail-header-remove-comments): Autoload it.
8056
8057 2008-09-27  Andreas Schwab  <schwab@suse.de>
8058
8059         * gnus-util.el (gnus-split-references): Strip comments.
8060         (gnus-parent-id): Likewise.
8061
8062 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
8063
8064         * message.el (message-confirm-send): Fix version.
8065
8066 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8067
8068         * message.el (message-idna-to-ascii-rhs-1): Use
8069         mail-extract-address-components rather than mail-header-parse-addresses
8070         that is an alias by default to ietf-drums-parse-addresses that does not
8071         support non-ASCII names in headers' contents.
8072
8073 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8074
8075         * message.el (message-confirm-send): Fix variable documentation to
8076         avoid the "y/n" wording.
8077
8078 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
8079
8080         * message.el (message-set-auto-save-file-name): Save to a different
8081         filename so multiple messages (especially drafts) can be recovered.
8082
8083 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
8084
8085         * message.el (message-confirm-send): Add appropriate version.
8086
8087 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8088
8089         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
8090         defvar.
8091
8092 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
8093
8094         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
8095         (mm-pkcs7-enveloped-magic): Ditto.
8096
8097 2008-09-17  Simon Josefsson  <simon@josefsson.org>
8098
8099         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
8100         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
8101
8102 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
8103
8104         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
8105         default, it's better.
8106
8107 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
8108
8109         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
8110         summary line gnus-number property and ignore them (with a warning
8111         message).
8112
8113 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8114
8115         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
8116         macro caddr in the interactive form since it won't be expanded.
8117
8118 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8119
8120         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
8121         `charset'; fix name of function called recursively.
8122         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
8123
8124 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8125
8126         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
8127         (gnus-mime-set-charset-parameters): New function.
8128         (gnus-mime-view-part-as-charset): Use it to correctly display part
8129         specifying wrong charset.
8130
8131 2008-09-08  David Engster  <dengste@eml.cc>
8132
8133         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
8134         in completing-read for back end server.
8135
8136 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
8137
8138         * message.el (message-confirm-send): New variable to confirm sending a
8139         message.
8140         (message-send): Use it.
8141
8142 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
8143
8144         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
8145
8146 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8147
8148         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
8149
8150 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
8151
8152         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
8153         prevent tracking too many groups.
8154         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
8155         Use it.
8156
8157 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
8158
8159         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
8160         moving point to the bottom of the window in order to avoid recentering.
8161
8162 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8163
8164         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
8165
8166         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
8167         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
8168         (gnus-article-beginning-of-window): Fix calculation.
8169
8170 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8171
8172         * gnus-msg.el (gnus-summary-supersede-article)
8173         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
8174         value of gnus-newsgroup-charset to decode non-MIME encoded text in
8175         message header.
8176
8177 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
8178
8179         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
8180         pending output coming after the status change.
8181
8182 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
8183
8184         * message.el:
8185         * gnus-start.el:
8186         * gnus-registry.el: Remove VMS support.
8187
8188 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8189
8190         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
8191         macro.
8192         (rfc2104-hash): Use it.
8193
8194 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
8195
8196         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
8197         (gnus-summary-sort-by-most-recent-date): New commands.
8198         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
8199         and menu entries.
8200
8201 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8202
8203         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
8204         don't redisplay article for raw contents; remove plural articles stuff.
8205
8206         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
8207         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
8208         on gnus-summary-save-article; display results properly.
8209
8210 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8211
8212         * lpath.el: No need to fbind ns-focus-frame.
8213
8214 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8215
8216         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
8217
8218 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8219
8220         * gnus-art.el (gnus-summary-save-in-pipe):
8221         Consider gnus-save-all-headers.
8222
8223 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
8224
8225         * gnus-util.el (ns-focus-frame): Remove declaration.
8226         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
8227         like x.
8228
8229 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
8230
8231         * rfc2104.el (rfc2104-zero): Delete defconst.
8232         (rfc2104-hex-alist): Likewise.
8233         (rfc2104-hex-to-int): Delete func.
8234         (rfc2104-hexstring-to-bitstring): Likewise.
8235         (rfc2104-nybbles): New defconst.
8236         (rfc2104-hash): Rewrite for speed.
8237
8238 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8239
8240         * tls.el (open-tls-stream): Make it work with the 2nd argument
8241         BUFFER that is a string but does not exist as a buffer object, as
8242         mentioned in the doc-string.
8243
8244 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8245
8246         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
8247         SXEmacs.
8248
8249 2008-07-16  Glenn Morris  <rgm@gnu.org>
8250
8251         * gnus-util.el (ns-focus-frame): Declare for compiler.
8252
8253 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8254
8255         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
8256         set as a group parameter.
8257         (gnus-summary-save-in-pipe): Work when it is called independently.
8258         (gnus-summary-pipe-to-muttprint): Don't modify
8259         gnus-summary-pipe-output-default-command.
8260
8261 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8262
8263         * message.el (message-send-mail-with-sendmail):
8264         Display the error message.
8265
8266 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8267
8268         * gnus-art.el (gnus-default-article-saver):
8269         Add gnus-summary-save-in-pipe to choices.
8270         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
8271         gnus-summary-pipe-output-default-command as the default command.
8272         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
8273         instead of gnus-last-shell-command.
8274
8275         * gnus-sum.el (gnus-summary-pipe-output-default-command):
8276         New user option.
8277         (gnus-summary-muttprint-program): Mention the value will be changed.
8278         (gnus-summary-save-article): Force showing of all headers.
8279         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
8280
8281 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
8282
8283         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
8284
8285 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
8286
8287         * nnimap.el (nnimap-id):
8288         * sieve-manage.el (sieve-manage-open): Doc fixes.
8289
8290 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
8291
8292         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
8293         if available.
8294
8295 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8296
8297         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
8298
8299         * nnkiboze.el (nnkiboze-generate-group):
8300         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
8301
8302         * nnmairix.el: Require CL.
8303
8304 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8305
8306         * dgnushack.el: Autoload get-display-table and put-display-table for
8307         XEmacs 21.5.
8308
8309         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
8310         21.4 and SXEmacs.
8311
8312 2008-06-15  David Engster  <dengste@eml.cc>
8313
8314         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
8315
8316 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
8317
8318         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
8319         New macros that expand to an `aset'/`aref' call under Emacs, and to a
8320         runtime choice under XEmacs.
8321
8322         * gnus-sum.el (gnus-summary-set-display-table):
8323         Use `gnus-put-display-table', `gnus-get-display-table',
8324         `gnus-set-display-table' for the display table, instead of `aset'.
8325
8326         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
8327         Use `gnus-put-display-table', `gnus-get-display-table',
8328         `gnus-set-display-table' for the display table.
8329
8330 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8331
8332         * nnmairix.el: Add autoloads.
8333
8334 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8335
8336         * nnmairix.el (nnmairix-delete-recreate-group)
8337         (nnmairix-update-and-clear-marks): Fix error messages.
8338
8339 2008-06-14  David Engster  <dengste@eml.cc>
8340
8341         * nnmairix.el: Upgrade to version 0.6.
8342         (nnmairix-group-toggle-propmarks-this-group)
8343         (nnmairix-group-toggle-readmarks-this-group)
8344         (nnmairix-group-delete-recreate-this-group)
8345         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
8346         (nnmairix-remove-tick-mark-original-article): New commands.
8347         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
8348         (nnmairix-propagate-marks-to-nnmairix-groups)
8349         (nnmairix-only-use-registry, nnmairix-allowfast-default)
8350         (nnmairix-marks-cache, nnmairix-version-output): New variables.
8351         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8352         functions needed for marks propagation and manipulation of read marks.
8353         (nnmairix-update-groups): New function.
8354         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8355         (nnmairix-determine-original-group-from-registry)
8356         (nnmairix-determine-original-group-from-path)
8357         (nnmairix-get-group-from-file-path, nnmairix-map-range)
8358         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8359         New helper functions.
8360         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8361         keystrokes for new commands.
8362         (nnmairix-delete-and-create-on-change): Doc string cleanup.
8363         (nnmairix-request-group): Check allow-fast group parameter.
8364         (nnmairix-request-create-group): Set allow-fast group parameter if
8365         nnmairix-allowfast-default is set.
8366         (nnmairix-close-group): Propagate marks upon closing if needed.
8367         (nnmairix-group-toggle-threads-this-group): Use new.
8368         nnmairix-group-toggle-parameter helper function.
8369         (nnmairix-search): Better check for empty search result.
8370         (nnmairix-goto-original-article): Use new helper functions for
8371         determining original article.
8372         (nnmairix-show-original-article): Make sure message-id is in brackets.
8373         (nnmairix-call-mairix-binary): Change variable name.
8374         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8375         helper function.
8376         (nnmairix-widget-toggle-activate): Fix doc string.
8377
8378 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8379
8380         * nnir.el: Require edmacro when compiling with XEmacs.
8381         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8382         available in Emacs 21.
8383
8384 2008-06-11  Glenn Morris  <rgm@gnu.org>
8385
8386         * gnus-util.el (x-focus-frame):
8387         * gnus.el (image-size):
8388         * mm-decode.el (image-size): Declare.
8389
8390         * gnus-picon.el (declare-function): Add compat definition.
8391         (image-size): Declare.
8392
8393         * gnus-group.el (tool-bar-map):
8394         * gnus-sum.el (tool-bar-map): Define for compiler.
8395
8396         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8397
8398         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8399
8400         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8401         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8402         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8403         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8404         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8405         * sieve-manage.el, spam-report.el, spam.el:
8406         Remove unnecessary eval-and-compile of autoloads.
8407
8408 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
8409
8410         * auth-source.el: Precise Tramp doc.
8411
8412 2008-06-07  Glenn Morris  <rgm@gnu.org>
8413
8414         * nnmairix.el: Remove unnecessary eval-when-compile.
8415
8416 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8417
8418         * lpath.el: Fbind propertize for XEmacs 21.4.
8419
8420 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
8421
8422         * nnir.el: Move here from ../contrib.
8423
8424 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8425
8426         * gnus-util.el (gnus-read-shell-command): New function.
8427         * mm-decode.el (mm-pipe-part):
8428         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8429
8430 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8431
8432         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8433
8434 2008-06-03  Glenn Morris  <rgm@gnu.org>
8435
8436         * pop3.el (nnheader-accept-process-output): Autoload it.
8437
8438 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8439
8440         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8441         are not 2-digit hexadecimal characters that follow `%'s.
8442
8443 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8444
8445         * message.el (message-bogus-recipient-p): Fix type in doc string.
8446         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8447         (message-bogus-addresses): Rename from message-bogus-address-regexp.
8448         Improve custom options.
8449         (message-bogus-recipient-p): Adjust accordingly.
8450
8451 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
8452
8453         * parse-time.el (parse-time-months, parse-time-weekdays): Add
8454         long-form month and day names.
8455
8456 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8457
8458         * dgnushack.el: Autoload debug, eudc-expand-inline and
8459         pgg-snarf-keys-region for XEmacs.
8460
8461         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
8462
8463         * nnmairix.el: Require edmacro when compiling with XEmacs.
8464
8465 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
8466
8467         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8468         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8469
8470 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8471
8472         * auth-source.el: Add more docs.
8473
8474         * netrc.el (netrc-machine): Always match if the port is not given.
8475
8476 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8477
8478         * nnheader.el (nnheader-read-timeout): Change the default timeout from
8479         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
8480         retrieval faster in some cases, but might make CPU usage larger.
8481         If this has any bad side effects, we might revert this change.
8482
8483         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8484         seems to make mail retrieval much, much faster.
8485         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8486         unconditionally.
8487
8488         * gnus-draft.el (gnus-group-send-queue):
8489         Bind message-send-mail-partially-limit to nil to avoid being prompted.
8490
8491 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8492
8493         * mml.el (mml-attach-buffer): Prompt for `disposition'.
8494
8495         * message.el (message-bogus-address-regexp): Fix and improve custom
8496         type.
8497         (message-setup-hook): Add message-check-recipients as custom option.
8498
8499 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
8500
8501         * message.el (message-cite-function): Remove bogus autoload which crept
8502         in during merge from v5-10.
8503
8504 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8505
8506         * nnimap.el (nnimap-open-connection): Fix login/password bug.
8507
8508         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8509
8510         * auth-source.el: Preliminary Tramp docs.
8511         (auth-sources): Change the default auth-sources to use
8512         EPA .gpg files.
8513
8514 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
8515
8516         * nntp.el: Autoload `auth-source-user-or-password'.
8517         (nntp-send-authinfo): Use it.
8518
8519         * nnimap.el: Autoload `auth-source-user-or-password'.
8520         (nnimap-open-connection): Use it.
8521
8522         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
8523         for the gnus-message function.
8524         (auth-source-user-or-password): Use it.
8525
8526 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8527
8528         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8529         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8530         (rfc2104-hash): Use it.
8531
8532 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8533
8534         * gnus-art.el (gnus-article-toggle-truncate-lines):
8535         Don't use `iff' in docstring.
8536
8537 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8538
8539         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8540
8541         * gnus-util.el (gnus-extract-address-component-name)
8542         (gnus-extract-address-component-email): Convenience functions around
8543         `gnus-extract-address-components'.
8544
8545         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8546         Use `gnus-extract-address-component-email' to fix bug of comparing full
8547         sender name to `user-mail-address'.
8548
8549 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8550
8551         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8552         catch/throw to optimize.
8553         (gnus-registry-find-keywords): Just use member to find a keyword.
8554
8555 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8556
8557         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8558         is current before calling gnus-server-prepare.
8559         (gnus-server-setup-buffer, gnus-server-update-server)
8560         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8561
8562 2008-05-04  Juri Linkov  <juri@jurta.org>
8563
8564         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8565         (mailcap-file-default-commands): Use mailcap-replace-in-string
8566         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8567         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8568
8569 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8570
8571         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8572
8573 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8574
8575         * gnus.el: Bump version to 0.11.
8576
8577 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8578
8579         * gnus.el: No Gnus v0.10 is released.
8580
8581 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8582
8583         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8584         hooks.
8585         (gnus-update-read-articles): Speed up non-marks-using users.
8586         (gnus-use-marks): Define gnus-use-marks.
8587         (gnus-propagate-marks): Rename variable to something more sensible.
8588
8589 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8590
8591         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8592         (gmm-image-load-path-for-library): Fix typos in docstrings.
8593         (gmm-message): Reflow docstring.
8594
8595 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8596
8597         * mail-source.el (mail-source-set-1, mail-source-bind):
8598         Move auth-source code out of the macro to clean it up and fix bugs.
8599
8600 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8601
8602         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8603         by sender if it's equal to user-mail-address, it's likely to be
8604         useless.
8605
8606         * mail-source.el (mail-source-bind): Don't use user or password if they
8607         are not bound.  Unintern them if they are nil.  Don't use server unless
8608         it's bound, and default it to empty string otherwise.
8609
8610 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8611
8612         * mail-source.el: Load auth-source.el.
8613         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8614         get user name or password, if auth-sources is set up.
8615
8616         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8617         strategy of splitting with parent.
8618         (gnus-registry-split-fancy-with-parent)
8619         (gnus-registry-post-process-groups): Use it and fix prior
8620         bug (returning a list as the split result).
8621
8622         * auth-source.el (auth-sources): Remove server parameter.
8623         (auth-source-pick, auth-source-user-or-password)
8624         (auth-source-user-or-password-imap)
8625         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8626         (auth-source-user-or-password-sftp)
8627         (auth-source-user-or-password-smtp): Remove server parameter.
8628
8629 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8630
8631         * smime.el (smime-sign-region, smime-encrypt-region)
8632         (smime-decrypt-region):
8633         Remove redundant calls to `generate-new-buffer-name'.
8634
8635 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8636
8637         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8638         Don't use QP for message/rfc822.
8639         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8640
8641 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8642
8643         * sieve-manage.el (sieve-string-bytes): Remove.
8644         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8645         correct byte-length only if the process's coding-system is the same as
8646         the one used internally by Emacs to represent strings.
8647
8648 2008-04-22  Juri Linkov  <juri@jurta.org>
8649
8650         * mailcap.el (mailcap-file-default-commands): New function.
8651
8652 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8653
8654         * message.el (message-signature-separator, message-cite-function):
8655         Change custom version.
8656
8657 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8658
8659         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8660         commands.
8661         (tls-checktrust): Ditto.
8662
8663 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8664
8665         * mm-decode.el (mm-display-external): Make temp file read-only.
8666
8667 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8668
8669         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8670         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8671         `C-c C-f d'.
8672
8673 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8674
8675         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8676
8677 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8678
8679         * gnus.el: Bump version to 0.9.
8680
8681 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8682
8683         * gnus.el: No Gnus v0.8 is released.
8684
8685 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8686
8687         * mail-source.el (mail-source-value):
8688         Prefer fboundp to functionp so it works with macros as well.
8689
8690 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8691
8692         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8693         Fix last change in case the element is not even a symbol.
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         Prefer fboundp to functionp so it works with macros as well.
8699
8700 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8701
8702         * auth-source.el: Add docs.
8703         (auth-sources): Modify format to support server.
8704         (auth-source-pick, auth-source-user-or-password)
8705         (auth-source-user-or-password-imap)
8706         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8707         (auth-source-user-or-password-sftp)
8708         (auth-source-user-or-password-smtp): Add server parameter.
8709
8710 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8711
8712         * gnus-registry.el: Initialize the registry when gnus-registry-install
8713         is t.
8714
8715 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8716
8717         * compface.el (uncompface): Make buffer unibyte.
8718
8719 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8720
8721         * mail-source.el (mail-source-value):
8722         Prefer fboundp to functionp so it works with macros as well.
8723
8724 2008-04-05  Glenn Morris  <rgm@gnu.org>
8725
8726         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8727
8728 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8729
8730         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8731         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8732
8733         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8734         multibyteness after rather than before erasing it.
8735
8736         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8737         mm-with-multibyte.
8738         (gnus-request-article-this-buffer): Make sure the proper decoding is
8739         used if gnus-original-article-buffer happens to be unibyte.
8740
8741         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8742         default-enable-multibyte-characters.
8743
8744         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8745         default-enable-multibyte-characters.
8746
8747         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8748
8749         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8750
8751 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8752
8753         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8754         Fix last change in case the element is not even a symbol.
8755
8756 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8757
8758         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8759         (imap-message-copyuid-1): Use it.
8760         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8761         J. Williams in
8762         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8763
8764         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8765         imap-enable-exchange-bug-workaround.
8766         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8767
8768 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8769
8770         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8771         a 100 byte status-checks into a 2-3MB transfer for each group.
8772         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8773         to enable bug workaround or not.
8774         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8775
8776 2008-03-31  Glenn Morris  <rgm@gnu.org>
8777
8778         * message.el (mml2015-use): Declare for compiler.
8779         (message-info): Require mml2015 when appropriate.
8780
8781 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8782
8783         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8784         whitespace.
8785
8786 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8787
8788         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8789         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8790         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8791         (nntp-service-to-port): New function.
8792         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8793         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8794         (nntp-open-netcat-stream): New function.
8795         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8796
8797 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8798
8799         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8800
8801 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8802
8803         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8804
8805 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8806
8807         * dns.el (dns-write): Use set-buffer-multibyte.
8808
8809 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8810
8811         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8812
8813 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8814
8815         * message.el (message-signature-separator): Change default.
8816         Improve custom type.
8817         (message-cite-function): Change default to
8818         message-cite-original-without-signature.
8819
8820         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8821         toggle.
8822
8823         * message.el (message-check-news-body-syntax): Fix signature check.
8824         (message-setup-1): Mark buffer as unmodified _after_ running
8825         message-setup-hook and handling message-alternative-emails.
8826         (message-shorten-references): Be more strict when building list of
8827         valid references to comply with GNKSA.
8828
8829         * gnus-group.el (gnus-read-ephemeral-bug-group)
8830         (gnus-read-ephemeral-debian-bug-group)
8831         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8832
8833         * message.el (message-info): Don't use booleanp which isn't supported
8834         in Emacs 21 and XEmacs.
8835
8836 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8837
8838         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8839         gnus-group-gmane-group-download-format.
8840         (gnus-group-read-ephemeral-gmane-group): Rename from
8841         gnus-group-read-ephemeral-gmane-group.
8842         (gnus-read-ephemeral-gmane-group-url): Rename from
8843         gnus-group-read-ephemeral-gmane-group-url.
8844         (gnus-bug-group-download-format-alist): New variable.
8845         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8846         (gnus-read-ephemeral-emacs-bug-group): New commands.
8847
8848 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8849
8850         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8851         (gnus-visible-headers): Improve custom type.
8852
8853 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8854
8855         * mml.el (mml-menu): Add workarounds for XEmacs.
8856
8857         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8858         X-Boundary header.
8859
8860         * message.el (message-simplify-recipients): Fix previous commit.
8861
8862 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8863
8864         * mm-util.el (mm-set-buffer-multibyte): New function.
8865         * mm-decode.el (mm-copy-to-buffer): Use it.
8866
8867         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8868         Prefer fboundp to functionp so it works with macros as well.
8869
8870 2008-03-19  Glenn Morris  <rgm@gnu.org>
8871
8872         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8873         Accidentally removed in the sync process with Emacs.
8874
8875 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8876
8877         * message.el (message-alter-recipients-discard-bogus-full-name):
8878         New function.
8879         (message-alter-recipients-function): New variable.
8880         (message-get-reply-headers): Use it.
8881         (message-replace-header): New helper function.
8882         (message-recipients-without-full-name): New variable.
8883         (message-simplify-recipients): New command.
8884
8885         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8886
8887         * message.el (message-info): Handle EasyPG manual.
8888
8889         * mml.el (mml-menu): Add entry for EasyPG.
8890
8891 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8892
8893         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8894         parameter.
8895
8896         * message.el (message-disassociate-draft): Specify drafts group name
8897         fully.
8898
8899 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8900
8901         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8902         Eliminate unnecessary duplicates from the match list.
8903
8904 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8905
8906         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8907
8908         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8909
8910         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8911         args of `how-many' of which the XEmacs version doesn't take; declare
8912         Info-index-next as function.
8913
8914 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8915
8916         * gnus-score.el (gnus-score-headers): Fix handling of
8917         gnus-inhibit-slow-scoring.
8918
8919         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8920         string.
8921         (gnus-button-url-regexp): Improve handling of parenthesis.
8922         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8923         (gnus-button-handle-info-keystrokes): Handle index entries.
8924
8925 2008-03-15  Glenn Morris  <rgm@gnu.org>
8926
8927         * parse-time.el (parse-time-string): Simplify.
8928
8929 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8930
8931         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8932         Incoming* files.
8933
8934 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8935
8936         * auth-source.el (auth-sources): Rename from auth-source-choices.
8937         (auth-source-pick): Use it.
8938
8939 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8940
8941         * binhex.el (binhex-decode-region-internal):
8942         * uudecode.el (uudecode-decode-region-internal):
8943         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8944         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8945         setting default-enable-multibyte-characters.
8946
8947 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8948
8949         * auth-source.el (auth-source-protocols)
8950         (auth-source-protocols-customize, auth-source-choices): Add and
8951         modified variable customizations and defaults.
8952         (auth-source-pick, auth-source-user-or-password)
8953         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8954         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8955         (auth-source-user-or-password-sftp)
8956         (auth-source-user-or-password-smtp): Use new variables and provide an
8957         interface to netrc.el.
8958
8959 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8960
8961         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8962         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8963         Make sure the nntp port to specify is a string.
8964
8965 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8966
8967         * nntp.el: Use with-current-buffer.
8968         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8969         dubious mm-with-unibyte-current-buffer.
8970         (nntp-with-open-group-function): New function extracted from
8971         nntp-with-open-group macro.
8972         (nntp-with-open-group): Use the function, so it's easier to debug.
8973         Add indentation and debugging info.
8974         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8975         Recommend the use of the netcat alternatives.
8976
8977         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8978         Avoid mm-string-as-multibyte as well.
8979
8980         * nnweb.el (nnweb-insert-html):
8981         Remove use of nnheader-string-as-multibyte.
8982
8983         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8984         (nnheader-string-as-multibyte): Remove.
8985
8986         * mm-view.el: Use inhibit-read-only.
8987         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8988         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8989         or unibyte-string.
8990
8991         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8992         (mm-uu-yenc-extract): Use with-current-buffer.
8993
8994         * gnus-soup.el (gnus-soup-send-packet): Don't use
8995         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8996
8997         * nnmh.el: Use with-current-buffer.
8998         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8999         mm-string-as-multibyte on the output of mm-encode-coding-string.
9000
9001         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9002         (nnimap-request-move-article): Use with-current-buffer.
9003
9004         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
9005         inserting the handle-buffer's text, so the implicit multibyte->unibyte
9006         conversion uses string-make-unibyte rather than string-as-unibyte.
9007
9008         * gnus-msg.el: Use with-current-buffer.
9009
9010         * message.el (message-ignored-resent-headers): Add "Delivered-To".
9011
9012 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
9013
9014         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
9015         string for caching if it is 'PIN.
9016
9017 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9018
9019         * lpath.el: Consider the case without Emacs/W3.
9020
9021 2008-03-08  Glenn Morris  <rgm@gnu.org>
9022
9023         * time-date.el (date-to-time, time-subtract, time-add)
9024         (safe-date-to-time): Doc fixes.
9025
9026 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9027
9028         * mail-source.el (mail-source-delete-old-incoming-confirm):
9029         Change default to nil.
9030         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
9031
9032 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9033
9034         * lpath.el: Rearrange.
9035
9036         * gnus-art.el (gnus-narrow-to-page): Position point properly.
9037         (gnus-article-goto-prev-page): Work for articles having ^L's.
9038
9039         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
9040
9041         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
9042
9043 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
9044
9045         * gnus-bookmark.el: Adjust for renames in bookmark.el.
9046         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
9047         (gnus-bookmark-jump): Adjust some variable names.
9048
9049 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
9050
9051         * auth-source.el: New package.
9052         (auth-source-choices): Add customization entry point variable.
9053
9054         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
9055         bug.
9056
9057 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
9058
9059         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
9060         (gnus-registry-initialize, gnus-registry-install-p): Use it.
9061         (gnus-registry-install-shortcuts): Rename from
9062         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
9063         the `gnus-registry-mark-map' keymap dynamically from
9064         `gnus-registry-marks'.  The generated functions update the summary line
9065         when a registry mark is added or deleted, and will call
9066         `gnus-registry-install-p' (see the comments in the code).
9067         (gnus-registry-user-format-function-M): Use concat intelligently.
9068
9069         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
9070         the registry mark functions.
9071
9072 2008-03-05  Glenn Morris  <rgm@gnu.org>
9073
9074         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
9075         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
9076         gnus-art.
9077         (top-level): No need to load own source when compiling.
9078
9079 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9080
9081         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
9082         Suggested by <chris.anderton@zetnet.co.uk>.
9083
9084 2008-03-04  Glenn Morris  <rgm@gnu.org>
9085
9086         * gnus-sum.el (top-level): No need to require gnus when compiling,
9087         since unconditionally required near start of file.
9088         (gnus-summary-display-while-building): Move definition before use.
9089
9090 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9091
9092         * gnus-registry.el (gnus-registry-user-format-function-M):
9093         Add formatting function.
9094
9095 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
9096
9097         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
9098         with plists.
9099         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
9100         Use new format.
9101
9102 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9103
9104         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
9105         `where-is-internal' that returns a range of key sequences.
9106
9107 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9108
9109         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
9110
9111         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
9112         (gnus-summary-jump-to-group): Consider windows on other displayed
9113         frames as well.  Similar changes might be needed elsewhere, but that's
9114         the one I've bumped into during my use.
9115
9116         * nndoc.el (nndoc-oe-dbx-type-p):
9117         * gnus-msg.el (gnus-debug):
9118         * gnus-group.el (gnus-update-group-mark-positions):
9119         Use mm-string-to-multibyte.
9120
9121 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9122
9123         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
9124         doesn't handle NotDashEscaped.
9125
9126         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
9127         (mml-dnd-attach-options): Fix typo in custom choice.
9128
9129         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
9130         Change nndoc-article-type to mbox.
9131         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
9132
9133         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
9134         to nil, instead of html2text.
9135
9136         * imap.el (imap-debug): Add `imap-ping-server'.
9137
9138         * gnus-bookmark.el: Add FIXMEs.
9139
9140         * message.el (message-form-letter-separator)
9141         (message-send-form-letter-delay): New variables.
9142         (message-send-form-letter): Use them.  New command to send form
9143         letters.  Requested by Uwe Siart.
9144         (message-send-mail-function): Doc fix.  Add "Other" custom option.
9145
9146 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9147
9148         * Update copyright years.
9149
9150 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9151
9152         Sync from EMACS_22_BASE.
9153
9154         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
9155
9156 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
9157
9158         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
9159         empty author.
9160
9161 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
9162
9163         * gnus-registry.el (gnus-registry-marks): Add variable for
9164         customization of marks and their appearance.
9165         (gnus-registry-read-mark): Use it.
9166         (gnus-registry-do-marks): Add utility function to loop through
9167         `gnus-registry-marks'.
9168         (gnus-registry-install-shortcuts-and-menus): Add function to install
9169         shortcuts and menus.
9170         (gnus-registry-initialize): Use it.
9171         (gnus-registry-default-mark): Clarify documentation.
9172
9173 2008-02-29  Glenn Morris  <rgm@gnu.org>
9174
9175         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
9176         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
9177         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
9178         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
9179         Change defcustom :version from 23.0 to 23.1.
9180
9181 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
9182
9183         * gnus-registry.el (gnus-registry-follow-group-p)
9184         (gnus-registry-post-process-groups): Add functions to aid registry
9185         splitting and improve logging.  Clarify behavior in function
9186         documentation.
9187         (gnus-registry-split-fancy-with-parent): Use them.
9188
9189 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9190
9191         * gnus-art.el: Use with-current-buffer.
9192
9193 2008-02-27  David Engster  <dengste@eml.cc>
9194
9195         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
9196         Express real group name in the response.
9197
9198 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9199
9200         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
9201         (nnmairix-last-server, nnmairix-current-server): Defvar them.
9202         (nnmairix-goto-original-article): Defvar gnus-registry-install and
9203         autoload gnus-registry-fetch-group when compiling.
9204         (nnmairix-request-group-with-article-number-correction):
9205         Remove unreferenced argument passed to nnmairix-call-backend.
9206
9207 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9208
9209         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
9210         (mm-uu-extract): Improve face for low color ttys.
9211         Reported by Sascha Wilde.
9212
9213 2008-02-27  Glenn Morris  <rgm@gnu.org>
9214
9215         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
9216         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
9217         variables to defconsts.  Convert comments to doc-strings.
9218         (nnmairix-last-server, nnmairix-current-server): Convert from free
9219         variables to defvars.  Convert comments to doc-strings.
9220         (gnus-registry-fetch-group): Autoload.
9221         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
9222         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
9223         (nnmairix-widget-build-editable-fields): Use car cddr rather than
9224         caddr.
9225         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
9226         nnmairix-request-group-with-article-number-correction call.
9227         (nnmairix-fast, nnmairix-group): New, less general names, for free
9228         variables passed from nnmairix-request-group to
9229         nnmairix-request-group-with-article-number-correction.  Declare.
9230         (nnmairix-request-group-with-article-number-correction):
9231         Use nnmairix-fast, nnmairix-group rather than fast, group.
9232
9233 2008-02-26  David Engster  <dengste@eml.cc>
9234
9235         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
9236         version 0.5.
9237
9238 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
9239
9240         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
9241         instead of making an extra function call.  Don't add the current group
9242         to articles only when they have the group.  Use
9243         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
9244         Reported by David <de_bb@arcor.de>.
9245
9246 2008-02-24  Miles Bader  <miles@gnu.org>
9247
9248         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
9249         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
9250         (mm-find-mime-charset-region):
9251         * mm-bodies.el (mm-encode-body):
9252         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
9253
9254 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9255
9256         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
9257         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
9258
9259 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
9260
9261         * mail-source.el (mail-source-delete-incoming): Change default.
9262         Supplement doc string.
9263
9264         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
9265
9266 2008-02-14  Glenn Morris  <rgm@gnu.org>
9267
9268         * time-date.el (format-seconds): New function.
9269
9270 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9271
9272         * nnmail.el (nnmail-message-id-cache-file): Derive from
9273         `gnus-home-directory'.
9274
9275 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
9276
9277         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
9278         Document negative prefix.
9279
9280         * gnus-group.el (gnus-group-read-group): Document negative prefix.
9281
9282 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9283
9284         * message.el (message-unsent-separator): Add the Exim bounce
9285         separator.
9286
9287 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
9288
9289         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
9290         list.
9291         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
9292         recipient/signer list.
9293
9294 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9295
9296         * Makefile.in (datarootdir): Define.
9297         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
9298         name that might contain whitespace.
9299
9300 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9301
9302         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
9303         fbound (Emacs 23 unicode), signal an error.
9304
9305 2008-02-08  Glenn Morris  <rgm@gnu.org>
9306
9307         * gnus-art.el (pgg-display-output-buffer): Declare as function.
9308
9309 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
9310
9311         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
9312         ports to the calls to `netrc-machine-user-or-password' in addition to
9313         "imap" and "imaps".
9314
9315 2008-02-01  Zhang Wei  <id.brep@gmail.com>
9316
9317         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
9318
9319         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
9320
9321 2008-02-01  Kenichi Handa  <handa@m17n.org>
9322
9323         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
9324         rfc2104-hexstring-to-bitstring and changed to return a byte list.
9325         (rfc2104-hash): Convert the result of concat to unibyte string.
9326
9327 2008-02-01  Dave Love  <fx@gnu.org>
9328
9329         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
9330         coding-system-for-read.
9331         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
9332
9333 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9334
9335         * gnus.el (gnus-group-startup-message): Add `find-image' call before
9336         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
9337         <hanche@math.ntnu.no>.
9338
9339 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9340
9341         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
9342
9343         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
9344
9345 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
9346
9347         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
9348         * message.el (message-beginning-of-line): Use featurep instead of bound
9349         tests in order to resolve conditionals at compile time.
9350
9351 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
9352
9353         * mail-source.el (mail-sources): Add `group' choice.
9354
9355         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
9356         parameter `in-group' to control into which group the articles go.
9357         Add treatment of `group' mail-source.
9358
9359 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9360
9361         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
9362
9363         * mm-decode.el (mm-dissect-buffer): Decode description.
9364
9365         * mml.el (mml-to-mime): Encode message header first.
9366
9367 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9368
9369         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
9370         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
9371
9372         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
9373         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
9374
9375 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
9376
9377         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
9378
9379 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9380
9381         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
9382         prefix keys.
9383         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
9384         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
9385         gnus-xmas.el.
9386
9387         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
9388         (gnus-xmas-article-describe-bindings): New function.
9389         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
9390         gnus-xmas-article-describe-bindings.
9391
9392         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
9393
9394 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9395
9396         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
9397         Add new variables for article mark management.
9398         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
9399         list of extra data entries which, when present, will indicate that the
9400         article ID should not be trimmed from the registry.
9401         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
9402         functions.
9403         (gnus-registry-read-mark): New function to read a mark name from the
9404         user.
9405         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9406         (gnus-registry-set-article-mark-internal): New functions to add and
9407         remove marks.
9408         (gnus-registry-get-article-marks): New function to show the marks for
9409         an article, or retrieve them for further use.
9410
9411 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9412
9413         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9414         keys when no argument is given.
9415
9416 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9417
9418         * imap.el (imap-ping-server): New variable.
9419         (imap-opened): On add extra ping if imap-ping-server is non-nil.
9420         (imap-ping-server): Minor doc string fixes.
9421
9422 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9423
9424         * imap.el (imap-ping-server): New function.
9425         (imap-opened): Call imap-ping-server.
9426
9427 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9428
9429         * gnus-sum.el (gnus-article-sort-by-random)
9430         (gnus-thread-sort-by-random): Fix doc strings.
9431         Reported by jidanni@jidanni.org.
9432
9433 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9434
9435         * gnus-art.el (gnus-article-describe-bindings): New function.
9436         (gnus-article-read-summary-keys): Use it.
9437         (gnus-article-mode-map): Bind `C-h b' to it.
9438
9439 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9440
9441         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9442         XEmacs.
9443         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9444         Protect against non-character events.
9445
9446         * lpath.el: Fbind map-keymap for Emacs 21.
9447
9448 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
9449
9450         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9451         New command.
9452         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9453         instead of END.  Change name of the temp file.
9454         (gnus-group-gmane-group-download-format): Add doc string.  Make it
9455         customizable.
9456
9457 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9458
9459         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9460         bind `S W' to gnus-article-wide-reply-with-original; set default
9461         binding to gnus-article-read-summary-send-keys.
9462         (gnus-article-read-summary-keys): Fix the order of keys; display
9463         continuation keys correctly in the echo area; describe bindings
9464         correctly when keys end with `C-h'.
9465         (gnus-article-read-summary-send-keys): New function.
9466         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9467         Work for gnus-article-read-summary-send-keys; display continuation keys
9468         correctly in the echo area.
9469         (gnus-article-reply-with-original): Ignore prefix argument.
9470         (gnus-article-wide-reply-with-original): New function.
9471
9472         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
9473         Emacs 21.
9474
9475 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9476
9477         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9478         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9479
9480 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9481
9482         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9483         (gnus-group-read-ephemeral-gmane-group): New command.
9484
9485 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9486
9487         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9488
9489 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9490
9491         * message.el (message-send-mail-function): Increase custom version.
9492
9493         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9494         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
9495
9496 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9497
9498         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
9499         for the cases where imap-authenticate is called with a nil buffer
9500         parameter.
9501
9502 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9503
9504         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9505         html parts correctly; support forwarded messages.
9506         (gnus-article-browse-html-article): Remove work buffers.
9507
9508         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9509         compiling.
9510         (netrc-bound-and-true-p): New macro.
9511         (netrc-parse): Use it instead of bound-and-true-p that is not available
9512         in XEmacs 21.4.
9513
9514 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9515
9516         * gnus-registry.el (gnus-registry-mark-article)
9517         (gnus-registry-article-marks): Add functionality to mark articles
9518         through the Gnus registry.
9519
9520         * encrypt.el: Clarify documentation for the new pgg method.
9521         (encrypt-file-alist): Add PGG option.
9522         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
9523         functionality.  Abstract password key and messaging to external
9524         functions.
9525         (encrypt-password-key, encrypt-get-passphrase-if-needed)
9526         (encrypt-message-method-and-cipher): Add new convenience external
9527         functions.
9528         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
9529         (encrypt-pgg-process-buffer): Add PGG functionality glue.
9530
9531         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9532         (netrc-parse): Use encrypt-file-alist to determine if
9533         encrypt-find-model or encrypt-insert-file-contents should be used.
9534
9535         * encrypt.el: Clarify documentation.  Load password-cache or
9536         password, whichever one is found first, instead of autoloading.
9537
9538 2007-12-19  Glenn Morris  <rgm@gnu.org>
9539
9540         * mml.el (message-options-set, message-narrow-to-head)
9541         (message-in-body-p, message-mail-p, message-encode-message-body):
9542         Autoload.
9543         (message-remove-header, message-narrow-to-headers-or-head)
9544         (message-subscribed-p, message-make-mail-followup-to)
9545         (message-position-on-field, message-news-p)
9546         (message-options-set-recipient, message-generate-headers)
9547         (message-sort-headers): Declare as functions.
9548
9549 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9550
9551         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9552         convention in doc string.
9553
9554 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9555
9556         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9557         title to html parts.
9558         (gnus-article-browse-html-article): Pass message header to it.
9559
9560         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9561
9562 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9563
9564         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9565         or password compatible with XEmacs.
9566
9567 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9568
9569         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9570         format document.
9571         (gnus-mime-delete-part): Don't write description line if empty.
9572         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9573
9574 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
9575
9576         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9577         (gnus-summary-mark-read-and-unread-as-read)
9578         (gnus-summary-mark-current-read-and-unread-as-read)
9579         (gnus-summary-mark-unread-as-ticked): Doc fix.
9580         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9581
9582 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9583
9584         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9585         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9586
9587 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9588
9589         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9590         yes-or-no-p.
9591
9592 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9593
9594         * mm-decode.el (mm-add-meta-html-tag): New function.
9595         (mm-save-part-to-file, mm-pipe-part): Use it.
9596
9597         * gnus-art.el (gnus-article-browse-delete-temp-files):
9598         Use gnus-y-or-n-p instead of y-or-n-p.
9599         (gnus-article-browse-html-parts): Work with message/external-body; use
9600         mm-add-meta-html-tag.
9601
9602 2007-12-11  Glenn Morris  <rgm@gnu.org>
9603
9604         * gnus-cache.el: Require gnus-sum not just when compiling.
9605
9606         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9607
9608         * gnus-int.el (gnus-server-opened, gnus-status-message):
9609         Move definitions before use.
9610
9611         * mm-decode.el: Require gnus-util.
9612         (mm-remove-part): Only call delete-annotation on XEmacs.
9613
9614         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9615
9616         * nnmail.el: Require gnus-int.
9617
9618         * spam.el: Move `require's before `eval-when-compile's.
9619
9620         * gnus-ems.el (gnus-alive-p):
9621         * gnus-fun.el (message-goto-eoh):
9622         * gnus-util.el (gnus-group-name-decode):
9623         * mail-source.el (gnus-compress-sequence):
9624         * message.el (Info-goto-node, format-spec):
9625         * mm-bodies.el (message-options-get):
9626         * mm-decode.el (mm-view-pkcs7):
9627         * mm-util.el (gmm-write-region):
9628         * mml-smime.el (mml-compute-boundary)
9629         (gnus-completing-read-with-default):
9630         * mml.el (widget-button-press, gnus-make-hashtable):
9631         * mml1991.el (mm-decode-content-transfer-encoding)
9632         (mm-encode-content-transfer-encoding)
9633         (message-options-get, message-options-set):
9634         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9635         * nnfolder.el (gnus-request-group):
9636         * nnheader.el (ietf-drums-unfold-fws):
9637         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9638         * smime.el (gnus-run-mode-hooks):
9639         * spam-stat.el (gnus-message): Autoload.
9640
9641         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9642         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9643         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9644         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9645         Add declare-function compatibility definition.
9646
9647         * gnus-cache.el (nnvirtual-find-group-art):
9648         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9649         (gnus-add-image, gnus-add-wash-type):
9650         * gnus-group.el (nnkiboze-score-file):
9651         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9652         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9653         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9654         (message-tokenize-header, gnus-get-buffer-create)
9655         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9656         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9657         * gnus.el (gnus-group-decoded-name):
9658         * mail-source.el (imap-capability):
9659         * mm-bodies.el (message-options-set):
9660         * mm-decode.el (gnus-configure-windows):
9661         * mm-extern.el (message-goto-body):
9662         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9663         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9664         (epg-sub-key-validity, message-options-set):
9665         * mml.el (widget-event-point, gnus-configure-windows):
9666         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9667         * mml2015.el (epg-check-configuration, epg-configuration)
9668         (message-options-set):
9669         * nndb.el (nndb-request-article):
9670         * nnfolder.el (gnus-request-create-group):
9671         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9672         * nnmaildir.el (gnus-group-mark-article-read):
9673         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9674         * rfc1843.el (message-fetch-field):
9675         * spam.el (gnus-extract-address-components):
9676         Declare as functions.
9677
9678 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9679
9680         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9681
9682         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9683
9684         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9685         bind show-trailing-whitespace for XEmacs.
9686
9687 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9688
9689         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9690         new no-op macro for backward compatibility.
9691
9692         * imap.el (imap-string-to-integer): New function.
9693
9694 2007-12-09  Glenn Morris  <rgm@gnu.org>
9695
9696         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9697
9698         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9699         * message.el, mm-view.el, sieve-manage.el, smime.el:
9700         Add declare-function compatibility definition.
9701
9702         * gnus-art.el (w3-region, w3m-region, Info-menu):
9703         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9704         * gnus-sum.el (gnus-get-predicate):
9705         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9706         * message.el (mail-abbrev-in-expansion-header-p):
9707         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9708         (w3m-detect-meta-charset, w3m-region):
9709         * sieve-manage.el (password-read, password-cache-add)
9710         (password-cache-remove):
9711         * smime.el (password-read-and-add): Declare as functions.
9712
9713 2007-12-08  David Kastrup  <dak@gnu.org>
9714
9715         * gnus-sum.el (gnus-summary-simplify-subject-query):
9716         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9717         `message'.
9718
9719 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9720
9721         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9722         it to bind idna-program, installation-directory, defined-colors, and
9723         face-attribute for XEmacs of the version that compiles defcustom forms.
9724
9725 2007-12-07  Glenn Morris  <rgm@gnu.org>
9726
9727         * gnus-art.el (article-make-date-line): Revert previous change.
9728
9729 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9730
9731         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9732
9733 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9734
9735         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9736         Call gnus-add-to-range ranges only once with a prepared article-list.
9737
9738 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9739
9740         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9741         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9742         group names with backslashes.
9743         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9744
9745 2007-12-06  Deepak Goel  <deego3@gmail.com>
9746
9747         * gnus-art.el (article-make-date-line):
9748         * gnus-start.el (gnus-load):
9749         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9750
9751 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9752
9753         * gnus-art.el (gnus-use-idna)
9754         * gnus-start.el (gnus-site-init-file)
9755         * message.el (message-use-idna)
9756         * mm-uu.el (mm-uu-hide-markers)
9757         * smiley.el (smiley-style): Revert changes that suppress warnings.
9758
9759 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9760
9761         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9762         specify charset to html source.
9763         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9764
9765 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9766
9767         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9768         idna-program in order to suppress byte compile warning issued by XEmacs
9769         that came to byte compile the default value section of defcustom forms
9770         recently.
9771
9772         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9773         value of installation-directory.
9774
9775         * message.el (message-use-idna): Don't directly refer to the value of
9776         idna-program.
9777
9778         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9779
9780         * smiley.el (smiley-style): Don't directly call face-attribute.
9781
9782 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9783
9784         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9785
9786         * gnus-dired.el: Reduce Gnus dependencies.
9787         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9788         Don't require.  Use autoloads instead.
9789         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9790         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9791         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9792         (gnus-dired-mode): Adjust doc string.
9793         (gnus-dired-mail-mode): New variable.
9794         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9795         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9796         (gnus-dired-mail-buffers): New function.  Return mail or message
9797         composition buffers.
9798         (gnus-dired-attach): Use it.
9799         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9800         NO-DECODE.
9801         (gnus-dired-print): Use `gnus-print-buffer' depending on
9802         `gnus-dired-mail-mode'.
9803
9804 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9805
9806         * rfc2047.el (rfc2047-encoded-word-regexp)
9807         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9808         explaining what regexp patterns are for.
9809
9810 2007-12-04  Glenn Morris  <rgm@gnu.org>
9811
9812         * password.el: Move to password-cache.el.
9813
9814         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9815         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9816         * mml-smime.el (password-read, password-cache-add)
9817         (password-cache-remove):
9818         No need to autoload, since mml-sec requires password.
9819
9820         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9821         * message.el (gnus-extract-address-components):
9822         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9823
9824         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9825         password.
9826
9827 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9828
9829         * mailcap.el: Reduce dependencies.
9830         (mail-header-parse-content-type): Autoload.
9831         (mailcap-delete-duplicates): New alias.
9832         (mailcap-mime-info): Add optional argument NO-DECODE.
9833         (mailcap-mime-types): Use mailcap-delete-duplicates.
9834
9835         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9836
9837 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9838
9839         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9840         (imap-parse-status): Upcase status-att for servers that sends them
9841         lower-case (e.g., MS Exchange 2007).
9842
9843 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9844
9845         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9846         function.
9847
9848         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9849         (gnus-uu-yenc-article): New function.
9850
9851         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9852
9853         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9854
9855 2007-12-02  Glenn Morris  <rgm@gnu.org>
9856
9857         * binhex.el (binhex): New custom group.
9858         (binhex-decoder-program, binhex-decoder-switches)
9859         (binhex-use-external): Move to the binhex custom group.
9860
9861         * uudecode.el (uudecode): New custom group.
9862         (uudecode-decoder-program, uudecode-decoder-switches)
9863         (uudecode-use-external): Move to the uudecode custom group.
9864
9865         * netrc.el (top-level): Don't load `encrypt' features.
9866         (netrc-parse): Don't use encrypt.
9867         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9868
9869         * encrypt.el: Remove file.
9870
9871 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9872
9873         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9874         matches on patches.
9875
9876         * gnus-art.el (gnus-article-browse-html-article):
9877         Mention `mm-text-html-renderer' in the doc string.
9878
9879         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9880         string.  Add comments.
9881
9882         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9883         if rhs is ASCII.
9884
9885 2007-12-01  Glenn Morris  <rgm@gnu.org>
9886
9887         * mail-source.el (top-level): Require format-spec before
9888         eval-when-compile.
9889
9890 2007-11-30  Glenn Morris  <rgm@gnu.org>
9891
9892         * encrypt.el: Require password, rather than autoloading password-read.
9893
9894 2007-11-29  Glenn Morris  <rgm@gnu.org>
9895
9896         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9897         (sasl-make-client, sasl-next-step, sasl-step-data)
9898         (sasl-step-set-data): Declare as functions.
9899
9900 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9901
9902         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9903
9904 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9905
9906         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9907         certs should be verified and what is to be done in the event of a
9908         verification failure.
9909
9910         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9911         caller can indicate whether the cache should be disregarded for this
9912         call.  This way the result of the call is reproducible at all times and
9913         can be considered a canonical server name for the supplied method.
9914         (gnus-agent-method-p): Canonicalize server names by pushing their
9915         method through `gnus-method-to-server' using the no-cache argument.
9916
9917         * gnus-srvr.el (gnus-server-insert-server-line):
9918         Call `gnus-method-to-server' with `no-cache' argument.
9919
9920         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9921         gnus-agent-possibly-synchronize-flags as this should be called when the
9922         server is actually being opened.
9923         (gnus-agent-possibly-synchronize-flags)
9924         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9925         flags file of an agentized server to the latter function.
9926
9927         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9928         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9929         after a connection has been established successfully.
9930
9931 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9932
9933         * gnus-art.el (article-display-face): Force to display face if called
9934         interactively; check if gnus-article-x-face-too-ugly matches author.
9935         (article-display-x-face): Display face even if From header is missing
9936         as article-display-face does.
9937
9938 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9939
9940         * hashcash.el (message-narrow-to-headers-or-head)
9941         (message-fetch-field, message-goto-eoh)
9942         (message-narrow-to-headers): Declare as functions.
9943
9944 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9945
9946         * mail-source.el (mail-sources): Default to fetch from file for
9947         compatibility with default of nnmail-spool-file.
9948
9949 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9950
9951         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9952         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9953         to look for encoded word that should be encoded again.
9954         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9955         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9956         encoding pattern.
9957         (rfc2047-decode-region): Switch strict regexp and loose one according
9958         to rfc2047-allow-irregular-q-encoded-words.
9959
9960 2007-11-25  Romain Francoise  <romain@orebokech.com>
9961
9962         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9963
9964 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9965
9966         * tls.el (tls-program): Provide more custom choices from
9967         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9968         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9969
9970 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9971
9972         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9973         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9974
9975         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9976         `nnmail-spool-file'.
9977
9978         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9979         `nnmail-spool-file'.
9980
9981         * gnus-move.el (gnus-change-server): Ditto.
9982
9983         * gnus-kill.el (gnus-batch-score): Ditto.
9984
9985         * gnus-cache.el (gnus-jog-cache): Ditto.
9986
9987         * gnus-msg.el (gnus-summary-reply):
9988         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9989
9990 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9991
9992         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9993         version.  Minor improvement to doc strings.
9994         (tls-program): Add comment.
9995
9996 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9997
9998         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9999         (tls-checktrust): New variable.  Check if GNU TLS complained about a
10000         mismatch between the hostname provided in the certificate and the name
10001         of the host connnecting to.
10002         (open-tls-stream): Use them.  Check certificates against trusted root
10003         certificates.
10004
10005 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10006
10007         * gnus-cache.el (gnus-cache-generate-nov-databases):
10008         Use nnml-generate-nov-databases-directory instead of
10009         nnml-generate-nov-databases-1.
10010
10011 2007-11-24  Glenn Morris  <rgm@gnu.org>
10012
10013         * message.el (message-tool-bar-retro): Update for rename
10014         mail_send.xpm->mail-send.xpm.
10015
10016 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
10017
10018         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
10019         `smime-ldap-search' for Emacs 22 and up.
10020
10021 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10022
10023         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
10024
10025         * message.el (message-send-mail-function): Fix error convention.
10026         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
10027         (message-widen-reply, message-send-mail, message-talkative-question)
10028         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
10029         (message-clone-locals, message-send-news): Use with-current-buffer.
10030         (message-insert-or-toggle-importance): Remove unused var `valid'.
10031         (message-make-references): Remove unused var `new-references'.
10032         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
10033
10034 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
10035
10036         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
10037         (spam-split-symbolic-return-positive): Reflow docstring.
10038         (spam-backends, spam-summary-exit-behavior)
10039         (spam-mark-ham-unread-before-move-from-spam-group)
10040         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
10041         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10042         (spam-clear-cache, spam-backend-check, spam-install-backend)
10043         (spam-install-statistical-backend, spam-list-of-processors)
10044         (spam-group-processor-p, spam-split, spam-bogofilter-score)
10045         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
10046         (spam-check-crm114, spam-initialize, spam-unload-hook):
10047         Fix typos in docstrings.
10048
10049 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10050
10051         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
10052         been checked if they have never been read and those group levels are
10053         higher than the one that a user specified.
10054
10055 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10056
10057         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
10058         foreign groups unless a group level is specified by a user.
10059         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
10060
10061 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
10062
10063         * message.el (message-send-mail-function): Require sendmail.
10064
10065 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
10066
10067         * message.el (message-send-mail-function): Check for smtpmail too.
10068
10069         * utf7.el (utf7-encode, utf7-decode): Use coding system
10070         `utf-7'/`utf-7-imap' from utf-7.el' if available.
10071
10072         * message.el (message-send-mail-function): New function.
10073         (message-send-mail-function): Set default using
10074         message-send-mail-function.  Adjust doc string.
10075         (message-send-mail-with-mailclient): New function.
10076
10077 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
10078
10079         * smime.el (from):
10080         * rfc2047.el (message-posting-charset):
10081         * qp.el (mm-use-ultra-safe-encoding):
10082         * pop3.el (parse-time-months):
10083         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
10084         * nnml.el (files):
10085         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
10086         (jka-compr-compression-info-list, ange-ftp-path-format)
10087         (efs-path-regexp):
10088         * nndiary.el (files):
10089         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
10090         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
10091         (epg-digest-algorithm-alist, inhibit-redisplay)
10092         (password-cache-expiry):
10093         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
10094         (pgg-output-buffer, password-cache-expiry):
10095         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
10096         (efs-path-regexp):
10097         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
10098         (inhibit-redisplay):
10099         * mm-uu.el (file-name, start-point, end-point, entry)
10100         (gnus-newsgroup-name, gnus-newsgroup-charset):
10101         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
10102         (latin-unity-ucs-list):
10103         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
10104         (mm-uu-binhex-decode-function):
10105         * message.el (gnus-message-group-art, gnus-list-identifiers)
10106         (rmail-enable-mime-composing, gnus-local-organization)
10107         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
10108         (gnus-read-active-file, facemenu-add-face-function)
10109         (facemenu-remove-face-function, gnus-article-decoded-p)
10110         (tool-bar-mode):
10111         * mail-source.el (display-time-mail-function):
10112         * gnus-util.el (nnmail-pathname-coding-system)
10113         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
10114         (gnus-original-article-buffer, gnus-user-agent)
10115         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
10116         (xemacs-codename, sxemacs-codename, emacs-program-version):
10117         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
10118         * gnus-start.el (gnus-agent-covered-methods)
10119         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
10120         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
10121         (gnus-newsgroup-headers, gnus-group-list-mode)
10122         (gnus-group-mark-positions, gnus-newsgroup-data)
10123         (gnus-newsgroup-unreads, nnoo-state-alist)
10124         (gnus-current-select-method, mail-sources)
10125         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
10126         (nnmail-spool-file, gnus-cache-active-hashtb):
10127         * gnus-mh.el (mh-lib-progs):
10128         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
10129         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
10130         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
10131         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
10132         (gnus-group-buffer):
10133         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
10134         (font-lock-set-defaults):
10135         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
10136         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
10137         (gnus-summary-post-menu, total-parts, type, condition, length):
10138         * gnus-agent.el (gnus-agent-read-agentview):
10139         * flow-fill.el (show-trailing-whitespace):
10140         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
10141         eval-and-compile wrappers for byte compiler pacifiers.
10142
10143         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
10144         (mm-display-inline-fontify): Check for featurep 'xemacs not
10145         extent-list.
10146
10147         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
10148         itimer-list.
10149         (mm-create-image-xemacs): Only do something for XEmacs.
10150         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
10151
10152         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
10153
10154         * gnus-registry.el (gnus-adaptive-word-syntax-table):
10155         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
10156
10157 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
10158
10159         * nnimap.el (nnimap-split-download-body):
10160         * gnus-demon.el (gnus-demon):
10161         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
10162
10163 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10164
10165         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
10166         New macros.
10167         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
10168         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
10169         copy data from unibyte buffer to multibyte current buffer.
10170         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
10171         to copy data from unibyte current buffer to multibyte buffer.
10172         (nntp-make-process-buffer): Make process buffer unibyte.
10173
10174         * pop3.el (pop3-open-server): Fix typo in Lisp code.
10175
10176 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
10177
10178         * pop3.el (pop3-open-server): Accept and process data more robustly at
10179         connexion start to avoid spurious "POP SSL connexion failed" errors.
10180
10181 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10182
10183         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
10184         read group names.
10185
10186 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
10187
10188         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
10189
10190 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10191
10192         * nnmail.el (nnmail-parse-active): Make group names unibyte.
10193         (nnmail-save-active): Use a unibyte buffer when saving active file,
10194         which may contain non-ASCII group names.
10195
10196         * nnml.el (nnml-request-group): Decode group names in messages.
10197
10198 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
10199
10200         * message.el (message-citation-line-function)
10201         (message-insert-formatted-citation-line): Fix spelling of
10202         `message-insert-formated-citation-line'.
10203
10204 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
10205
10206         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
10207
10208 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10209
10210         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
10211         nnmail-pathname-coding-system.
10212
10213         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
10214         that a user enters; decode group names in messages.
10215
10216         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
10217
10218 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10219
10220         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
10221
10222         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
10223
10224         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
10225         risky local variable.
10226
10227         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
10228
10229 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
10230
10231         * encrypt.el: Improve documentation to fix function name typo.
10232         Reported by Daiki Ueno <ueno@unixuser.org>.
10233
10234 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10235
10236         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
10237         even if the point is not in the last page of an article.
10238         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
10239         back to the previous page.
10240
10241 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
10242
10243         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
10244
10245 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10246
10247         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
10248
10249 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10250
10251         * message.el (message-check-news-body-syntax):
10252         Avoid mm-string-as-multibyte.
10253         (message-hide-headers): Don't assume (point-min)==1.
10254
10255 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10256
10257         * message.el (message-remove-blank-cited-lines): Fix if remove is
10258         given.
10259         (message-bogus-address-regexp): New variable.
10260         (message-bogus-recipient-p): New function.
10261         (message-check-recipients): New command.
10262         (message-syntax-checks): Add `bogus-recipient'.
10263         (message-fix-before-sending): Add `bogus-recipient'.
10264
10265         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
10266         (gnus-treat-body-boundary): Don't test window-system.
10267
10268 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
10269
10270         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
10271
10272 2007-10-28  Miles Bader  <miles@gnu.org>
10273
10274         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
10275         at compile-time too.
10276
10277 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10278
10279         * gnus-msg.el (gnus-message-setup-hook):
10280         Add `message-remove-blank-cited-lines' to options.
10281
10282 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10283
10284         * message.el (message-remove-blank-cited-lines): New function.
10285         Suggested by Karl Plästerer.
10286
10287 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10288
10289         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
10290         mapc.
10291
10292         * imap.el (imap-open): Replace mapcar called for effect with mapc.
10293         (top-level): Use mapc to set functions to be traced for debugging.
10294
10295         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
10296         called for effect with while loop.
10297
10298         * message.el (message-talkative-question): Replace mapcar called for
10299         effect with mapc.
10300
10301         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
10302         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
10303         called for effect with dolist.
10304
10305         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
10306
10307         * nndiary.el: Use dolist instead of mapcar to add diary headers to
10308         gnus-extra-headers and nnmail-extra-headers.
10309
10310         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
10311         called for effect with dolist.
10312         (top-level): Use mapc to set functions to be traced for debugging.
10313
10314         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
10315         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
10316         dolist.
10317
10318         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
10319         Replace mapcar called for effect with mapc.
10320         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
10321         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
10322         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
10323         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
10324
10325         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
10326         remove-if that's a cl function.
10327
10328         * webmail.el (webmail-debug): Replace mapcar called for effect with
10329         dolist.
10330
10331         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
10332         with mapc.
10333
10334 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10335
10336         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
10337         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
10338         with while loop.
10339
10340         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
10341         functions from article-* functions.
10342         (gnus-multi-decode-header): Replace mapcar called for effect with
10343         dolist.
10344
10345         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
10346         (gnus-bookmark-show-details): Replace mapcar called for effect with
10347         while loop.
10348
10349         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
10350         called for effect with while loop.
10351
10352         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
10353         with dolist.
10354
10355         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10356         Replace mapcar called for effect with dolist.
10357
10358         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
10359
10360         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
10361         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
10362         Replace mapcar called for effect with dolist.
10363         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
10364         mapc.
10365
10366         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
10367         Replace mapcar called for effect with dolist.
10368         (gnus-topic-list): Replace mapcar called for effect with mapc.
10369
10370         * gnus.el: Use mapc instead of mapcar to add autoloads.
10371
10372 2007-10-23  Richard Stallman  <rms@gnu.org>
10373
10374         * gnus-group.el (gnus-group-highlight): Mark as risky.
10375
10376 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10377
10378         * gnus.el (gnus-server-to-method): Return method found first in
10379         gnus-newsrc-alist.
10380
10381         * gnus-art.el (gnus-article-highlight-signature)
10382         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
10383         button overlay without the front stickiness.
10384
10385 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
10386
10387         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
10388         overview buffer needed a catch to receive its throw.
10389         (gnus-agent-flush-cache): Declare as interactive to make this function
10390         easier to use.
10391
10392 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
10393
10394         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
10395         `next-line'.
10396
10397 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10398
10399         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
10400         exclude address matching message-dont-reply-to-names.
10401
10402 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10403
10404         * gnus-util.el (gnus-string<): New function.
10405
10406         * gnus-sum.el (gnus-article-sort-by-author)
10407         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
10408
10409 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10410
10411         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
10412         the frame-focus tag is set in gnus-buffer-configuration.
10413
10414 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10415
10416         * gnus-art.el (gnus-article-add-button): Make a button overlay without
10417         the front stickiness.
10418
10419 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10420
10421         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
10422         url pattern; remove duplicate one.
10423         (gnus-article-extend-url-button): New function.
10424         (gnus-article-add-buttons): Use it.
10425         (gnus-button-push): Use concatenated url that it makes.
10426
10427 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
10428
10429         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
10430
10431 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10432
10433         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10434         Don't hardcode point-min==1.
10435
10436 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
10437
10438         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
10439         Fix comment about "iso8859-1".
10440
10441 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
10442
10443         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10444         ones returned from the verify-function.
10445
10446         * mm-uu.el (mm-uu-pgp-signed-extract-1):
10447         Call mml2015-extract-cleartext-signature if extraction failed.
10448
10449 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
10450
10451         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10452         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10453         failed.
10454
10455 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10456
10457         * Relicense "GPLv2 or later" files to "GPLv3 or later".
10458
10459 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
10460
10461         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
10462         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
10463         recommends to use EasyPG instead of PGG.
10464
10465         * pgg.el: Revert to revision 6.23.2.16.
10466
10467         * pgg-def.el: Revert to revision 6.6.2.14.
10468
10469         * pgg-gpg.el: Revert to revision 6.23.2.34.
10470
10471 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
10472
10473         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10474         to mark a thread as expirable.  Add variable `hide' to handle hiding of
10475         thread for both the null and zero (kill/expire thread) universal prefix
10476         cases.
10477         (gnus-summary-expire-thread): Add new function to expire a thread,
10478         using gnus-summary-kill-thread.
10479         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10480         shortcuts for gnus-summary-expire-thread.
10481         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10482         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
10483
10484 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10485
10486         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10487         extras value, so an extras entry can be deleted.
10488         (gnus-registry-delete-extra-entry): Use it.
10489         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10490         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10491         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10492         storage through the gnus-registry, and provide an appropriate API for
10493         it.
10494
10495 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10496
10497         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10498         Suggested by Leo <sdl.web@gmail.com>.
10499
10500         * gnus.el: Do.
10501
10502 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10503
10504         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10505         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
10506
10507         * gnus-agent.el (gnus-agent-fetch-headers): Do.
10508
10509         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10510         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10511
10512 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10513
10514         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10515         newline.
10516         (nnmbox-request-accept-article): Don't change article in source buffer;
10517         narrow to header to use message-fetch-field rather than
10518         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10519         (nnmbox-request-replace-article): Quote lines that'll be misidentified
10520         as delimiters; make sure article ends with newline.
10521         (nnmbox-delete-mail): Correct last position of article to be deleted;
10522         ignore X-Gnus-Newsgroup header in article body.
10523         (nnmbox-save-mail): Quote lines looking like delimiters at the right
10524         positions; make sure article ends with newline.
10525
10526         * message.el (message-display-abbrev): Don't infloop when a user
10527         inserts SPC in the beginning of header.
10528
10529         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
10530         coding-system-for-read and coding-system-for-write for XEmacs having no
10531         file-coding feature.
10532
10533         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
10534
10535 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10536
10537         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10538         list of groups not followed by default.  Fix type to be regexp.
10539         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10540
10541 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10542
10543         * hmac-def.el (define-hmac-function): Switch from old-style to
10544         new-style backquotes.
10545
10546         * md4.el (md4-make-step): Likewise.
10547
10548 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10549
10550         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10551         raw-text coding system when saving .newsrc file, which may contain
10552         non-ASCII group names.
10553
10554 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10555
10556         * gnus-cus.el (gnus-score-extra): New widget.
10557         (gnus-score-extra-convert): New function.
10558         (gnus-score-customize): Use it for Extra.
10559
10560 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10561
10562         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10563         (mml2015-mailcrypt-clear-verify): Use it.
10564         (mml2015-gpg-clear-verify): Use it.
10565         (mml2015-pgg-clear-verify): Use it.
10566         (mml2015-epg-clear-verify): Replace the current part with the output
10567         from GnuPG; don't extract the plaintext by itself.
10568
10569         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10570         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10571         mml2015-clear-verify-function; don't touch the armor headers or
10572         dash-escaped text here.
10573
10574 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10575
10576         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10577         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10578         parts, or application/octet-stream as a last resort.
10579         (gnus-mime-view-part-as-type): Don't toggle display.
10580         (gnus-mime-view-part-as-charset): Don't turn off display before
10581         querying charset.
10582
10583         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10584         stuff to undisplayer function in Emacs.
10585         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10586
10587         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10588         text/calendar parts.
10589
10590 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10591
10592         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10593         decoding text/calendar parts.
10594
10595         * message.el (message-forward-make-body-mime): Always mark body as
10596         having no illegible text; remove signed-or-encrypted argument.
10597         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10598
10599         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10600         (mml-generate-mime-1): Don't encode body if it is specified to be in
10601         raw form; don't make buffer be unibyte when inserting multibyte string.
10602
10603 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10604
10605         * sha1.el: Fix up comment style.
10606         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10607         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10608
10609         * hex-util.el: Fix up comment style.
10610         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10611
10612         * gnus-salt.el: Use with-current-buffer.
10613         (gnus-pick-setup-message): Fix long-standing typo.
10614
10615 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10616
10617         * imap.el (imap-logout-timeout): New variable.
10618         (imap-logout, imap-logout-wait): New functions.
10619         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10620
10621         * nnimap.el (nnimap-logout-timeout): New server variable.
10622         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10623         nnimap-logout-timeout.
10624
10625         * gnus-art.el (gnus-article-summary-command-nosave)
10626         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10627
10628 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10629
10630         * gnus.el (gnus-maximum-newsgroup): New variable.
10631
10632         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10633         according to gnus-maximum-newsgroup.
10634
10635         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10636         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10637         Limit the range of articles according to gnus-maximum-newsgroup.
10638
10639 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10640
10641         * gnus-art.el (gnus-sticky-article): Fix problems described in
10642         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10643         Don't perform gnus-configure-windows here; reuse existing sticky
10644         article buffer.
10645
10646         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10647         it doesn't exist in gnus-article-mode.
10648
10649 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10650
10651         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10652         (gnus-agent-decoded-group-name): New function.
10653         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10654         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10655
10656 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10657
10658         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10659         Add binding for gnus-sticky-article.
10660         (gnus-summary-exit): Don't kill sticky article buffers.
10661
10662         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10663         article buffer.
10664         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10665         (gnus-kill-sticky-article-buffers): New commands.
10666
10667 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10668
10669         * nntp.el (nntp-xref-number-is-evil): New server variable.
10670         (nntp-find-group-and-number): If it is non-nil, don't trust article
10671         numbers in the Xref header.
10672
10673 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10674
10675         * gnus-agent.el (gnus-agent-read-group): New function.
10676         (gnus-agent-flush-group, gnus-agent-expire-group)
10677         (gnus-agent-regenerate-group): Use it.
10678         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10679         nnmail-pathname-coding-system.
10680
10681 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10682
10683         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10684
10685         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10686         that are unread as unread, and also as selected so that information of
10687         marks having been changed by a user may be updated when exiting group.
10688
10689 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10690
10691         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10692
10693 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10694
10695         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10696         calculated ignoring signature parts to gnus-treat-article.
10697
10698 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10699
10700         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10701         a point here in order to keep the window start.
10702         (gnus-insert-mime-security-button): Make a button overlay without the
10703         front stickiness.
10704         (gnus-mime-display-security): Goto the end of a button.
10705
10706         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10707
10708 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10709
10710         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10711         group-name-at-point.
10712         (gnus-group-completing-read): New function that offers decoded
10713         non-ASCII group names for completion.
10714         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10715         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10716         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10717         (gnus-group-fetch-control): Use it.
10718         (gnus-fetch-group): Use group-name-at-point for the initial value
10719         rather than the default value; use gnus-alive-p.
10720
10721         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10722         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10723         (gnus-summary-post-news): Use gnus-group-completing-read.
10724
10725         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10726         (gnus-read-move-group-name): Decode group name for completion.
10727
10728 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10729
10730         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10731         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10732         Yamaoka slightly modified the code).
10733
10734 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10735
10736         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10737         (nnmail-split-incoming): Bind it.
10738
10739         * nnml.el (nnml-group-name-charset): New function.
10740         (nnml-decoded-group-name): Use it; don't decode group name if
10741         nnmail-group-names-not-encoded-p is non-nil.
10742         (nnml-encoded-group-name): New function.
10743         (nnml-group-pathname): Inline nnml-decoded-group-name.
10744         (nnml-request-expire-articles): Decode group name in message.
10745         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10746         nnmail-pathname-coding-system.
10747         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10748         not decoded ones according to nnmail-group-names-not-encoded-p.
10749         (nnml-generate-active-info): Use nnml-encoded-group-name.
10750
10751 2007-08-08  Glenn Morris  <rgm@gnu.org>
10752
10753         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10754         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10755         doc-strings and comments.
10756
10757 2007-07-25  Glenn Morris  <rgm@gnu.org>
10758
10759         * Relicense all FSF files to GPLv3 or later.
10760
10761 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10762
10763         * gnus-sum.el (gnus-summary-move-article):
10764         Make gnus-summary-respool-article work.
10765
10766 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10767
10768         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10769         string.
10770
10771 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10772
10773         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10774         that should be ignored when comparing distant RSS articles with local
10775         ones.
10776         (nnrss-make-hash-index): New function.  Create a hash index according
10777         to the ignored fields.
10778         (nnrss-check-group): Use it.
10779
10780 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10781
10782         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10783
10784         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10785
10786         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10787         the new optional argument ENCODED is non-nil.
10788         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10789         coding system for encoding group name.
10790         (gnus-group-make-rss-group): Pass un-encoded group name to
10791         gnus-group-make-group.
10792         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10793         encoded.
10794
10795         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10796         Encode group name to which articles are moved or copied.
10797         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10798         coding system for encoding Newsgroup, Followup-To and Xref headers.
10799
10800         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10801         marks; use nnheader-file-coding-system to write a file.
10802         (nnagent-retrieve-headers): Bind file-name-coding-system to
10803         nnmail-pathname-coding-system.
10804
10805         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10806
10807         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10808         (nnml-request-article, nnml-request-create-group)
10809         (nnml-request-rename-group, nnml-find-id)
10810         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10811         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10812         (nnml-save-marks): Use nnml-group-pathname instead of
10813         nnmail-group-pathname.
10814
10815         (nnml-request-create-group, nnml-request-expire-articles)
10816         (nnml-request-move-article, nnml-request-delete-group)
10817         (nnml-deletable-article-p, nnml-possibly-create-directory)
10818         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10819         (nnml-open-marks): Bind file-name-coding-system to
10820         nnmail-pathname-coding-system.
10821
10822         (nnml-request-article): Pass server argument to nnml-find-group-number.
10823         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10824         Pass server argument to nnml-possibly-create-directory.
10825         (nnml-request-accept-article): Pass server argument to
10826         nnml-active-number and nnml-save-mail.
10827         (nnml-find-group-number): Pass server argument to nnml-find-id.
10828         (nnml-request-update-info): Pass server argument to
10829         nnml-marks-changed-p.
10830
10831         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10832         (nnml-save-mail, nnml-active-number): Add server argument.
10833
10834         (nnml-request-delete-group): Warn if group is missing.
10835         (nnml-get-nov-buffer): Decode group name.
10836         (nnml-generate-active-info): Encode group name.
10837         (nnml-open-marks): Decode group name in messages.
10838
10839 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10840
10841         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10842         if it is not specified.
10843         (gnus-article-pipe-part, gnus-article-save-part)
10844         (gnus-article-interactively-view-part, gnus-article-copy-part)
10845         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10846         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10847         (gnus-article-replace-part, gnus-article-delete-part)
10848         (gnus-article-view-part-as-type): Pass raw prefix argument to
10849         gnus-article-part-wrapper.
10850
10851 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10852
10853         * gnus-agent.el (gnus-agent-save-active):
10854         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10855
10856         * gnus-cache.el (gnus-cache-save-buffers)
10857         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10858         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10859         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10860         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10861         (gnus-cache-generate-active, gnus-cache-rename-group)
10862         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10863         (gnus-cache-update-overview-total-fetched-for):
10864         Bind file-name-coding-system to nnmail-pathname-coding-system.
10865         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10866         New variables.
10867         (gnus-cache-decoded-group-name): New function.
10868         (gnus-cache-file-name): Use it.
10869         (gnus-cache-generate-active): Use non-decoded group name for active.
10870
10871         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10872         right place.
10873         (gnus-write-active-file): Don't break non-ASCII group names.
10874
10875         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10876         nnmail-pathname-coding-system.
10877
10878         * lpath.el: Bind default-file-name-coding-system,
10879         file-name-coding-system and language-info-alist for XEmacs.
10880
10881         * gnus-uu.el (gnus-uu-decode-save): Typo.
10882
10883 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10884
10885         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10886
10887 2007-07-14  David Kastrup  <dak@gnu.org>
10888
10889         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10890         finishing actions if we did not edit the article.
10891
10892 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10893
10894         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10895         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10896         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10897         (gnus-agent-flush-group, gnus-agent-flush-cache)
10898         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10899         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10900         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10901         (gnus-agent-regenerate-group)
10902         (gnus-agent-update-files-total-fetched-for)
10903         (gnus-agent-update-view-total-fetched-for):
10904         Bind file-name-coding-system to nnmail-pathname-coding-system.
10905         (gnus-agent-group-pathname): Don't encode file names by
10906         nnmail-pathname-coding-system.
10907         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10908         coding-system-for-write instead of buffer-file-coding-system to
10909         gnus-agent-file-coding-system.
10910
10911         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10912         Decode group name.
10913
10914         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10915
10916         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10917         (gnus-read-newsrc-el-file): Make group names unibyte.
10918
10919         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10920         nnmail-pathname-coding-system.
10921
10922         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10923         (nnrss-request-delete-group): Bind file-name-coding-system to
10924         nnmail-pathname-coding-system.
10925         (nnrss-read-server-data, nnrss-read-group-data):
10926         Bind file-name-coding-system correctly.
10927         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10928
10929         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10930         (nntp-server-to-method-cache): New variable.
10931         (nntp-group-pathname): New function that decodes non-ASCII group names.
10932         (nntp-possibly-create-directory, nntp-marks-changed-p)
10933         (nntp-save-marks, nntp-open-marks): Use it.
10934         (nntp-possibly-create-directory, nntp-open-marks):
10935         Bind file-name-coding-system to nnmail-pathname-coding-system.
10936         (nntp-open-marks): Decode group names when bootstrapping marks.
10937
10938         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10939         Newsgroups and Folowup-To headers.
10940
10941 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10942
10943         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10944         (gnus-server-closed-face, gnus-server-denied-face)
10945         (gnus-server-offline-face): Remove variable.
10946         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10947
10948         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10949         of modifying message-stack directly for XEmacs.
10950
10951         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10952         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10953         if the coding-system argument is nil for XEmacs.
10954
10955         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10956         mm-charset-override-alist.
10957
10958         * rfc2047.el: Don't require base64; require rfc2045 for the function
10959         rfc2045-encode-string.
10960         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10961         to quote the parameter value.
10962
10963 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10964
10965         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10966         form in gnus-group-name-charset-method-alist.
10967
10968         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10969         overrides the default layout edit-form.
10970
10971         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10972
10973         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10974
10975 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10976
10977         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10978         as unfetched articles.
10979
10980 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10981
10982         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10983
10984 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10985
10986         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10987         original back end that keeps marks in the local system.
10988
10989 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10990
10991         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10992         arg of pop-to-buffer for XEmacs.
10993         (gnus-article-read-summary-keys): Ditto; don't restore window
10994         configuration if summary command ends up with neither article buffer
10995         nor summary buffer; describe bindings if summary keys end with C-h.
10996
10997 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10998
10999         * message.el (message-fix-before-sending): Skip raw message part to be
11000         forwarded while checking illegible text.
11001         (message-forward-make-body-mime, message-forward-make-body):
11002         Mark signed or encrypted raw message as having no illegible text.
11003
11004 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11005
11006         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
11007         (gnus-message-with-timestamp-1): New macro.
11008         (gnus-message-with-timestamp): New function.
11009         (gnus-message): Use them.
11010
11011         * nnheader.el (nnheader-message): Use them.
11012
11013 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
11014
11015         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
11016         .newsrc.eld file.
11017
11018 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11019
11020         * gnus-agent.el (gnus-agent-fetch-headers)
11021         (gnus-agent-retrieve-headers):
11022         Bind gnus-decode-encoded-address-function to identity.
11023
11024         * nntp.el (nntp-send-xover-command): Recognize an xover command is
11025         available also when the server returns simply a dot.
11026
11027         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
11028
11029 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11030
11031         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
11032
11033 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11034
11035         * gnus-ems.el (gnus-x-splash): Make it work.
11036
11037         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
11038         from being used.
11039
11040         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
11041
11042 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11043
11044         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
11045         4th and the 5th arguments.
11046
11047         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
11048         the front stickiness.
11049         (gnus-article-summary-command-nosave): Correct the order of the
11050         arguments passed to pop-to-buffer.
11051         (gnus-article-read-summary-keys): Ditto; make it work properly when the
11052         summary command ends up with the article buffer.
11053
11054         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
11055         the same faces.
11056
11057 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
11058
11059         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
11060
11061 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
11062
11063         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
11064         * gnus-sum.el (gnus-summary-highlight):
11065         * pgg.el (pgg-sign-region, pgg-sign):
11066         * mail-source.el (mail-source-delete-old-incoming-confirm):
11067         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
11068
11069 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11070
11071         * gnus-art.el (gnus-mime-view-part-externally)
11072         (gnus-mime-view-part-internally): Fix predicate function passed to
11073         completing-read.
11074
11075         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
11076
11077         * gnus.el (gnus-update-message-archive-method): Add :version.
11078
11079 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11080
11081         * gnus.el (gnus-update-message-archive-method): New variable.
11082
11083         * gnus-start.el (gnus-setup-news): Update saved "archive" method
11084         according to gnus-message-archive-method if
11085         gnus-update-message-archive-method is non-nil.
11086
11087 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11088
11089         * gnus-sum.el (gnus-summary-limit-to-address): New function.
11090         Suggested by Loic Dachary <loic@dachary.org>.
11091         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11092
11093 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11094
11095         * message.el (message-pop-to-buffer): Add switch-function argument.
11096         (message-mail): Pass switch-function argument to it.
11097
11098 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
11099
11100         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
11101         Improve doc string.
11102
11103 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11104
11105         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
11106         (gnus-header-content)
11107         * gnus-cite.el (gnus-cite-10)
11108         * gnus-srvr.el (gnus-server-closed)
11109         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
11110         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
11111         (gnus-group-mail-3-empty, gnus-group-mail-low)
11112         (gnus-group-mail-low-empty, gnus-splash)
11113         * message.el (message-header-to, message-header-cc)
11114         (message-header-subject, message-header-other, message-header-name)
11115         (message-header-xheader, message-separator, message-cited-text)
11116         (message-mml): Lighten colors of faces used for dark background.
11117
11118 2007-05-24  Simon Josefsson  <simon@josefsson.org>
11119
11120         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
11121         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
11122
11123 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11124
11125         * message.el (message-narrow-to-headers-or-head):
11126         Ignore mail-header-separator in the body.
11127
11128 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11129
11130         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
11131         same as window size.
11132
11133 2007-05-22  Kevin Ryde  <user42@zip.com.au>
11134
11135         * message.el (message-font-lock-keywords): Use message-header-xheader
11136         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
11137         ahead of the anything pattern, to get it recognised.
11138
11139 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11140
11141         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
11142         spam.el loads uses it in the compiled defadvice form.
11143
11144 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
11145
11146         * gnus-sum.el (gnus-articles-to-read)
11147         (gnus-summary-insert-old-articles): Don't truncate group name for
11148         `read-string'.
11149
11150         * gnus-util.el (gnus-limit-string): Delete this function.
11151
11152         * gnus-sum.el (gnus-simplify-subject-fully):
11153         Use `truncate-string-to-width' instead.
11154
11155 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
11156
11157         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
11158         Tell if, on summary exit, the next group has to be selected.
11159         (gnus-summary-exit): Use it.
11160
11161 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
11162
11163         * gnus-art.el (gnus-article-mode): Fix comment about displaying
11164         non-break space.
11165
11166 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11167
11168         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
11169         Check if group is not a directory.
11170         (nnfolder-request-expire-articles): Don't delete articles if the target
11171         group is not available.
11172
11173         * nnml.el (nnml-request-create-group): Properly check if group is not a
11174         file.
11175         (nnml-request-expire-articles): Don't delete articles if the target
11176         group is not available.
11177
11178         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11179         Don't quote characters that are within parentheses.
11180
11181 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11182
11183         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
11184         (gnus-handle-ephemeral-exit): Select article according to it.
11185
11186 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11187
11188         * message.el (message-insert-formated-citation-line): Remove newline.
11189         (message-citation-line-format): Add final \n here so that the user can
11190         avoid a blank line.
11191
11192 2007-05-03  Dan Christensen  <jdc@uwo.ca>
11193
11194         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
11195         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
11196         Update lanl/arXiv support.
11197
11198 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11199
11200         * gnus.el: Bump version number.
11201
11202 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11203
11204         * gnus.el (gnus-version-number): Bump version.
11205
11206 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11207
11208         * gnus.el: No Gnus v0.6 is released.
11209
11210 2007-04-27  Didier Verna  <didier@xemacs.org>
11211
11212         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
11213         * gmm-utils.el (gmm-regexp-concat): ... here.
11214         * message.el: Don't require 'gnus-util.
11215         (message-dont-reply-to-names): Handle name change above.
11216         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
11217
11218 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11219
11220         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
11221         since the initial value varies according to the system.
11222
11223 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11224
11225         * mm-util.el (mm-charset-synonym-alist): Defcustom.
11226
11227 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
11228
11229         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
11230
11231 2007-04-24  Didier Verna  <didier@xemacs.org>
11232
11233         Improve the type of gnus-ignored-from-addresses.
11234         * gnus-util.el (gnus-orify-regexp): New function.
11235         * message.el (gnus-util): Require it.
11236         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
11237         * gnus-sum.el (gnus-ignored-from-addresses): New function.
11238         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
11239
11240 2007-04-24  Didier Verna  <didier@xemacs.org>
11241
11242         * gnus-sum.el:
11243         * gnus-utils.el: Fix some trailing whitespaces.
11244
11245 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11246
11247         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
11248         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
11249         article's Message-ID; refer parent article in summary buffer.
11250
11251         * message.el (message-bounce): Call mime-to-mml.
11252
11253         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
11254         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
11255         optimize and/or forms properly.
11256
11257 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
11258
11259         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
11260         URL.
11261
11262 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11263
11264         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
11265
11266 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11267
11268         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
11269         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
11270         displayed of multipart/alternative part if it is invoked from summary
11271         buffer.
11272
11273         * mm-view.el (mm-inline-text-html-render-with-w3m)
11274         (mm-inline-text-html-render-with-w3m-standalone)
11275         (mm-inline-render-with-function): Use mail-parse-charset by default.
11276
11277 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
11278
11279         * parse-time.el (parse-time-string-chars): Check if CHAR
11280         is less than the length of parse-time-syntax.
11281
11282 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11283
11284         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
11285         from gnus-newsgroup-processable.
11286
11287 2007-04-16  Didier Verna  <didier@xemacs.org>
11288
11289         * gnus-msg.el (gnus-configure-posting-styles):
11290         Handle message-signature-directory properly with :file syntax.
11291         Reported by "Leo".
11292
11293 2007-04-11  Didier Verna  <didier@xemacs.org>
11294
11295         New user option: message-signature-directory.
11296         * gnus-msg.el (gnus-configure-posting-styles): Support it.
11297         * message.el (message-insert-signature): Ditto.
11298         * message.el (message-signature-file): Doc update.
11299         * message.el (message-signature-directory): New.
11300
11301 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11302
11303         * gnus-msg.el (gnus-inews-yank-articles):
11304         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
11305
11306 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11307
11308         * message.el (message-yank-original): Make sure cited text ends with
11309         newline; don't exchange point and mark.
11310
11311 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
11312
11313         * tls.el (open-tls-stream): Properly handle case where there
11314         is no associated buffer.
11315
11316 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
11317
11318         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
11319         message-yank-original, make sure (< mark TEXT point).
11320
11321 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11322
11323         * message.el (message-fill-column): New variable.
11324         (message-mode): Use it.  Add comment on a possible new hook.
11325
11326         * nnmail.el (nnmail-spool-file): Mark as obsolete.
11327         (nnmail-get-new-mail): Reformat.
11328
11329         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
11330
11331         * gmm-utils.el: Fix Commentary.
11332         (gmm-tool-bar-from-list): Fix typo in doc string.
11333
11334 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
11335
11336         * message.el (message-yank-original): Don't switch point and mark
11337         unnecessarily to put point and mark as documented.
11338
11339 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11340
11341         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
11342         from the message heads.
11343
11344 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
11345
11346         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
11347         article buffer does not have a window.  This may not be the best
11348         solution but is certainly better than setting the start of the null,
11349         that is the current, window.
11350
11351 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11352
11353         * gnus-draft.el (gnus-draft-setup-hook): New hook.
11354         (gnus-draft-setup): Run it.
11355
11356         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
11357         gnus-score-fast-scoring.  Allow regexp.
11358         (gnus-score-headers): Use it.
11359
11360         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
11361         XEmacs.
11362
11363         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
11364         string.
11365         (gnus-button-alist): Also catch `<f1> k ...'.
11366         (gnus-treat-display-x-face): Fix doc string.
11367
11368 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11369
11370         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
11371         evaluation of gnus-extended-version to ensure correct generation of the
11372         User-Agent header when message-generate-headers-first is used.
11373
11374 2007-03-24  Simon Josefsson  <simon@josefsson.org>
11375
11376         * hashcash.el (hashcash-generate-payment-async): Don't crash if
11377         hashcash-path is nil.  Don't call callback with incorrect number of
11378         parameters if val is 0.
11379
11380 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11381
11382         * message.el (message-required-news-headers):
11383         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
11384
11385 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
11386
11387         * tls.el (open-tls-stream): In handshake-waiting loop,
11388         don't wait more if there is output available to process.
11389
11390 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
11391
11392         * tls.el (tls-program): Doc fix.
11393
11394 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11395
11396         * message.el (message-generate-new-buffers): Change the meaning of the
11397         nil value; add `standard' to the choices; treat t as `unique'; improve
11398         doc string.
11399         (gnus-select-frame-set-input-focus): Autoload.
11400         (message-buffer-name): Search for the existing message buffer if
11401         message-generate-new-buffers is nil or `standard'; treat the value t of
11402         message-generate-new-buffers as `unique'.
11403         (message-pop-to-buffer): Raise the frame already displaying the message
11404         buffer; clear the echo area after querying.
11405         (message-setup): Pass the `continue' argument to compose-mail.
11406         (message-mail): Prefer `switch-function' if it is given; search for the
11407         existing message buffer if the `continue' argument is non-nil; pass
11408         continue and switch-function arguments to compose-mail by way of
11409         message-setup.
11410         (message-mail-other-window): Adjust argument of message-setup.
11411         (message-mail-other-frame): Ditto.
11412
11413 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11414
11415         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
11416         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
11417         to turn font-lock on when turning gnus-message-citation-mode on.
11418
11419 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
11420
11421         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
11422         (mml-smime-function-alist): New variable; add epg as the backend.
11423         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
11424         mml-smime- functions instead.
11425         * mm-view.el: Require smime.
11426
11427 2007-03-05  Didier Verna  <didier@xemacs.org>
11428
11429         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
11430         instead of just inheritance for posting styles.
11431         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
11432
11433 2007-02-24  Chris Moore  <dooglus@gmail.com>
11434
11435         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
11436         * pgg-pgp.el (pgg-pgp-encrypt-region):
11437         * pgg-gpg.el (pgg-gpg-encrypt-region):
11438         Check pgg-encrypt-for-me if no other recipients.
11439
11440 2007-02-24  John Paul Wallington  <jpw@pobox.com>
11441
11442         * tls.el (tls-certtool-program): Fix custom type.
11443
11444 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11445
11446         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
11447         and point-at-eol instead of line-(beginning|end)-position.
11448
11449         * assistant.el (assistant-parse-buffer): Ditto.
11450
11451         * netrc.el (netrc-parse-services): Ditto.
11452
11453 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
11454
11455         * mml2015.el (mml2015-epg-find-usable-key): New function.
11456         (mml2015-epg-sign): Use it.
11457         (mml2015-epg-encrypt): Use it.
11458
11459 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11460
11461         * message.el (message-make-in-reply-to): Quote name containing
11462         non-ASCII characters.  It will make the RFC2047 encoder cause an error
11463         if there are special characters.  Reported by NAKAJI Hiroyuki
11464         <nakaji@jp.freebsd.org>.
11465
11466 2007-02-27  Didier Verna  <didier@xemacs.org>
11467
11468         Include the group parameters as well as the topic ones in the
11469         inheritance filter process.
11470         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
11471         argument GROUP-PARAMS-LIST.
11472         * gnus-topic.el (gnus-group-topic-parameters): Use it.
11473
11474 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11475
11476         * nntp.el (nntp-never-echoes-commands)
11477         (nntp-open-connection-functions-never-echo-commands): New variables.
11478         (nntp-send-command): Use them.
11479
11480 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
11481
11482         * mml2015.el (mml2015-epg-verify): Simplify.
11483
11484 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11485
11486         * mml.el (mml-content-disposition-alist): New user option.
11487         (mml-content-disposition): New function.
11488         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
11489         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
11490
11491 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
11492
11493         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11494         verification.
11495
11496 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11497
11498         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11499         articles posted in the last 24 hours.
11500
11501 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
11502
11503         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11504
11505 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
11506
11507         * nntp.el (nntp-send-command): Don't wait for echoes when
11508         nntp-open-ssl-stream is used.
11509
11510 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11511
11512         * gnus-cite.el (gnus-test-font-lock-add-keywords)
11513         (gnus-message-add-citation-keywords)
11514         (gnus-message-remove-citation-keywords): Remove.
11515         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11516         directly, make the variables in font-lock-defaults buffer-local, add
11517         gnus-message-citation-keywords to them and then update the value of
11518         font-lock-keywords.
11519
11520 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11521
11522         * message.el (message-cite-original-1): Don't call
11523         gnus-article-highlight-citation.
11524
11525         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11526         citations; fix line count.
11527
11528 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11529
11530         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11531         (gnus-message-add-citation-keywords)
11532         (gnus-message-remove-citation-keywords): Use it; fix the emulating
11533         versions of font-lock-add-keywords and font-lock-remove-keywords to
11534         work with XEmacs correctly.
11535
11536 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11537
11538         * gnus-cite.el (gnus-cite-face-list): Set the values of
11539         gnus-message-max-citation-depth and gnus-message-citation-keywords.
11540         (gnus-message-max-citation-depth): Use defvar rather than defconst.
11541         (gnus-message-cite-prefix-regexp): New variable.
11542         (gnus-message-search-citation-line): Use it; protect against long
11543         citation prefix; fill match data with nil rather than 0 for XEmacs; set
11544         the 0th match data for Emacs.
11545         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11546         (gnus-message-add-citation-keywords): Append keywords rather than
11547         prepending; emulate font-lock-add-keywords if it is not available.
11548         (gnus-message-remove-citation-keywords):
11549         Emulate font-lock-remove-keywords if it is not available.
11550
11551         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11552
11553         * message.el (message-cite-prefix-regexp): Set the value of
11554         gnus-message-cite-prefix-regexp.
11555
11556 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11557
11558         * nnweb.el (nnweb-google-parse-1): Update parser.
11559
11560 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11561
11562         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11563
11564 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11565
11566         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11567         regexp.
11568
11569 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11570
11571         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11572         string-to-multibyte.
11573         (uudecode-decode-region-internal): Use it.
11574
11575         * lpath.el: Fbind string-as-multibyte for XEmacs.
11576
11577 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11578
11579         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11580         Fix custom choice.
11581
11582         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11583
11584 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11585
11586         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11587
11588         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11589         `write-region' to respect `mm-inhibit-file-name-handlers'.
11590
11591 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11592
11593         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11594         Use gnus-home-directory instead of "~/" or "$HOME".
11595
11596 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11597
11598         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11599         to mention filename.
11600         Add comments at beginning regarding usage.
11601         (encrypt-write-file-contents): Change interactive so a string is
11602         acceptable.  If the file has no associated model, show an error instead
11603         of a nonsense prompt.
11604
11605 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11606
11607         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11608         Thanks to Yoshihiko Yamada for kind notification of this typo.
11609
11610 2007-01-12  Kenichi Handa  <handa@m17n.org>
11611
11612         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11613         multibyte buffer.
11614
11615 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11616
11617         * gnus-score.el (gnus-score-fast-scoring): New variable.
11618         (gnus-score-headers): Use it.
11619
11620         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11621
11622         * message.el (message-cite-original-1):
11623         Call gnus-article-highlight-citation if requested.
11624         (message-make-from): Allow name and address as optional arguments.
11625
11626         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11627
11628         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11629         bugs to doc string.
11630         (gnus-button-alist): Add mid\\|message-id.
11631         (gnus-button-fetch-group): Extend for use in
11632         `browse-url-browser-function'.
11633         (gnus-button-url-regexp): Try to catch paired parentheses like in
11634         Wikipedia URLs.
11635
11636         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11637         Suggested by Simon Krahnke <overlord@gmx.li>.
11638
11639 2007-01-13  Romain Francoise  <romain@orebokech.com>
11640
11641         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11642         Update copyright.
11643
11644 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11645
11646         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11647
11648 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11649
11650         * gnus-registry.el (gnus-registry-unfollowed-groups)
11651         (gnus-registry-split-fancy-with-parent): Fix documentation.
11652
11653 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11654
11655         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11656         from nnweb groups.
11657
11658 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11659
11660         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11661         Xref urls.  Erase buffer before requesting head.
11662
11663         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11664
11665 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11666
11667         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11668         customizable.
11669
11670 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11671
11672         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11673         no signing key is found.
11674         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11675         no encrypting and/or signing key is found.
11676
11677 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11678
11679         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11680
11681 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11682
11683         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11684         headers read from disk with the ones newly found in the current search.
11685         This should no longer cause problems, because the article numbers in
11686         Gmane's `nov.php' output are ignored since the previous change.
11687
11688 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11689
11690         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11691
11692 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11693
11694         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11695         replace-regexp-in-string; bind url-version; fbind display-images-p and
11696         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11697         find-face and set-itimer-function for Emacs; bind itimer-list for
11698         Emacs.
11699
11700         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11701
11702 2007-01-01  Romain Francoise  <romain@orebokech.com>
11703
11704         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11705
11706 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11707
11708         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11709         `define-minor-mode' macro definition expanded properly.
11710         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11711         exclude it there.
11712
11713         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11714         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11715         `fboundp' test.
11716         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11717         This is OK to autoload in (S)XEmacs now.
11718
11719 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11720
11721         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11722         keystroke.
11723         (gnus-summary-limit-to-singletons): Fix typo.
11724
11725         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11726         else fails.
11727
11728 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11729
11730         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11731         docstring.
11732
11733         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11734         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11735         (gnus-summary-insert-dormant-articles): Fix typo in message.
11736
11737 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11738
11739         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11740         nil for XEmacs.
11741         (gnus-message-citation-mode): Don't autoload in XEmacs.
11742
11743         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11744
11745 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11746
11747         * nnimap.el (nnimap-expunge-search-string):
11748         Mention nnimap-search-uids-not-since-is-evil in docstring.
11749
11750 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11751
11752         * spam.el: Revert to make-obsolete-variable because
11753         define-obsolete-variable-alias is not supported in Emacs 21.
11754
11755         * spam.el (spam-ifile-path, spam-ifile-database-path)
11756         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11757         make-obsolete-variable.
11758         (spam-bsfilter-path, spam-bsfilter-program)
11759         (spam-spamassassin-path, spam-spamassassin-program)
11760         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11761         Don't use "path" inappropriately.
11762         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11763         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11764         variable names.
11765
11766 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11767
11768         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11769         summary buffer.
11770
11771         * password.el (password-cache-remove): Use clear-string to burn
11772         password, if available.
11773
11774 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11775
11776         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11777
11778         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11779
11780         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11781         (gnus-message-highlight-citation): Move defcustom here from
11782         gnus-cite.el.
11783         (gnus-message-citation-mode): Autoload.
11784
11785         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11786         checks to make it compile with XEmacs.
11787         (gnus-message-citation-mode): New minor mode.
11788         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11789         (gnus-message-highlight-citation): New variables.
11790         (gnus-message-search-citation-line)
11791         (gnus-message-add-citation-keywords)
11792         (gnus-message-remove-citation-keywords)
11793         (turn-on-gnus-message-citation-mode)
11794         (turn-off-gnus-message-citation-mode): New functions.
11795
11796 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11797
11798         * gnus-cite.el: Enable highlighting of different citation levels in
11799         message-mode.
11800
11801 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11802
11803         * message.el (message-make-fqdn): Fix comment.
11804         (message-bogus-system-names): Add ".local".
11805
11806         * spam.el (spam-ifile-path, spam-ifile-program)
11807         (spam-ifile-database-path, spam-ifile-database)
11808         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11809         Don't use "path" inappropriately.
11810         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11811         strings.
11812         (spam-check-ifile, spam-ifile-register-with-ifile)
11813         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11814         Use new variable names.
11815
11816         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11817         (gnus-treat-display-smileys): Simplify using
11818         gnus-image-type-available-p.
11819
11820         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11821         available.
11822
11823         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11824         Use `display-images-p' if available.
11825
11826 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11827
11828         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11829         one after turning on the buffer's multibyteness instead of decoding
11830         them directly in the unibyte buffer that causes unexpected conversion
11831         in Emacs 23 (unicode).
11832
11833 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11834
11835         * message.el (message-generate-hashcash): Fix custom type.
11836
11837 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11838
11839         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11840
11841 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11842
11843         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11844         disconnect icons.  Add help text.
11845
11846 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11847
11848         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11849         negated to be consistent with the others we handle.
11850
11851 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11852
11853         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11854         version of gnus-summary-buffer to something, so that we can use two
11855         article buffers at the same time.
11856
11857 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11858
11859         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11860         trigger all the extra headers.
11861         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11862         sorting.
11863
11864 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11865
11866         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11867         solid groups.
11868
11869 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11870
11871         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11872
11873 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11874
11875         * legacy-gnus-agent.el: Add Copyright notice.
11876
11877 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11878
11879         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11880
11881 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11882
11883         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11884
11885         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11886         to make it work reliably in CVS Emacs.
11887         (gnus-summary-limit-strange-charsets-predicate)
11888         (gnus-summary-limit-to-predicate): New functions.
11889
11890 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11891
11892         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11893         specifying array size.
11894         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11895         array if it is too small.
11896         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11897         (gnus-sort-threads-loop): New function.
11898
11899 2006-12-06  Chris Moore  <dooglus@gmail.com>
11900
11901         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11902         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11903
11904 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11905
11906         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11907         options.
11908
11909 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11910
11911         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11912         DOS-ing the recipient.
11913
11914         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11915         the headers when creating the mapping to avoid mismappings.
11916         (nnweb-gmane-create-mapping): Always nix out old mapping.
11917
11918 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11919
11920         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11921         and mm-verify-option to never.
11922
11923 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11924
11925         * message.el (message-signed-or-encrypted-p): New function.
11926         (message-forward-make-body): Use it.
11927
11928         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11929         Replace encode-coding-string with mm-encode-coding-string.
11930
11931 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11932
11933         * nneething.el (nneething-decode-file-name):
11934         Replace decode-coding-string with mm-decode-coding-string.
11935
11936         * gnus-int.el (gnus-open-server): Say failed server's name.
11937
11938 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11939
11940         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11941         strings to a single string.  Quote `errors-file-name'.
11942         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11943         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11944         Adjust calls.  Use `shell-quote-argument'.
11945
11946 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11947
11948         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11949         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11950
11951         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11952         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11953         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11954         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11955         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11956         (gnus-subscribe-newsgroup, gnus-1):
11957         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11958         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11959         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11960         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11961
11962 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11963
11964         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11965         keystroke.
11966         (gnus-summary-limit-to-bodies): Implement headersp.
11967
11968 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11969
11970         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11971
11972 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11973
11974         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11975
11976 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11977
11978         * message.el (message-generate-hashcash): Expand range of values to
11979         include `opportunistic'.
11980         (message-send-mail): Use it.
11981
11982 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11983
11984         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11985         and comment it.
11986
11987         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11988
11989 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11990
11991         * gnus-util.el (gnus-extract-address-components): Improve comment.
11992
11993 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11994
11995         * gnus-util.el (gnus-extract-address-components): Work with address in
11996         which the name portion contains @.
11997
11998         * lpath.el: Fbind custom-autoload.
11999
12000 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12001
12002         * gnus.el (gnus-start): Move custom group up.
12003         (gnus-select-method): Don't autoload, but make it available for
12004         `customize-variable'.
12005         (gnus-getenv-nntpserver): Don't autoload.
12006
12007 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
12008
12009         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
12010
12011 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12012
12013         * message.el (message-sendmail-extra-arguments): New variable.
12014         (message-send-mail-with-sendmail): Use it.
12015
12016 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12017
12018         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
12019         mm-with-unibyte-current-buffer to make string unibyte.
12020
12021         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
12022         mm-string-as-multibyte.
12023
12024 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
12025
12026         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
12027         Reported by Werner Koch <wk@gnupg.org>.
12028
12029 2006-11-14  Daiki Ueno  <ueno@p360>
12030
12031         * mml2015.el: Autoload epa-select-keys when compiling.
12032
12033 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12034
12035         * mml2015.el (mml2015-epg-sign): Save the signing keys in
12036         message-options.
12037         (mml2015-epg-encrypt): Save the recipient keys in message-options.
12038
12039 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12040
12041         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
12042         EasyPG (< 0.0.6).
12043         (mml2015-always-trust): New user option.
12044         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
12045         prompt.
12046
12047 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12048
12049         * nntp.el (nntp-authinfo-force): New variable.
12050         (nntp-send-authinfo): Use it.
12051
12052 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
12053
12054         * message.el (message-strip-subject-encoded-words): Allow _not_ to
12055         decode encoded words.  Improve prompt.  Add comment about forwarding.
12056         (message-replacement-char): Move up.
12057
12058 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
12059
12060         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
12061         instead of gnus-intersection because arguments of gnus-sorted-nunion
12062         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
12063
12064 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
12065
12066         * message.el (message-strip-subject-encoded-words): Reformat prompt.
12067         (message-simplify-subject-functions):
12068         Enable message-strip-subject-encoded-words by default.
12069
12070 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
12071
12072         * message.el (message-strip-subject-encoded-words): New function.
12073         (message-simplify-subject-functions): New variable.
12074         (message-simplify-subject): Use it.  Fix typo in doc string.
12075         Support message-strip-subject-encoded-words.
12076
12077 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
12078
12079         * gnus-diary.el (gnus-diary-delay-format-function):
12080         * nndiary.el (nndiary-reminders):
12081         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
12082
12083 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12084
12085         * gnus-art.el (article-hide-boring-headers): Fetch date from
12086         gnus-original-article-buffer to avoid problems with localized date
12087         strings.
12088
12089 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12090
12091         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
12092
12093 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
12094
12095         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12096         New variables.
12097         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12098         (mm-charset-synonym-alist): Move some entries to
12099         mm-codepage-iso-8859-list.
12100         (mm-charset-synonym-alist, mm-charset-override-alist):
12101         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12102
12103 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12104
12105         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
12106
12107 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12108
12109         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
12110         with Emacs 21 and XEmacs.
12111
12112 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
12113
12114         * spam.el (spam-parse-address): New function for better parsing,
12115         catching errors, etc.
12116         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
12117
12118 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12119
12120         * mm-view.el: Add interactive arg to html2text autoload.
12121
12122 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12123
12124         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
12125
12126 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
12127
12128         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12129         New variables.
12130         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12131         (mm-charset-synonym-alist): Move some entries to
12132         mm-codepage-iso-8859-list.
12133
12134         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
12135
12136 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
12137
12138         * message.el (message-citation-line-format)
12139         (message-insert-formated-citation-line): Fix implementation of %E, %N
12140         and %n according to the doc string.
12141
12142 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
12143
12144         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12145         Use car-safe to avoid bad parses.
12146
12147 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12148
12149         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
12150         names.
12151
12152         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
12153
12154 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12155
12156         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
12157         header.
12158
12159         * message.el (message-draft-headers): Add Date.
12160         (message-headers-to-generate): Fix typo in docstring.
12161
12162         * nndraft.el (nndraft-required-headers): New variable.
12163         (nndraft-generate-headers): Use it.
12164
12165         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
12166
12167 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12168
12169         * gnus-registry.el (gnus-registry-wash-for-keywords)
12170         (gnus-registry-find-keywords): New functions to allow easy searching of
12171         articles that are in the registry.
12172
12173 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12174
12175         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12176         Use ietf-drums-parse-address instead of gnus-extract-address-components.
12177         Reported by Damien Elmes <damien@repose.cx>.
12178
12179 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12180
12181         * gnus.el (gnus-mime): Remove unused custom group.
12182
12183 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12184
12185         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
12186         "blank line" when searching for end of armor headers.
12187
12188 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12189
12190         * gmm-utils.el (gmm-write-region): Fix variable name.
12191
12192 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12193
12194         * gmm-utils.el (gmm-write-region): New function based on compatibility
12195         code from `mm-make-temp-file'.
12196
12197         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
12198
12199         * nnmaildir.el (nnmaildir--update-nov)
12200         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
12201         Use `gmm-write-region'.
12202
12203 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12204
12205         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
12206         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12207
12208         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
12209
12210         * message.el (message-replacement-char): New variable.
12211         (message-fix-before-sending): Use it.
12212         (message-simplify-subject): New function to remove duplicate code.
12213         (message-reply, message-followup): Use it.
12214
12215         * gnus-sum.el (gnus-summary-make-menu-bar):
12216         Clarify gnus-summary-limit-to-articles.
12217
12218 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12219
12220         * gnus-util.el (gnus-with-local-quit): New macro.
12221
12222         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
12223
12224 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
12225
12226         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
12227         ignore non-string data.
12228
12229 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12230
12231         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
12232         non-string data (needs to be done in the registry too).
12233
12234 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12235
12236         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
12237         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
12238         (gnus-registry-split-fancy-with-parent)
12239         (gnus-registry-fetch-simplified-message-subject-fast)
12240         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
12241         Remove text properties on ingress into the registry and when it's saved.
12242         (gnus-registry-clean-empty-function): Fix bug with cleaning the
12243         registry from entries with no groups.
12244
12245 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12246
12247         * gnus-util.el (gnus-string-remove-all-properties): Add utility
12248         function to remove string properties.
12249
12250 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12251
12252         * gmm-utils.el (gmm): Adjust custom version.
12253
12254         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
12255         Adjust custom version.
12256
12257         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
12258
12259 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12260
12261         * gnus-art.el (gnus-insert-prev-page-button)
12262         (gnus-insert-next-page-button): Simplify.  Reformat.
12263
12264 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12265
12266         * gnus-art.el (gnus-insert-prev-page-button)
12267         (gnus-insert-next-page-button): Apply gnus-article-button-face.
12268
12269 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
12270
12271         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
12272
12273 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12274
12275         * gnus-art.el (gnus-insert-mime-button)
12276         (gnus-insert-mime-security-button):
12277         Apply gnus-article-button-face to MIME and security buttons.
12278
12279 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
12280
12281         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
12282         readable.
12283
12284 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12285
12286         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
12287
12288 2006-09-20  Steve Youngs  <steve@sxemacs.org>
12289
12290         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
12291         `browse-url-of-file' instead of `browse-url'.
12292
12293 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12294
12295         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12296         regexp.  Articles containing quotation were cut prematurely.
12297
12298 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12299
12300         * message.el (message-cite-original-1): Use nobody by default for the
12301         value of From header.
12302         (message-reply): Ditto.
12303
12304 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
12305
12306         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
12307         to the gnus-info.  This fixes a bug of inline-PGP message verification.
12308         Reported by Michael Piotrowski <mxp@dynalabs.de>.
12309
12310 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
12311
12312         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
12313         mails in the doc string.  Add some URLs in comment.
12314         (pop3-movemail): Warn about pop3-leave-mail-on-server.
12315
12316 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12317
12318         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
12319         backslashes handling and the way to find boundaries of quoted strings.
12320
12321 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
12322
12323         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
12324         mml1991-encrypt-to-self is set and mml1991-signers is not set.
12325         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
12326         mml2015-encrypt-to-self is set and mml2015-signers is not set.
12327
12328 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12329
12330         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
12331         doc string.
12332         (gnus-button-regexp, gnus-button-last): Remove unused variables.
12333
12334 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12335
12336         * lpath.el: Fbind epg-check-configuration.
12337
12338 2006-09-06  Simon Josefsson  <jas@extundo.com>
12339
12340         * mml2015.el (mml2015-use): Doc fix, mention epg.
12341
12342 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12343
12344         * mml2015.el (mml2015-use): Default to epg, if available.
12345
12346 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12347
12348         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
12349         message-sender.
12350         (mml1991-epg-encrypt): Ditto.
12351         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
12352         message-sender.
12353         (mml2015-epg-encrypt): Ditto.
12354
12355 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
12356
12357         * message.el (message-send-mail-with-sendmail): Look for sendmail in
12358         several common directories.
12359
12360 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
12361
12362         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
12363         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
12364
12365 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12366
12367         * gnus-art.el (article-decode-encoded-words): Make it fast.
12368
12369 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12370
12371         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
12372
12373         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
12374         in quoted string into `\'.
12375
12376 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12377
12378         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12379         Use standard-syntax-table.
12380
12381 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12382
12383         * gnus-art.el (gnus-decode-address-function): New variable.
12384         (article-decode-encoded-words): Use it to decode headers which are
12385         assumed to contain addresses.
12386         (gnus-mime-delete-part): Remove useless `or'.
12387
12388         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
12389         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
12390         (gnus-nov-parse-line): Use it to decode From header.
12391         (gnus-get-newsgroup-headers): Ditto.
12392         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
12393
12394         * mail-parse.el (mail-decode-encoded-address-region): New alias.
12395         (mail-decode-encoded-address-string): New alias.
12396
12397         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12398         New function.
12399         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
12400         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
12401         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
12402         (rfc2047-decode-string): Ditto.
12403         (rfc2047-decode-address-region): New function.
12404         (rfc2047-decode-address-string): New function.
12405
12406 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
12407
12408         * message.el (message-caesar-buffer-body): Allow rotating headers.
12409
12410         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
12411
12412         * message.el (message-insert-formated-citation-line): Fix %f.
12413         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
12414
12415 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12416
12417         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
12418         (gnus-bookmark-mouse-available-p): New macro.
12419         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
12420         (gnus-bookmark-bmenu-show-infos): Use it.
12421         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
12422         (gnus-bookmark-bmenu-hide-infos): Ditto.
12423         (gnus-bookmark-remove-properties): New function.
12424         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
12425         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
12426         (gnus-bookmark-write-file): Bind coding-system-for-write.
12427         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
12428         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
12429         group before selecting it.
12430         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
12431         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
12432         quit-window if it is not available; use gnus-mouse-2 and bind it to
12433         gnus-bookmark-bmenu-select-by-mouse.
12434         (gnus-bookmark-show-details): Remove unused variable `details-list'.
12435         (gnus-bookmark-bmenu-select-by-mouse): New function.
12436
12437 2006-08-13  Romain Francoise  <romain@orebokech.com>
12438
12439         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
12440         space.
12441
12442 2006-08-10  Romain Francoise  <romain@orebokech.com>
12443
12444         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
12445         (dns-mode-soa-auto-increment-serial): New user option.
12446         (dns-mode-soa-maybe-increment-serial): New function.
12447         (dns-mode): Add the latter to `write-contents-functions'.
12448
12449 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12450
12451         * compface.el (uncompface): Use binary rather than raw-text-unix.
12452
12453 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12454
12455         * compface.el (uncompface): Make sure the eol conversion doesn't take
12456         place when communicating with the external programs.
12457         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12458
12459 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12460
12461         * nnheader.el (nnheader-insert-head): Fix typo in comment.
12462
12463 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12464
12465         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12466         Make it more robust by parsing author and date independently.
12467
12468 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12469
12470         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
12471
12472 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
12473
12474         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
12475         first matching secret key.
12476         (mml2015-epg-encrypt): Ditto.
12477
12478         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
12479         first matching secret key.
12480         (mml1991-epg-encrypt): Ditto.
12481
12482         * mml2015.el (mml2015-encrypt-to-self): New user option.
12483         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
12484         mml2015-epg-encrypt-to-self is set.
12485
12486         * mml1991.el (mml1991-encrypt-to-self): New variable.
12487         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
12488         mml1991-epg-encrypt-to-self is set.
12489
12490         * mml2015.el (mml2015-signers): New user option.
12491         (mml2015-epg-sign): Reflect the value of mml2015-signers.
12492         (mml2015-epg-encrypt): Allow to select signing keys.
12493
12494         * mml1991.el (mml1991-signers): New variable.
12495         (mml1991-epg-sign): Reflect the value of mml1991-signers.
12496         (mml1991-epg-encrypt): Allow to select signing keys.
12497
12498 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12499
12500         * nnheader.el (nnheader-insert-head): Make it work even if the file
12501         uses CRLF for the line-break code.
12502
12503 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
12504
12505         * mml2015.el: Require mml-sec instead of password.
12506         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12507         (mml2015-cache-passphrase): Inherit the default value from
12508         mml-secure-cache-passphrase.
12509         (mml2015-passphrase-cache-expiry): Inherit the default value from
12510         mml-secure-passphrase-cache-expiry.
12511
12512         * mml1991.el: Require mml-sec instead of password.
12513         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12514         (mml1991-cache-passphrase): Inherit the default value from
12515         mml-secure-cache-passphrase.
12516         (mml1991-passphrase-cache-expiry): Inherit the default value from
12517         mml-secure-passphrase-cache-expiry.
12518
12519         * mml-sec.el: Require password.
12520         (mml-secure-verbose): New user option.
12521         (mml-secure-cache-passphrase): New user option.
12522         (mml-secure-passphrase-cache-expiry): New user option.
12523
12524 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
12525
12526         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12527         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
12528         andreas@altroot.de (Andreas Vögele).
12529
12530         FIXME: Use `tiny change'?
12531
12532 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12533
12534         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12535         workaround for the url package included with Emacs.
12536
12537         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12538
12539 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12540
12541         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12542         correctly.  This fixes a bug caused by the 2006-05-12 change.
12543
12544 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
12545
12546         * nnmail.el (nnmail-article-group): If splitting raises an error, give
12547         some information about the error when saying that the `bogus' mail
12548         group will be used.
12549
12550 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
12551
12552         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12553         string.
12554
12555 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12556
12557         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12558
12559 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12560
12561         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12562
12563 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12564
12565         * mml1991.el (mml1991-function-alist): Add epg.
12566         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12567         (mml1991-epg-encrypt): New functions.
12568
12569 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12570
12571         * mml2015.el (mml2015-verbose): New variable.
12572         (mml2015-cache-passphrase): Ditto.
12573         (mml2015-passphrase-cache-expiry): Ditto.
12574         (mml2015-function-alist): Add epg.
12575         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12576         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12577         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12578         New functions.
12579
12580 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12581
12582         * message.el (message-cite-original-1): Preserve region when removing
12583         quoted text due to X-No-Archive in order to avoid bogus attribution
12584         when citing multiple messages.
12585
12586 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12587
12588         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12589         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12590
12591 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12592
12593         * gnus-diary.el (gnus-user-format-function-d)
12594         (gnus-user-format-function-D): Autoload.
12595
12596         * imap.el (Commentary): Fix typo.
12597
12598         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12599         2006-04-22 contribution.
12600
12601 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12602
12603         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12604         It didn't really fix the bogosity I'm seeing with solid web groups.
12605
12606 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12607
12608         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12609         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12610         created using server names.  If we use the feature without declaring
12611         it, Gnus does not properly manage server and group state.
12612
12613         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12614         bound.
12615
12616 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12617
12618         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12619         looking up the method using GROUP's prefix before inventing a new one.
12620         It is used on killed/unknown groups in various places where returning
12621         an all-new method isn't expected by the caller.
12622
12623         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12624         and match semantics of gnus-group-real-prefix.
12625
12626 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12627
12628         * nnmail.el (nnmail-broken-references-mailers): New variable.
12629         (nnmail-ignore-broken-references): New function generalizing
12630         nnmail-fix-eudora-headers.
12631         (nnmail-fix-eudora-headers): Now obsolete.
12632
12633         * gnus-art.el (gnus-button-handle-custom):
12634         Support `customize-apropos*'.
12635
12636 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12637
12638         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12639
12640         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12641         articles.
12642
12643 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12644
12645         * message.el (message-cite-reply-above): New variable.
12646         (message-yank-original): Use it.
12647
12648 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12649
12650         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12651
12652 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12653
12654         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12655         as read.
12656
12657         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12658
12659 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12660
12661         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12662         (gnus-bookmark-default-file): Use gnus-directory.
12663         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12664         Remove "*" in doc string.
12665         (gnus-bookmark-write-file): Simplify.
12666         (gnus-bookmark-maybe-sort-alist): Use `when'.
12667         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12668         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12669         Add FIXME about Emacs 21 and XEmacs compatibility.
12670         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12671         compatibility.
12672         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12673         compatibility.
12674         (gnus-bookmark-menu-heading): Fix version.
12675
12676 2006-06-19  Bastien Guerry  <bzg@altern.org>
12677
12678         * gnus-bookmark.el: New file.
12679
12680 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12681
12682         * message.el (message-syntax-checks): Doc fix.
12683
12684 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12685
12686         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12687         unsubscribed groups as if they were killed ones.  It causes duplicate
12688         entries in gnus-newsrc-alist.
12689
12690 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12691
12692         * message.el (message-syntax-checks): Doc fix.
12693         (message-send-mail): Add check for continuation headers.
12694         (message-check-news-header-syntax): Fix regexp used to check for
12695         continuation headers.
12696
12697 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12698
12699         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12700
12701 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12702
12703         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12704
12705 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12706
12707         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12708         default-truncate-lines.
12709
12710 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12711
12712         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12713         to fill the utf-8 entry.
12714
12715         * lpath.el: Fbind unicode-precedence-list.
12716
12717 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12718
12719         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12720
12721 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12722
12723         * gnus-agent.el (directory-files-and-attributes): Move all the way
12724         forward (the third and final move).
12725         (gnus-agent-read-agentview): Trap reconstruction errors due to
12726         nonexistent directory.  Handle by returning nil.
12727
12728 2006-05-30  Didier Verna  <didier@xemacs.org>
12729
12730         * message.el (message-dont-reply-to-names): Update the custom type.
12731         * message.el (message-dont-reply-to-names): New defsubst: potentially
12732         convert a list of regexps into a single one.
12733         * message.el (message-get-reply-headers): Use it.
12734         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12735
12736 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12737
12738         * gnus-agent.el (directory-files-and-attributes): Move forward.
12739
12740 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12741
12742         * gnus-ml.el (gnus-mailing-list-subscribe)
12743         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12744         (gnus-mailing-list-message): Fix doc strings.
12745
12746 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12747
12748         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12749         of doing it manually.
12750
12751 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12752
12753         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12754         comment.
12755
12756 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12757
12758         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12759         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12760         (gnus-agent-read-local): All symbols allocated in my-obarray.
12761         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12762         (gnus-agent-regenerate-group): Check numeric names to see if they are
12763         messages or groups.
12764         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12765         better way of do this...)
12766
12767         * gnus-cache.el (gnus-agent-total-fetched-for):
12768         Ignore 'dummy.group' (there should be a better way of do this...)
12769
12770 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12771
12772         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12773         (gnus-saved-headers): Ditto.
12774         (gnus-default-article-saver): Mention functions may have properties.
12775         (gnus-article-save): Override gnus-save-all-headers and
12776         gnus-saved-headers by :headers property which saver function may have.
12777         (gnus-summary-save-in-file): Add :headers property.
12778         (gnus-summary-write-to-file): Ditto.
12779
12780         * gnus-sum.el (gnus-summary-save-article): Bind
12781         gnus-prompt-before-saving to t when saving many articles in a file;
12782         always show all headers.
12783
12784         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12785
12786 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12787
12788         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12789         marks.
12790
12791         * message.el (message-indent-citation): Add optional arguments to allow
12792         using it outside of message buffers.
12793
12794         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12795         (gnus-article-treat-unfold-headers): Use it.
12796         (gnus-article-truncate-lines): New variable.
12797         (gnus-article-mode): Use it.
12798         (gnus-article-toggle-truncate-lines): New function.
12799
12800         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12801         Add gnus-article-toggle-truncate-lines.
12802
12803         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12804         coding system in XEmacs, use binary.
12805
12806 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12807
12808         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12809         after-load-alist.
12810
12811         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12812         this function should save decoded articles.
12813         (gnus-summary-write-to-file): Use property to specify this function
12814         should save decoded articles and specify gnus-summary-save-in-file
12815         should be used to save articles other than the first one when saving
12816         many articles.
12817         (gnus-summary-save-body-in-file): Use property to specify this
12818         function should save decoded articles.
12819         (gnus-summary-write-body-to-file): Use property to specify this
12820         function should save decoded articles and specify
12821         gnus-summary-save-body-in-file should be used to save articles other
12822         than the first one when saving many articles.
12823
12824         * gnus-sum.el (gnus-summary-save-article): Simplify.
12825
12826 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12827
12828         * gnus-art.el (gnus-default-article-saver):
12829         Add gnus-summary-write-body-to-file.
12830         (gnus-article-save-coding-system): Don't use coding system object
12831         in XEmacs.
12832         (gnus-read-save-file-name): Add optional `dir-var' argument which
12833         specifies directory in which files are saved; work even if optional
12834         `variable' argument is not specified.
12835         (gnus-summary-write-to-file): Read file name.
12836         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12837         (gnus-summary-write-body-to-file): New function.
12838
12839         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12840         (gnus-summary-local-variables): Add it.
12841         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12842         (gnus-summary-save-article): Remove optional `decode' argument;
12843         determine whether to decode articles by the value of
12844         gnus-default-article-saver; when saving many files using
12845         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12846         it first and use gnus-summary-save-in-file or
12847         gnus-summary-save-body-in-file thereafter unless
12848         gnus-prompt-before-saving is always; move point to article which
12849         will be saved.
12850         (gnus-summary-save-article-file): Revert.
12851         (gnus-summary-write-article-file): Revert.
12852         (gnus-summary-save-article-body-file): Revert.
12853         (gnus-summary-write-article-body-file): New function.
12854
12855 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12856
12857         * gnus-art.el (gnus-default-article-saver): Doc fix.
12858         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12859         from gnus-summary-save-article-coding-system, and default to a
12860         certain coding system.
12861         (gnus-output-to-file): Add coding cookie and encode text according
12862         to gnus-article-save-coding-system; don't use mm-append-to-file.
12863
12864         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12865         gnus-art.el and rename to gnus-article-save-coding-system.
12866         (gnus-summary-save-article): Require gnus-art; don't show all
12867         headers if it decodes articles; don't add coding cookie here;
12868         don't bind mm-text-coding-system-for-write.
12869         (gnus-summary-save-article-file): Save decoded articles.
12870         (gnus-summary-write-article-file): When saving many files, use
12871         gnus-summary-write-to-file first and gnus-summary-save-in-file
12872         thereafter unless gnus-prompt-before-saving is always.
12873         (gnus-summary-save-article-body-file): Save decoded articles.
12874
12875         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12876
12877 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12878
12879         * nnrss.el (nnrss-check-group): Bind hash-index.
12880
12881 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12882
12883         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12884         its hash index.  Store this hash in `nnrss-group-data'.
12885         (nnrss-read-group-data): Update accordingly.
12886
12887 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12888
12889         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12890         entry.
12891
12892         * gnus-sum.el (gnus-summary-make-menu-bar):
12893         Add gnus-article-browse-html-article.
12894
12895 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12896
12897         * gnus-sum.el (gnus-summary-mime-map):
12898         Add gnus-article-browse-html-article.
12899
12900         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12901
12902 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12903
12904         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12905         suitable coding systems in customize.
12906
12907 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12908
12909         * mail-source.el (mail-sources): Fix custom type.
12910
12911 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12912
12913         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12914         (gnus-summary-expire-articles-now): Shorten prompt.
12915
12916         * gmm-utils.el (wid-edit): Require.
12917         (defun-gmm): Rename from `gmm-defun-compat'.
12918         (gmm-image-search-load-path): Use it.
12919         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12920
12921 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12922
12923         * gnus-sum.el (gnus-summary-save-article-coding-system):
12924         New variable.
12925         (gnus-summary-save-article): Add optional `decode' argument.
12926         If it is set and gnus-summary-save-article-coding-system is non-nil,
12927         save decoded article.
12928         (gnus-summary-write-article-file): Save decoded article if
12929         gnus-summary-save-article-coding-system is non-nil.
12930
12931         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12932         type.
12933
12934 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12935
12936         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12937
12938 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12939
12940         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12941         first to test gnus-single-article-buffer which may be buffer-local.
12942
12943         * gnus-sum.el (gnus-summary-setup-buffer):
12944         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12945         group; make gnus-article-buffer, gnus-article-current, and
12946         gnus-original-article-buffer always buffer-local.
12947         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12948         group.
12949         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12950
12951 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12952
12953         * nnml.el (nnml-request-compact-group): Compressed files might not
12954         have .gz extension.
12955
12956 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12957
12958         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12959         (mm-copy-to-buffer): Use with-current-buffer.
12960         (mm-display-part): Simplify.
12961         (mm-inlinable-p): Add optional arg `type'.
12962
12963 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12964
12965         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12966         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12967         Try harder to show the attachment internally or externally using
12968         gnus-mime-view-part-as-type.
12969
12970 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12971
12972         * message.el (message-from-style, message-signature-separator)
12973         (message-user-organization-file, message-send-mail-function)
12974         (message-citation-line-function, message-yank-prefix)
12975         (message-indent-citation-function, message-signature)
12976         (message-signature-file, message-signature-insert-empty-line):
12977         Remove autoloads.
12978
12979         * gnus-art.el (gnus-buttonized-mime-types):
12980         Remove "multipart/signed".  Revert 2006-04-26 change.
12981
12982 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12983
12984         * gnus.el (gnus-version-number): Bump version.
12985
12986 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12987
12988         * gnus.el: No Gnus v0.5 is released.
12989
12990 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12991
12992         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12993         fetching articles by message-id.
12994
12995 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12996
12997         * message.el (hashcash): Require hashcash as normal.
12998
12999         * ecomplete.el (ecomplete-highlight-match-line):
13000         Use point-at-eol.
13001         (ecomplete-highlight-match-line): Use `highlight', because that
13002         face exists in both Emacs and XEmacs.
13003
13004         * message.el (message-display-abbrev): Use point-at-bol.
13005
13006         * mail-source.el: Don't require timer/timer-funcs.
13007
13008         * gnus-async.el: Ditto.
13009
13010         * password.el: Ditto.
13011
13012         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
13013
13014         * mm-url.el: Ditto.
13015
13016         * gnus-xmas.el: Don't require timer-funcs.
13017
13018         * mm-util.el: Require timer/timer-funcs.
13019
13020 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13021
13022         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
13023         Close.
13024
13025 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13026
13027         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
13028         unibyte after clear-decrypt function runs.
13029
13030         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
13031         returns as a unibyte string.
13032
13033 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13034
13035         * lpath.el: Revert.
13036
13037         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
13038         (pgg-gpg-process-sentinel): Revert.
13039
13040         * pgg-pgp.el (pgg-pgp-process-region): Revert.
13041         (pgg-pgp-lookup-key): Revert.
13042
13043         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
13044         (pgg-pgp5-lookup-key): Revert.
13045
13046         * pgg.el (pgg-fetch-key): Revert.
13047
13048 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13049
13050         * lpath.el: Fbind string-as-multibyte for XEmacs.
13051
13052         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
13053         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
13054         (mml1991-pgg-encrypt): Ditto.
13055
13056         * pgg-gpg.el (pgg-string-to-multibyte): New function.
13057         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
13058         a multibyte buffer.
13059
13060         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
13061         (pgg-pgp-lookup-key): Ditto.
13062
13063         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
13064         (pgg-pgp5-lookup-key): Ditto.
13065
13066         * pgg.el (pgg-fetch-key): Ditto.
13067
13068 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
13069
13070         * message.el (message-user-organization-file): Check several
13071         locations of the organization file.
13072
13073         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
13074         Add gnus-article-view-part-as-type.
13075
13076         * gnus-art.el (gnus-article-view-part-as-type): New function.
13077
13078         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
13079         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
13080
13081         * mml.el: Simplify autoload.
13082         (mml-mode): defvar dnd-protocol-alist instead of using
13083         symbol-value.
13084         (mml-default-directory): New variable.
13085         (mml-minibuffer-read-file): Use it.
13086         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
13087
13088         * message.el (message-citation-line-format): New variable.
13089         (message-insert-formated-citation-line): New function.
13090         (message-citation-line-function):
13091         Add `message-insert-formated-citation-line' to custom type.
13092
13093         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
13094         to doc string.
13095
13096         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
13097         depending on mm-verify-option.
13098
13099 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13100
13101         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
13102         binding pgg-* variables; reimplement the section which prevents
13103         MIME header from being signed.
13104         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
13105         pgg-text-mode; remove a blank line at the top of body.
13106
13107         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
13108         lines at the top of body; use gnus-newsgroup-charset if there's no
13109         Charset header.
13110
13111 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13112
13113         * message.el (message-self-insert-commands): Doc fix.
13114
13115         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
13116         (mm-uu-pgp-encrypted-test): Ditto.
13117         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
13118         between header and body; return application/pgp-encrypted handle
13119         if decryption failed; decode decrypted body by charset.
13120
13121         * mm-decode.el (mm-automatic-display): Don't make application/pgp
13122         element match to application/pgp-*.
13123
13124 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13125
13126         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
13127         HTML.
13128
13129 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13130
13131         * mail-source.el (mail-source-call-script): Message the error
13132         string.
13133
13134 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13135
13136         * gnus-util.el (gnus-byte-compile): Use it.
13137
13138 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
13139
13140         * gnus-util.el (kill-empty-logs): New function.
13141
13142 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13143
13144         * message.el (message-mail-alias-type): Doc fix.
13145         (message-mail-alias-type-p): New function.
13146         (message-send): Use it.
13147         (message-mode): Ditto.
13148         (message-strip-forbidden-properties): Ditto.
13149
13150         * ecomplete.el (ecomplete-database-file-coding-system):
13151         New variable.
13152         (ecomplete-save): Use it.
13153         (ecomplete-setup): Use it.
13154
13155 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13156
13157         * message.el (message-self-insert-commands): New variable.
13158         (message-strip-forbidden-properties): Use it.
13159
13160 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13161
13162         * message.el (message-put-addresses-in-ecomplete): Use a regexp
13163         that doesn't make XEmacs choke.
13164
13165 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
13166
13167         * gnus-util.el (gnus-replace-in-string):
13168         Prefer replace-regexp-in-string over of replace-in-string.
13169
13170 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13171
13172         * gnus-util.el (gnus-select-frame-set-input-focus):
13173         Use select-frame-set-input-focus if it is available in XEmacs; use
13174         definition defined in Emacs 22 for old Emacsen.
13175
13176         * dgnushack.el: Autoload unmorse-region for XEmacs.
13177
13178         * lpath.el: Bind cursor-in-non-selected-windows and
13179         select-frame-set-input-focus for XEmacs.
13180
13181 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13182
13183         * mm-view.el (mm-inline-text): Use equal instead of equalp.
13184
13185 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
13186
13187         * gnus-registry.el (gnus-registry-cache-save): Remove text
13188         properties when saving via the temp buffer.
13189
13190 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13191
13192         * message.el (message-generate-hashcash): Honor custom type.
13193
13194 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13195
13196         * message.el (message-generate-hashcash): Default to non-nil when
13197         hashcash is found.
13198
13199         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
13200         (gnus-refer-thread-limit): Increase default to 500.
13201
13202         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
13203
13204         * flow-fill.el (fill-flowed): Allow delete-space.
13205
13206 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13207
13208         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13209         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
13210         Remove autoloads.
13211
13212 2006-04-18  Simon Josefsson  <jas@extundo.com>
13213
13214         * message.el (message-generate-hashcash): Default to.
13215
13216 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13217
13218         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13219         concatenating segments rather than before concatenating them.
13220
13221 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13222
13223         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
13224
13225 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13226
13227         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
13228
13229         * message.el (message-forward-make-body-plain):
13230         Allow message-forward-ignored-headers to be a list.
13231         (message-remove-ignored-headers): Factor out into function.
13232         (message-forward-make-body-mml): Use it.
13233
13234         * imap.el (imap-quote-specials): New function.
13235         (imap-login-auth): Quote specials.
13236
13237         * rfc2231.el (rfc2231-parse-string): Remove dead code.
13238         (rfc2231-parse-string): Allow concatanation of parameters that
13239         aren't contiguous.  The test case is
13240           (mail-header-parse-content-type "message/external-body;
13241             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
13242             access-type=LOCAL-FILE;
13243             name*1*=plugh%2fhello-sailor%2fbing.pdf")
13244
13245 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13246
13247         * nntp.el (nntp-accept-process-output): Return the value of
13248         `nnheader-accept-process-output'.
13249
13250 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13251
13252         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
13253         (gnus-button-alist): Recognize more diff formats.
13254         (gnus-button-patch): Strip directory.
13255
13256 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13257
13258         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
13259         Emacs 22 when setting focus.
13260
13261 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13262
13263         * gnus-art.el (gnus-article-treat-types): Do treatment of
13264         text/x-verbatim parts.
13265         (gnus-button-patch): New command.
13266
13267         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
13268         addresses that contain invalid characters.
13269
13270 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13271
13272         * message.el (message-put-addresses-in-ecomplete):
13273         Use gnus-replace-in-string.
13274         (message-is-yours-p): Use the more correct
13275         mail-header-parse-address instead of
13276         mail-extract-address-components.
13277         (message-put-addresses-in-ecomplete): Fix typo.
13278
13279         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
13280         keystroke.
13281
13282         * gnus-art.el (gnus-treatment-function-alist): Change order of
13283         newsgroups/generic header folding to avoid double-folding.
13284
13285         * message.el (message-hidden-headers): Add X-Draft-From.
13286
13287         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
13288         New command.
13289         (gnus-summary-repeat-search-article-backward): New command.
13290
13291         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
13292         groups in the parent topic.
13293
13294 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
13295
13296         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
13297         (spam-extra-header-to-number): Return the CRM114 number as a
13298         number instead of a string.
13299
13300 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13301
13302         * gnus-art.el (gnus-face-properties-alist): Move here from
13303         gnus-fun.
13304
13305         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
13306
13307 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13308
13309         * message.el (message-strip-forbidden-properties): Only display on
13310         self-insert-command.
13311
13312         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
13313         reindent.
13314         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
13315
13316 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
13317
13318         * smiley.el (smiley-style): Fix typo.
13319
13320 2006-03-23  Kenichi Handa  <handa@m17n.org>
13321
13322         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
13323         instead of set-buffer-multibyte.
13324
13325 2006-03-23  Kenichi Handa  <handa@m17n.org>
13326
13327         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13328         buffer and then decode the buffer text if necessary.
13329         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13330         first, and after mm-encode-body, change the buffer to unibyte.
13331
13332 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13333
13334         * hashcash.el (hashcash-insert-payment-async-2):
13335         Use message-goto-eoh instead of doing it manually.
13336         (mail-add-payment): Use message-narrow-to-header instead of trying
13337         to do the same itself.
13338
13339         * message.el (message-hidden-headers): Add Face.
13340
13341         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
13342         reparenting code.
13343         (gnus-summary-reparent-children): Refactored out code.
13344         (gnus-summary-thread-map): New keystroke.
13345         (gnus-summary-reparent-children): Make into command.
13346
13347         * smiley.el (smiley-style): Default to `medium' if using a large
13348         font.
13349
13350         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
13351         does it itself.
13352
13353         * message.el (message-point-in-header-p): Simplify definition.
13354
13355 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13356
13357         * nnagent.el (nnagent-request-set-mark): Silence log file
13358         writing.
13359         (nnagent-request-set-mark): Use write-region instead of
13360         append-to-file.
13361
13362         * gnus-sum.el (gnus-read-header): Fudge article number if using a
13363         strange select method.
13364
13365         * ecomplete.el (ecomplete-display-matches): Get highlightling
13366         right.
13367         (ecomplete-display-matches): Use literals.
13368         (ecomplete-display-matches): Disable message logging.
13369
13370         * message.el (message-display-abbrev): Small optimization.
13371
13372         * ecomplete.el (ecomplete-display-matches): Allow automatic
13373         display.
13374
13375         * message.el (message-strip-forbidden-properties):
13376         Display abbrevs.
13377         (message-display-abbrev): Get automatic display right.
13378
13379         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
13380         keystrokes.
13381
13382 2006-04-13  Romain Francoise  <romain@orebokech.com>
13383
13384         TODO: Backport to v5-10!
13385
13386         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
13387         Move here (and rename) from gnus-registry.el.
13388
13389         * gnus-registry.el: Require gnus-util.
13390         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
13391
13392 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13393
13394         * gnus-group.el (gnus-group-catchup-current):
13395         Change if-then-else-if-then-else into cond.
13396         (gnus-group-catchup): Indent.
13397         (group-name-at-point): New function.
13398         (gnus-fetch-group): Provide default from thing at point.
13399
13400 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13401
13402         * message.el (message-display-abbrev): Fix regexp.
13403
13404         * ecomplete.el (ecomplete-highlight-match-line):
13405         Reimplement choosing.
13406         (ecomplete-highlight-match-line): Fix up code rewrite, remove
13407         dead variables.
13408
13409         * message.el (message-newline-and-indent): Remove debugging.
13410         (message-display-abbrev): Use new implementation.
13411
13412 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13413
13414         * gnus-art.el (gnus-article-mode):
13415         Set cursor-in-non-selected-windows to nil.
13416
13417         * smiley.el: Revert previous change.
13418         (smiley-data-directory): defvar it before using it in the
13419         defcustom of `smiley-style'.
13420
13421 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13422
13423         * message.el (message-newline-and-indent): New function.
13424
13425         * ecomplete.el: Implement more bits.
13426
13427         * message.el (message-put-addresses-in-ecomplete): Clean up the
13428         string.
13429
13430         * ecomplete.el (ecomplete-add-item): Chop off decimals.
13431
13432         * gnus-sum.el (gnus-summary-save-parts):
13433         Bind gnus-summary-save-parts-counter and use it to make unique file
13434         names.
13435
13436         * gnus-art.el (gnus-ignored-headers): Add some more headers.
13437
13438         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
13439         parameter to say whether to actually parse the individual
13440         addresses.
13441
13442         * message.el (message-put-addresses-in-ecomplete): New function.
13443         (ecomplete): Require.
13444         (message-mail-alias-type): Add ecomplete as an option.
13445
13446 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
13447
13448         * flow-fill.el (fill-flowed): Remove trailing space from blank
13449         quoted lines.
13450
13451 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13452
13453         * smiley.el (smiley-style): Move definition later to avoid a
13454         compilation warning.
13455
13456 2006-04-12  Kenichi Handa  <handa@m17n.org>
13457
13458         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13459         buffer and then decode the buffer text if necessary.
13460         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13461         first, and after mm-encode-body, change the buffer to unibyte.
13462         Use mm-disable-multibyte instead of set-buffer-multibyte.
13463
13464 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13465
13466         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
13467         Content-Type header instead of Content-Disposition header.
13468         (gnus-mime-inline-part): Ditto.
13469         (gnus-mime-view-part-as-charset): Ignore charset that the part
13470         specifies.
13471
13472         * mm-decode.el (mm-display-part): Work with external parts and
13473         usual parts similarly.
13474
13475         * mm-extern.el (mm-inline-external-body): Use mm-display-part
13476         instead of gnus-display-mime.
13477
13478         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
13479         instead of with-temp-buffer.
13480
13481         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
13482         tag to summarized topics part in order to encode non-ASCII text.
13483
13484 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13485
13486         * smiley.el (smiley-style): New variable.
13487         (smiley-directory): New function.
13488         (smiley-data-directory): Derive from `smiley-style' using
13489         `smiley-directory'.
13490         (smiley-regexp-alist): Add new entries.
13491
13492         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
13493         (gnus-article-browse-delete-temp): Add :version.
13494
13495 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
13496
13497         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
13498         the sieve region.
13499
13500 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13501
13502         * gnus.el (gnus-version-number): Bump version.
13503
13504 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13505
13506         * gnus.el: No Gnus v0.4 is released.
13507
13508 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13509
13510         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13511         layout.
13512
13513         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13514         unknown charset.
13515
13516         * message.el (message-header-synonyms): Add Original-To to the
13517         default.
13518
13519         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13520         optional parameter.
13521
13522 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13523
13524         * gnus-fun.el (gnus): Require it for gnus-directory.
13525
13526 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13527
13528         * gnus-fun.el (gnus-face-properties-alist): Add :version.
13529
13530 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13531
13532         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13533
13534 2006-04-05  Simon Josefsson  <jas@extundo.com>
13535
13536         * password.el (password-reset): New function.
13537
13538 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13539
13540         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13541         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13542
13543 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13544
13545         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13546         Some whitespace was matched into the url, which broke browsing hits
13547         > 100 when mm-url-use-external was nil.
13548
13549 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13550
13551         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13552         Check gnus-extra-headers for 'Newsgroups.
13553
13554         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13555         bound.
13556
13557 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13558
13559         * pgg-gpg.el: Clean up process buffers every time gpg processes
13560         complete.
13561
13562 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13563
13564         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13565         doc string.
13566
13567 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13568
13569         * pgg-gpg.el (pgg-gpg-process-filter)
13570         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13571
13572         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13573         lines, temporary fix.
13574
13575 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13576
13577         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13578
13579 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13580
13581         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13582         default-enable-multibyte-characters.  This reverts the change from
13583         revision 6.17 which is no longer necessary because the passphrase
13584         is sent separately now.  GnuPG messages are unreadable under
13585         multibyte locales with default-enable-multibyte-characters set to
13586         nil.
13587
13588 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13589
13590         * message.el (message-tool-bar-gnome): Move "spell".
13591
13592 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13593
13594         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13595         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13596         instead.
13597
13598 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13599
13600         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13601         Improve newsgroups handling for NNTP overviews which don't include
13602         Newsgroups.
13603
13604 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13605
13606         * message.el (message-resend): Bind message-generate-hashcash to nil.
13607
13608 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13609
13610         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13611         when searching for already-paid recipients.
13612
13613 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13614
13615         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13616         passphrases when it is not needed.
13617         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13618         passphrase stuff from gpg, should only be necessary when you use
13619         gpg with a smartcard.
13620
13621 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13622
13623         * mml.el (mml-insert-mime): Ignore cached contents of
13624         message/external-body part.
13625
13626         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13627         (mm-insert-part): Ditto.
13628
13629 2006-03-23  Simon Josefsson  <jas@extundo.com>
13630
13631         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13632         Reiner.
13633         (pgg-gpg-use-agent-p): Use it again.
13634
13635 2006-03-23  Simon Josefsson  <jas@extundo.com>
13636
13637         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13638         older emacsen.
13639         (pgg-gpg-use-agent-p): Don't use it.
13640
13641 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13642
13643         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13644         if we can.
13645
13646 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13647
13648         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13649         (pgg-gpg-update-agent): New function.
13650         (pgg-gpg-use-agent-p): New function.
13651         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13652         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13653         (pgg-gpg-sign-region): Use it.
13654
13655 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13656
13657         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13658         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13659
13660 2006-03-21  Simon Josefsson  <jas@extundo.com>
13661
13662         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13663         <wilde@sha-bang.de>.
13664         (pgg-gpg-use-agent): New variable.
13665         (pgg-gpg-process-region): Use it.
13666         (pgg-gpg-encrypt-region): Likewise.
13667         (pgg-gpg-encrypt-symmetric-region): Likewise.
13668         (pgg-gpg-decrypt-region): Likewise.
13669         (pgg-gpg-sign-region): Likewise.
13670         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13671
13672 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13673
13674         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13675
13676         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13677         Add comment on version.
13678
13679 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13680
13681         * smiley.el: Add missing test smiley.
13682
13683 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13684
13685         * mm-decode.el (mm-with-part): New macro.
13686         (mm-get-part): Use it; work with message/external-body as well.
13687         (mm-save-part): Treat name and filename equally.
13688
13689         * mm-extern.el (mm-extern-cache-contents): New function.
13690         (mm-inline-external-body): Use it; force the part to be displayed;
13691         move undisplayer added to the cached handle to the parent.
13692
13693         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13694         (gnus-mime-view-part-as-type): Work with message/external-body.
13695
13696         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13697
13698 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13699
13700         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13701         images in image-load-path.  [Sync with image.el, revision 1.60, in
13702         Emacs.]
13703
13704 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13705
13706         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13707         path rather than symbol.  Always return list of directories.
13708         Guarantee that image directory comes first.  [Sync with image.el,
13709         revision 1.59, in Emacs.]
13710
13711         * message.el (message-make-tool-bar): Adjust to new API of
13712         `gmm-image-load-path-for-library'.
13713
13714         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13715
13716         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13717
13718 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13719
13720         * gnus-art.el (gnus-article-only-boring-p):
13721         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13722         intangible text.
13723         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13724
13725 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13726
13727         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13728         Use `defun' instead of `gmm-defun-compat'.
13729
13730 2006-03-14  Simon Josefsson  <jas@extundo.com>
13731
13732         * message.el (message-unique-id): Don't use message-number-base36
13733         if (user-uid) is a float.
13734         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13735
13736 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13737
13738         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13739
13740         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13741         empty line between a part and a message part.
13742
13743 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13744
13745         * smiley.el: Add more test smileys.
13746         (smiley-data-directory, smiley-regexp-alist)
13747         (gnus-smiley-file-types): Fix doc strings.
13748         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13749         adding new elements.
13750         (smiley-mouse-map): Unused code.  Make it a comment.
13751
13752 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13753
13754         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13755         scan latest NoCeM messages instead of old ones.
13756         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13757         delimiters that are recently used.
13758         (gnus-nocem-load-cache): Add autoload cookie.
13759
13760         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13761
13762         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13763         level which is larger than gnus-use-nocem is specified.
13764
13765         * gnus-group.el (gnus-group-get-new-news): Ditto.
13766
13767 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13768
13769         * gnus-util.el (gnus-tool-bar-update): New function.
13770
13771         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13772         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13773
13774         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13775
13776         * gnus-group.el (gnus-group-redraw-when-idle)
13777         (gnus-group-redraw-check): Remove.
13778         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13779
13780 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13781
13782         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13783         if optional last element is specified in splits (FIELD VALUE...).
13784
13785 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13786
13787         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13788         to gmm-image-load-path-for-library.  Call with no-error argument.
13789         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13790
13791         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13792
13793         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13794
13795         * gmm-utils.el (gmm-image-load-path): Remove alias.
13796
13797 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13798
13799         * gmm-utils.el (gmm-image-load-path): Add alias.
13800
13801         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13802         nnml-generate-nov-databases-1.
13803         (nnml-generate-nov-databases): Use it.
13804         (nnml-generate-nov-databases-directory): Document no-active
13805         argument.
13806
13807         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13808         directory if path is t.  Add no-error.
13809
13810         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13811         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13812
13813         * gnus-art.el (gnus-article-browse-delete-temp-files):
13814         Simplify resetting gnus-article-browse-html-temp-list.
13815
13816         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13817         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13818         Add example to docstring.  Rename local variables.  Move error
13819         checks to default case in cond and simplify.
13820
13821 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13822
13823         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13824         handle is multipart when calling it recursively.
13825         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13826
13827 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13828
13829         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13830         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13831
13832 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13833
13834         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13835         is loaded.
13836
13837         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13838         loaded.
13839
13840 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13841
13842         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13843         to "Emacs 23 (unicode)" in doc string.
13844
13845         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13846         "Emacs 23 (unicode)" in comment.
13847
13848 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13849
13850         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13851
13852         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13853         characters 160 through 255 in Emacs 23.
13854
13855 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13856
13857         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13858         gnus-article-browse-html-temp.
13859         (gnus-article-browse-delete-temp): Make it customizable.
13860         Add `file'.  Adjust doc string.
13861         (gnus-article-browse-delete-temp-files): Add argument.
13862         Allow query for each file.  Adjust doc string.
13863         (gnus-article-browse-html-parts):
13864         Add `gnus-article-browse-delete-temp-files' to
13865         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13866
13867 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13868
13869         * gnus-art.el (gnus-article-browse-html-temp)
13870         (gnus-article-browse-delete-temp): New variables.
13871         (gnus-article-browse-delete-temp-files): New function.
13872         (gnus-article-browse-html-parts): Use it.
13873
13874 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13875
13876         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13877
13878         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13879         string.
13880
13881         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13882         gnus-summary-insert-new-articles when unplugged.
13883         Remove gnus-summary-search-article-forward.
13884
13885         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13886         display-visual-class instead of display-color-cells.
13887
13888 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13889
13890         * dgnushack.el: Autoload customize-group for XEmacs.
13891
13892         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13893         message/* containing non-ASCII text properly.
13894
13895 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13896
13897         * message.el: Require gmm-utils, remove autoloads.
13898         (message-tool-bar): Set default based on
13899         gmm-tool-bar-style.
13900         (message-tool-bar-gnome): Add gmm-customize-mode.
13901
13902         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13903         gmm-tool-bar-style.
13904         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13905
13906         * gnus-group.el (gnus-group-tool-bar): Set default based on
13907         gmm-tool-bar-style.
13908         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13909
13910         * gmm-utils.el (gmm-image-directory): Rename variable from
13911         gmm-image-load-path.
13912         (gmm-image-load-path): Use gmm-image-directory.
13913         (gmm-customize-mode): New function.
13914         (gmm-tool-bar-style): New variable.
13915
13916         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13917         gnus-group-redraw-line-number.
13918         (gnus-group-redraw-check): Simplify.
13919         (gnus-group-tool-bar-update): Remove redraw check.
13920         (gnus-group-make-tool-bar): Add redraw check.
13921
13922 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13923
13924         * gnus-art.el (gnus-button): Add missing parentheses.
13925
13926 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13927
13928         * lpath.el: Fbind line-number-at-pos.
13929
13930 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13931
13932         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13933
13934 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13935
13936         * gnus-art.el (gnus-button): New face.
13937         (gnus-article-button-face): Use it.
13938
13939         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13940         Add gnus-summary-next-page.  Re-order.
13941
13942         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13943         next-node are now included.
13944         (gnus-group-redraw-line-number): New internal variable.
13945         (gnus-group-redraw-check): Helper function for updating the tool
13946         bar.
13947         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13948
13949         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13950
13951         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13952         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13953         Use it to match format of Spamassassin 3.0 and later.
13954         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13955         (spam-check-bogofilter)
13956         (spam-bogofilter-register-with-bogofilter): Fix args of
13957         `gnus-error' calls.
13958
13959 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13960
13961         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13962         unnecessary interaction when sending queued mails.
13963         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13964
13965 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13966
13967         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13968         first or last are nil.
13969
13970 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13971
13972         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13973
13974 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13975
13976         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13977
13978 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13979
13980         * dns.el (query-dns): Protect more against buggy tcp output.
13981
13982 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13983
13984         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13985         nov.php.
13986
13987 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13988
13989         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13990         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13991         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13992         output on the server side.
13993         (nnweb-google-create-mapping): Update regexps and add some
13994         progress indication.
13995
13996 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13997
13998         * gnus-group.el (gnus-group-tool-bar-gnome):
13999         Fix gnus-agent-toggle-plugged.  Re-order icons.
14000         (gnus-group-tool-bar-gnome):
14001         Add gnus-group-{prev,next}-unread-group.
14002         (gnus-group-tool-bar-gnome): Re-order icons.
14003
14004         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14005         Move gnus-summary-insert-new-articles.
14006
14007         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
14008         Fix comments.
14009
14010         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
14011         also available in Emacs 21.3.
14012
14013         * message.el (message-fix-before-sending): Change "Emacs 22" to
14014         "Emacs 23 (unicode)" in comment.
14015
14016         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
14017         "Emacs 23 (unicode)" in comment.
14018
14019         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
14020         comment.
14021         (mm-coding-system-p): Add comment about no-MULE XEmacs.
14022
14023         * mm-view.el (mm-fill-flowed): Add :version.
14024
14025 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14026
14027         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
14028         and load-path.
14029
14030 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
14031
14032         * message.el: Autoload gmm-image-load-path.
14033         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
14034         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
14035         consitency.
14036
14037         * gmm-utils.el (gmm-image-load-path): Also search in
14038         "../etc/images".  Don't set gmm-image-load-path if we don't find
14039         the image.
14040
14041 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14042
14043         * gmm-utils.el (gmm-image-load-path): Don't make
14044         `gmm-image-load-path' include subdirectories which the second arg
14045         `image' might specify.
14046
14047         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
14048         subdirectory to icon file names.
14049
14050         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
14051
14052 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14053
14054         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
14055         gmm-image-load-path calls.
14056
14057         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14058
14059         * message.el (message-make-tool-bar): Ditto.
14060
14061         * mml.el (mml-preview): Add comment concerning tool bar icons.
14062
14063         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
14064         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
14065
14066         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
14067         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
14068
14069         * message.el (message-tool-bar-gnome): Use new icon names.
14070         (message-make-tool-bar): Use `gmm-image-load-path'.
14071
14072         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
14073         New functions from MH-E.
14074         (gmm-image-load-path): New variable from MH-E.
14075         (gmm-image-load-path): New function from MH-E.  Add arguments
14076         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
14077         *-image-load-path-called-flag.
14078
14079 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
14080
14081         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
14082
14083 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
14084
14085         * nnimap.el (nnimap-request-move-article): Change folder back to
14086         source group before deleting.
14087
14088 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
14089
14090         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
14091
14092         * gnus-art.el (mm-url-insert-file-contents-external):
14093         Autoload mm-url.
14094
14095         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
14096
14097 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14098
14099         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
14100         coding system which mm-charset-to-coding-system returns for a
14101         given charset is valid.
14102
14103 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
14104
14105         * html2text.el (html2text-remove-tag-list):
14106         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
14107
14108 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
14109
14110         * gnus-cus.el: Revert 2005-10-17 change.
14111
14112 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14113
14114         * gnus-art.el (article-strip-banner):
14115         Call article-really-strip-banner only when the regexp match is made.
14116
14117 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14118
14119         * gnus-art.el (article-strip-banner):
14120         Use gnus-extract-address-components instead of
14121         mail-header-parse-addresses to make it work with non-ASCII text;
14122         remove mail-encode-encoded-word-string.
14123
14124         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
14125         values which are surrounded with \"...\"; make it never cause a
14126         Lisp error; give up parsing of parameters if it failed in
14127         extracting type.
14128
14129 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
14130
14131         * smime.el (smime-cert-by-ldap-1): Fix bug where
14132         `smime-ldap-search' returns results without userCertificates.
14133
14134 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14135
14136         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
14137
14138 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14139
14140         * spam.el (spam-check-spamassassin-headers): Adapt format for
14141         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
14142         <ari@mbf.ocn.ne.jp>.
14143         (spam-list-of-processors): Add spam-use-gmane.
14144
14145 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14146
14147         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
14148         make-temp-file; make it work with XEmacs as well.
14149
14150         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
14151         mm-make-temp-file.
14152
14153         * mm-decode.el (mm-display-external): Use the 3rd arg of
14154         mm-make-temp-file.
14155         (mm-create-image-xemacs): Ditto.
14156
14157 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14158
14159         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
14160         with message-narrow-to-headers.
14161         (gnus-draft-setup): Narrow to header to run message-fetch-field.
14162         (gnus-draft-check-draft-articles): New function.
14163         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
14164
14165 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14166
14167         * gnus-art.el (gnus-article-browse-html-parts):
14168         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
14169         Don't use suffix argument for mm-make-temp-file for Emacs 21
14170         compatibility.  Remove useless `format'.
14171
14172 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14173
14174         * nnweb.el (nnweb-google-wash-article): Update regexps.
14175         (nnweb-group-alist): Use defvoo instead of defvar.
14176
14177 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14178
14179         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
14180         re-loading nn* modules.
14181
14182 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14183
14184         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
14185         for `tool-bar-mode' and don't check it's default-value.
14186
14187         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14188
14189         * message.el (message-make-tool-bar): Ditto.
14190
14191         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
14192         `substring'.  Shorten tmp-file name.
14193
14194         * gnus.el: Remove bogus comment.
14195
14196 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
14197
14198         * gnus-art.el (gnus-article-browse-html-parts): New function.
14199         (gnus-article-browse-html-article): New function for viewing html
14200         articles with a browser.
14201
14202 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
14203
14204         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
14205         in elisp.
14206         (pgg-gpg-encrypt-symmetric-region): Ditto.
14207         (pgg-gpg-sign-region): Ditto.
14208
14209         * pgg-def.el (pgg-text-mode): New variable.
14210
14211         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
14212         (mml2015-pgg-encrypt): Ditto.
14213
14214         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
14215         (mml1991-pgg-encrypt): Ditto.
14216
14217 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14218
14219         * nnfolder.el (nnfolder-insert-newsgroup-line):
14220         Use message-make-date instead of current-time-string.
14221
14222         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
14223         to gnus-decoded which mm-uu might set.
14224
14225 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14226
14227         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
14228         don't decode quoted parameters; remove misimported Emacs code.
14229         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14230         (rfc2231-decode-encoded-string): Don't use split-string which
14231         behaves differently according to Emacs version; use
14232         mm-decode-coding-region to convert charset to coding-system.
14233         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14234         (rfc2231-encode-string): Remove misimported Emacs code.
14235
14236 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14237
14238         * gnus-art.el (article-decode-charset): Don't use ignore-errors
14239         when calling mail-header-parse-content-type.
14240         (article-de-quoted-unreadable): Ditto.
14241         (article-de-base64-unreadable): Ditto.
14242         (article-wash-html): Ditto.
14243
14244         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
14245         calling mail-header-parse-content-type and
14246         mail-header-parse-content-disposition.
14247         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
14248         mail-header-parse-content-type.
14249
14250         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
14251         insert charset and format parameters; encode description after
14252         inserting it to buffer.
14253         (mml-insert-parameter): Fold lines properly even if a parameter is
14254         segmented into two or more lines; change the max column to 76.
14255
14256         * rfc1843.el (rfc1843-decode-article-body): Don't use
14257         ignore-errors when calling mail-header-parse-content-type.
14258
14259         * rfc2231.el (rfc2231-parse-string): Return at least type if
14260         possible; don't cause an error even if it fails in parsing of
14261         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14262         (rfc2231-encode-string): Don't break lines at the beginning, leave
14263         it to mml-insert-parameter.
14264
14265         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
14266         calling mail-header-parse-content-type.
14267
14268 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
14269
14270         * spam-report.el (spam-report-gmane-use-article-number):
14271         Improve doc string.
14272         (spam-report-gmane-internal): Check if a suitable header was found
14273         in the article.
14274
14275 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14276
14277         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
14278         (rfc2231-encode-string): Make param*=value always begin with LWSP.
14279
14280 2006-02-05  Romain Francoise  <romain@orebokech.com>
14281
14282         Update copyright notices of all files in the gnus directory.
14283
14284 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14285
14286         * nnweb.el (nnweb-request-group): Avoid growing overview files.
14287
14288 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14289
14290         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
14291         segmented lines of parameter value to cope with Thunderbird 1.5
14292         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
14293         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14294         (rfc2231-encode-string): Don't make lines exceeding 76 column.
14295
14296 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
14297
14298         * mml.el (mml-generate-mime-1): Correct the order of inline signed
14299         parts.
14300
14301 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14302
14303         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
14304         there's only one active file for all servers.
14305         (nnweb-request-scan): Make sure nnweb-articles is initialized on
14306         solid groups.  Gnus might have used a FAST request to select the group.
14307         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
14308         and nnweb-search redundantly in the active file.
14309         (nnweb-request-list): Don't list bogus groups.  There can only be one.
14310         (nnweb-request-create-group): Don't use ARGS.
14311         (nnweb-possibly-change-server, nnweb-request-group): Remove some
14312         initialisations.  Let nnoo do the work.
14313
14314 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14315
14316         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
14317         Say the part has been decoded.
14318
14319         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
14320
14321 2006-01-31  Kevin Ryde  <user42@zip.com.au>
14322
14323         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
14324         mailcap-viewer-test-cache when there's no 'test clause, since that
14325         will invert the meaning of a "nil" test previously determined by
14326         mailcap-mailcap-entry-passes-test.
14327
14328 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14329
14330         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
14331         compiling.
14332
14333         * gnus-sum.el: Ditto.
14334
14335         * message.el: Don't bind tool-bar-map when compiling.
14336
14337 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
14338
14339         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
14340
14341 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14342
14343         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
14344         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
14345         current Google Groups.
14346
14347 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
14348
14349         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
14350         and tool-bar-mode.
14351
14352         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
14353         and tool-bar-mode.
14354
14355         * message.el (message-tool-bar-update): Simplify.
14356         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
14357
14358         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
14359         gnus-summary-buffer.
14360         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
14361         gnus-summary-reply.
14362
14363         * gmm-utils.el (gmm): Add :version.
14364
14365 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14366
14367         * Makefile.in (clean): New rule.
14368         (distclean): Use it.
14369
14370 2006-01-26  Steve Youngs  <steve@sxemacs.org>
14371
14372         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
14373         Don't autoload.
14374
14375 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14376
14377         * gmm-utils.el (gmm-verbose): Add :group.
14378
14379 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
14380
14381         * message.el: Change some comments WRT tool-bars.
14382
14383         * gnus-sum.el (gnus-summary-tool-bar)
14384         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
14385         (gnus-summary-tool-bar-zap-list): New variables.
14386         (gnus-summary-make-tool-bar): Complete rewrite using
14387         `gmm-tool-bar-from-list'.
14388
14389         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
14390         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
14391         New variables.
14392         (gnus-group-make-tool-bar): Complete rewrite using
14393         `gmm-tool-bar-from-list'.
14394         (gnus-group-tool-bar-update): New function.
14395
14396         * message.el (message-mode-field-menu): Add "Show hidden Headers".
14397
14398 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14399
14400         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
14401         is dissected into a single part of which the type is the same as
14402         the given one; decode charset.
14403
14404 2006-01-21  Kevin Ryde  <user42@zip.com.au>
14405
14406         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
14407         into alists as symbol not string, since that's what
14408         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
14409         look for.
14410
14411 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
14412
14413         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
14414         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
14415
14416         * message.el (message-tool-bar-gnome): Use gmm-ignore.
14417
14418 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14419
14420         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
14421         (gnus-xmas-mime-security-button-menu): New function.
14422
14423         * gnus-art.el (gnus-mime-security-button-commands): New variable.
14424         (gnus-mime-security-button-menu): New definition.
14425         (gnus-mime-security-button-map): Use them.
14426         (gnus-mime-security-button-menu): New function.
14427         (gnus-insert-mime-security-button): Addition to help echo.
14428         (gnus-mime-security-run-function, gnus-mime-security-save-part)
14429         (gnus-mime-security-pipe-part): New functions.
14430
14431         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
14432         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
14433
14434         * mm-decode.el (mm-handle-set-disposition): Remove.
14435         (mm-handle-set-description): Remove.
14436
14437 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14438
14439         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
14440         (mm-w3m-standalone-supports-m17n-p): New function.
14441         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
14442         w3m usage.
14443
14444         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
14445         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
14446
14447 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14448
14449         * message.el (message-tool-bar-zap-list):
14450         Use gmm-tool-bar-zap-list as custom type.
14451         (message-tool-bar-update): New function.
14452         (message-tool-bar, message-tool-bar-gnome)
14453         (message-tool-bar-retro): Add message-tool-bar-update.
14454         (message-tool-bar-gnome): Add flyspell-buffer.
14455
14456         * gnus-util.el (gnus-error): Describe `args'.
14457
14458         * gmm-utils.el (gmm-error): Describe `args'.
14459         (gmm-tool-bar-zap-list): New widget.
14460         (gmm-tool-bar-from-list): Improve description of `zap-list'.
14461
14462 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14463
14464         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
14465         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
14466         the number of recursive calls.
14467
14468         * mm-decode.el (mm-handle-set-disposition): New macro.
14469         (mm-handle-set-description): New macro.
14470
14471 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14472
14473         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
14474         encoding.
14475
14476 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14477
14478         * message.el (message-tool-bar-zap-list, message-tool-bar)
14479         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
14480         (message-tool-bar-local-item-from-menu): Remove.
14481         (message-tool-bar-map): Replace by `message-make-tool-bar'.
14482         (message-make-tool-bar): New function.
14483         (message-mode): Use `message-make-tool-bar'.
14484
14485         * gmm-utils.el: New file.
14486         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
14487         (gmm-lazy): New widget copied from `nnmail.el'.
14488         (gmm-tool-bar-from-list): New function for creating customizable
14489         tool bars.
14490         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
14491         output.
14492         (gmm): Add :prefix to defgroup.
14493
14494 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
14495
14496         * gmm-utils.el (gmm-widget-p): New function.
14497
14498 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14499
14500         * mml.el (mml-attach-file): Describe `description' in doc string.
14501         (mml-menu): Add Emacs MIME manual and PGG manual.
14502
14503 2006-01-20  Richard M. Stallman  <rms@gnu.org>
14504
14505         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
14506
14507 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
14508
14509         * nntp.el (nntp-end-of-line): Doc fix.
14510
14511 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
14512
14513         * imap.el (imap-open): Handle case where buffer is a buffer
14514         object.
14515
14516 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14517
14518         * gnus-delay.el (gnus-delay): Don't autoload.
14519         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14520         to be re-loaded when customizing the `gnus-delay' group.
14521
14522 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
14523
14524         * message.el (message-insert-citation-line): Use newlines.
14525
14526 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14527
14528         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14529         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
14530         these routines, so the passphrase can be managed externally and
14531         passed in to the system.
14532         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14533         pgg-add-passphrase-to-cache function.
14534
14535         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14536         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
14537         these routines, so the passphrase can be managed externally and
14538         passed in to the system.
14539         (pgg-pgp5-sign-region): Use new name of
14540         pgg-add-passphrase-to-cache function.
14541
14542 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14543
14544         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14545         part of the decoded armor to find the key-identifier.
14546         (pgg-gpg-lookup-key-owner): New function to return the
14547         human-readable identifier of a key owner.
14548         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
14549         itself.
14550         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14551         the key value) if we have a key and can match it against a secret
14552         key.  Also, added a note pointing out fact that the prompt only
14553         indicates the first matching key.
14554
14555         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
14556         pgg-decrypt-region.
14557         (pgg-add-passphrase-to-cache): Rename from
14558         `pgg-add-passphrase-cache' to reduce confusion (all callers
14559         changed).
14560         (pgg-remove-passphrase-from-cache): Rename from
14561         `pgg-remove-passphrase-cache' to reduce confusion (all callers
14562         changed).
14563         (pgg-read-passphrase, pgg-add-passphrase-cache)
14564         (pgg-remove-passphrase-cache): Add informative docstrings.
14565         (pgg-decrypt): Convey provided passphrase in subordinate call to
14566         pgg-decrypt-region.
14567
14568 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
14569
14570         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14571         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14572         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14573         'passphrase' argument, so the passphrase can be managed externally
14574         and then passed in to the system.
14575
14576         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14577         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
14578         so the passphrase cache can be used reliably with identifiers
14579         besides a pgp packet's key id.
14580
14581         * pgg-gpg.el (pgg-gpg-encrypt-region)
14582         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14583         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
14584         these routines, so the passphrase can be managed externally and
14585         passed in to the system.
14586
14587         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14588         'notruncate' argument, so the passphrase cache can be used
14589         reliably with identifiers besides a pgp packet's key id.
14590
14591 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
14592
14593         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14594         symmetric encryption.
14595         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14596         encrypted session key.
14597         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14598         message ask for the passphrase in a proper way.
14599
14600         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14601         New user commands for symmetric encryption.
14602
14603 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14604
14605         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14606
14607         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14608
14609 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14610
14611         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14612
14613 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14614
14615         * mm-decode.el (mm-inlined-types): Add application/pgp.
14616         (mm-automatic-display): Ditto.
14617
14618         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14619         part as text.
14620
14621 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14622
14623         * nnrss.el: Update copyright.
14624         (nnrss-opml-import): Query whether to subscribe to each entry.
14625
14626         * gnus-art.el:
14627         * gnus-sum.el:
14628         * gnus-xmas.el:
14629         * messagexmas.el:
14630         * mm-uu.el:
14631         * mm-view.el: Update copyright.
14632
14633 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14634
14635         * message.el (message-info): New function.
14636         (message-mode-menu): Add it.
14637         Update copyright.
14638
14639         * ChangeLog: Fix and update copyright.
14640
14641 2006-01-13  Romain Francoise  <romain@orebokech.com>
14642
14643         * message.el (message-forward-subject-name-subject): Prefer the
14644         address to 'nowhere' if the sender has no name.
14645         Fix typo.  Update copyright year.
14646
14647 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14648
14649         * gnus-art.el (article-wash-html):
14650         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14651         (gnus-article-wash-html-with-w3m-standalone): New function.
14652
14653         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14654         mm-inline-text-html-render-with-w3m-standalone.
14655         (mm-text-html-washer-alist): Map w3m-standalone to
14656         gnus-article-wash-html-with-w3m-standalone.
14657         (mm-inline-text-html-render-with-w3m-standalone): New function.
14658
14659 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14660
14661         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14662         Improve LaTeX.
14663
14664 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14665
14666         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14667         (nnrss-request-article): Render text/plain parts as HTML.
14668
14669         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14670         the buffer.
14671
14672 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14673
14674         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14675         custom definition of `gnus-posting-styles'.
14676
14677         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14678         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14679
14680 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14681
14682         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14683         Use nntp for bug archive.
14684
14685 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14686
14687         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14688         parts.
14689         (nnrss-normalize-date): New function converts ISO 8601 date into
14690         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14691         (nnrss-check-group): Use it.
14692
14693 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14694
14695         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14696
14697         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14698         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14699         (nnrss-insert-w3): Ditto.
14700
14701 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14702
14703         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14704         the articles to be forwarded including the case where neither a
14705         number of articles nor a region is specified.
14706
14707 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14708
14709         * nnrss.el (nnrss-request-article): Fix last change; fill
14710         text/plain parts.
14711
14712 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14713
14714         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14715         in text/plain part.
14716         (nnrss-check-group): Don't add excessive newline to dc:subject.
14717
14718 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14719
14720         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14721         article.
14722
14723 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14724
14725         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14726         (nnml-use-compressed-files, nnml-save-mail): Support other
14727         comression programs such as bzip2.
14728
14729 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14730
14731         * dns.el (query-dns): Make sure we check the buffer size before
14732         removing tcp headers.
14733
14734 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14735
14736         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14737         remove MIME buttons associated with multipart/alternative parts.
14738         (gnus-mime-display-alternative): Tag buttons using `article-type'
14739         text property.
14740
14741         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14742         associated with multipart/alternative parts.
14743
14744         * gnus-art.el (gnus-signature-separator): Fix custom type.
14745
14746         * mm-decode.el (mm-inlined-types): Fix custom type.
14747         (mm-keep-viewer-alive-types): Ditto.
14748         (mm-automatic-display): Ditto.
14749         (mm-attachment-override-types): Ditto.
14750         (mm-inline-override-types): Ditto.
14751         (mm-automatic-external-display): Ditto.
14752
14753 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14754
14755         * spam-report.el (spam-report-user-mail-address)
14756         (spam-report-user-agent): New variables.
14757         (spam-report-url-ping-plain): Use spam-report-user-agent.
14758
14759 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14760
14761         * gnus-art.el (gnus-button-handle-custom): Do not just use
14762         `customize-apropos' for any "M-x customize-*" button but the
14763         function called for.  Accept both the function name and its
14764         argument in order to achieve this.
14765         (gnus-button-alist): Remove support for "custom:" URL's.
14766         Pass function name to `gnus-button-handle-custom' in case of "M-x
14767         customize-*" buttons.
14768
14769 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14770
14771         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14772         multipart/alternative and add xref to mm-discouraged-alternatives
14773         in doc string.
14774
14775         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14776         gnus-buttonized-mime-types in doc string.
14777
14778 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14779
14780         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14781         Suggest image/.* in the doc string.
14782
14783 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14784
14785         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14786         message-marks (Debian bug #342521).
14787
14788 2005-12-12  Simon Josefsson  <jas@extundo.com>
14789
14790         * password.el (password-read-from-cache): Add.
14791         (password-read): Use it.
14792
14793 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14794
14795         * rfc2047.el (rfc2047-charset-to-coding-system):
14796         Recognize us-ascii as a MIME charset.
14797
14798         * mm-bodies.el (mm-decode-content-transfer-encoding):
14799         Protect against the case where the 2nd arg TYPE is nil.
14800
14801 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14802
14803         * pop3.el (pop3-stream-type): Fix custom version.
14804
14805         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14806
14807 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14808
14809         * mm-decode.el (mm-display-external): Add missing cdr.
14810
14811 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14812
14813         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14814         RFC1524) if it is in mailcap or add a suffix according to
14815         mailcap-mime-extensions when generating a temp filename; postpone
14816         deleting a temp file for 2 seconds for some wrappers, shell
14817         scripts, and so on, which might exit right after having started a
14818         viewer command as a background job.
14819
14820 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14821
14822         * nntp.el (nntp-marks-directory): Fix custom group.
14823
14824         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14825         steps when < 10.
14826
14827         * gnus-start.el (gnus-no-server-1):
14828         Mention `gnus-level-default-subscribed' in doc string.
14829
14830 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14831
14832         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14833         parens.
14834
14835 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14836
14837         * gnus-xmas.el (gnus-use-toolbar): Revert.
14838         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14839         gnus-use-toolbar is default.
14840
14841         * messagexmas.el (message-use-toolbar): Revert.
14842         (message-setup-toolbar): Use global default-toolbar if
14843         message-use-toolbar is default.
14844
14845 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14846
14847         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14848         according to default-toolbar-visible-p.
14849
14850         * messagexmas.el (message-use-toolbar): Ditto.
14851
14852 2005-11-26  Dave Love  <fx@gnu.org>
14853
14854         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14855         (tls-program, tls-success): Provide openssl alternative.
14856
14857         * starttls.el: Doc fixes.
14858         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14859         SERVICE to PORT.
14860
14861         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14862         port null or service name.
14863         (starttls-negotiate): Autoload.
14864
14865 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14866
14867         * message.el (message-kill-to-signature): Fix interactive spec.
14868
14869 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14870
14871         * pop3.el (pop3-open-server): Recognize a string as a service name.
14872
14873 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14874
14875         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14876
14877 2005-11-23  Dave Love  <fx@gnu.org>
14878
14879         Add pop3s, pop3/starttls.
14880
14881         * pop3.el (pop3-authentication-scheme): Clarify doc.
14882         (open-tls-stream, starttls-open-stream): Autoload.
14883         (pop3-stream-type): New.
14884         (pop3-open-server): Use it.
14885
14886         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14887         for POP.
14888         (mail-source-keyword-map): Add :stream for POP.
14889         (mail-source-fetch-pop): Use pop3-stream-type.
14890
14891 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14892
14893         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14894         of current-time-string.
14895
14896 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14897
14898         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14899         date header.
14900
14901 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14902
14903         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14904         it can seriously impact performance as it bypasses the agent's
14905         local caches.
14906
14907 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14908
14909         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14910         must be explicitly online rather than "not explicitly offline" for
14911         its flags to be synchronized.
14912
14913         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14914         that gnus-uu-unmark-thread will function correctly.
14915
14916         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14917         1024K is instead displayed as 1M.
14918
14919 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14920
14921         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14922
14923 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14924
14925         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14926
14927 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14928
14929         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14930         error message to display actual error condition.
14931         (gnus-agent-save-local): Avoid saving symbols that are bound to
14932         nil as they simply result in a warning message in
14933         gnus-agent-read-local.
14934
14935 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14936
14937         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14938         rather than make-variable-buffer-local for file-precious-flag.
14939
14940 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14941
14942         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14943         for duplicates which are removed.  The invalid sort check then
14944         triggers a rescan after the sort as sorting may have moved
14945         duplicate entries such that they can be cheaply detected.
14946
14947 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14948
14949         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14950
14951 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14952
14953         * gnus-agent.el (gnus-agent-article-alist-save-format):
14954         Change internal variable to a custom variable.  Change default value
14955         from compressed(2) to uncompressed(1).
14956         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14957         support for uncompressed agentview files.  Taken together, reading
14958         the agentview file should now be 6-7 times faster.
14959
14960 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14961
14962         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14963         as a buffer-local variable.  This avoids creating truncated
14964         dribble files as a result of a hang up, eg.
14965
14966 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14967
14968         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14969         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14970         XEmacs.
14971
14972 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14973
14974         * gnus-start.el (gnus-start-draft-setup):
14975         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14976
14977         * gnus.el (gnus-splash): Change custom group.
14978         (gnus-group-get-parameter, gnus-group-parameter-value):
14979         Describe allow-list argument.
14980
14981         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14982         string.
14983
14984 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14985
14986         * gnus-art.el (gnus-default-article-saver): Add user-defined
14987         `function' to custom type.
14988
14989 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14990
14991         * imap.el (imap-open): Handle case where buffer is a buffer
14992         object.
14993
14994 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14995
14996         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14997         long lines.
14998         (gnus-cache-delete-group): Wrap doc strings.
14999
15000         * gnus-agent.el (gnus-agent-rename-group)
15001         (gnus-agent-delete-group): Wrap doc strings.
15002
15003 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15004
15005         * messagexmas.el (message-use-toolbar): Change the valid values
15006         into default, top, bottom, left, and right.
15007         (message-toolbar-thickness): New variable.
15008         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
15009         well.
15010         (message-setup-toolbar): Make it work.
15011
15012         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
15013         (gnus-use-toolbar): Change the valid values into default, top,
15014         bottom, left, and right.
15015         (gnus-toolbar-thickness): New variable.
15016         (gnus-xmas-setup-toolbar): New function.
15017         (gnus-xmas-setup-group-toolbar): Use it.
15018         (gnus-xmas-setup-summary-toolbar): Use it.
15019
15020 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15021
15022         * gnus-start.el (gnus-1): Add "native" to
15023         gnus-predefined-server-alist.
15024
15025         * gnus.el (gnus-method-to-server): Don't add "native" to the
15026         lists here, because that leads to problems when
15027         gnus-select-method is bound.
15028
15029 2005-11-09  Simon Josefsson  <jas@extundo.com>
15030
15031         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
15032         use (not sort-by-date) instead.
15033
15034 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15035
15036         * gnus-delay.el (gnus-delay-group): Don't autoload.
15037         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15038         to be re-loaded when customizing the `gnus-delay' group.
15039
15040 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
15041
15042         * message.el: Revert last changes.
15043         (message-insert-citation-line): Use newlines.
15044
15045 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
15046
15047         * message.el (message-courtesy-message)
15048         (message-mark-insert-begin, message-mark-insert-end)
15049         (message-elide-ellipsis, message-cancel-message)
15050         (message-add-header, message-change-subject)
15051         (message-cross-post-followup-to-header)
15052         (message-cross-post-insert-note, message-reduce-to-to-cc)
15053         (message-widen-reply, message-delete-not-region)
15054         (message-kill-to-signature, message-insert-signature)
15055         (message-insert-importance-high, message-insert-importance-low)
15056         (message-insert-or-toggle-importance)
15057         (message-insert-disposition-notification-to)
15058         (message-indent-citation, message-yank-original)
15059         (message-cite-original-without-signature, message-cite-original)
15060         (message-insert-citation-line, message-position-on-field)
15061         (message-fix-before-sending, message-send-mail-partially)
15062         (message-send-mail, message-send-mail-with-sendmail)
15063         (message-send-mail-with-qmail, message-send-news)
15064         (message-check-news-header-syntax, message-generate-headers)
15065         (message-insert-courtesy-copy, message-fill-address)
15066         (message-fill-header, message-shorten-references)
15067         (message-setup-1, message-cancel-news)
15068         (message-forward-make-body-plain, message-forward-make-body-mime)
15069         (message-forward-make-body-mml, message-encode-message-body)
15070         (message-forward-make-body-digest-plain)
15071         (message-forward-make-body-digest-mime)
15072         (message-use-alternative-email-as-from): Insert `hard-newline'
15073         instead of ordinary newlines.
15074
15075 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15076
15077         * message.el (message-generate-headers): Downcase the argument
15078         given to message-check-element.
15079
15080 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
15081
15082         * nntp.el (nntp-authinfo-rejected): New error condition.
15083         (nntp-wait-for): Use new error condition to signal authentication
15084         error.
15085         (nntp-retrieve-data): Rethrow new error condition to break out of
15086         recursive call to nntp-send-authinfo.
15087
15088 2005-11-08  Romain Francoise  <romain@orebokech.com>
15089
15090         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
15091         (gnus-summary-exit-map): Bind to `Z p'.
15092         (gnus-summary-make-menu-bar): Add menu item.
15093
15094 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
15095
15096         * gnus-art.el (gnus-article-treat-custom): Add `first'.
15097         (gnus-treat-*): Add `first' in all doc strings.
15098
15099         * gnus-group.el (gnus-group-compact-group): Fix typo.
15100
15101 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15102
15103         * gnus.el (gnus-parameters-case-fold-search): New variable.
15104         (gnus-parameters-get-parameter): Use it.
15105
15106         * gnus-score.el (gnus-home-score-file): Doc fix.
15107
15108 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
15109
15110         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
15111
15112 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15113
15114         * mm-util.el (mm-special-display-p): New function.
15115
15116         * mml.el (mml-preview): Use it; doc fix.
15117
15118 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15119
15120         * imap.el (imap-open): Handle case where buffer is a buffer object.
15121
15122 2005-10-29  Romain Francoise  <romain@orebokech.com>
15123
15124         * message.el (message-fix-before-sending): Fix comment.
15125
15126 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15127
15128         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
15129
15130 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15131
15132         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
15133         Used in gnus-score.el.
15134
15135 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15136
15137         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
15138
15139 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15140
15141         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
15142         whitespace removed in revision 7.8.  Use concatenated string to
15143         protect trailing whitespace.
15144
15145 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
15146
15147         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
15148         (nnimap-request-expire-articles): Use it to avoid sending 'UID
15149         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
15150         Courier IMAP ("some version from 2004").  Mostly based on similar
15151         code in the same function.
15152
15153 2005-10-26  Didier Verna  <didier@xemacs.org>
15154
15155         * gnus-group.el (gnus-group-compact-group): Invalidate original
15156         article buffer.
15157         * gnus-srvr.el (gnus-server-compact-server): Ditto.
15158         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
15159         NOV database and in article itself.
15160         Invalidate article backlog.
15161
15162 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15163
15164         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
15165
15166 2005-10-26  Simon Josefsson  <jas@extundo.com>
15167
15168         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
15169         part of 2004-07-25 change.
15170
15171 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15172
15173         * message.el (message-display-completion-list): New function.
15174         (message-expand-group): Use it; make sure the Completions buffer
15175         is modifiable.
15176 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
15177
15178         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
15179         user-mail-name is an empty string.
15180
15181 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15182
15183         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
15184         depending on gnus-score-decay-constant.
15185
15186         * encrypt.el (encrypt-insert-file-contents)
15187         (encrypt-write-file-contents): Don't use `gnus-message'.
15188
15189         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
15190         arguments.
15191         (mm-uu-type-alist): Add message-marks and insert-marks.
15192         Pass arguments to mm-uu-verbatim-marks-extract.
15193         (mm-uu-hide-markers): New variable.
15194         (mm-uu-extract): Use face similar to `gnus-cite-3'.
15195
15196         * gnus-fun.el (gnus-convert-image-to-x-face-command)
15197         (gnus-convert-image-to-face-command): Use "convert" by default to
15198         allow other input image formats.
15199         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
15200         accordingly.
15201
15202 2005-10-23  Simon Josefsson  <jas@extundo.com>
15203
15204         * imap.el (imap-gssapi-program): Align command line parameters
15205         with latest GNU SASL.
15206         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
15207
15208 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15209
15210         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
15211         HTML.
15212         (nnslashdot-request-article): Ditto.
15213
15214         * lpath.el (featurep): Add nobreak-char-display.
15215
15216 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15217
15218         * mail-source.el (mail-source-fetch-pop): Require pop3.
15219         (mail-source-check-pop): Ditto.
15220
15221 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15222
15223         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
15224         errors.
15225
15226 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15227
15228         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
15229         (gnus-treat-strip-leading-blank-lines): Improve doc string.
15230
15231         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
15232
15233         * mm-bodies.el (mm-decode-string):
15234         Call `mm-charset-to-coding-system' with allow-override argument.
15235
15236 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15237
15238         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
15239         (rfc2047-charset-to-coding-system): New function.
15240         (rfc2047-decode-encoded-words): New function.
15241         (rfc2047-decode-region): Use them.
15242         (rfc2047-decode-cte): Remove.
15243         (rfc2047-parse-and-decode): Remove.
15244         (rfc2047-decode): Remove.
15245
15246 2005-10-15  Kenichi Handa  <handa@m17n.org>
15247
15248         * rfc2047.el (rfc2047-decode-cte): New function.
15249         (rfc2047-decode-region): Change the way to decode successive
15250         encoded-words: decode B- or Q-encoding in each encoded-word,
15251         concatenate them, and decode it as charset.
15252
15253 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15254
15255         * lpath.el: Fbind codepage-setup for XEmacs.
15256
15257 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
15258
15259         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
15260         widget-move-and-invoke.
15261         (gnus-custom-mode): Use gnus-custom-map.
15262
15263 2005-10-15  Bill Wohler  <wohler@newt.com>
15264
15265         * message.el (message-tool-bar-map): Rename image file from
15266         mail_send to mail/send.
15267
15268 2005-10-16  Masatake YAMATO  <jet@gyve.org>
15269
15270         * message.el (message-expand-group): Pass the common
15271         prefix substring of completion to `display-completion-list'.
15272
15273 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
15274
15275         * mml-sec.el (mml-secure-method): New internal variable.
15276         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
15277         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
15278         New functions using mml-secure-method.
15279
15280         * mml.el (mml-mode-map): Add key bindings for those functions.
15281         (mml-menu): Simplify security menu entries.  Suggested by Jesper
15282         Harder <harder@myrealbox.com>.
15283         (mml-attach-file, mml-attach-buffer, mml-attach-external):
15284         Goto end of message if point is the headers of the message.
15285
15286         * message.el (message-in-body-p): New function.
15287
15288         * assistant.el: Autoload gnus-util and netrc.
15289
15290         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
15291         Use `mm-charset-override-alist' only when decoding.
15292
15293         * mm-bodies.el (mm-decode-body):
15294         Call `mm-charset-to-coding-system' with allow-override argument.
15295
15296         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
15297         `filename' from Content-Disposition if Content-Type doesn't
15298         provide `name'.
15299         (gnus-mime-view-part-as-type): Set default instead of
15300         initial-input.
15301
15302 2005-10-09  Daniel Brockman  <daniel@brockman.se>
15303
15304         * format-spec.el (format-spec): Propagate text properties of % spec.
15305
15306 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15307
15308         * gnus-art.el (gnus-treat-predicate): Add `first'.
15309
15310 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15311
15312         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
15313         (mm-charset-override-alist): New variable.
15314         (mm-charset-to-coding-system): Use it.
15315         (mm-codepage-setup): New helper function.
15316         (mm-charset-eval-alist): New variable.
15317         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
15318         Warn about unknown charsets.
15319
15320         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
15321
15322 2005-10-04  David Hansen  <david.hansen@gmx.net>
15323
15324         * nnrss.el (nnrss-request-article): Add support for the comments tag.
15325         (nnrss-check-group): Ditto.
15326
15327 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15328
15329         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
15330         Rename x-gnus-verbatim to x-verbatim.
15331         (mm-uu-type-alist): Fix regexp for verbatim-marks.
15332
15333         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
15334         x-verbatim.
15335
15336         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
15337
15338         * gnus-util.el (gnus-remove-duplicates): Remove.
15339
15340         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
15341         instead of gnus-remove-duplicates.
15342
15343         * message.el (message-remove-duplicates): Remove.
15344         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
15345         message-remove-duplicates.
15346
15347         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
15348         available, else use implementation from `delete-dups'.
15349
15350         * message.el (message-insert-expires): New function.
15351         (message-mode-map): Add key binding.
15352         (message-mode-field-menu): Add menu entry.
15353         (message-mode): Document it.
15354         (message-make-expires-date): Use `message-make-date'.
15355
15356 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
15357
15358         * message.el (message-make-expires-date): New function.
15359
15360 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15361
15362         * Makefile.in (list-installed-shadows): New entry.
15363         (install): Use it.
15364         (remove-installed-shadows): New entry.
15365
15366         * dgnushack.el (dgnushack-default-load-path): New variable.
15367         (dgnushack-find-lisp-shadows): New function.
15368         (dgnushack-remove-lisp-shadows): New function.
15369
15370 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15371
15372         * Makefile.in (install-el-elc): New entry.
15373         (install): Use it so that .el files are necessarily installed.
15374
15375 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15376
15377         * time-date.el: Autoload parse-time-string, XEmacs needs it.
15378
15379 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15380
15381         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
15382         function rather than the diff-mode.el package.
15383         (mm-display-external): Use with-current-buffer.
15384         (mm-viewer-completion-map, mm-viewer-completion-map):
15385         Move initialization inside declaration.
15386
15387 2005-09-29  Simon Josefsson  <jas@extundo.com>
15388
15389         * spam.el: Load hashcash when compiling, to avoid warnings.
15390         Don't autoload mail-check-payment.
15391         (spam-check-hashcash): Define unconditionally, since hashcash.el
15392         is part of Gnus now.  Ignore errors from payment checking.
15393
15394 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15395
15396         * message.el (message-bold-region, message-unbold-region):
15397         Rename from `bold-region' and `unbold-region'.
15398
15399         * message.el: Remove useless autoloads.
15400
15401 2005-09-28  Simon Josefsson  <jas@extundo.com>
15402
15403         * message.el (message-use-idna): Default to t.
15404         (message-use-idna): Test whether encoding works too.  Doc fix.
15405
15406 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15407
15408         * nntp.el (nntp-warn-about-losing-connection): Remove.
15409
15410 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15411
15412         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
15413         customizable.  Change default value.
15414         (mm-uu-diff-groups-regexp): Change default value.
15415         (mm-uu-type-alist): Add doc string.
15416         (mm-uu-configure): Add doc string.  Make it interactive.
15417         (mm-uu-tex-groups-regexp): New variable.
15418         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
15419         (mm-uu-type-alist): Add LaTeX documents.
15420         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
15421         of "text/verbatim".
15422         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
15423
15424         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15425         instead of "text/verbatim".
15426
15427         * message.el (message-mark-inserted-region)
15428         (message-mark-insert-file): Use slrn style marks when called with
15429         prefix argument.
15430
15431 2005-09-27  Simon Josefsson  <jas@extundo.com>
15432
15433         * message.el (message-idna-to-ascii-rhs-1): Reformat.
15434
15435 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
15436
15437         * message.el (message-remove-duplicates): New function.
15438         Implementation borrowed from `gnus-remove-duplicates'.
15439         (message-idna-to-ascii-rhs): Also encode idna addresses in
15440         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15441         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15442         only ask about the same idna domain once per header and also tell
15443         in what header to replace the idna domain.
15444
15445         * gnus-art.el (article-decode-idna-rhs): Also decode idna
15446         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15447         (article-decode-idna-rhs): Fix regexp so that all idna-address in
15448         a header is decoded and not just the last one.
15449
15450 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15451
15452         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
15453         has been decoded.
15454
15455         * mm-decode.el (mm-automatic-display): Add text/verbatim.
15456         (mm-insert-part): Don't modify text if it has been decoded.
15457
15458         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
15459         decoded.
15460
15461         * mm-view.el (mm-inline-text): Don't strip text props unless
15462         decoding enriched or richtext parts.
15463
15464 2005-09-25  Romain Francoise  <romain@orebokech.com>
15465
15466         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
15467         * gnus-start.el (gnus-subscribe-interactively):
15468         * gnus-uu.el (gnus-uu-grab-articles):
15469         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
15470         space.
15471
15472 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
15473
15474         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
15475         * mm-view.el (mm-view-pkcs7-decrypt):
15476         * gnus-sum.el (gnus-summary-limit-to-extra)
15477         (gnus-summary-respool-article, gnus-read-move-group-name):
15478         * gnus-score.el (gnus-summary-increase-score):
15479         * gnus-util.el (gnus-completing-read-with-default):
15480         * gnus-art.el (gnus-read-save-file-name)
15481         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
15482         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
15483         * message.el (message-check-news-header-syntax):
15484         Follow convention for reading with the minibuffer.
15485
15486 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
15487
15488         * spam-report.el (spam-report-url-ping-plain):
15489         Use gnus-extended-version as User-Agent.
15490
15491         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
15492         default value is nil.
15493
15494         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
15495         (mm-uu-verbatim-marks-extract): New function.
15496         (mm-uu-extract): New face.
15497         (mm-uu-copy-to-buffer): Use it.
15498
15499         * spam-report.el (spam-report-gmane-ham): Rename from
15500         `spam-report-gmane-unspam'.
15501         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15502         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
15503
15504         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15505         Autoload.
15506         (spam-report-gmane-unregister-routine):
15507         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15508
15509 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
15510
15511         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15512         (spam-report-gmane-unregister-routine): Add support for gmane
15513         unregistration.
15514
15515         * spam-report.el (spam-report-gmane-unspam)
15516         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15517         (spam-report-gmane): Change to take a single article and do unspam
15518         registration.
15519
15520 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15521
15522         * mm-url.el (mm-url-decode-entities): Fix regexp.
15523
15524 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15525
15526         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15527         default to nil, to be able to use Gnus at all.  If the default
15528         switches to something else, then the function should be fixed not
15529         be exceedingly slow.
15530
15531 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
15532
15533         * gnus-start.el (gnus-activate-group): If the server is nil, don't
15534         fail hard.
15535
15536         * spam-report.el: Add better Keywords line.
15537
15538         * spam.el: Add Maintainer and better Keywords line.
15539
15540 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15541
15542         * gnus-art.el (gnus-article-replace-part)
15543         (gnus-mime-replace-part): New functions.
15544         (gnus-mime-action-alist, gnus-mime-button-commands)
15545         (gnus-mime-save-part-and-strip): Add file argument.
15546         (gnus-article-part-wrapper): Add interactive argument.
15547
15548         * gnus-sum.el (gnus-summary-mime-map):
15549         Add `gnus-article-replace-part'.
15550
15551 2005-09-19  Didier Verna  <didier@xemacs.org>
15552
15553         The nnml compaction feature:
15554         * nnml.el (nnml-request-compact-group): New function.
15555         * nnml.el (nnml-request-compact): New function.
15556         * gnus-int.el (gnus-request-compact-group): New function.
15557         * gnus-int.el (gnus-request-compact): New function.
15558         * gnus-group.el (gnus-group-compact-group): New function.
15559         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15560         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15561         * gnus-srvr.el (gnus-server-compact-server): New function.
15562         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15563         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15564
15565 2005-09-18  Deepak Goel  <deego@gnufans.org>
15566
15567         * sieve.el (sieve-help): Fix `message' call: first arg should be a
15568         format spec.
15569
15570 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15571
15572         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15573
15574 2005-09-15  Romain Francoise  <romain@orebokech.com>
15575
15576         * message.el (message-fill-paragraph): Clarify docstring.
15577
15578 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15579
15580         * gnus-art.el (gnus-mime-display-part): Protect against broken
15581         MIME messages.
15582
15583 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15584
15585         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15586         before parsing header.
15587
15588 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15589
15590         * html2text.el (html2text-replace-list): Add new entities.
15591
15592 2005-09-11  Romain Francoise  <romain@orebokech.com>
15593
15594         * message.el (message-alternative-emails): Improve docstring.
15595         (message-setup-1): Call `message-use-alternative-email-as-from'
15596         after `message-setup-hook' to give it precedence over posting
15597         styles, etc.
15598         (message-use-alternative-email-as-from): Add docstring.
15599         Remove the original From header if present.
15600
15601         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15602         (nnml-save-mail): Use it.
15603
15604         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15605         articles.  Add new argument `silent'.
15606         (gnus-uu-mark-all): Report the total number of marked articles.
15607
15608 2005-09-10  Romain Francoise  <romain@orebokech.com>
15609
15610         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15611         (gnus-uu-mark-series): Likewise.
15612
15613 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15614
15615         * spam-report.el (spam-report-gmane): Fix generation of spam
15616         report URL.
15617
15618 2005-09-10  Simon Josefsson  <jas@extundo.com>
15619
15620         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15621         t, based on discussion on the ding list with Robert Epprecht
15622         <epprecht@solnet.ch>.
15623
15624 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15625
15626         * spam-report.el (spam-report-gmane): Make it work without
15627         X-Report-Spam header.  Gmane now only provides Archived-At.
15628         This is only used if `spam-report-gmane-use-article-number' is nil.
15629         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15630
15631         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15632         make `gnus-summary-sort-by-recipient' work with threading.
15633
15634         * nnweb.el (nnweb-google-wash-article): Print a message if article
15635         is not available.
15636
15637 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15638
15639         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15640         change.  Decode text/* parts content before displaying.
15641
15642 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15643
15644         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15645
15646 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15647
15648         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15649
15650         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15651         url-package-name, url-package-version,
15652         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15653         w3m-display-inline-images, and w3m-minor-mode-map.
15654
15655 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15656
15657         * message.el (message-tab-body-function): Fix mismatched custom type.
15658
15659         * gnus.el (gnus-group-change-level-function): Ditto.
15660
15661         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15662
15663         * gnus-art.el (gnus-signature-limit)
15664         (gnus-article-mime-part-function): Ditto.
15665
15666 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15667
15668         * mml.el (mml-mode): Silence the byte compiler.
15669
15670         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15671         using `(sit-for 0)' before moving the point to the specified part;
15672         skip unbuttonized parts.
15673         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15674         return to the summary window if gnus-auto-select-part is non-nil.
15675
15676 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15677
15678         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15679         New variables.
15680         (mml-dnd-attach-file, mml-mode): Use them.
15681
15682         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15683         Make fetching article by MID work again for Google Groups.
15684         Add FIXME concerning gnus-group-make-web-group.
15685
15686         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15687         Don't depend on Gnus by using mail-extract-address-components if
15688         gnus-extract-address-components is not bound.
15689
15690 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15691
15692         * gnus-art.el (gnus-mime-display-security): Don't display the
15693         signature, but only the signed part.
15694
15695 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15696
15697         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15698
15699         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15700         list, not listp.
15701
15702 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15703
15704         * mm-encode.el (mm-encode-content-transfer-encoding):
15705         Likewise when encoding.
15706
15707         * mm-bodies.el (mm-decode-content-transfer-encoding):
15708         De-canonicalize CRLF for all text content types, not just
15709         text/plain.
15710
15711 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15712
15713         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15714         valid article; point arrow and cursor at the MIME button.
15715
15716 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15717
15718         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15719         Suggested by Dan Christensen <jdc@uwo.ca>.
15720
15721         * mm-decode.el (mm-save-part): Enable change of prompt.
15722
15723 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15724
15725         * gnus-msg.el (gnus-inews-add-send-actions):
15726         Make `message-post-method' lambda parameter ARG `&optional'.
15727
15728 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15729
15730         * gnus-sum.el (gnus-summary-mime-map):
15731         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15732         gnus-article-jump-to-part.
15733
15734         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15735         (gnus-article-edit-part): Use it.
15736         (gnus-article-part-wrapper): Add no-handle argument.
15737         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15738         New functions.
15739
15740 2005-08-29  Romain Francoise  <romain@orebokech.com>
15741
15742         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15743         docstring.
15744         (gnus-face-from-file): Likewise.
15745
15746 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15747
15748         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15749         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15750         non-nil.
15751         (gnus-auto-select-part): New variable.
15752         (gnus-article-jump-to-part): New function.
15753         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15754         (gnus-mime-delete-part): Allow selecting specified part after
15755         deleting or stripping parts.
15756         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15757         part if argument is bogus.
15758
15759 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15760
15761         * gnus-art.el (w3m-minor-mode-map):
15762         * gnus-spec.el (gnus-newsrc-file-version):
15763         * gnus-util.el (nnmail-active-file-coding-system)
15764         (gnus-original-article-buffer, gnus-user-agent):
15765         * gnus.el (gnus-ham-process-destinations)
15766         (gnus-parameter-ham-marks-alist)
15767         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15768         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15769         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15770         * mm-decode.el (gnus-current-window-configuration):
15771         * mm-extern.el (gnus-article-mime-handles):
15772         * mm-url.el (url-current-object, url-package-name)
15773         (url-package-version):
15774         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15775         (smime-keys, w3m-cid-retrieve-function-alist)
15776         (w3m-current-buffer, w3m-display-inline-images)
15777         (w3m-minor-mode-map):
15778         * mml-smime.el (gnus-extract-address-components):
15779         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15780         (gnus-newsrc-hashtb, message-default-charset)
15781         (message-deletable-headers, message-options)
15782         (message-posting-charset, message-required-mail-headers)
15783         (message-required-news-headers):
15784         * mml1991.el (mc-pgp-always-sign):
15785         * mml2015.el (mc-pgp-always-sign):
15786         * nnheader.el (nnmail-extra-headers):
15787         * rfc1843.el (gnus-decode-encoded-word-function)
15788         (gnus-decode-header-function, gnus-newsgroup-name):
15789         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15790
15791 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15792
15793         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15794         the end of the date treatments.
15795
15796 2005-08-15  Simon Josefsson  <jas@extundo.com>
15797
15798         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15799         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15800         Capello and Romain Francoise.
15801         (pgg-fetch-key-function): Remove, not used?
15802         (pgg-insert-url-with-w3): Require url, to get
15803         url-insert-file-contents regardless of where it is defined.
15804
15805 2005-08-13  Romain Francoise  <romain@orebokech.com>
15806
15807         * message.el (message-cite-original-1): New function.
15808         (message-cite-original): Use it.
15809         (message-cite-original-without-signature): Ditto.
15810
15811 2005-08-08  Romain Francoise  <romain@orebokech.com>
15812
15813         * message.el (message-yank-empty-prefix): New variable.
15814         (message-indent-citation): Use it.
15815         (message-cite-original-without-signature): Respect X-No-Archive.
15816
15817 2005-08-08  Simon Josefsson  <jas@extundo.com>
15818
15819         * pgg.el: Autoload url-insert-file-contents instead of loading
15820         w3/url.
15821         (pgg-insert-url-with-w3): Don't load url here.
15822
15823 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15824
15825         * message.el (message-kill-to-signature): Don't insert newline at
15826         bol.
15827         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15828
15829 2005-08-06  Romain Francoise  <romain@orebokech.com>
15830
15831         * message.el (message-user-fqdn): Fix typo in docstring.
15832
15833 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15834
15835         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15836
15837         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15838
15839 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15840
15841         * mm-bodies.el (mm-encode-body): Use coding system rather than
15842         charset to encode text.
15843
15844         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15845         number of charsets if utf-8 is available (XEmacs).
15846
15847 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15848
15849         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15850         taken from `gnus-button-mid-or-mail-regexp'.
15851         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15852         (gnus-button-alist): Improve regexp for domain part of the MIDs
15853         for news:localpart@domain buttons.
15854         (gnus-button-ctan-directory-regexp): Update.
15855
15856 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15857
15858         * sieve-manage.el (sieve-manage-interactive-login):
15859         Use make-local-variable rather than make-variable-buffer-local.
15860         (sieve-manage-open): Ditto.
15861         (sieve-manage-authenticate): Ditto.
15862
15863         * mml.el (mml-generate-mime-1): Make the content type default to
15864         text/plain if the filename is not specified.
15865
15866 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15867
15868         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15869         instead of insert-buffer.
15870
15871         * message.el (message-yank-original): Ditto; set the mark at the
15872         end of the yanked message.
15873
15874 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15875
15876         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15877         lines to scroll rather than to stop it.
15878
15879         * mml.el (mml-generate-default-type): Add doc string.
15880         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15881         default to application/octet-stream when determining the content
15882         type if it is not specified for the part or the mml contents; add
15883         a comment about mml-generate-default-type.
15884
15885 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15886
15887         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15888         make it default to application/octet-stream when determining the
15889         content type if it is not specified for the external contents.
15890
15891 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15892
15893         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15894         segmented parameter but also other parameters might be there.
15895
15896 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15897
15898         * mm-decode.el (mm-display-external): Delete temp file, directory
15899         and buffer immediately if the external process is exited.
15900
15901 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15902
15903         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15904         fewer lines than that of scroll-margin.
15905         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15906
15907 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15908
15909         * gnus-art.el (gnus-article-next-page): Revert.
15910         (gnus-article-beginning-of-window): New macro.
15911         (gnus-article-next-page-1): Use it.
15912         (gnus-article-prev-page): Ditto.
15913         (gnus-article-edit-part): Use insert-buffer-substring instead of
15914         insert-buffer.
15915         (gnus-article-edit-exit): Ditto.
15916
15917         * gnus-util.el (gnus-beginning-of-window): Remove.
15918         (gnus-end-of-window): Remove.
15919
15920         * lpath.el: Don't bind header-line-format and scroll-margin.
15921
15922 2005-07-25  Simon Josefsson  <jas@extundo.com>
15923
15924         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15925         to have the url package without w3.  Reported by Daiki Ueno
15926         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15927
15928 2005-07-20  Didier Verna  <didier@xemacs.org>
15929
15930         * gnus-diary.el: Remove the description comment (nndiary is now
15931         properly documented in the Gnus manual).
15932         Fix the spelling of "Back End".
15933         * nndiary.el: Ditto.
15934         Fix the copyright notice.
15935
15936 2005-07-18  Romain Francoise  <romain@orebokech.com>
15937
15938         * gnus-sum.el (gnus-summary-to-prefix)
15939         (gnus-summary-newsgroup-prefix): New variables.
15940         (gnus-summary-from-or-to-or-newsgroups): Use them.
15941
15942 2005-07-17  Romain Francoise  <romain@orebokech.com>
15943
15944         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15945         space as it's generally not especially interesting to the user.
15946
15947 2005-07-16  Romain Francoise  <romain@orebokech.com>
15948
15949         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15950         nil to avoid prompting and file modification if one of the
15951         messages at the top of the nnfolder file contains a copyright
15952         notice.
15953         Update copyright notice.
15954
15955         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15956         instead of `current-time-string' as the latter creates a time
15957         string that is not RFC 2822 compliant (it lacks the zone).
15958         Update copyright notice.
15959
15960 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15961
15962         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15963         for text/rtf.  Display default in prompt.  Pass default for M-n.
15964
15965         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15966
15967 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15968
15969         * gnus-msg.el (gnus-button-mailto):
15970         Remove save-selected-window-window hackery because it relies on
15971         save-selected-window internals.
15972
15973 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15974
15975         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15976         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15977         (gnus-article-prev-page): Ditto.
15978
15979         * gnus-util.el (gnus-beginning-of-window): New function.
15980         (gnus-end-of-window): New function.
15981
15982         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15983
15984 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15985
15986         * gnus-score.el (gnus-score-edit-all-score):
15987         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15988         gnus-message.
15989
15990 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15991
15992         * gnus-msg.el (gnus-button-mailto):
15993         Remove save-selected-window-window hackery because it relies on
15994         save-selected-window internals.
15995
15996 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15997
15998         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15999         add-minor-mode.
16000         (gnus-binary-mode): Ditto.
16001
16002         * gnus-topic.el (gnus-topic-mode): Ditto.
16003
16004 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
16005
16006         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
16007         (gnus-article-prev-page): Take scroll-margin into consideration.
16008
16009 2005-07-04  Lute Kamstra  <lute@gnu.org>
16010
16011         Update FSF's address in GPL notices.
16012
16013 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
16014
16015         * gnus.el (gnus-exit):
16016         * gnus-group.el (gnus-group-icons):
16017         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
16018
16019         * gnus-nocem.el (gnus-nocem):
16020         * message.el (message-various, message-buffers, message-sending)
16021         (message-interface, message-forwarding, message-insertion)
16022         (message-headers, message-news, message-mail):
16023         * pgg-gpg.el (pgg-gpg):
16024         * pgg-parse.el (pgg-parse):
16025         * pgg-pgp.el (pgg-pgp):
16026         * pgg-pgp5.el (pgg-pgp5):
16027         * pop3.el (pop3): Finish `defgroup' description with period.
16028
16029 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16030
16031         * gnus-art.el (article-display-face): Improve the efficiency.
16032         (article-display-x-face): Ditto; remove grey x-face stuff.
16033
16034 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16035
16036         * gnus-art.el (article-display-face): Correct the position in
16037         which Faces are inserted.
16038
16039 2005-06-29  Didier Verna  <didier@xemacs.org>
16040
16041         * gnus-art.el (article-display-face): Display faces in correct
16042         order.
16043
16044 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16045
16046         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
16047         (gnus-fill-real-hashtb): Use hash table instead of obarray.
16048         (gnus-nocem-check-article): Fetch the Type header.
16049         (gnus-nocem-message-wanted-p): Fix the way to examine types.
16050         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
16051         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
16052         make sure gnus-nocem-hashtb is initialized.
16053         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
16054         (gnus-nocem-unwanted-article-p): Ditto.
16055
16056         * pgg.el (pgg-verify): Return the verification result.
16057
16058 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16059
16060         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
16061         is ascii.
16062
16063 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
16064
16065         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
16066         `show-nonbreak-escape'.
16067
16068 2005-06-23  Lute Kamstra  <lute@gnu.org>
16069
16070         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
16071
16072         * dig.el (dig-mode):
16073         * smime.el (smime-mode): Use gnus-run-mode-hooks.
16074
16075 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
16076
16077         * nnimap.el (nnimap-split-download-body): Fix spellings.
16078
16079 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
16080
16081         * gnus-art.el (gnus-article-encrypt-body):
16082         * gnus-cus.el (gnus-score-customize):
16083         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
16084         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
16085
16086 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
16087
16088         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
16089         header by looking for magic "MII" at the beginnig.
16090
16091 2005-06-16  Miles Bader  <miles@gnu.org>
16092
16093         * gnus-xmas.el (gnus-xmas-group-startup-message):
16094         Use renamed gnus-splash face.
16095
16096         * assistant.el (assistant-field): Remove "-face" suffix from face name.
16097         (assistant-field-face): New backward-compatibility alias for renamed
16098         face.
16099         (assistant-render-text): Use renamed assistant-field face.
16100
16101         * spam.el (spam): Remove "-face" suffix from face name.
16102         (spam-face): New backward-compatibility alias for renamed face.
16103         (spam-face, spam-initialize): Use renamed spam face.
16104
16105         * message.el (message-header-to, message-header-cc)
16106         (message-header-subject, message-header-newsgroups)
16107         (message-header-other, message-header-name)
16108         (message-header-xheader, message-separator, message-cited-text)
16109         (message-mml): Remove "-face" suffix from face names.
16110         (message-header-to-face, message-header-cc-face)
16111         (message-header-subject-face, message-header-newsgroups-face)
16112         (message-header-other-face, message-header-name-face)
16113         (message-header-xheader-face, message-separator-face)
16114         (message-cited-text-face, message-mml-face):
16115         New backward-compatibility aliases for renamed faces.
16116         (message-font-lock-keywords): Use renamed message faces.
16117
16118         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
16119         (sieve-test-commands, sieve-tagged-arguments):
16120         Remove "-face" suffix from face names.
16121         (sieve-control-commands-face, sieve-action-commands-face)
16122         (sieve-test-commands-face, sieve-tagged-arguments-face):
16123         New backward-compatibility aliases for renamed faces.
16124         (sieve-control-commands-face, sieve-action-commands-face)
16125         (sieve-test-commands-face, sieve-tagged-arguments-face):
16126         Use renamed sieve faces.
16127
16128         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
16129         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
16130         (gnus-group-news-3-empty, gnus-group-news-4)
16131         (gnus-group-news-4-empty, gnus-group-news-5)
16132         (gnus-group-news-5-empty, gnus-group-news-6)
16133         (gnus-group-news-6-empty, gnus-group-news-low)
16134         (gnus-group-news-low-empty, gnus-group-mail-1)
16135         (gnus-group-mail-1-empty, gnus-group-mail-2)
16136         (gnus-group-mail-2-empty, gnus-group-mail-3)
16137         (gnus-group-mail-3-empty, gnus-group-mail-low)
16138         (gnus-group-mail-low-empty, gnus-summary-selected)
16139         (gnus-summary-cancelled, gnus-summary-high-ticked)
16140         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
16141         (gnus-summary-high-ancient, gnus-summary-low-ancient)
16142         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
16143         (gnus-summary-low-undownloaded)
16144         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
16145         (gnus-summary-low-unread, gnus-summary-normal-unread)
16146         (gnus-summary-high-read, gnus-summary-low-read)
16147         (gnus-summary-normal-read, gnus-splash):
16148         Remove "-face" suffix from face names.
16149         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
16150         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
16151         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
16152         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
16153         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
16154         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
16155         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
16156         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
16157         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
16158         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
16159         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
16160         (gnus-summary-selected-face, gnus-summary-cancelled-face)
16161         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
16162         (gnus-summary-normal-ticked-face)
16163         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
16164         (gnus-summary-normal-ancient-face)
16165         (gnus-summary-high-undownloaded-face)
16166         (gnus-summary-low-undownloaded-face)
16167         (gnus-summary-normal-undownloaded-face)
16168         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
16169         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
16170         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
16171         (gnus-splash-face):
16172         New backward-compatibility aliases for renamed faces.
16173         (gnus-group-startup-message): Use renamed gnus faces.
16174
16175         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
16176         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
16177         (gnus-server-agent): Remove "-face" suffix from face names.
16178         (gnus-server-agent-face, gnus-server-opened-face)
16179         (gnus-server-closed-face, gnus-server-denied-face)
16180         (gnus-server-offline-face):
16181         New backward-compatibility aliases for renamed faces.
16182         (gnus-server-agent-face, gnus-server-opened-face)
16183         (gnus-server-closed-face, gnus-server-denied-face)
16184         (gnus-server-offline-face): Use renamed gnus faces.
16185
16186         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
16187         Remove "-face" suffix from face names.
16188         (gnus-picon-xbm-face, gnus-picon-face):
16189         New backward-compatibility aliases for renamed faces.
16190
16191         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
16192         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
16193         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
16194         (gnus-cite-11): Remove "-face" suffix from face names.
16195         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
16196         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
16197         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
16198         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
16199         New backward-compatibility aliases for renamed faces.
16200         (gnus-cite-attribution-face, gnus-cite-face-list)
16201         (gnus-article-boring-faces): Use renamed gnus faces.
16202
16203         * gnus-art.el (gnus-signature, gnus-header-from)
16204         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
16205         (gnus-header-content): Remove "-face" suffix from face names.
16206         (gnus-signature-face, gnus-header-from-face)
16207         (gnus-header-subject-face, gnus-header-newsgroups-face)
16208         (gnus-header-name-face, gnus-header-content-face):
16209         New backward-compatibility aliases for renamed faces.
16210         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
16211
16212         * gnus-sum.el (gnus-summary-selected-face)
16213         (gnus-summary-highlight): Use renamed gnus faces.
16214         * gnus-group.el (gnus-group-highlight): Likewise.
16215
16216 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
16217
16218         * gnus-sieve.el (gnus-sieve-article-add-rule):
16219         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
16220         * spam-stat.el (spam-stat-buffer-change-to-spam)
16221         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
16222
16223         * message.el (message-is-yours-p):
16224         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
16225
16226 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16227
16228         * mm-view.el (mm-inline-text): Withdraw the last change.
16229
16230 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16231
16232         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
16233         executing enriched-decode.
16234
16235 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16236
16237         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
16238         charset of tar files.
16239
16240 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
16241
16242         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
16243
16244 2005-06-04  Lute Kamstra  <lute@gnu.org>
16245
16246         * nnfolder.el (nnfolder-read-folder): Make sure that undo
16247         information is never recorded.
16248
16249 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16250
16251         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
16252
16253 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16254
16255         * pop3.el (pop3-apop): Run md5 in the binary mode.
16256
16257         * starttls.el (starttls-set-process-query-on-exit-flag):
16258         Use eval-and-compile.
16259
16260 2005-05-31  Simon Josefsson  <jas@extundo.com>
16261
16262         * smime.el (smime-replace-in-string): Define.
16263         (smime-cert-by-ldap-1): Use it.
16264
16265 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16266
16267         * gnus-art.el (article-display-x-face): Replace
16268         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16269
16270         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
16271         set-process-query-on-exit-flag or process-kill-without-query.
16272
16273         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
16274         loop instead of replace-regexp.
16275
16276         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
16277         instead of process-kill-without-query if it is available.
16278
16279         * lpath.el: Fbind ldap-search-entries.
16280
16281         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
16282         instead of find-file-hooks if it is available.
16283
16284         * mml1991.el: Bind pgg-default-user-id when compiling.
16285
16286         * mml2015.el: Bind pgg-default-user-id when compiling.
16287
16288         * nndraft.el (nndraft-request-associate-buffer):
16289         Use write-contents-functions instead of write-contents-hooks if it is
16290         available.
16291
16292         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
16293         instead of find-file-hooks if it is available.
16294
16295         * nntp.el (nntp-open-connection): Replace
16296         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16297         (nntp-open-ssl-stream): Ditto.
16298         (nntp-open-tls-stream): Ditto.
16299
16300         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
16301         set-process-query-on-exit-flag or process-kill-without-query.
16302         (starttls-open-stream-gnutls): Use it instead of
16303         process-kill-without-query.
16304         (starttls-open-stream): Ditto.
16305
16306 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
16307
16308         * smime.el (smime-cert-by-ldap-1): Don't use
16309         replace-regexp-in-string.
16310
16311 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
16312
16313         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
16314
16315         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
16316         in PEM format.  Adjust to the XEmacs compability.
16317
16318 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
16319
16320         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
16321         by `string-to-number'.
16322         * gnus-agent.el (gnus-agent-regenerate-group)
16323         (gnus-agent-fetch-articles): Ditto.
16324         * gnus-art.el (gnus-button-fetch-group): Ditto.
16325         * gnus-cache.el (gnus-cache-generate-active)
16326         (gnus-cache-articles-in-group): Ditto.
16327         * gnus-group.el (gnus-group-set-current-level)
16328         (gnus-group-insert-group-line): Ditto.
16329         * gnus-score.el (gnus-score-set-expunge-below)
16330         (gnus-score-set-mark-below, gnus-summary-score-effect)
16331         (gnus-summary-score-entry): Ditto.
16332         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
16333         (gnus-soup-pack): Ditto.
16334         * gnus-spec.el (gnus-xmas-format): Ditto.
16335         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
16336         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
16337         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
16338         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
16339         * nndb.el (nndb-get-remote-expire-response): Ditto.
16340         * nndiary.el (nndiary-parse-schedule-value)
16341         (nndiary-string-to-number, nndiary-request-replace-article)
16342         (nndiary-request-article): Ditto.
16343         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
16344         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
16345         * nneething.el (nneething-make-head): Ditto.
16346         * nnfolder.el (nnfolder-request-article)
16347         (nnfolder-retrieve-headers): Ditto.
16348         * nnheader.el (nnheader-file-to-number): Ditto.
16349         * nnkiboze.el (nnkiboze-request-article): Ditto.
16350         * nnmail.el (nnmail-process-unix-mail-format)
16351         (nnmail-process-babyl-mail-format): Ditto.
16352         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
16353         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
16354         (nnmh-request-create-group, nnmh-request-list-1)
16355         (nnmh-request-group, nnmh-request-article): Ditto.
16356         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
16357         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
16358         * nnsoup.el (nnsoup-make-active): Ditto.
16359         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
16360         * nntp.el (nntp-find-group-and-number)
16361         (nntp-retrieve-headers-with-xover): Ditto.
16362         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
16363         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
16364         (pgg-format-key-identifier): Ditto.
16365         * pop3.el (pop3-last, pop3-stat): Ditto.
16366         * qp.el (quoted-printable-decode-region): Ditto.
16367
16368         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
16369         of concat.
16370
16371 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16372
16373         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
16374
16375         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
16376
16377         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
16378
16379         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
16380
16381         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
16382
16383         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
16384
16385         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
16386         (gnus-carpal-mode): Ditto.
16387
16388         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
16389         (gnus-browse-mode): Ditto.
16390
16391         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
16392
16393         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
16394
16395 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16396
16397         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
16398
16399 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16400
16401         * gnus-util.el (gnus-run-mode-hooks): New function.
16402
16403         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
16404
16405         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
16406         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
16407
16408 2005-05-27  Lute Kamstra  <lute@gnu.org>
16409
16410         * dns-mode.el (dns-mode): Specify customization group.
16411
16412 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
16413
16414         * gnus-agent.el (gnus-agent-make-mode-line-string):
16415         Use mode-line-highlight as mouse-face.
16416
16417 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16418
16419         * canlock.el (canlock): Change the parent group to news.
16420
16421         * deuglify.el (gnus-outlook-deuglify): Add :group.
16422
16423         * dig.el (dig): Add :group.
16424
16425         * dns-mode.el (dns-mode): Add :group.
16426
16427         * encrypt.el (encrypt): Add :group.
16428
16429         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
16430         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
16431         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
16432         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
16433         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
16434
16435         * gnus-diary.el (gnus-diary): Add :group.
16436
16437         * gnus.el (gnus-group-news-1-face): Add :group.
16438         (gnus-group-news-1-empty-face): Ditto.
16439         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
16440         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
16441         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
16442         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
16443         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
16444         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
16445         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16446         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16447         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16448         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16449         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16450         (gnus-summary-high-ticked-face): Ditto.
16451         (gnus-summary-low-ticked-face): Ditto.
16452         (gnus-summary-normal-ticked-face): Ditto.
16453         (gnus-summary-high-ancient-face): Ditto.
16454         (gnus-summary-low-ancient-face): Ditto.
16455         (gnus-summary-normal-ancient-face): Ditto.
16456         (gnus-summary-high-undownloaded-face): Ditto.
16457         (gnus-summary-low-undownloaded-face): Ditto.
16458         (gnus-summary-normal-undownloaded-face): Ditto.
16459         (gnus-summary-high-unread-face): Ditto.
16460         (gnus-summary-low-unread-face): Ditto.
16461         (gnus-summary-normal-unread-face): Ditto.
16462         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16463         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16464
16465         * hashcash.el (hashcash): New custom group.
16466         (hashcash-default-payment): Add :group.
16467         (hashcash-payment-alist): Ditto.
16468         (hashcash-default-accept-payment): Ditto.
16469         (hashcash-accept-resources): Ditto.
16470         (hashcash-path): Ditto.
16471         (hashcash-extra-generate-parameters): Ditto.
16472         (hashcash-double-spend-database): Ditto.
16473         (hashcash-in-news): Ditto.
16474
16475         * message.el (message-minibuffer-local-map): Add :group.
16476
16477         * netrc.el (netrc): Add :group.
16478
16479         * sieve-manage.el (sieve-manage-log): Add :group.
16480         (sieve-manage-default-user): Diito.
16481         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
16482         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
16483         (sieve-manage-authenticators): Ditto.
16484         (sieve-manage-authenticator-alist): Ditto.
16485         (sieve-manage-default-port): Ditto.
16486
16487         * sieve-mode.el (sieve-control-commands-face): Add :group.
16488         (sieve-action-commands-face): Ditto.
16489         (sieve-test-commands-face): Ditto.
16490         (sieve-tagged-arguments-face): Ditto.
16491
16492         * smime.el (smime): Add :group.
16493
16494         * spam-report.el (spam-report): Add :group.
16495
16496         * spam.el (spam, spam-face): Add :group.
16497
16498 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16499
16500         * nntp.el (nntp-next-result-arrived-p): Some news servers may
16501         return \n.\n.\n at the end of articles.  Protect against that.
16502         (nntp-with-open-group): Allow debugging.
16503
16504         * nnheader.el (mail-header-set-extra): Make into a function
16505         because I just could't understand how to quote the list properly.
16506
16507         * dns.el (query-dns-cached): New function.
16508
16509 2005-05-26  Lute Kamstra  <lute@gnu.org>
16510
16511         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16512
16513 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16514
16515         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
16516
16517         * gnus-art.el: Don't autoload mail-extract-address-components.
16518
16519         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16520         eval-and-compile to evaluate it.
16521
16522         * hashcash.el: Don't autoload executable-find.
16523
16524         * nndb.el: Don't declare the nndb back end two or more times; don't
16525         autoload news-reply-mode, news-setup, cancel-timer and telnet.
16526
16527         * nntp.el: Autoload format-spec instead of format; use
16528         eval-and-compile to evaluate autoload forms.
16529
16530 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
16531
16532         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16533
16534 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16535
16536         * gnus.el (gnus-version-number): Bump version.
16537
16538 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16539
16540         * gnus.el: No Gnus v0.3 is released.
16541
16542 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16543
16544         * lpath.el (featurep): Bind show-nonbreak-escape.
16545
16546 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16547
16548         * gnus-art.el (gnus-article-edit-part): Disable undo.
16549
16550 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16551
16552         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16553         gnus-article-date-lapsed-new-header is t if date timer is active;
16554         skip headers in which the original date value is empty.
16555         (gnus-article-save-original-date): Redefine it as a macro.
16556         (gnus-display-mime): Use it.
16557
16558 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16559
16560         * gnus-art.el (article-date-ut): Support converting date in
16561         forwarded parts as well.
16562         (gnus-article-save-original-date): New function.
16563         (gnus-display-mime): Use it.
16564
16565 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16566
16567         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16568         enclosure element of <item>.
16569
16570 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16571
16572         * message.el (message-kill-buffer-query): Rename from
16573         `message-kill-buffer-query-if-modified'.  Add :version.
16574
16575 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16576
16577         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16578         window layout.
16579
16580 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16581
16582         * mml.el: Autoload dnd when compiling.
16583
16584 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16585
16586         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16587         x-dnd-*.
16588
16589 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16590
16591         * qp.el (quoted-printable-encode-region): Save excursion.
16592
16593 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16594
16595         * message.el (message-kill-buffer-query-if-modified): Add new variable
16596         so the user can kill a modified message buffer quickly.
16597         (message-kill-buffer): Use it.
16598
16599 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16600
16601         * lpath.el: Fbind display-time-event-handler; don't fbind
16602         string-to-multibyte.
16603
16604         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16605
16606 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16607
16608         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16609         contained in text because xml.el decodes entities) with LFs.
16610
16611 2005-04-11  Lute Kamstra  <lute@gnu.org>
16612
16613         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16614         differently.
16615
16616 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16617
16618         * mm-util.el (mm-detect-coding-region): Typo.
16619
16620 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16621
16622         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16623
16624 2005-04-06  Deepak Goel  <deego@gnufans.org>
16625
16626         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16627         user-function allow user modifications of the scores.
16628         (spam-stat-score-buffer-user): New function, to allow
16629         user-computed modifications to the score.
16630         (spam-stat-score-buffer-user-functions): List of additional
16631         scoring functions.
16632         (spam-stat-error-holder): Global temporary error holder.
16633         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16634         variable.
16635
16636 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16637
16638         * gnus-registry.el (gnus-registry-clean-empty-function)
16639         (gnus-registry-trim, gnus-registry-fetch-groups)
16640         (gnus-registry-delete-group): Groups that match
16641         `gnus-registry-ignored-groups' are removed from the registry
16642         entries, not just ignored for splitting.  This helps clean up the
16643         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16644         to get all the groups a message ID is in.
16645
16646         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16647         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16648         (spam-stat-score-buffer-user-functions): Add :number custom type.
16649
16650 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16651
16652         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16653         argument in XEmacs.
16654
16655         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16656         (nnrss-request-group): Decode group name first.
16657         (nnrss-request-article): Make a text/plain article if mml-to-mime
16658         failed.
16659         (nnrss-get-encoding): Return a compatible encoding according to
16660         nnrss-compatible-encoding-alist.
16661         (nnrss-find-el): Use consp instead of listp.
16662         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16663
16664 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16665
16666         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16667         which Emacs 20 doesn't support.
16668         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16669
16670 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16671
16672         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16673         silence the byte compiler inside the defun.
16674
16675         * gnus-demon.el (parse-time-string): Add autoload.
16676
16677         * gnus-delay.el (parse-time-string): Add autoload.
16678
16679         * gnus-art.el (parse-time-string): Add autoload.
16680
16681         * nnultimate.el (parse-time): Require for `parse-time-string'.
16682
16683 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16684
16685         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16686
16687         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16688
16689         * smime.el (smime-ldap-host-list): Add :version.
16690
16691 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16692
16693         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16694         pass it to `gnus-browse-read-group'.
16695         (gnus-browse-read-group): Add NUMBER argument and pass it to
16696         `gnus-group-read-ephemeral-group'.
16697
16698         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16699         argument and pass it to `gnus-group-read-group'.
16700
16701 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16702
16703         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16704         mm-xemacs-find-mime-charset-1 if we have the mule feature
16705         available at runtime.
16706
16707 2005-03-25  Werner Lemberg  <wl@gnu.org>
16708
16709         * nnmaildir.el: Replace `illegal' with `invalid'.
16710
16711 2005-03-23  Lute Kamstra  <lute@gnu.org>
16712
16713         * time-date.el: Add comment on time value formats.
16714         Don't require parse-time.
16715         (with-decoded-time-value): New macro.
16716         (encode-time-value): New function.
16717         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16718         (days-to-time): Return a valid time value when arg is huge.
16719         (time-since): Use time-subtract.
16720         (time-to-number-of-days): Use time-to-seconds.
16721
16722 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16723
16724         * gnus-start.el (gnus-display-time-event-handler):
16725         Check display-time-timer at runtime rather than only at load time
16726         in case display-time-mode is turned off in the mean time.
16727
16728 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16729
16730         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16731         used.
16732
16733         * nneething.el (nneething-map-file-directory): Derive from
16734         `gnus-directory'.
16735
16736         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16737         the To/Cc button.
16738
16739 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16740
16741         * nnmaildir.el (nnmaildir-request-accept-article):
16742         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16743
16744 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16745
16746         * gnus-async.el: Require timer-funcs at compile time when in
16747         XEmacs for `run-with-idle-timer'.
16748
16749 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16750
16751         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16752         autoloaded function.
16753
16754 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16755
16756         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16757
16758 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16759
16760         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16761
16762 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16763
16764         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16765         Add gnus-expert-user to default.
16766
16767 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16768
16769         * nnimap.el (nnimap-open-server): Ditto.
16770
16771         * imap.el (imap-authenticate): Fix typo.
16772
16773 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16774
16775         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16776         buffer (since IMAP server might return FETCH response out of
16777         order, and the nntp buffer must be sorted).
16778
16779 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16780
16781         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16782         comparison on string.
16783
16784         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16785         (gnus-agent-score): Rename category keywords to match gnus-cus.
16786         (gnus-agent-summary-fetch-series): Modify to protect against
16787         gnus-agent-summary-fetch-group clearing processable flags.
16788         (gnus-agent-synchronize-group-flags): Update live group buffer as
16789         synchronization may occur due to the user toggle the plugged
16790         status.
16791         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16792         successfully downloaded.
16793         (gnus-agent-expire-group-1): Avoid using markers when the overview
16794         is in ascending order; greatly improves performance.
16795         (gnus-agent-regenerate-group):
16796         Use gnus-agent-synchronize-group-flags to reset read status in both
16797         gnus and server.
16798         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16799
16800 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16801
16802         * message.el: Don't autoload former message-utils variables.
16803         (message-strip-subject-trailing-was): Change doc string.
16804
16805         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16806         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16807         (nnweb-google-search): Add "hl=en" here.
16808         (nnweb-google-parse-1, nnweb-google-create-mapping):
16809         Don't hardcode URL.
16810
16811 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16812
16813         * message.el (message-get-reply-headers, message-followup):
16814         Mention related variables `message-use-followup-to' and
16815         `message-use-mail-followup-to', in the information buffer.
16816
16817         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16818         of broken groups(-beta).google.com.
16819
16820 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16821
16822         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16823         parameter to invoked gnus-request-move-article; remove the
16824         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16825         all at once instead of once per article.
16826         (gnus-summary-remove-process-mark): Accept a list of articles as
16827         well as a single article for processing.
16828
16829         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16830         parameter.
16831
16832         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16833
16834         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16835
16836         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16837         parameter.
16838
16839         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16840         parameter.
16841
16842         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16843         parameter and remove the gnus-sum-hint-move-is-internal variable.
16844
16845         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16846         parameter.
16847
16848         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16849         parameter.
16850
16851         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16852         parameter.
16853
16854         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16855
16856         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16857         parameter.
16858
16859         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16860         parameter.
16861
16862 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16863
16864         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16865         a more conservative way.
16866
16867 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16868
16869         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16870         buffer, so it moves the window's cursor.
16871
16872 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16873
16874         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16875         `mm-dissect-multipart' and receive the from field as an (optional)
16876         argument from `mm-dissect-multipart'.
16877         (mm-dissect-multipart): Receive the from field as an argument and
16878         pass it on when we call `mm-dissect-buffer' on MIME parts.
16879         Fixes verification/decryption of signed/encrypted MIME parts.
16880
16881 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16882
16883         * gnus-sum.el (gnus-summary-move-article):
16884         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16885         whatever it calls (right now, only nnimap-request-move article
16886         respects it).
16887
16888         * nnimap.el (nnimap-request-move-article):
16889         When gnus-sum-hint-move-is-internal is set, don't do the extra
16890         nnimap-request-article.
16891
16892 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16893
16894         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16895
16896         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16897         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16898
16899         * gnus-sum.el (gnus-summary-caesar-message):
16900         Apply `gnus-treat-article' after rotation.
16901
16902         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16903         doc string.
16904
16905 2005-02-22  Simon Josefsson  <jas@extundo.com>
16906
16907         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16908         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16909         <arne@arnested.dk>.
16910         (encrypt): Add password-cache and password-cache-expiry as group
16911         members.
16912
16913 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16914
16915         * smime.el (smime-ldap-host-list): Doc fix.
16916         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16917         cache) password.
16918         (smime-sign-region): Use it.
16919         (smime-decrypt-region): Use it.
16920         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16921         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16922         fails.
16923         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16924         certificate from DER to PEM format rather than calling openssl.
16925
16926         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16927
16928         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16929         for signing/encryption.
16930
16931         * mml.el (mml-parse-1): Use them.
16932
16933 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16934
16935         * nnrss.el (nnrss-verbose): Remove.
16936         (nnrss-request-group): Use `nnheader-message' instead.
16937
16938 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16939
16940         * nnrss.el (nnrss-verbose): New variable.
16941         (nnrss-request-group): Make it say nnrss is requesting a group.
16942
16943 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16944
16945         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16946         Handle news URL with given port correctly.
16947
16948 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16949
16950         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16951         containing special characters.
16952
16953         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16954
16955         * mml.el (mime-to-mml): Ditto.
16956
16957         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16958         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16959         (rfc2047-decode-region): Quote decoded words containing special
16960         characters when rfc2047-quote-decoded-words-containing-tspecials
16961         is non-nil.
16962
16963 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16964
16965         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16966
16967         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16968
16969 2005-02-15  Simon Josefsson  <jas@extundo.com>
16970
16971         * nnimap.el (nnimap-debug): Doc fix.
16972
16973         * imap.el (imap-debug): Doc fix.
16974
16975 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16976
16977         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16978
16979 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16980
16981         * gnus.el (spam-contents): Improve docs for spam-contents
16982         parameter in its variable incarnation.
16983
16984 2005-02-14  Simon Josefsson  <jas@extundo.com>
16985
16986         * smime-ldap.el: Use require instead of load-library for ldap.
16987         (smime-ldap-search): Indent.
16988         (smime-ldap-search-internal): Shorten line.
16989
16990         * smime.el (smime-cert-by-dns): Add doc-string.
16991         (smime-cert-by-ldap-1): Indent.
16992
16993         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16994         mml-smime-get-dns-ldap.
16995         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16996
16997 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16998
16999         * smime.el: Require smime-ldap.
17000         (smime-ldap-host-list): New variable.
17001         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
17002
17003         * mml-smime.el (mml-smime-encrypt-query): New function.
17004         (mml-smime-encrypt-query): Use it.
17005
17006         * smime-ldap.el: New file.
17007
17008 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17009
17010         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
17011
17012 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
17013
17014         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
17015         argument in doc string.  Make query for type more clear.
17016
17017 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17018
17019         * gnus.el (gnus-group-startup-message): Search for gnus images in
17020         etc/images/gnus.
17021         * mm-util.el (mm-image-load-path): Likewise.
17022         * smiley.el (smiley-data-directory): Search for smilies in
17023         etc/images/smilies.
17024
17025 2005-02-09  Kim F. Storm  <storm@cua.dk>
17026
17027         Change Emacs release version from 21.4 to 22.1 throughout.
17028         Change Emacs development version from 21.3.50 to 22.0.50.
17029
17030 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17031
17032         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
17033
17034         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
17035         non-Mule XEmacs as well.
17036         (mm-decompress-buffer): Signal an error intentionally if it does
17037         not decompress compressed data because auto-compression-mode is
17038         disabled.
17039
17040 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
17041
17042         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
17043         an ID in the registry even if it has no groups.
17044
17045 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17046
17047         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
17048         merge it into mm-decompress-buffer.
17049         (gnus-mime-copy-part): Use the MIME part charset, the value which
17050         a user specified or gnus-newsgroup-charset for decoding, like
17051         gnus-mime-inline-part does; set buffer-file-coding-system to tell
17052         save-buffer what was used.  Suggested by Kevin Ryde
17053         <user42@zip.com.au>.
17054         (gnus-mime-inline-part): Allow the name parameter as well as the
17055         filename parameter; force decompressing of compressed data; always
17056         display contents being not decoded as unibyte.
17057
17058         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
17059         as well as the filename parameter.
17060
17061         * mm-util.el (mm-decompress-buffer):
17062         Merge gnus-mime-jka-compr-maybe-uncompress.
17063         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
17064         of compressed data.
17065
17066 2005-02-08  Simon Josefsson  <jas@extundo.com>
17067
17068         * imap.el (imap-log): Doc fix.
17069
17070 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17071
17072         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
17073         the coding cookies; decompress compressed parts.
17074
17075         * mml.el (mml-generate-mime-1): Add the charset parameter according
17076         to the value which a user specified manually or the coding cookie.
17077
17078         * mm-util.el (mm-string-to-multibyte): New function.
17079         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
17080         (mm-coding-system-to-mime-charset): New function.
17081         (mm-decompress-buffer): New function.
17082         (mm-find-buffer-file-coding-system): New function.
17083
17084         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
17085         (mm-display-inline-fontify): Rewrite for decoding and decompressing
17086         parts.
17087
17088 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17089
17090         * mm-view.el (mm-display-inline-fontify): Decode a part according
17091         to the charset parameter.
17092
17093 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17094
17095         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
17096         prefix arg is neither nil nor a number, as info specifies.
17097
17098 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17099
17100         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
17101         timestamps.
17102
17103 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
17104
17105         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
17106         groups error checking and notify user.
17107
17108 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
17109
17110         * message.el (message-send-mail-function): Check existence of
17111         sendmail-program first before using default value
17112         `message-send-mail-with-sendmail'.  Otherwise use more generic
17113         `smtpmail-send-it'.
17114
17115 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17116
17117         * nntp.el (nntp-request-update-info): Always return nil.
17118
17119 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17120
17121         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
17122
17123 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17124
17125         * message.el (message-beginning-of-line): Change the behavior when
17126         invoked between BOL and : so that it first moves backward.
17127
17128 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17129
17130         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
17131         article buffer when editing of the article is discarded.
17132         (gnus-article-prepare): Revert.
17133
17134 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17135
17136         * gnus-art.el (gnus-article-prepare):
17137         Remove message-strip-forbidden-properties from the local hook.
17138
17139 2005-01-27  Simon Josefsson  <jas@extundo.com>
17140
17141         * password.el (password-cache-add): Only start one timer per key.
17142         Reported by Derek Atkins <warlord@MIT.EDU>.
17143
17144 2005-01-26  Steve Youngs  <steve@sxemacs.org>
17145
17146         * run-at-time.el: Remove.  It is no longer needed as
17147         timer-funcs.el in the xemacs-base package has a working version of
17148         `run-at-time'.
17149
17150         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
17151
17152         * password.el: Require timer-funcs instead of run-at-time in
17153         XEmacs.
17154         Remove `password-run-at-time' macro.
17155         (password-cache-add): Use `run-at-time' instead of
17156         `password-run-at-time'.
17157
17158         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
17159         Remove `nnheader-cancel-function-timers' alias,
17160         `cancel-function-timers' exists in XEmacs in timer-funcs.
17161
17162         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
17163         for `run-with-idle-timer'.
17164
17165         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
17166         for `run-at-time'.
17167
17168         * mm-url.el: Require timer-funcs at compile time when in XEmacs
17169         for `with-timeout'.
17170
17171         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
17172         the same as for XEmacs 21.4.
17173         No need to ignore `run-with-idle-timer', this function exists in
17174         XEmacs now in timer-funcs.el in the xemacs-base package.
17175         (dgnushack-compile): No need to delete
17176         run-at-time.el from the list of files to compile because it
17177         doesn't exist anymore.
17178
17179 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17180
17181         * mml.el (mml-generate-mime-1): Convert string into unibyte when
17182         inserting " *mml*" buffer's contents into a unibyte temp buffer.
17183
17184 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
17185
17186         * mail-source.el (mail-source-fetch-imap): Search for ^From case
17187         sensitively.
17188
17189 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
17190
17191         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
17192
17193 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17194
17195         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
17196         which will be inserted according to the multibyteness of a buffer
17197         rather than the type of contents.  Suggested by ARISAWA Akihiro
17198         <ari@mbf.ocn.ne.jp>.
17199
17200         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
17201         of string which old xml.el may return rather than a string.
17202
17203 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17204
17205         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
17206
17207 2005-01-16  Simon Josefsson  <jas@extundo.com>
17208
17209         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
17210         idn/idna.el isn't available.
17211         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
17212         <michael@waxrat.com>.
17213
17214         * hashcash.el: Remove non-FSF copyright header.
17215
17216         * hashcash.el (hashcash-extra-generate-parameters): New variable.
17217         (hashcash-generate-payment): Use it.
17218         (hashcash-generate-payment-async): Use it.
17219
17220 2005-01-15  Simon Josefsson  <jas@extundo.com>
17221
17222         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
17223         Suggested by Raymond Scholz <ray-2005@zonix.de>.
17224
17225         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
17226         gnus-summary-idna-message.
17227         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
17228         (gnus-summary-idna-message): New function.
17229
17230 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
17231
17232         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
17233         gnus-novice-user.
17234
17235 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17236
17237         * nnrss.el (nnrss-request-delete-group): Delete entries in
17238         nnrss-group-alist as well.
17239         (nnrss-save-server-data): Insert newline.
17240
17241 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
17242
17243         * gnus.el (gnus-user-agent): Use list of symbols instead of
17244         symbols.  Display full version number for (S)XEmacs.
17245         Optionally display (S)XEmacs codename.
17246
17247         * gnus-util.el (gnus-emacs-version): Update for new
17248         `gnus-user-agent'.
17249
17250         * gnus-msg.el (gnus-extended-version): Make it possible to omit
17251         Gnus version.
17252
17253 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17254
17255         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
17256         which is unreadable in some setups.
17257
17258 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17259
17260         * gnus-spec.el (gnus-update-format-specifications): Flush the
17261         group format spec cache if it doesn't support decoded group names.
17262
17263 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17264
17265         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
17266         Allow to apply decay on score files matching a regexp.
17267
17268 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17269
17270         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
17271         compatibility in %g and %c.
17272
17273 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17274
17275         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
17276         name for only %g and %c.
17277         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
17278         of gnus-tmp-group to decoded group name.
17279         (gnus-group-make-rss-group): Exclude `/'s from group names.
17280
17281 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17282
17283         * nnrss.el (nnrss-get-encoding): Fix regexp.
17284
17285 2004-12-27  Simon Josefsson  <jas@extundo.com>
17286
17287         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
17288         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
17289         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
17290
17291 2004-12-17  Kim F. Storm  <storm@cua.dk>
17292
17293         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
17294
17295         * gnus-sum.el (gnus-summary-mode-map): Likewise.
17296
17297 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17298
17299         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
17300
17301 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17302
17303         * nnrss.el: Require rfc2047 and mml.
17304         (nnrss-file-coding-system): New variable.
17305         (nnrss-format-string): Redefine it as an inline function.
17306         (nnrss-decode-group-name): New function.
17307         (nnrss-string-as-multibyte): Remove.
17308         (nnrss-retrieve-headers): Decode group name; don't use
17309         nnrss-format-string.
17310         (nnrss-request-group): Decode group name.
17311         (nnrss-request-article): Decode group name; allow a Message-ID as
17312         well as an article number; don't use nnrss-format-string; encode a
17313         Message-ID string which may contain non-ASCII characters; use
17314         mml-to-mime to compose a MIME article.
17315         (nnrss-request-expire-articles): Decode group name.
17316         (nnrss-request-delete-group): Decode group name.
17317         (nnrss-fetch): Clarify error message.
17318         (nnrss-read-server-data): Use insert-file-contents instead of load;
17319         bind file-name-coding-system; use multibyte buffer.
17320         (nnrss-save-server-data): Bind coding-system-for-write to the
17321         value of nnrss-file-coding-system; bind file-name-coding-system;
17322         add coding cookie.
17323         (nnrss-read-group-data): Use insert-file-contents instead of load;
17324         bind file-name-coding-system; use multibyte buffer.
17325         (nnrss-save-group-data): Bind coding-system-for-write to the
17326         value of nnrss-file-coding-system; bind file-name-coding-system.
17327         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
17328         make it work with non-ASCII text.
17329         (nnrss-find-el): Make it work with old xml.el as well.
17330
17331 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17332
17333         * nnrss.el (nnrss-get-encoding): New function.
17334         (nnrss-fetch): Use unibyte buffer initially; bind
17335         coding-system-for-read while performing mm-url-insert; remove ^Ms;
17336         decode contents according to the encoding attribute.
17337         (nnrss-save-group-data): Add coding cookie.
17338         (nnrss-mime-encode-string): New function.
17339         (nnrss-check-group): Use it to encode subject and author.
17340
17341 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
17342
17343         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
17344         imaginary variable.
17345
17346 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17347
17348         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
17349         correctly even if there are wide characters.
17350
17351 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
17352
17353         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
17354         downcased symbol names; make a new cache instead of reusing
17355         bbdb-hashtable.
17356
17357 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17358
17359         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17360         concatenating segments rather than before concatenating them.
17361         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17362
17363         * message.el (message-get-reply-headers): Bind `extra'.
17364
17365 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17366
17367         * message.el (message-extra-wide-headers): New variable.
17368         (message-get-reply-headers): Use it.
17369
17370 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17371
17372         * gnus-agent.el (gnus-agent-group-path): Decode group name.
17373         (gnus-agent-group-pathname): Ditto.
17374
17375         * gnus-cache.el (gnus-cache-file-name): Decode group name.
17376
17377         * gnus-group.el (gnus-group-make-group): Decode group name.
17378         (gnus-group-make-rss-group): Register the group data after opening
17379         the nnrss group.
17380
17381 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
17382
17383         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
17384         by expiry now get marked as read.
17385
17386 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17387
17388         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
17389
17390 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
17391
17392         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
17393         unify Latin characters in XEmacs.
17394         (mm-find-mime-charset-region): Use it.
17395
17396 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17397
17398         * gnus-util.el (gnus-delete-directory): New function.
17399
17400         * gnus-agent.el (gnus-agent-delete-group): Use it.
17401
17402         * gnus-cache.el (gnus-cache-delete-group): Use it.
17403
17404 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17405
17406         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
17407         names.
17408
17409 2004-12-16  Simon Josefsson  <jas@extundo.com>
17410
17411         * hashcash.el (hashcash-payment-alist): Fix custom :type.
17412
17413 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17414
17415         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
17416
17417         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
17418         (gnus-group-set-current-level): Decode group name.
17419
17420 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
17421
17422         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
17423         failed.
17424
17425 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17426
17427         * gnus-group.el (gnus-group-delete-group): Decode group name.
17428         (gnus-group-make-rss-group): Encode group name.
17429         (gnus-group-catchup-current): Decode group name.
17430         (gnus-group-kill-group): Decode group name.
17431
17432 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17433
17434         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
17435
17436 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17437
17438         * gnus-group.el (gnus-group-make-rss-group):
17439         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
17440
17441         * gnus-start.el (gnus-setup-news): Honor user's setting to
17442         gnus-message-archive-method.  Suggested by Lute Kamstra
17443         <lute@gnu.org>.
17444
17445 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
17446
17447         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
17448         global counterparts of the buffer-local variables.
17449
17450 2004-11-16  Romain Francoise  <romain@orebokech.com>
17451
17452         * gnus-sum.el (gnus-summary-exit): Don't clear the global
17453         counterparts of the buffer-local variables.
17454
17455 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17456
17457         * message.el (message-forbidden-properties): Fix typo in doc
17458         string.
17459
17460 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17461
17462         * gnus-util.el (gnus-replace-in-string): Add doc string.
17463
17464         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17465         to avoid problems when splitting mails with many recipients.
17466
17467 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17468
17469         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17470         pop-to-buffer, covered by the subsequent gnus-configure-windows.
17471
17472 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
17473
17474         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17475         if there is no hashtable in memory or file modification time is
17476         newer than cached timestamp.
17477
17478 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
17479
17480         * gnus-sum.el (gnus-summary-limit-to-recipient):
17481         Implement not-matching option.
17482
17483 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
17484
17485         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17486         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17487         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17488         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17489         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
17490         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17491
17492 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17493
17494         * message.el (message-forward-make-body-mml): Remove headers
17495         according to message-forward-ignored-headers if a message is decoded.
17496
17497 2004-12-02  Romain Francoise  <romain@orebokech.com>
17498
17499         * message.el (message-forward-make-body-plain): Always remove
17500         headers according to message-forward-ignored-headers.
17501
17502 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
17503
17504         * spam.el (spam-summary-prepare-exit): Remove the
17505         gnus-summary-limit pop for now, it has problems with ham marks for
17506         me.
17507
17508 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
17509
17510         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17511         correctly.
17512
17513 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
17514
17515         * format-spec.el (format-spec): Message the char.
17516
17517 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
17518
17519         * gnus-art.el (gnus-split-methods): Reformat comments.
17520
17521         * spam.el (spam-summary-prepare-exit): Remove article limits
17522         before exiting the summary buffer.
17523
17524 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17525
17526         * lpath.el: Remove bbdb-create-internal, bbdb-records,
17527         spam-BBDB-register-routine and spam-enter-ham-BBDB.
17528
17529         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17530         order to silence the byte compiler.
17531
17532         * spam.el: Fix the way to silence the byte compiler, which
17533         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17534         bbdb-search-simple, spam-BBDB-register-routine,
17535         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17536         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17537         spam-stat-buffer-is-spam, spam-stat-load,
17538         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17539         spam-stat-save and spam-stat-split-fancy.
17540
17541 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17542
17543         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17544         which may confuse users.
17545         (canlock-password-for-verify): Ditto.
17546
17547         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17548
17549         * gnus-art.el (gnus-emphasis-alist): Ditto.
17550
17551         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17552
17553         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17554
17555         * gnus-start.el (gnus-save-killed-list): Ditto.
17556
17557         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17558         (gnus-sum-thread-tree-root): Ditto.
17559         (gnus-sum-thread-tree-false-root): Ditto.
17560         (gnus-sum-thread-tree-single-indent): Ditto.
17561
17562         * message.el (message-courtesy-message): Ditto.
17563         (message-archive-note): Ditto.
17564         (message-subscribed-address-file): Ditto.
17565         (message-user-fqdn): Ditto.
17566
17567         * spam-report.el (spam-report-gmane-regex): Ditto.
17568
17569         * spam.el (spam-blackhole-good-server-regex): Ditto.
17570
17571 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17572
17573         * mml.el (mml-preview): Widen the message buffer before copying
17574         the contents to the preview buffer; sort headers before previewing.
17575
17576         * message.el (message-hidden-headers): Fix the way to avoid a bug
17577         in the `repeat' widget in Emacs 21.3 or earlier.
17578
17579 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17580
17581         * message.el (message-hidden-headers): Default to "^References:".
17582         Improve customization type.  Suggested by Reiner Steib
17583         <Reiner.Steib@gmx.de>.
17584
17585 2004-11-25  Romain Francoise  <romain@orebokech.com>
17586
17587         * message.el (message-strip-forbidden-properties): Remove check for
17588         obsolete `message-hidden' text property, hidden headers are not
17589         accessible in the buffer anymore.
17590
17591 2004-11-22  Romain Francoise  <romain@orebokech.com>
17592
17593         * message.el (message-header-format-alist): Add `From' in list
17594         so that it can be sorted.
17595         (message-fix-before-sending): Widen and sort headers before
17596         sending.
17597         (message-hide-headers): Use narrowing to hide headers by moving
17598         them to the top of the buffer and narrowing to the region
17599         underneath.
17600
17601 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17602
17603         * message.el (message-strip-forbidden-properties):
17604         Bind buffer-read-only (etc) to nil.
17605
17606 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17607
17608         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17609         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17610
17611 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17612
17613         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17614
17615 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17616
17617         * dns.el (query-dns): Use sit-for to time instead of
17618         accept-process-output, since that doesn't seem to work on udp
17619         sockets.
17620
17621 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17622
17623         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17624
17625 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17626
17627         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17628         doc string.  Improve doc string.
17629
17630 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17631
17632         * nntp.el (nntp-request-update-info): Return nil if
17633         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17634         may not call gnus-activate-group which uselessly issues the GROUP
17635         commands for all nntp groups and wastes time.  Reported by Romain
17636         Francoise <romain@orebokech.com>.
17637
17638         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17639
17640 2004-11-15  Simon Josefsson  <jas@extundo.com>
17641
17642         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17643         headers separately.
17644         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17645         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17646
17647 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17648
17649         * gnus-start.el (gnus-convert-old-newsrc):
17650         Assign legacy-gnus-agent to 5.10.7.
17651
17652 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17653
17654         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17655         start of the lines.
17656
17657 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17658
17659         * hashcash.el (hashcash-default-payment): Change default to 20.
17660         (hashcash-default-accept-payment): Change default to 20.
17661         (hashcash-process-alist): New variable.
17662         (hashcash-generate-payment-async): Add.
17663         (hashcash-already-paid-p): Add.
17664         (hashcash-insert-payment): Don't generate payments twice.
17665         (hashcash-insert-payment-async): Add.
17666         (hashcash-insert-payment-async-2): Add.
17667         (hashcash-cancel-async): Add.
17668         (hashcash-wait-async): Add.
17669         (hashcash-processes-running-p): Add.
17670         (hashcash-wait-or-cancel): Add.
17671         (mail-add-payment): New optional argument.  Conditionally start
17672         asynchronous calculation.
17673         (mail-add-payment-async): Add.
17674
17675         * message.el (message-send-mail): Wait for asynchronous hashcash
17676         results.  Don't clobber existing X-Hashcash headers.
17677         (message-setup-1): Call mail-add-payment-async when
17678         message-generate-hashcash is non-nil.
17679
17680 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17681
17682         * message.el (message-use-alternative-email-as-from): Examine the
17683         From header as well; use message-make-from in order to include a
17684         user's full name.
17685
17686 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17687
17688         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17689         default; improve customization type.
17690         (gnus-emphasis-custom-with-format): New macro.
17691         (gnus-emphasis-custom-value-to-external): New function.
17692         (gnus-emphasis-custom-value-to-internal): New function.
17693
17694 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17695
17696         * dns.el (query-dns): Resolve reverse addresses.
17697
17698 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17699
17700         * gnus-group.el (gnus-group-get-new-news): Use it.
17701
17702         * gnus-start.el (gnus-check-reasonable-setup): New function.
17703
17704 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17705
17706         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17707         "Args out of range" error.  Reported by Arnaud Giersch
17708         <arnaud.giersch@free.fr>.
17709
17710 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17711
17712         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17713
17714 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17715
17716         * spam.el (spam group): Add :version.
17717
17718         * pgg-def.el (pgg group): Add :version.
17719
17720 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17721
17722         * gnus-art.el (gnus-article-edit-article): Don't associate the
17723         article buffer with a draft file.  This is a temporary measure
17724         against the 2004-08-22 change to gnus-article-edit-mode.
17725
17726 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17727
17728         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17729         (html2text-format-tags): Remove unused variable `attr'.
17730
17731 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17732
17733         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17734
17735         * tls.el (tls-process-connection-type, tls-success)
17736         (tls-certtool-program): Add :version.
17737
17738         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17739         (starttls-extra-arguments, starttls-process-connection-type)
17740         (starttls-connect, starttls-failure, starttls-success): Add :version.
17741
17742         * spam-stat.el (spam-stat): Add :version.
17743
17744         * sieve.el (sieve): Add :version.
17745
17746         * sha1.el (sha1): Add :version.
17747         (sha1-use-external): Remove redundant version.
17748
17749         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17750         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17751         (nnmail-split-fancy-match-partial-words)
17752         (nnmail-split-lowercase-expanded): Add :version.
17753
17754         * nndiary.el (nndiary): Add :version.
17755
17756         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17757
17758         * mml-sec.el (mml-default-sign-method)
17759         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17760         Add :version.
17761
17762         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17763
17764         * mm-url.el (mm-url-use-external, mm-url-program)
17765         (mm-url-arguments): Add :version.
17766
17767         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17768         (mm-attachment-file-modes, mm-decrypt-option)
17769         (mm-w3m-safe-url-regexp): Add :version.
17770
17771         * message.el (message-cite-prefix-regexp)
17772         (message-sendmail-envelope-from, message-minibuffer-local-map)
17773         (message-user-fqdn, message-completion-alist): Add :version.
17774
17775         * gnus-win.el (gnus-configure-windows-hook)
17776         (gnus-use-frames-on-any-display): Add :version.
17777
17778         * gnus-art.el (gnus-article-address-banner-alist)
17779         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17780         (gnus-treat-from-picon, gnus-treat-mail-picon)
17781         (gnus-treat-x-pgp-sig): Add :version.
17782
17783         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17784         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17785         (gnus-summary-article-delete-hook)
17786         (gnus-summary-display-while-building): Add :version.
17787
17788         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17789         (gnus-get-top-new-news-hook): Add :version.
17790
17791         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17792         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17793
17794         * gnus-registry.el (gnus-registry): Add :version.
17795
17796         * gnus-spec.el (gnus-use-correct-string-widths)
17797         (gnus-make-format-preserve-properties): Add :version.
17798
17799         * gnus.el (gnus-group-charter-alist)
17800         (gnus-group-fetch-control-use-browse-url)
17801         (gnus-install-group-spam-parameters): Add :version.
17802
17803         * gnus-diary.el (gnus-diary): Add :version.
17804
17805         * gnus-delay.el (gnus-delay): Add :version.
17806
17807         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17808         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17809         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17810         Add :version.
17811
17812         * gnus-agent.el (gnus-agent-max-fetch-size)
17813         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17814         (gnus-agent-prompt-send-queue): Add :version.
17815
17816         * deuglify.el (gnus-outlook-deuglify): Add :version.
17817
17818         * html2text.el: Beautify code.  Improve doc strings.
17819         Some checkdoc cleanup.
17820         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17821
17822 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17823
17824         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17825
17826 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17827
17828         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17829         when package is loaded.
17830
17831         * spam.el (spam-summary-score-preferred-header): Add global preference
17832         for people who want to override the default SpamAssassin over
17833         Bogofilter preference (when both are set).
17834         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17835         (spam-user-format-function-S):
17836         Check spam-summary-score-preferred-header.
17837         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17838         (spam-user-format-function-S): Format the score correctly.
17839
17840 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17841
17842         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17843         signature file.  Suggested by Manoj Srivastava
17844         <srivasta@golden-gryphon.com>.
17845
17846         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17847         iso-2022-jp even in the Japanese language environment.
17848         Suggested by Jason Rumney <jasonr@gnu.org>.
17849
17850 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17851
17852         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17853         use the same characters as the dummy marks; make it free from
17854         getting affected by the language environment.
17855         (gnus-summary-read-group-1): Update mark positions only when the
17856         format spec is updated.
17857
17858         * gnus-spec.el (gnus-update-format-specifications): Return a list
17859         of updated types.
17860
17861 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17862
17863         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17864         of boundp to check if display-warning is available.
17865
17866 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17867
17868         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17869
17870 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17871
17872         * nnspool.el (nnspool-spool-directory): Use news-path if the
17873         news-directory variable is not bound.
17874
17875         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17876         function instead of display-warning if it is not available.
17877
17878 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17879
17880         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17881         v5-10: Use `point-at-bol'.
17882
17883 2004-10-26  Simon Josefsson  <jas@extundo.com>
17884
17885         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17886         <chenggao@gmail.com>.
17887
17888 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17889
17890         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17891         instead.
17892
17893 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17894
17895         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17896         to remove a server from the nnimap-server-buffer-alist.
17897         (nnimap-open-connection, nnimap-close-server): Use it.
17898
17899         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17900
17901 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17902
17903         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17904         running the major-mode function.
17905
17906 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17907
17908         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17909         dummy marks in the right way.
17910
17911 2004-10-18  David Edmondson  <dme@dme.org>
17912
17913         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17914         excessively.
17915
17916 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17917
17918         * gnus-util.el (gnus-split-references): Accept a nil references
17919         string and go on blissfully.
17920
17921         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17922         cases where the references string is non-nil but has no references.
17923
17924         * encrypt.el: Add autoload tags.
17925
17926         * spam.el (spam-resolve-registrations-routine): Remove article
17927         from unregistration list too.  Reported by David Hanak
17928         <dhanak@isis.vanderbilt.edu>
17929
17930 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17931
17932         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17933         nil.  Change custom type.
17934
17935 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17936
17937         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17938
17939         * gnus-sum.el (gnus-summary-move-article): Use it.
17940
17941 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17942
17943         * encrypt.el: Add autoload cookies.
17944
17945         * spam.el (spam-backend-article-list-property)
17946         (spam-backend-get-article-todo-list)
17947         (spam-backend-put-article-todo-list)
17948         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17949         Resolve registrations separately.
17950         (spam-register-routine): Format comments.
17951         (spam-unregister-routine, spam-register-routine): Always call with
17952         specific-articles, no default list.
17953         (spam-summary-prepare-exit): Use the spam-classifications function.
17954
17955         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17956         gnus-encrypt.el.
17957
17958         * encrypt.el: Copied from gnus-encrypt.el.
17959
17960         * gnus-encrypt.el: Commented that it's obsolete.
17961
17962 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17963
17964         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17965         (gnus-score-save): Use it.
17966
17967         * message.el (message-bury): Use `window-dedicated-p'.
17968
17969 2004-10-15  Simon Josefsson  <jas@extundo.com>
17970
17971         * pop3.el (top-level): Don't require nnheader.
17972         (pop3-read-timeout): Add.
17973         (pop3-accept-process-output): Add.
17974         (pop3-read-response, pop3-retr): Use it.
17975
17976 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17977
17978         * spam.el (spam-register-routine): Move comment.
17979         (spam-verify-bogofilter): Use 'unknown for the initial
17980         spam-bogofilter-valid state, not 'never.
17981
17982         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17983         for netrc-machine.
17984
17985         * nnimap.el (nnimap-open-connection):
17986         Use netrc-machine-user-or-password.
17987
17988 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17989
17990         * gnus-registry.el (gnus-registry-unload-hook):
17991         Set as a variable with add-hook.
17992
17993         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17994         of news-path.
17995
17996         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17997
17998         * spam.el: Delete duplicate `provide'.
17999         (spam-unload-hook): Set as a variable with add-hook.
18000
18001 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18002
18003         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
18004         in the doc string.
18005
18006         * message.el (message-ignored-news-headers)
18007         (message-ignored-supersedes-headers)
18008         (message-ignored-resent-headers)
18009         (message-forward-ignored-headers): Improve custom type.
18010
18011 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18012
18013         * message.el (message-tokenize-header): Fix 2004-09-06 change
18014         which used point-min in the wrong place.
18015
18016 2004-10-12  Simon Josefsson  <jas@extundo.com>
18017
18018         * tls.el (tls-certtool-program): New variable.
18019         (tls-certificate-information): New function, based on
18020         ssl-certificate-information.
18021
18022 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18023
18024         * compface.el: Move the version of ELisp-based uncompface program
18025         to the contrib directory because of the copyright problem.
18026
18027 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18028
18029         * message.el (message-kill-buffer): Raise the current frame.
18030
18031 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18032
18033         * gnus-sum.el: Mention that multibyte characters don't work as marks.
18034
18035         * gnus.el (message-y-or-n-p): Autoload.
18036
18037         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
18038         (pop3-password-required, pop3-authentication-scheme)
18039         (pop3-leave-mail-on-server): Make customizable.
18040         (pop3): New custom group.
18041         (pop3-retr): Remove `sleep-for' statements.
18042         Suggested by Dave Love <fx@gnu.org>.
18043
18044         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
18045         Windows/DOS.
18046
18047         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18048         (imap-parse-body): Fix incorrect use of `assert'.
18049         Suggested by Dave Love <fx@gnu.org>.
18050
18051         * mml.el (mml-minibuffer-read-disposition): Require match.
18052         Suggested by Dave Love <fx@gnu.org>.
18053
18054 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18055
18056         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
18057         doc string.
18058
18059 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18060
18061         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
18062
18063 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18064
18065         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
18066         instead of calling `mm-insert-inline', to decode text/* parts
18067         before displaying them.
18068
18069 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18070
18071         * mm-uu.el (mm-uu-text-plain-type): New variable.
18072         (mm-uu-pgp-signed-extract-1): Use it.
18073         (mm-uu-pgp-encrypted-extract-1): Use it.
18074         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
18075         bind mm-uu-text-plain-type with that value.
18076         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
18077         mm-uu-dissect.
18078
18079 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18080
18081         * gnus-group.el (gnus-update-group-mark-positions):
18082         * gnus-sum.el (gnus-update-summary-mark-positions):
18083         * message.el (message-check-news-body-syntax):
18084         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
18085         of string-as-multibyte.
18086
18087 2004-10-05  Juri Linkov  <juri@jurta.org>
18088
18089         * gnus-group.el (gnus-update-group-mark-positions):
18090         * gnus-sum.el (gnus-update-summary-mark-positions):
18091         * message.el (message-check-news-body-syntax):
18092         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
18093         8-bit unibyte values to a multibyte string for search functions.
18094
18095 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18096
18097         * mm-uu.el (mm-uu-dissect): Allow optional arg.
18098         (mm-uu-dissect-text-parts): New function.
18099
18100         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
18101         dissect text parts.
18102
18103         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
18104         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
18105
18106         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
18107
18108         * gnus-topic.el (gnus-topic-hierarchical-parameters):
18109         Use gnus-current-topics instead of gnus-current-topic.
18110
18111 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
18112
18113         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
18114
18115 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
18116
18117         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
18118         where approriate.
18119
18120         * nnml.el (nnml-generate-active-info): do.
18121
18122         * nndiary.el (nndiary-generate-active-info): do.
18123
18124         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
18125         (gnus-topic-move): do.
18126
18127         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
18128         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
18129
18130         * gnus-srvr.el (gnus-server-prepare)
18131         (gnus-server-open-all-servers): do.
18132
18133         * gnus-msg.el (gnus-summary-cancel-article)
18134         (gnus-summary-resend-message)
18135         (gnus-summary-mail-crosspost-complaint): do.
18136
18137         * gnus-move.el (gnus-change-server): do.
18138
18139         * gnus-group.el (gnus-group-unmark-all-groups)
18140         (gnus-group-set-current-level): do.
18141
18142 2004-10-04  Simon Josefsson  <jas@extundo.com>
18143
18144         * message.el (message-generate-hashcash): Doc fix.
18145
18146 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
18147
18148         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
18149         avoid infinite recursion via gnus-get-function.
18150
18151 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
18152
18153         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
18154
18155         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
18156
18157         * nnmail.el (nnmail-split-history): do.
18158
18159         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
18160         (nnml-request-delete-group): do.
18161
18162         * nnslashdot.el (nnslashdot-read-groups): do.
18163
18164         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
18165         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
18166
18167         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
18168         (nnspool-sift-nov-with-sed): Use last.
18169         (nnspool-retrieve-headers-with-nov): Use mapc.
18170         (nnspool-request-newgroups): Use dolist.
18171         (nnspool-request-group): Use last.
18172
18173         * nntp.el (nntp-read-server-type): Use dolist.
18174
18175         * nnvirtual.el (nnvirtual-create-mapping)
18176         (nnvirtual-update-read-and-marked): Use dolist.
18177         (nnvirtual-convert-headers): Simplify.
18178
18179 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18180
18181         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18182         Add support for sync'ing tick marks.
18183
18184 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18185
18186         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
18187         there's no visible header.
18188
18189 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18190
18191         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18192         When necessary, pass full group name to gnus-request-set-marks.
18193
18194 2004-10-01  Simon Josefsson  <jas@extundo.com>
18195
18196         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
18197         acroread.
18198
18199 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18200
18201         * spam-report.el (spam-report-gmane): Fix interactive.
18202
18203         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
18204
18205         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
18206         when writing file.
18207         (gnus-agent-synchronize-flags): Don't default to being
18208         interactive.
18209
18210 2004-09-30  Simon Josefsson  <jas@extundo.com>
18211
18212         * message.el (message-generate-hashcash): Add.
18213         (message-send-mail): Use it, call mail-add-payment.
18214
18215 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18216
18217         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
18218
18219 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
18220
18221         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
18222         gnus-requst-update-info with explicit code to sync the in-memory
18223         info read flags with the marks being sync'd to the backend.
18224
18225         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
18226
18227 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18228
18229         * spam.el (spam-verify-bogofilter): Add new function.
18230         (spam-check-bogofilter)
18231         (spam-bogofilter-register-with-bogofilter): Use it.
18232         (spam-verify-bogofilter): Add small fixes.
18233
18234 2004-09-28  Simon Josefsson  <jas@extundo.com>
18235
18236         * hashcash.el (hashcash-generate-payment): Revert.
18237
18238 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18239
18240         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18241         Use gnus-extract-references instead of gnus-split-references.
18242
18243         * gnus-util.el (gnus-extract-references): Add new function, analogous
18244         to gnus-split-references but extracts only the message-ID without
18245         anything extra.
18246
18247         * hashcash.el (hashcash-generate-payment)
18248         (hashcash-check-payment): Do the right thing if hashcash-path is
18249         nil (because the hashcash program could not be found).
18250
18251         * spam.el (spam-use-hashcash): Remove comment.
18252
18253 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
18254
18255         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
18256         (gnus-cache-enter-article, gnus-cache-remove-article)
18257         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
18258
18259         * gnus-async.el (gnus-async-prefetch-remove-group): do.
18260
18261         * gnus-art.el (article-hide-boring-headers)
18262         (article-translate-strings, article-display-face)
18263         (gnus-article-mime-match-handle-first)
18264         (gnus-article-highlight-headers)
18265         (gnus-article-add-buttons-to-head): do.
18266
18267 2004-09-27  Simon Josefsson  <jas@extundo.com>
18268
18269         * hashcash.el: New version, from
18270         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
18271         ../contrib/.
18272
18273 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18274
18275         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
18276
18277 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
18278
18279         * gnus-dup.el (gnus-dup-open): Use mapc.
18280         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
18281
18282         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
18283         Reported by Stefan Wiens <s.wi@gmx.net>.
18284
18285         * gnus.el (gnus-shutdown): Use dolist.
18286
18287         * gnus-undo.el (gnus-undo): Use mapc.
18288
18289         * nnrss.el (nnrss-generate-active): do.
18290
18291         * message.el (message-cite-original-without-signature)
18292         (message-cite-original): Use mapc.
18293         (message-do-actions, message-make-forward-subject): Use dolist.
18294
18295 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18296
18297         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
18298         deletion to remove entire duplicate line.  Fixes merged article
18299         number bug.
18300
18301 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18302
18303         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
18304         servers that are offline.  Avoids having gnus-agent-toggle-plugged
18305         first ask if you want to open a server and then, even when you
18306         responded with no, asking if you want to synchronize the server's
18307         flags.
18308         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
18309         multi-line expressions.
18310         (gnus-agent-synchronize-group-flags): New internal function.
18311         Updates marks in memory (in the info structure) AND in the
18312         backend.
18313
18314         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
18315
18316         * nnagent.el (nnagent-request-set-mark):
18317         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
18318         method, to ensure that synchronization updates marks in the
18319         backend and in the info (in memory) structure.
18320
18321 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18322
18323         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
18324         convention fully; don't miss the root article of a thread; make
18325         the X-Draft-From header with correct article numbers.
18326
18327 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
18328
18329         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
18330         unless plugged.  Disable the agent so that an open failure causes
18331         an error.
18332
18333         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
18334         Revert 2004-09-21 change.  The backend must be opened while
18335         synchronizing flags even when the backend stores the flags
18336         locally.
18337
18338 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
18339
18340         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
18341         in `header' match.  Reported by Svend Tollak Munkejord.
18342
18343         * message.el (message-cite-original): Fix use of
18344         `message-cite-articles-with-x-no-archive'.
18345
18346 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18347
18348         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
18349         (gnus-window-to-buffer): Ditto.
18350
18351         * mml.el (mml-preview-buffer): New variable.
18352         (mml-preview): Manage window layout with gnus-buffer-configuration.
18353
18354         * gnus-msg.el (gnus-setup-message): Put article numbers into the
18355         X-Draft-From header even if those articles aren't quoted.
18356
18357 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
18358
18359         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
18360         (gnus-request-set-mark, gnus-request-update-mark): Use new
18361         g-s-t-u-l-m to decide to use backend even when unplugged.
18362
18363 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18364
18365         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
18366         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
18367
18368 2004-09-20  Simon Josefsson  <jas@extundo.com>
18369
18370         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
18371         "utf-16-le".
18372
18373 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18374
18375         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
18376
18377 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18378
18379         * uudecode.el (uudecode-use-external): Add :version.
18380
18381         * smime.el (smime-CA-file, smime-encrypt-cipher)
18382         (smime-dns-server): Add :version.
18383
18384         * smiley.el (gnus-smiley-file-types): Add :version.
18385
18386         * sha1.el (sha1-use-external): Add :version.
18387
18388         * pgg-def.el (pgg-query-keyserver): Add :version.
18389
18390         * nnmail.el (nnmail-fancy-expiry-targets)
18391         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
18392         Add :version.
18393
18394         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
18395         (nnimap-retrieve-groups-asynchronous): Add :version.
18396         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
18397
18398         * mml.el (mml-content-disposition-parameters)
18399         (mml-insert-mime-headers-always): Add :version.
18400
18401         * mm-util.el (mm-coding-system-priorities): Add :version.
18402
18403         * mm-decode.el (mm-inline-text-html-with-images)
18404         (mm-keep-viewer-alive-types, mm-external-terminal-program)
18405         (mm-verify-option): Add :version.
18406         (mm-text-html-renderer): Change :version.
18407
18408         * message.el (message-fcc-externalize-attachments)
18409         (message-required-headers, message-draft-headers)
18410         (message-subject-trailing-was-query)
18411         (message-subject-trailing-was-ask-regexp)
18412         (message-subject-trailing-was-regexp, message-mark-insert-begin)
18413         (message-mark-insert-end, message-archive-header)
18414         (message-archive-note, message-cross-post-default)
18415         (message-cross-post-note, message-followup-to-note)
18416         (message-cross-post-note-function, message-use-mail-followup-to)
18417         (message-subscribed-address-functions)
18418         (message-subscribed-address-file, message-subscribed-addresses)
18419         (message-subscribed-regexps, message-allow-no-recipients)
18420         (message-yank-cited-prefix, message-signature-insert-empty-line)
18421         (message-hidden-headers, message-hierarchical-addresses)
18422         (message-mail-user-agent, message-use-idna)
18423         (message-valid-fqdn-regexp)
18424         (message-strip-special-text-properties, message-header-synonyms)
18425         (message-beginning-of-line, message-tab-body-function): Add :version.
18426         (message-insert-canlock, message-wide-reply-confirm-recipients):
18427         Change :version.
18428
18429         * mail-source.el (mail-source-ignore-errors): Add :group, :type
18430         and :version.
18431         (mail-source-delete-old-incoming-confirm)
18432         (mail-source-movemail-program): Add :version.
18433
18434         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
18435         (gnus-agent-cache, gnus-agent): Change :version.
18436
18437         * gnus-util.el (gnus-use-byte-compile): Change :version.
18438
18439         * gnus-sum.el (gnus-summary-make-false-root-always)
18440         (gnus-summary-default-high-score)
18441         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
18442         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
18443         (gnus-read-all-available-headers, gnus-article-emulate-mime)
18444         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
18445         (gnus-sum-thread-tree-single-indent)
18446         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
18447         (gnus-sum-thread-tree-leaf-with-other)
18448         (gnus-sum-thread-tree-single-leaf): Add :version.
18449         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
18450         (gnus-article-loose-mime): Change :version.
18451
18452         * gnus-start.el (gnus-backup-startup-file)
18453         (gnus-save-startup-file-via-temp-buffer): Add :version.
18454
18455         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18456         (gnus-server-offline-face): Add :version.
18457
18458         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18459
18460         * gnus-msg.el (gnus-gcc-externalize-attachments)
18461         (gnus-debug-files, gnus-debug-exclude-variables)
18462         (gnus-discouraged-post-methods): Change :version.
18463         (gnus-confirm-mail-reply-to-news)
18464         (gnus-confirm-treat-mail-like-news): Add :version.
18465
18466         * gnus-int.el (gnus-server-unopen-status): Add :version.
18467
18468         * gnus-group.el (gnus-group-jump-to-group-prompt)
18469         (gnus-large-ephemeral-newsgroup)
18470         (gnus-fetch-old-ephemeral-headers): Add :version.
18471
18472         * gnus-fun.el (gnus-x-face-directory)
18473         (gnus-convert-pbm-to-x-face-command)
18474         (gnus-convert-image-to-x-face-command)
18475         (gnus-convert-image-to-face-command): Add :version.
18476
18477         * gnus-delay.el (gnus-delay-default-hour): Add :version.
18478
18479         * gnus-cite.el (gnus-cite-blank-line-after-header)
18480         (gnus-article-boring-faces): Add :version.
18481
18482         * gnus-art.el (gnus-buttonized-mime-types)
18483         (gnus-inhibit-mime-unbuttonizing)
18484         (gnus-treat-display-face)
18485         (gnus-treat-body-boundary): Change :version.
18486         (gnus-body-boundary-delimiter, gnus-picon-databases)
18487         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
18488         (gnus-treat-date-english, gnus-treat-fold-headers)
18489         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18490         (gnus-treat-mail-picon, gnus-treat-wash-html)
18491         (gnus-article-encrypt-protocol)
18492         (gnus-use-idna, gnus-article-over-scroll)
18493         (gnus-mime-display-multipart-alternative-as-mixed)
18494         (gnus-mime-display-multipart-related-as-mixed)
18495         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18496         (gnus-ctan-url, gnus-button-ctan-handler)
18497         (gnus-button-handle-ctan-bogus-regexp)
18498         (gnus-button-ctan-directory-regexp)
18499         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18500         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18501         (gnus-button-man-level, gnus-button-emacs-level)
18502         (gnus-button-message-level, gnus-button-browse-level): Add :version.
18503
18504         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18505         (gnus-agent-go-online): Change :version.
18506         (gnus-agent-expire-unagentized-dirs)
18507         (gnus-agent-auto-agentize-methods): Add :version.
18508
18509         * flow-fill.el (fill-flowed-display-column)
18510         (fill-flowed-encode-column): Add :version.
18511
18512         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18513         (gnus-outlook-deuglify-unwrap-max)
18514         (gnus-outlook-deuglify-cite-marks)
18515         (gnus-outlook-deuglify-unwrap-stop-chars)
18516         (gnus-outlook-deuglify-no-wrap-chars)
18517         (gnus-outlook-deuglify-attrib-cut-regexp)
18518         (gnus-outlook-deuglify-attrib-verb-regexp)
18519         (gnus-outlook-deuglify-attrib-end-regexp)
18520         (gnus-outlook-display-hook): Add :version.
18521
18522         * binhex.el (binhex-use-external): Add :version.
18523
18524 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
18525
18526         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18527         and `invisible'.
18528
18529 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18530
18531         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18532         in gnus-registry-trim.
18533
18534 2004-09-13  Simon Josefsson  <jas@extundo.com>
18535
18536         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18537
18538         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18539
18540         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18541         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18542         <yamaoka@jpl.org>.
18543         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18544         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18545         <yamaoka@jpl.org>.
18546
18547         * sieve.el (sieve-manage-mode): Ditto.
18548
18549 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18550
18551         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18552
18553 2004-09-11  Simon Josefsson  <jas@extundo.com>
18554
18555         * dns-mode.el: Add.
18556
18557         * mm-view.el (mm-display-dns-inline): Add.
18558
18559         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18560         (mm-automatic-display): Ditto.
18561
18562         * mailcap.el (mailcap-mime-data): Add text/dns.
18563         (mailcap-mime-extensions): Map .soa to text/dns.
18564
18565 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18566
18567         * gnus-art.el (article-decode-mime-words, article-babel)
18568         (gnus-article-highlight-signature, gnus-article-add-buttons)
18569         (gnus-signature-toggle): Remove unnecessary bindings of
18570         `inhibit-read-only' inherited from v5.10 merge.
18571
18572 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18573
18574         * nntp.el (nntp): New customization group.
18575         (nntp-authinfo-file): Add customization group.
18576
18577         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18578
18579         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18580
18581         * gnus.el (to-address, to-list, subscribed)
18582         (large-newsgroup-initial): Ditto.
18583
18584         * flow-fill.el (fill-flowed-display-column)
18585         (fill-flowed-encode-column): Ditto.
18586
18587 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18588
18589         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18590         Use point-min rather than 1.
18591         (message-send-mail): Use buffer-size rather than point-max.
18592
18593         * gnus-sum.el (gnus-summary-search-article-forward):
18594         Signal a specific `search-failed' rather than a generic `error'.
18595
18596         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18597         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18598         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18599
18600 2004-09-10  Simon Josefsson  <jas@extundo.com>
18601
18602         * nndb.el (require): Remove tcp and duplicate cl.
18603
18604 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18605
18606         * gnus-agent.el (directory-files-and-attributes): Move forward.
18607
18608 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18609
18610         * gnus-agent.el (directory-files-and-attributes):
18611         Optionally defined to support XEmacs.
18612
18613 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18614
18615         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18616         to avoid run-time CL dependencies.
18617         (gnus-agent-unfetch-articles): New function.
18618         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18619         article numbers even when local .overview file is missing.
18620         (gnus-agent-read-article-number): New function.  Only accepts
18621         27-bit article numbers.
18622         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18623         Use gnus-agent-read-article-number.
18624         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18625         from backend while recognizing that article numbers in .overview
18626         must be valid.
18627         (gnus-agent-update-files-total-fetched-for):
18628         Use directory-files-and-attributes to improve performance.
18629         * gnus-int.el (gnus-request-move-article):
18630         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18631         improve performance.
18632
18633         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18634         some users confused by references to .newsrc when they only have a
18635         .newsrc.eld file.
18636         (gnus-convert-mark-converter-prompt)
18637         (gnus-convert-converter-needs-prompt): Fix use of property list.
18638         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18639         New function.  Used internally to only display 'gnus converting
18640         files' message when actually necessary.
18641
18642         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18643         methods now autoloaded.
18644
18645 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18646
18647         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18648         identifiers.
18649
18650 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18651
18652         * gnus-picon.el: Fix indentation and closing parenthesis.
18653
18654 2004-09-01  Simon Josefsson  <jas@extundo.com>
18655
18656         * message.el (message-canlock-generate): Require sha1, not
18657         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18658         to require within a function.  Sadly, if sha1.el isn't loaded, the
18659         let binding in m-c-g will hide the defcustom definition, which is
18660         bad.)
18661
18662         * canlock.el: Require sha1, not sha1-el.
18663
18664         * message.el: Don't autoload sha1 (there is a autoload cookie in
18665         sha1.el).
18666
18667         * sha1-el.el: Rename to sha1.el.
18668
18669 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18670
18671         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18672
18673 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18674
18675         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18676
18677 2004-08-30  Kim F. Storm  <storm@cua.dk>
18678
18679         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18680
18681         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18682         Add :group 'nnimap.
18683
18684 2004-08-30  Andreas Schwab  <schwab@suse.de>
18685
18686         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18687         ?* and ?\;.
18688
18689         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18690         and ?\' to symbol instead of whitespace.
18691
18692 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18693
18694         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18695
18696         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18697         instead of re-search-forward.
18698
18699         * gnus-uu.el (gnus-uu-save-article): Ditto.
18700         (gnus-uu-post-encode-uuencode): Ditto.
18701
18702         * html2text.el (html2text-clean-list-items): Ditto.
18703         (html2text-clean-dtdd): Ditto.
18704         (html2text-format-tags): Ditto.
18705
18706         * message.el (message-send-mail-with-sendmail): Fix regexp.
18707         (message-fill-field-general): Use search-forward instead of
18708         re-search-forward.
18709         (unbold-region): Ditto.
18710
18711         * nnrss.el (nnrss-request-article): Ditto.
18712
18713         * nnslashdot.el (nnslashdot-request-article): Ditto.
18714
18715         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18716
18717         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18718         "Unrecognized menu descriptor" error in XEmacs.
18719
18720 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18721
18722         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18723         parent article of a sparse article in the thread hashtb.
18724
18725 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18726
18727         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18728         (nnmail-expand-newtext): Lowercase expanded entries if
18729         nnmail-split-lowercase-expanded is non-nil.
18730
18731 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18732
18733         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18734
18735         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18736         of gnus-tmp-news-method into string under XEmacs.  It will be
18737         passed to gnus-correct-length which takes only a string argument.
18738
18739 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18740
18741         * gnus-util.el (gnus-bind-print-variables): New macro.
18742         (gnus-prin1): Use it.
18743         (gnus-prin1-to-string): Use it.
18744         (gnus-pp): New function.
18745         (gnus-pp-to-string): New function.
18746
18747         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18748         Replace pp-to-string with gnus-pp-to-string.
18749         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18750         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18751         * gnus-msg.el (gnus-debug): Ditto.
18752         * gnus-score.el (gnus-score-save): Ditto.
18753         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18754         gnus-pp-to-string.
18755         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18756         with gnus-pp.
18757         * score-mode.el (gnus-score-pretty-print): Ditto.
18758         * webmail.el (webmail-debug): Ditto.
18759
18760 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18761
18762         * gnus-art.el (article-display-face, article-display-x-face):
18763         Use buffer-read-only.
18764
18765 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18766
18767         * gnus-art.el (article-hide-list-identifiers):
18768         Bind inhibit-read-only as t.
18769
18770 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18771
18772         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18773
18774 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18775
18776         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18777         (gnus-narrow-to-page): Don't assume point-min == 1.
18778         (gnus-article-edit-mode): Derive from message-mode.
18779
18780         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18781         point-min == 1.
18782
18783         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18784         Disable incorrect use of `assert'.
18785
18786         * message.el (message-mode): Set comment-start-skip.
18787
18788
18789 2004-08-22  Sam Steingold  <sds@gnu.org>
18790
18791         * pop3.el (pop3-leave-mail-on-server): New user variable.
18792         (pop3-movemail): Delete mail only when it is nil.
18793
18794 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18795
18796         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18797
18798         * mml.el (mml-preview): Use `pop-to-buffer'.
18799
18800         * message.el (message-goto-mail-followup-to): Insert after "To".
18801         (message-carefully-insert-headers): Add comment.
18802
18803         * gnus.el: Remove unused variable `gnus-article-check-size'.
18804
18805         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18806
18807         * gnus-art.el (gnus-button-alist):
18808         Improve `gnus-button-handle-library' entry.
18809
18810 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18811
18812         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18813         Use downcase, since XEmacs capitalizes error messages differently.
18814
18815 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18816
18817         * nntp.el: Add (require 'gnus) due to reference to
18818         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18819
18820 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18821
18822         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18823         Bind `mm-fill-flowed'.
18824
18825         * mm-decode.el (mm-dissect-singlepart): Check it.
18826
18827 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18828
18829         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18830         'imap' for netrc parsing.
18831
18832 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18833
18834         * mailcap.el (mailcap-mime-data): Mark as risky.
18835
18836 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18837
18838         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18839         may be included in the encoded word.
18840         (rfc2047-encode): Don't append a space if the encoded word
18841         includes close parenthesis.
18842
18843 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18844
18845         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18846         of text within parentheses.
18847
18848 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18849
18850         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18851         (gnus-encrypt-write-file-contents): Make the password key the file
18852         name PLUS the cipher, not just the cipher.  Also remove failed
18853         passwords from the cache.
18854
18855 2004-08-06  Simon Josefsson  <jas@extundo.com>
18856
18857         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18858         Doc fix.
18859
18860 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18861
18862         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18863         LWSP.
18864
18865 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18866
18867         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18868         Try to append in-reply-to: data to the references: header.
18869
18870         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18871         (netrc-parse): Use gnus-encrypt.el functions.
18872
18873         * gnus-encrypt.el: Add new file for encryption support; currently
18874         does only a few GPG ciphers and an internal XOR cipher.
18875
18876         * password.el: Add comments on using password-read-and-add.
18877         (password-read-and-add): Add function to read and add the
18878         password to the cache at once.
18879
18880 2004-07-28  Simon Josefsson  <jas@extundo.com>
18881
18882         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18883         parameter (but don't use it, for now).
18884
18885         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18886         instead of hard coding to nil.
18887
18888 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18889
18890         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18891         as mm-inline-image-xemacs does.
18892
18893 2004-07-26  Simon Josefsson  <jas@extundo.com>
18894
18895         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18896         Revert part of 2004-07-17 change below.
18897
18898 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18899
18900         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18901         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18902
18903 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18904
18905         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18906         quotes that actually start with ">" at the beginning of the
18907         lines.
18908
18909 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18910
18911         * rfc2047.el (rfc2047-encode-region): Fix last change.
18912         (rfc2047-encode-parameter): Remove useless concat.
18913
18914 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18915
18916         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18917         encode special characters; fix some kind of misconfigured headers;
18918         signal a real error if debug-on-quit or debug-on-error is non-nil.
18919         (rfc2047-encode-max-chars): New variable.
18920         (rfc2047-encode-1): Use it.
18921         (rfc2047-encode-parameter): New function.
18922
18923         * mml.el (mml-insert-parameter): Remove an excessive space.
18924
18925 2004-07-17  Simon Josefsson  <jas@extundo.com>
18926
18927         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18928         Kai Grossjohann <kai@emptydomain.de>.
18929         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18930         (gnus-group-make-menu-bar): Ditto.
18931
18932         * gnus-util.el (gnus-group-server): Add.
18933
18934 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18935
18936         * message.el (message-clone-locals): Clone sendmail and smtp
18937         variables.
18938
18939 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18940
18941         * rfc2047.el (rfc2047-encode-region): Fix last change.
18942
18943 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18944
18945         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18946         characters as non-special.
18947
18948 2004-07-09  Simon Josefsson  <jas@extundo.com>
18949
18950         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18951         Users will lose all flag changes made while unplugged with
18952         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18953         good default.  See numerous reports on ding mailing list.
18954
18955 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18956
18957         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18958         add generate-head-function and generate-article-function to the
18959         rfc822-forward entry.
18960         (nndoc-rfc822-forward-generate-article): New function.
18961         (nndoc-rfc822-forward-generate-head): New function.
18962
18963         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18964
18965 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18966
18967         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18968         respect display group parameter and gnus-summary-expunge-below.
18969         (gnus-articles-to-read): Remove unused reference to display group
18970         parameter.
18971
18972 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18973
18974         * nnheader.el (nnheader-uniquify-message-id): New experimental
18975         variable.
18976         (nnheader-nov-read-message-id): Use it.
18977
18978         * spam-report.el (spam-report-gmane): Add interactive.
18979
18980 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18981
18982         * mm-encode.el (mm-content-transfer-encoding-defaults):
18983         Use qp-or-base64 for the application/* types.
18984
18985 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18986
18987         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18988
18989 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18990
18991         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18992         trim value.
18993
18994 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18995
18996         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18997         New macro and function.
18998         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18999
19000 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19001
19002         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
19003         after-load-alist.
19004
19005 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19006
19007         * gnus-group.el (gnus-group-get-new-news-this-group):
19008         Don't update info that isn't there.
19009
19010 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
19011
19012         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
19013         entry.
19014
19015 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19016
19017         * mm-view.el (mm-inline-render-with-function): Use multibyte
19018         buffer; decode html source by charset.
19019
19020         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
19021
19022         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
19023         Mule-UCS is loaded under XEmacs.
19024         (mm-mime-mule-charset-alist): Avoid duplicated entries.
19025
19026 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
19027
19028         * nnheader.el (nnheader-max-head-length): Increase to 8192.
19029
19030 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19031
19032         * mm-util.el (mm-coding-system-p): Return a coding-system.
19033         (mm-mime-mule-charset-alist): Use shift_jis instead of
19034         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
19035         entries for the mime charsets iso-2022-jp-3 and shift_jis.
19036         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
19037         instead of japanese-shift-jis and iso-latin-1 respectively in
19038         order to share the default value with both Emacs and XEmacs-mule.
19039         (mm-mule-charset-to-mime-charset):
19040         Make mm-coding-system-priorities effective.
19041         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
19042         while predicating of candidates upon the priorities.
19043
19044 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
19045
19046         * gnus-sum.el (gnus-summary-make-menu-bar):
19047         Add gnus-uu-invert-processable.
19048
19049         * gnus.el: Autoload gnus-uu-invert-processable.
19050
19051 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19052
19053         * mm-util.el (mm-with-multibyte-buffer): New macro.
19054
19055         * rfc2047.el (rfc2047-encode-string): Use it.
19056         (rfc2047-encode-region): Move point to the end of the region after
19057         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
19058
19059 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19060
19061         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
19062         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
19063
19064 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19065
19066         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
19067         (gnus-cite-parse): Ignore quoted envelope From_.
19068         Suggested by Karl Chen <quarl@nospam.quarl.org>.
19069
19070 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
19071
19072         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
19073         invalid addresses.
19074
19075 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
19076
19077         * spam.el: Change section markers, revise TODO list.
19078         (spam-backends): Make new master list of all installed backends.
19079         (spam-summary-exit-behavior): Add new variable to determine how
19080         messages moves are done at summary exit.
19081         (spam-move-spam-nonspam-groups-only)
19082         (spam-process-ham-in-nonham-groups)
19083         (spam-process-ham-in-spam-groups): Remove variables, the
19084         spam-summary-exit-behavior variable should be used to manage this
19085         behavior.
19086         (spam-old-ham-articles, spam-old-spam-articles): Remove.
19087         (spam-old-articles): Add variable, replacing spam-old-ham-articles
19088         and spam-old-spam-articles.
19089         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
19090         Add empty variables, placeholders for the backends they represent.
19091         (spam-set-difference): Move, unchanged.
19092         (spam-list-of-processors): Declare OBSOLETE, not used anymore
19093         unless the user has a processor variable.
19094         (spam-classifications, spam-classification-valid-p)
19095         (spam-backend-properties, spam-backend-property-valid-p)
19096         (spam-backend-function-type-valid-p)
19097         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
19098         (spam-report-articles-gmane, spam-report-articles-resend):
19099         Remove functions, they are not needed.
19100         (spam-install-backend-super, spam-backend-list)
19101         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
19102         (spam-backend-function, spam-backend-ham-registration-function)
19103         (spam-backend-spam-registration-function)
19104         (spam-backend-ham-unregistration-function)
19105         (spam-backend-spam-unregistration-function)
19106         (spam-backend-statistical-p, spam-backend-mover-p)
19107         (spam-install-backend-alias, spam-install-checkonly-backend)
19108         (spam-install-mover-backend, spam-install-nocheck-backend)
19109         (spam-install-backend, spam-install-statistical-backend)
19110         (spam-install-statistical-checkonly-backend): Add backend installation
19111         support.
19112         (spam-summary-prepare-exit): Rewrite to use the new backend code.
19113         (spam-group-processor-p): Use the new backend code and respect the
19114         summary exit behavior.
19115         (spam-mark-spam-as-expired-and-move-routine): Remove.
19116         (spam-summary-prepare): Change to use the new spam-old-articles
19117         variable.
19118         (spam-copy-or-move-routine, spam-copy-spam-routine)
19119         (spam-move-spam-routine, spam-copy-ham-routine)
19120         (spam-move-ham-routine): Add code to copy/move ham or spam.
19121         (spam-fetch-field-fast): Improve doc and code, plus allow the
19122         'number request.
19123         (spam-list-of-checks, spam-list-of-statistical-checks):
19124         Remove variables.
19125         (spam-split, spam-find-spam): Use the new backend code.
19126         (spam-registration-functions): Remove variable.
19127         (spam-unregister-routine): Add convenience wrapper.
19128         (spam-log-undo-registration, spam-register-routine)
19129         (spam-log-processing-to-registry)
19130         (spam-log-unregistration-needed-p): Rename "check" to "backend"
19131         where possible.
19132         (spam-check-gmane-xref, spam-check-regex-headers)
19133         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
19134         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
19135         (spam-check-bogofilter-headers, spam-check-spamoracle)
19136         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
19137         (spam-check-crm114-headers): Use the spam-split-group that
19138         spam-split prepares, no need to determine it every time.
19139
19140         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
19141         to the nnheader-parse-naked-head call.
19142
19143         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
19144
19145         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
19146         the nnheader-nov-read-message-id call.
19147
19148 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19149
19150         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
19151         gnus-activate-group twice.  Suggested by Markus Peter
19152         <warp@spin.de>.
19153
19154 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19155
19156         * gnus-art.el (gnus-article-time-format): Exchange the order of
19157         day and month in the default value; fix customization type.
19158         (article-date-ut): Use add-text-properties.
19159         (article-make-date-line): Use message-make-date instead of
19160         current-time-string.
19161
19162         * message.el (message-fetch-field): Don't use set-text-properties.
19163         (message-make-date): Simplify.
19164
19165         * messagexmas.el (message-xmas-make-date): New function.
19166         (message-xmas-redefine): Defalias message-make-date to it.
19167
19168 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19169
19170         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
19171         (rfc2047-encode-region): Treat text within parentheses as special;
19172         show the original text when error has occurred.
19173
19174         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
19175         already-computed method to gnus-activate-group.
19176
19177         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
19178         same select-methods identical Lisp objects.
19179
19180         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
19181         object when modifying the info.
19182
19183 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19184
19185         * gnus-srvr.el (gnus-server-set-info): Remove the server from
19186         gnus-opened-servers since it has never been opened with the new
19187         configuration yet.
19188
19189 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19190
19191         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
19192         arg to nnheader-generate-fake-message-id.
19193
19194 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
19195
19196         * nnheader.el (nnheader-generate-fake-message-id): Accept a
19197         number and build a fake message ID localized to a group and
19198         article number (so it's repeatable from that point on).
19199         (nnheader-fake-message-id-p): Change regex to accomodate new fake
19200         ID format.
19201
19202         * gnus-sum.el (gnus-get-newsgroup-headers):
19203         Call nnheader-generate-fake-message-id with the article number.
19204
19205 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
19206
19207         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
19208         end-of-buffer.
19209
19210 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19211
19212         * message.el (message-ignored-supersedes-headers): Add Approved.
19213
19214 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19215
19216         * rfc2047.el (rfc2047-encode-message-header): Remove useless
19217         goto-char.
19218         (rfc2047-encode): Fold the line before encoding.
19219
19220 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19221
19222         * rfc2047.el (rfc2047-encode-message-header): Disabled header
19223         folding -- not all headers can be folded, and this should be done
19224         by the message composition mode.  Probably.  I think.
19225
19226 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19227
19228         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
19229         fast.
19230
19231         * gnus-ems.el (gnus-remove-image): Don't use
19232         message-text-with-property; remove only the image found first.
19233
19234         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
19235         found first.
19236
19237 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
19238
19239         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
19240
19241 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19242
19243         * message.el (message-text-with-property): Make it fast and accept
19244         optional arguments.
19245         (message-strip-forbidden-properties): Use it.
19246         (message-fix-before-sending): Follow the m-t-w-p change.
19247
19248         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
19249
19250 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19251
19252         * gnus-art.el (article-hide-headers): Don't change the buffer
19253         mistakenly when performing mml-preview even if
19254         gnus-single-article-buffer is nil.
19255
19256 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
19257
19258         * message.el (message-expand-name-databases): New user option.
19259         (message-expand-name): Use it.
19260
19261 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
19262
19263         * spam.el (spam-report-articles-resend)
19264         (spam-report-resend-register-routine): Allow ham reporting.
19265         (spam-report-resend-register-ham-routine): Add wrapper.
19266         (spam-registration-functions): Add ham resending functions.
19267         (spam-list-of-processors): Add ham resend processor.
19268
19269         * gnus.el (ham-resend-to): Add new group parameter.
19270         (spam-process): Add ham resend option.
19271
19272         * spam-report.el (spam-report-resend): Allow reporting ham.
19273         (spam-report-resend-ham): Add wrapper.
19274
19275 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19276
19277         * message.el (message-cite-articles-with-x-no-archive):
19278         New variable.
19279         (message-cite-original): Use it.
19280
19281 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19282
19283         * message.el (message-cite-original): Respect X-No-Archive.
19284
19285 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19286
19287         * gnus-art.el (article-hide-headers): Refer to the values for
19288         gnus-ignored-headers and gnus-visible-headers in the summary
19289         buffer since a user may have set them as group parameters.
19290
19291 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
19292
19293         * assistant.el (assistant-node-name): Add convenience function.
19294         (assistant-render-text, assistant-render-node): Add error handling,
19295         plus handle multiple next nodes.
19296         (assistant-find-next-node): Comment out for now.
19297         (assistant-find-next-nodes): Add function, returns list of next
19298         nodes.
19299
19300 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
19301
19302         * mail-source.el (mail-source-directory): Fix doc-string.
19303
19304 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
19305
19306         * assistant.el (assistant-render-text, assistant-eval): Add :set
19307         widget type, which is different because it takes and returns a
19308         list.  Much hilarity ensues.
19309
19310 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
19311
19312         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
19313
19314         * gnus-group.el (gnus-group-get-new-news-this-group):
19315         Add doc-string.
19316
19317         * gnus-start.el (gnus-activate-group): Add doc-string.
19318
19319 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19320
19321         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
19322
19323 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
19324
19325         * assistant.el (assistant-render-text): Try to add a :set
19326         widget, more to come.
19327
19328         * spam.el (spam-group-spam-contents-p): Handle empty groupname
19329         strings.
19330         (spam-report-articles-resend)
19331         (spam-register-routine): Do registration iff any articles warrant
19332         it.
19333         (spam-summary-prepare-exit): Change log message for nil group
19334         destinations.
19335
19336 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
19337
19338         * spam.el (spam-report-resend-register-routine):
19339         Allow spam-report-resend-to to be a group parameter or a global value.
19340
19341 2004-05-26  Simon Josefsson  <jas@extundo.com>
19342
19343         * starttls.el: Merge with my GNUTLS based starttls.el.
19344         (starttls-gnutls-program, starttls-use-gnutls)
19345         (starttls-extra-arguments, starttls-process-connection-type)
19346         (starttls-connect, starttls-failure, starttls-success):
19347         New variables.
19348         (starttls-program, starttls-extra-args): Doc fix.
19349         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
19350         New functions.
19351         (starttls-negotiate, starttls-open-stream):
19352         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
19353         function if it is set.
19354
19355 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19356
19357         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
19358         structured fields.
19359
19360 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19361
19362         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
19363
19364 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
19365
19366         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19367         Add variable.
19368         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
19369         assigning the spam-mark to new messages.
19370
19371 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
19372
19373         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
19374
19375 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19376
19377         * dgnushack.el: Autoload customize-set-variable for XEmacs.
19378
19379         * rfc2047.el (rfc2047-encodable-p): Don't move point.
19380         (rfc2047-decode): Treat the ascii coding-system as raw-text by
19381         default.
19382
19383 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
19384
19385         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
19386         correct data.
19387
19388 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
19389
19390         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
19391         (spam-group-processor-p): Fix function.
19392         (spam-group-processor-multiple-p)
19393         (spam-group-spam-processor-report-gmane-p)
19394         (spam-group-spam-processor-report-resend-p)
19395         (spam-group-spam-processor-bogofilter-p)
19396         (spam-group-spam-processor-blacklist-p)
19397         (spam-group-spam-processor-ifile-p)
19398         (spam-group-ham-processor-ifile-p)
19399         (spam-group-spam-processor-spamoracle-p)
19400         (spam-group-spam-processor-crm114-p)
19401         (spam-group-ham-processor-bogofilter-p)
19402         (spam-group-spam-processor-stat-p)
19403         (spam-group-ham-processor-stat-p)
19404         (spam-group-ham-processor-whitelist-p)
19405         (spam-group-ham-processor-BBDB-p)
19406         (spam-group-ham-processor-spamoracle-p)
19407         (spam-group-ham-processor-copy-p): Remove functions with some
19408         prejudice against unneeded code.
19409         (spam-report-articles-resend)
19410         (spam-report-resend-register-routine): Allow the group/topic
19411         spam-resend-to value to override spam-report-resend-to.
19412         (spam-summary-prepare-exit): Invoke spam-group-processor-p
19413         properly now.
19414
19415         * gnus.el (spam-resend-to): Add group/topic parameter.
19416         (spam-process): Move the OBSOLETE processors to the end of the
19417         choices.
19418
19419 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
19420
19421         * spam-report.el (spam-report-resend-to, spam-report-resend):
19422         Start with resend-to set to nil, and then ask the user if necessary.
19423         (spam-report-resend): spam-report-resend takes a list of articles, not
19424         separate article numbers.
19425
19426 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19427
19428         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
19429         addition to emacs-w3m.
19430
19431 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19432
19433         * assistant.el (assistant-authinfo-data): New function.
19434         (assistant-eval): Eval for entire assistant.
19435
19436         * netrc.el (netrc-services-file): New variable.
19437         (netrc-parse-services): New function.
19438         (netrc-find-service-name): New function.
19439         (netrc-find-service-number): New function.
19440         (netrc-port-equal): New function.
19441         (netrc-machine): Use it.
19442
19443         * nnimap.el (nnimap-open-connection): Use netrc.
19444
19445         * gnus-util.el (gnus-netrc-get): Remove aliases.
19446
19447         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
19448
19449         * assistant.el (wid-edit): Fix compilation.
19450
19451         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
19452
19453 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
19454
19455         * gnus-util.el (gnus-set-file-modes): New function.  (small
19456         patch).
19457
19458 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19459
19460         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
19461
19462         * assistant.el (assistant-render-node): Fix up rendering and
19463         read-only text.
19464         (assistant-render-node): Reset.
19465         (assistant-make-read-only): Not sticky.
19466
19467 2004-05-20  Danny Siu  <dsiu@adobe.com>
19468
19469         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19470         centered even when gnus-auto-center-summary is t.
19471
19472 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19473
19474         * dns.el (dns-get-txt-answer): New function.
19475         (dns-read-txt): Ditto.
19476         (query-dns): Use it.
19477
19478 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19479
19480         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
19481         active for foreign groups even if the group level is higher than
19482         the specified value.
19483
19484 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19485
19486         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
19487         non-active groups.
19488
19489         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
19490
19491 2004-05-20  Magnus Henoch  <mange@freemail.hu>
19492
19493         * dns.el (dns-read-type): Add support for SVR.  (small patch)
19494
19495 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
19496
19497         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19498         (spam-crm114-header, spam-crm114-spam-switch)
19499         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19500         (spam-crm114-positive-spam-header)
19501         (spam-crm114-database-directory, spam-list-of-processors)
19502         (spam-group-spam-processor-crm114-p)
19503         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19504         (spam-generic-score, spam-list-of-checks)
19505         (spam-list-of-statistical-checks, spam-registration-functions)
19506         (spam-check-crm114-headers, spam-crm114-score)
19507         (spam-check-crm114, spam-crm114-register-with-crm114)
19508         (spam-crm114-register-spam-routine)
19509         (spam-crm114-unregister-spam-routine)
19510         (spam-crm114-register-ham-routine)
19511         (spam-crm114-unregister-ham-routine): Add CRM114 support.
19512         From asjo@koldfront.dk (Adam Sjøgren).
19513
19514         * gnus.el: Add spam-use-crm114.
19515
19516         * spam.el (spam-list-of-processors, spam-registration-functions):
19517         Add spam-use-resend.
19518         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19519         (spam-report-articles-gmane): Add doc fix.
19520         (spam-report-articles-resend, spam-report-resend-register-routine):
19521         Add wrappers around spam-report-resend-to.
19522
19523         * spam-report.el (spam-report-resend-to, spam-report-resend):
19524         Add support for resending spam.
19525         (spam-report-gmane): Fix line length >80.
19526
19527         * gnus.el (spam-process): Add spam-use-resend.
19528
19529 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19530
19531         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19532         number of processed spam messages.
19533         (spam-ham-copy-or-move-routine): Return the number of processed
19534         ham messages.
19535         (spam-summary-prepare-exit): Use the above values to decide
19536         whether status messages shouled be displayed.
19537
19538 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19539
19540         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19541         `rfc2047-encoding-function-alist' in order to avoid conflicting
19542         with the old version.
19543         (rfc2047-encode-region): Concatenate words containing non-ASCII
19544         characters in structured fields; don't encode space-delimited
19545         ASCII words even in unstructured fields; don't break words at
19546         char-category boundaries.
19547         (rfc2047-encode-1): New function.
19548         (rfc2047-encode): Use it; encode text so that it occupies the
19549         maximum width within 76-column; work correctly on Q encoding for
19550         iso-2022-* charsets.
19551         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19552         sure not to break a line just after the header name.
19553         (rfc2047-b-encode-region): Remove.
19554         (rfc2047-b-encode-string): New function.
19555         (rfc2047-q-encode-region): Remove.
19556         (rfc2047-q-encode-string): New function.
19557
19558         * mm-util.el (mm-replace-in-string): New function.
19559
19560 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19561
19562         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19563         Really get it right.
19564         (gnus-inews-make-draft): Really.
19565
19566 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19567
19568         * nnmh.el (nnmh-request-list-1): Don't check the link count
19569         before descending.  (small patch)
19570
19571 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19572
19573         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19574         stuff.
19575
19576         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19577         Match on real group name.
19578
19579         * gnus-art.el (gnus-signature-limit): Doc fix.
19580
19581         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19582
19583         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
19584
19585 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
19586
19587         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
19588         isn't a string.
19589
19590 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19591
19592         * gnus-draft.el (gnus-draft-send):
19593         Bind rfc2047-encode-encoded-words.
19594
19595         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19596         (rfc2047-encodable-p): Say that =? needs encoding.
19597         (rfc2047-encode-encoded-words): New variable.
19598
19599         * gnus-group.el (gnus-group-select-group): Doc fix.
19600
19601         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19602
19603         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19604         to nil.
19605
19606         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19607
19608         * nnheader.el (nnheader-get-lines-and-char): New function.
19609
19610 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19611
19612         * gnus-msg.el (gnus-summary-followup-with-original):
19613         Document yanking of region when active.
19614
19615 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19616
19617         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19618         groups if the group level is higher than the specified value.
19619
19620 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19621
19622         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19623         (gnus-group-jump-to-group): Add prefix argument using
19624         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19625         non-active group.
19626
19627         * compface.el (uncompface): Be verbose when changing
19628         `uncompface-use-external'.
19629
19630         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19631         handle manual section.
19632
19633 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19634
19635         * gnus-art.el (gnus-button-alist): Revert previous change.
19636
19637 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19638
19639         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19640
19641 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19642
19643         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19644         whether backend can accept message.
19645
19646         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19647
19648 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19649
19650         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19651         Avoid creating directory when nntp-marks-is-evil is true.
19652         Reported by Reiner Steib.
19653
19654 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19655
19656         * gnus-picon.el (gnus-picon-style): New variable.
19657         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19658         (gnus-picon-transform-address): Support `gnus-picon-style'.
19659         From Jesper Harder <harder@ifa.au.dk>.
19660
19661 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19662
19663         * message.el (message-fill-field): Return point.
19664         (message-generate-headers): Go to end of field.
19665
19666         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19667         stuff for non-living groups.
19668
19669 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19670
19671         * gnus-art.el (gnus-article-followup-with-original)
19672         (gnus-article-reply-with-original): gnus-mark-active-p ->
19673         gnus-region-active-p.
19674
19675 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19676
19677         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19678         only when there is spam or ham to be processed.
19679
19680 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19681
19682         * mail-source.el (mail-source-delete-crash-box): Refactor.
19683         (mail-source-fetch): Use it.
19684         (mail-source-fetch-file): Ditto.
19685         (mail-source-fetch-directory): Run postscript in loop.
19686         (mail-source-fetch-pop): Delete.
19687         (mail-source-fetch-maildir): Ditto.
19688         (mail-source-fetch-imap): Ditto.
19689
19690         * imap.el (imap-authenticators): Comment out sasl.
19691
19692         * message.el (message-skip-to-next-address): New function.
19693         (message-fill-header-address): Refactor.
19694         (message-fill-address): Use it.
19695         (message-delete-address): Use it.
19696         (message-fill-header-general): Refactor.
19697         (message-fill-field-address): Rename.
19698         (message-narrow-to-field): Find the start of the header.
19699         (message-header-format-alist): Don't pre-fill.
19700         (message-fill-header): Remove.
19701         (message-insert-header): New function.
19702         (message-shorten-references): Use it.
19703
19704         * rfc2047.el (rfc2047-field-value): Strip props.
19705
19706         * mail-parse.el (mail-header-make-address): New alias.
19707
19708         * ietf-drums.el (ietf-drums-make-address): New function.
19709
19710         * imap.el: Add compiler directives.
19711
19712         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19713
19714         * gnus-art.el (article-decode-idna-rhs): Don't use
19715         message-idna-inside-rhs-p.
19716
19717 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19718
19719         * message.el (message-idna-inside-rhs-p): Remove.
19720         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19721
19722         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19723         false positives.
19724
19725 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19726
19727         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19728
19729 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19730
19731         * nneething.el (nneething-file-name): Don't create spurious
19732         files.
19733
19734         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19735         (gnus-inews-do-gcc): Remove sleep.
19736
19737         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19738         part under point.
19739
19740         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19741         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19742
19743 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19744
19745         * spam.el (spam-summary-prepare-exit): Fix (length).
19746
19747 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19748
19749         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19750         as expired without moving it" message when there are spam
19751         messages left.
19752
19753 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19754
19755         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19756         header is not nil.
19757
19758 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19759
19760         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19761         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19762         (nntp-marks-changed-p): New arg SERVER.
19763         (nntp-request-update-info): Adjust caller.
19764
19765 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19766
19767         * nntp.el (nntp-save-marks): Pass missing arg.
19768
19769 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19770
19771         * nntp.el: Support marks.
19772         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19773         (nntp-marks-modtime, nntp-marks-directory): New variables.
19774         (nntp-request-set-mark, nntp-request-update-info)
19775         (nntp-possibly-create-directory, nntp-marks-changed-p)
19776         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19777         New functions.
19778
19779 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19780
19781         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19782         (gnus-xmas-redefine): Rename.
19783
19784         * gnus-score.el (gnus-score-insert-help):
19785         Use gnus-select-lowest-window.
19786
19787         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19788         appt-select-lowest-window and rename to gnus-select-lowest-window.
19789
19790         * gnus.el: do.
19791
19792 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19793
19794         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19795         encodings of MIME-encoded words, in order to improve
19796         interoperability with several broken MUAs.
19797
19798 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19799
19800         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19801         tags, only when charsets are not specified in headers.
19802         (mm-inline-text-html-render-with-w3m): Ditto.
19803
19804         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19805         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19806
19807 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19808
19809         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19810         instead of MIME-decoded from fields when checking
19811         `gnus-article-address-banner-alist'.
19812
19813 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19814
19815         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19816         description rather than subject.
19817
19818 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19819
19820         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19821
19822 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19823
19824         * gnus.el (gnus-version-number): Bump.
19825
19826 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19827
19828         * gnus.el: No Gnus v0.2 is released.
19829
19830 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19831
19832         * gnus-agent.el (gnus-agent-read-agentview):
19833         Inline gnus-uncompress-range.
19834
19835 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19836
19837         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19838         `exec-installed-p'.
19839
19840 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19841
19842         * gnus.el (spam-process, spam-autodetect-methods):
19843         Add bsfilter and bsfilter-headers.
19844
19845         * spam.el (spam-bsfilter): New customize group.
19846         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19847         (spam-bsfilter-header, spam-bsfilter-probability-header)
19848         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19849         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19850         (spam-bsfilter-database-directory): New options.
19851         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19852         (spam-list-of-statistical-checks, spam-registration-functions):
19853         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19854         (spam-bsfilter-score): New command.
19855         (spam-check-bsfilter-headers, spam-check-bsfilter)
19856         (spam-bsfilter-register-with-bsfilter)
19857         (spam-bsfilter-register-spam-routine)
19858         (spam-bsfilter-unregister-spam-routine)
19859         (spam-bsfilter-register-ham-routine)
19860         (spam-bsfilter-unregister-ham-routine): New functions.
19861         (spam-generic-score): Support bsfilter; Accept an optional argument
19862         to recalcurate spam score even if scoring header has already been
19863         added.
19864         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19865         optional argument to recalcurate spam score even if scoring header
19866         has already been added.
19867
19868 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19869
19870         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19871         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19872         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19873         link is missing.
19874
19875 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19876
19877         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19878         (html2text-get-attr): Rewrite.
19879
19880         * message.el (message-setup-1): Remove redundant put-text-property
19881         on mail-header-separator.
19882
19883 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19884
19885         * gnus-registry.el (gnus-registry-cache-whitespace)
19886         (gnus-registry-action, gnus-registry-spool-action)
19887         (gnus-registry-split-fancy-with-parent): Change message levels
19888         from 5 to 3 or 7, as needed.
19889
19890         * spam.el (spam-summary-prepare-exit)
19891         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19892         (spam-split, spam-find-spam, spam-log-undo-registration)
19893         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19894         level from 5 to 6.
19895
19896 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19897
19898         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19899         2004-03-04 change).
19900
19901 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19902
19903         * sieve-manage.el (sieve-manage-open):
19904         * nnweb.el (nnweb-insert-html):
19905         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19906         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19907         * nnspool.el (nnspool-request-group):
19908         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19909         * nnml.el (nnml-request-update-info):
19910         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19911         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19912         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19913         (nnimap-request-set-mark):
19914         * nnfolder.el (nnfolder-request-update-info):
19915         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19916         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19917         * gnus-uu.el (gnus-uu-find-articles-matching):
19918         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19919         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19920         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19921         * gnus-nocem.el (gnus-nocem-scan-groups):
19922         * gnus-int.el (gnus-start-news-server):
19923         * gnus-group.el (gnus-group-make-kiboze-group)
19924         (gnus-group-browse-foreign-server):
19925         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19926         Use mapc when appropriate.
19927
19928 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19929
19930         FIXME: Make separate entries for each person.
19931
19932         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19933         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19934         <shields@msrl.com>:
19935
19936         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19937         may need for spam sorting and scoring.
19938         (spam-user-format-function-S): Add user format function suitable for
19939         general use.
19940         (spam-article-sort-by-spam-status): Add sorting function for summary
19941         sorting.
19942         (spam-extra-header-to-number): Add function to get a score from a
19943         header.
19944         (spam-summary-score): Add function to get a numeric score from the
19945         headers.
19946         (spam-generic-score): Fix function doc, was in wrong place.
19947         (spam-initialize): Take symbols when it's run, and install the
19948         extra headers that spam-necessary-extra-headers thinks we need.
19949
19950 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19951
19952         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19953         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19954
19955 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19956
19957         * gnus-sum.el (gnus-set-global-variables)
19958         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19959         (gnus-article-get-xrefs, gnus-summary-best-group)
19960         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19961         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19962         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19963         Use with-current-buffer.
19964
19965 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19966
19967         * spam.el (spam-summary-prepare-exit): Simplify logic.
19968         (spam-fetch-article-header): Read the article header if it's not
19969         available.
19970         (spam-list-articles): Simplify logic.
19971         (spam-filelist-register-routine): Fix bug with unregister-list.
19972
19973         * gnus-registry.el: Fix comments at beginning.
19974
19975 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19976
19977         * message.el (message-cater-to-broken-inn): Remove.
19978         (message-shorten-references): Make sure the total folded length of
19979         References is shorter than 998 characters to cater to a bug in INN
19980         2.3.  Also, don't pretend that references aren't folded -- this
19981         hasn't worked for a while.
19982
19983 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19984
19985         * gnus-agent.el (gnus-agentize):
19986         gnus-agent-send-mail-real-function no longer set to current value
19987         of message-send-mail-function but rather a lambda that calls
19988         message-send-mail-function.  The change makes the agent real-time
19989         responsive to user changes to message-send-mail-function.
19990
19991 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19992
19993         * legacy-gnus-agent.el
19994         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19995         help from Florian Weimer <fw@deneb.enyo.de>
19996
19997 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19998
19999         * nnmail.el (nnmail-cache-insert): Revert last change.
20000
20001 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20002
20003         * nnmail.el (nnmail-cache-insert): Always check whether
20004         nnmail-cache-ignore-groups matches a group name.
20005
20006 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
20007
20008         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
20009         (spam-find-spam, spam-log-processing-to-registry)
20010         (spam-log-registered-p, spam-log-unregistration-needed-p)
20011         (spam-log-undo-registration): Use gnus-message instead of
20012         gnus-error, none of these errors are fatal.
20013
20014         * gnus-registry.el (gnus-registry-clean-empty-function)
20015         (gnus-registry-clean-empty): Remove only empty entries without
20016         extra data.
20017
20018 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
20019
20020         * spam-stat.el (spam-stat-buffer-change-to-spam)
20021         (spam-stat-buffer-change-to-non-spam): Change (error) to
20022         (gnus-message 8) invocation.
20023
20024 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20025
20026         * nntp.el (nntp-via-netcat-command): New variable.
20027         (nntp-via-netcat-switches): New variable.
20028         (nntp-open-via-rlogin-and-netcat): New function.
20029         (nntp-open-connection-function): Doc fix.
20030         (nntp-telnet-command): Doc fix.
20031         (nntp-end-of-line): Doc fix.
20032         (nntp-via-rlogin-command): Doc fix.
20033         (nntp-via-user-name): Doc fix.
20034         (nntp-via-address): Doc fix.
20035
20036 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20037
20038         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
20039         error in Emacs 21.1.
20040
20041 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
20042
20043         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
20044
20045 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20046
20047         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
20048         (gnus-agent-with-refreshed-group): New macro.
20049         (gnus-agent-rename-group): New function.
20050         (gnus-agent-delete-group): New function.
20051         (gnus-agent-save-group-info): Use gnus-command-method when
20052         `method' parameter is nil.  Don't write nil entries into the
20053         active file.
20054         (gnus-agent-get-group-info): New function.
20055         (gnus-agent-fetch-articles):
20056         Use gnus-agent-update-files-total-fetched-for to increment disk space
20057         used.
20058         (gnus-agent-fetch-headers, gnus-agent-save-alist):
20059         Use gnus-agent-update-view-total-fetched-for to increment disk space
20060         used.
20061         (gnus-agent-get-local): Add optional parameters to avoid calling
20062         gnus-group-real-name and gnus-find-method-for-group.
20063         (gnus-agent-set-local): Delete stored entry if either min, or max,
20064         are nil.
20065         (gnus-agent-fetch-session): Reworded error/quit messages.
20066         On quit, use gnus-agent-regenerate-group to record existance of any
20067         articles fetched to disk before the quit occurred.
20068         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
20069         gnus-agent-update-view-total-fetched-for, and
20070         gnus-agent-update-files-total-fetched-for to decrement disk space
20071         used.
20072         (gnus-agent-retrieve-headers):
20073         Use gnus-agent-update-view-total-fetched-for to increment disk space
20074         used.
20075         (gnus-agent-regenerate-group): Replace gnus-group-update-group
20076         with gnus-agent-update-files-total-fetched-for to decrement disk
20077         space and fresh group buffer.
20078         (gnus-agent-inhibit-update-total-fetched-for): New variable.
20079         (gnus-agent-need-update-total-fetched-for): New variable.
20080         (gnus-agent-update-files-total-fetched-for): New function.
20081         (gnus-agent-update-view-total-fetched-for): New function.
20082         (gnus-agent-total-fetched-for): New function.
20083
20084         * gnus-cache.el (gnus-cache-save-buffers):
20085         Use gnus-cache-update-overview-total-fetched-for to change disk space
20086         used by this group.
20087         (gnus-cache-possibly-enter-article):
20088         Use gnus-cache-update-file-total-fetched-for to increment disk space
20089         used by this group.
20090         (gnus-cache-possibly-remove-article):
20091         Use gnus-cache-update-file-total-fetched-for to decrement disk space
20092         used by this group.
20093         (gnus-cache-generate-nov-databases): Purge total fetched cache.
20094         (gnus-cache-rename-group): New function.
20095         (gnus-cache-delete-group): New function.
20096         (gnus-cache-inhibit-update-total-fetched-for): New variable.
20097         (gnus-cache-need-update-total-fetched-for): New variable.
20098         (gnus-cache-with-refreshed-group): New macro.
20099         (gnus-cache-update-file-total-fetched-for): New function.
20100         (gnus-cache-update-overview-total-fetched-for): New function.
20101         (gnus-cache-rename-group-total-fetched-for): New function.
20102         (gnus-cache-delete-group-total-fetched-for): New function.
20103         (gnus-cache-total-fetched-for): New function.
20104
20105         * gnus-group.el: Require gnus-sum and autoload functions to
20106         resolve warnings when gnus-group.el compiled alone.
20107         (gnus-group-line-format): Documented new %F.
20108         (size of Fetched data) group line format; identifies disk space
20109         used by agent and cache.
20110         (gnus-group-line-format-alist): Defined new F format.
20111         (gnus-total-fetched-for): New function.
20112         (gnus-group-delete-group): No longer update
20113         gnus-cache-active-altered as gnus-request-delete-group now keeps
20114         the cache in sync.
20115         (gnus-group-list-active): Let the agent store a server's active
20116         list if currently plugged.
20117
20118         * gnus-int.el (gnus-request-delete-group):
20119         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
20120         local disk in sync with the server.
20121         (gnus-request-rename-group):
20122         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
20123         local disk in sync with the server.
20124
20125         * gnus-start.el (gnus-get-unread-articles):
20126         Cosmetic simplification to logic.
20127
20128         * gnus-util.el (gnus-rename-file): New function.
20129
20130 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
20131
20132         * mm-util.el (mm-image-load-path): Handle nil in load-path.
20133
20134 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
20135
20136         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
20137         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
20138
20139 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
20140
20141         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
20142         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
20143
20144 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
20145
20146         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
20147
20148 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
20149
20150         * spam.el (spam-set-difference): Add function to replace
20151         gnus-set-difference in spam.el.
20152         (spam-summary-prepare-exit): Use spam-set-difference.
20153
20154 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
20155
20156         * gnus-registry.el (gnus-registry-cache-file): Update to use
20157         gnus-dribble-directory OR gnus-home-directory OR ~.
20158         (gnus-registry-split-fancy-with-parent): Fix doc.
20159
20160 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20161
20162         * message.el (message-exchange-point-and-mark):
20163         Use message-mark-active-p.  Suggested by Jesper Harder
20164         <harder@ifa.au.dk>.
20165
20166 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20167
20168         * message.el (message-exchange-point-and-mark): Don't activate
20169         region if it was inactive.  Suggested by Hiroshi Fujishima
20170         <pooh@nature.tsukuba.ac.jp>.
20171
20172 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20173
20174         * gnus-art.el (article-display-face): Display Faces in the same
20175         order as X-Faces.
20176
20177 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20178
20179         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
20180
20181 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20182
20183         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
20184         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
20185         (gnus-article-mime-hierarchy): Remove.
20186         (gnus-article-mime-hierarchy-next): Remove.
20187         (gnus-article-mode): Revert 2004-03-19 change.
20188         (gnus-article-setup-buffer): Revert 2004-03-19 change.
20189         (gnus-insert-mime-button): Revert 2004-03-19 change.
20190         (gnus-mime-accumulate-hierarchy): Remove.
20191         (gnus-mime-enter-multipart): Remove.
20192         (gnus-mime-leave-multipart): Remove.
20193         (gnus-mime-display-part): Revert 2004-03-19 change.
20194         (gnus-mime-display-alternative): Revert 2004-03-19 change.
20195
20196         * mml.el (mml-preview): Revert 2004-03-19 change.
20197
20198 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
20199
20200         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
20201
20202 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20203
20204         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
20205         t while entering a file name using the mm-with-multibyte macro.
20206         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20207
20208         * mm-util.el (mm-with-multibyte): New macro.
20209
20210 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20211
20212         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
20213         New user option.
20214         (gnus-mime-multipart-functions): Doc and customization fix.
20215         (gnus-article-mime-hierarchy): New variable.
20216         (gnus-article-mime-hierarchy-next): New variable.
20217         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
20218         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
20219         gnus-article-mime-hierarchy-next to nil.
20220         (gnus-insert-mime-button): Show hierarchy numbers.
20221         (gnus-mime-accumulate-hierarchy): New function.
20222         (gnus-mime-enter-multipart): New function.
20223         (gnus-mime-leave-multipart): New function.
20224         (gnus-mime-display-part): Recompute hierarchical MIME structure.
20225         (gnus-mime-display-alternative): Show hierarchy numbers.
20226
20227         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
20228         gnus-article-mime-hierarchy-next to nil.
20229
20230 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
20231
20232         * dns.el: Don't require gnus-xmas.
20233
20234 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
20235
20236         * mml.el (mml-generate-mime-1): Don't use format=flowed with
20237         inline PGP.
20238         (mml-menu): Disable mml-quote-region if mark is inactive.
20239
20240 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20241
20242         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
20243         when the group's active is not available.
20244
20245 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20246
20247         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
20248         error.
20249
20250 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
20251
20252         * imap.el (imap-store-password): New variable.
20253         (imap-interactive-login): Use it.
20254         Suggested by Mark Plaksin <happy@mcplaksin.org>.
20255
20256 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20257
20258         * gnus-art.el (gnus-article-read-summary-keys): Restore new
20259         window-start and hscroll to summary window.
20260
20261 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20262
20263         * gnus-start.el (gnus-convert-old-newsrc): Only write the
20264         conversion message to newsrc-dribble when an actual conversion is
20265         performed.
20266
20267 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
20268
20269         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
20270
20271 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20272
20273         * mm-decode.el (mm-complicated-handles): New function reviving
20274         former definition of mm-multiple-handles.
20275
20276         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
20277         (gnus-mime-delete-part): Use it.
20278
20279 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20280
20281         * gnus-agent.el (gnus-agent-read-local):
20282         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
20283         avoid the implicit assumption that they will always be equal.
20284         (gnus-agent-save-local): Bind buffer-file-coding-system, not
20285         coding-system-for-write, as the with-temp-file macro first prints
20286         to a buffer then saves the buffer.
20287
20288 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20289
20290         * gnus-art.el (gnus-article-edit-part): New function.
20291         (gnus-mime-save-part-and-strip): Use it; do query instead of
20292         signaling an error; don't use mm-multiple-handles.
20293         (gnus-mime-delete-part): Ditto.
20294
20295 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20296
20297         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
20298         old file versions.
20299         (gnus-group-prepare-hook): Remove function that converted list
20300         form of gnus-agent-expire-days to group properties.
20301
20302         * gnus-int.el: Autoload gnus-agent-regenerate-group.
20303         (gnus-request-accept-article): Re-indented.
20304
20305         * gnus-start.el (gnus-convert-old-newsrc): Registered new
20306         converters to handle old agent file formats.  Add logic for a
20307         "backup before upgrading warning".
20308         (gnus-convert-mark-converter-prompt): Developers can mark
20309         functions as needing (default), or not needing,
20310         gnus-convert-old-newsrc's "backup before upgrading warning".
20311         (gnus-convert-converter-needs-prompt): Tests whether the user
20312         should be protected from potentially irreversable changes by the
20313         function.
20314
20315         * legacy-gnus-agent.el: New.  Provides converters that are only
20316         loaded when gnus-convert-old-newsrc needs to call them.
20317
20318 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20319
20320         * mail-source.el (mail-source-touch-pop): Doc fix.
20321
20322         * message.el (message-smtpmail-send-it): Doc fix.
20323
20324 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
20325
20326         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
20327
20328         * nnmail.el (nnmail-split-fancy): do.
20329
20330         * gnus-kill.el (gnus-kill, gnus-execute): do.
20331
20332 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
20333
20334         * gnus-sum.el (gnus-widget-reversible-match)
20335         (gnus-widget-reversible-to-internal)
20336         (gnus-widget-reversible-to-external): New functions.
20337         (gnus-widget-reversible): New widget.
20338         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
20339
20340 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
20341
20342         * gnus-sum.el (gnus-thread-sort-functions)
20343         (gnus-article-sort-functions): Document `(not F)' items.
20344
20345 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
20346
20347         * spam.el (spam-use-gmane-xref): Add new backend.
20348         (spam-gmane-xref-spam-group): Add variable to control the name of the
20349         Gmane spam group.
20350         (spam-blackhole-servers, spam-blackhole-good-server-regex)
20351         (spam-regex-headers-spam, spam-regex-headers-ham)
20352         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
20353         (spam-list-of-checks): Add spam-use-gmane-xref to list of
20354         backends and checks.
20355         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
20356
20357         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
20358         an autodetect method.
20359
20360 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20361
20362         * gnus-int.el (gnus-request-accept-article): Inform the agent that
20363         articles are being added to a group.
20364         (gnus-request-replace-article): Inform the agent that articles
20365         need to be uncached as the cached contents are no longer valid.
20366
20367 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20368
20369         * binhex.el: Don't autoload executable-find.
20370
20371         * canlock.el: Don't autoload mail-fetch-field.
20372
20373         * dgnushack.el: Autoload c-mode for XEmacs.
20374
20375         * gnus-ems.el: Don't autoload appt-select-lowest-window.
20376
20377         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
20378         rmail-dont-reply-to and rmail-output.
20379
20380         * gnus-score.el: Don't autoload ffap-string-at-point.
20381
20382         * gnus-setup.el: Don't autoload sc-cite-original.
20383
20384         * imap.el: Don't autoload base64-decode-string,
20385         base64-encode-string and md5.
20386
20387         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
20388         and rmail-msg-restore-non-pruned-header.
20389
20390         * mm-decode.el: Don't autoload executable-find.
20391
20392         * mm-url.el: Don't autoload executable-find.
20393
20394         * mm-view.el: Don't autoload diff-mode.
20395
20396         * nndb.el: Don't autoload news-reply-mode, news-setup,
20397         cancel-timer and telnet.
20398
20399         * password.el: Don't autoload run-at-time for Emacs.
20400
20401         * sha1-el.el: Don't autoload executable-find.
20402
20403         * sieve-mode.el: Don't autoload c-mode.
20404
20405         * uudecode.el: Don't autoload executable-find.
20406
20407 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20408
20409         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
20410         (gnus-agent-possibly-alter-active): Avoid null in numeric
20411         comparison.
20412         (gnus-agent-set-local): Refuse to save null in local object table.
20413         (gnus-agent-regenerate-group): The REREAD parameter can now be a
20414         list of articles that will be marked as unread.
20415
20416 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20417
20418         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
20419
20420 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
20421
20422         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
20423         language tags.
20424
20425 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
20426
20427         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
20428         Don't bind "obarray".
20429
20430         * gnus-sum.el (gnus-thread-sort-functions):
20431         Add `gnus-thread-sort-by-most-recent-number' and
20432         `gnus-thread-sort-by-most-recent-date'.
20433         Reported by Kai Grossjohann <kai@emptydomain.de>.
20434
20435 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20436
20437         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
20438
20439 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20440
20441         * gnus-cus.el (gnus-agent-customize-category):
20442         Remove ignore-errors macro reference that required cl to be loaded at
20443         run-time.
20444
20445         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
20446         single-interval range of the form (min . max).  Previously the
20447         range had to look like ((min . max)).  Likewise, return
20448         (min . max) rather than ((min . max)).
20449         (gnus-range-map): Use gnus-range-normalize to accept
20450         single-interval range.
20451
20452         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20453         the cache, but not the agent, now appear with their usual face.
20454
20455         * dgnushack.el (loaddir): New variable that is bound to the
20456         directory containing the dgnushack.el file. Use loaddir, rather
20457         than srcdir, to update load-path. Change lets dgnushack compile
20458         code in directories other than GNUS/lisp.
20459
20460 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20461
20462         * lpath.el: Don't bind w3m-safe-url-regexp.
20463
20464         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20465         w3m-safe-url-regexp variable buffer-local.
20466
20467         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20468
20469 2004-02-27  Simon Josefsson  <jas@extundo.com>
20470
20471         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20472         gnus-group-real-prefix.
20473         (gnus-summary-move-article): Use it, instead of
20474         gnus-group-real-prefix.
20475
20476 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20477
20478         * lpath.el: Bind w3m-safe-url-regexp.
20479
20480         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
20481         w3m-safe-url-regexp variable buffer-local and set it as the value
20482         of mm-w3m-safe-url-regexp.
20483
20484         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20485
20486         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
20487         parsing gnus-posting-styles when the message is not for replying.
20488
20489         * dgnushack.el: Autoload sgml-mode for XEmacs.
20490
20491         * nnrss.el (nnrss-opml-export):
20492         Use mm-set-buffer-file-coding-system instead of
20493         set-buffer-file-coding-system.
20494
20495 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
20496
20497         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20498         of checkdoc.el).
20499         * nnrss.el: do.
20500         * gnus-mlspl.el: do.
20501         * gnus-ml.el: do.
20502         * gnus-srvr.el: do.
20503
20504         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20505
20506 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
20507
20508         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20509         Corrections to custom-manual links.
20510
20511         * gnus-art.el (gnus-article): Ditto.
20512
20513         * mm-decode.el (mime-display, mime-security): Ditto.
20514
20515 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20516
20517         * flow-fill.el: Typo.
20518
20519 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
20520
20521         * spam-wash.el: New file.
20522
20523 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
20524
20525         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20526
20527 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
20528
20529         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20530         to be run with new-articles as LIST1, not LIST2.
20531         (spam-registration-functions): Add spam-use-ham-copy as a nil
20532         registration backend.
20533
20534 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20535
20536         * spam-stat.el (spam-stat-washing-hook): New option.
20537         (spam-stat-buffer-words): Use it.
20538         (spam-stat-process-directory, spam-stat-test-directory):
20539         Use insert-file-contents-literally.
20540         (spam-stat-coding-system): New variable.
20541         (spam-stat-load, spam-stat-save): Use it.
20542
20543 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20544
20545         * spam-report.el (spam-report-plug-agent):
20546         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20547
20548 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20549
20550         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20551         Allow / in mailto URLs.
20552
20553 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20554
20555         * spam-report.el (spam-report-process-queue): Fix interactive use.
20556         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20557         (spam-report-unplug-agent): Doc fixes.
20558         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20559         (spam-report-agentize, spam-report-deagentize): Autoload.
20560
20561 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20562
20563         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
20564
20565         * message.el (message-setup-fill-variables): Add mml tags to
20566         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20567         <ajk@iu.edu>.
20568         (message-mode): Don't modify paragraph-separate there.
20569
20570 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20571
20572         * compface.el (uncompface-use-external): Default to undecided.
20573         (uncompface-use-external-threshold): New variable.
20574         (uncompface-float-time): New macro.
20575         (uncompface): Determine whether to use the external decoder if
20576         uncompface-use-external is undecided.
20577
20578 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20579
20580         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20581         after images.
20582
20583         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20584
20585 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20586
20587         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20588
20589         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20590
20591         * gnus-sum.el (gnus-summary-limit-to-age)
20592         (gnus-summary-limit-children): do.
20593
20594         * gnus-int.el (gnus-request-scan): do.
20595
20596         * gnus-group.el (gnus-group-suspend): do.
20597
20598         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20599
20600         * gnus-cite.el (gnus-cite-parse-attributions): do.
20601
20602         * gnus-agent.el (gnus-summary-set-agent-mark)
20603         (gnus-agent-regenerate-group): do.
20604
20605         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20606
20607         * binhex.el (binhex-decode-region-internal): do.
20608
20609 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20610
20611         * gnus-fun.el (gnus-face-properties-alist): New user option.
20612         (gnus-display-x-face-in-from): Use it.
20613
20614         * gnus-art.el (article-display-face): Ditto.
20615
20616         * compface.el (uncompface-use-external): Default to nil.
20617
20618 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20619
20620         * nntp.el (nntp-erase-buffer): New function.
20621         (nntp-retrieve-data, nntp-send-command)
20622         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20623         (nntp-possibly-change-group): Use it.
20624
20625         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20626         Use with-current-buffer.
20627
20628 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20629
20630         * compface.el: Merge the ELisp-based uncompface program.
20631         (compface): New customization group.
20632         (uncompface-use-external): New user option.
20633         (uncompface): Call uncompface-internal if uncompface-use-external
20634         is nil.
20635         (uncompface-internal): New function.  Note that there are also
20636         some other functions and variables added for this function.
20637
20638 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20639
20640         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20641         if necessary.
20642
20643 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20644
20645         * spam-report.el (spam-report-unplug-agent)
20646         (spam-report-plug-agent, spam-report-deagentize)
20647         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20648         Add support for the Agent in spam-report: when unplugged, report to a
20649         file; when plugged, submit all the requests.
20650
20651         * spam.el (spam-register-routine): Fix message about
20652         registration.
20653
20654 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20655
20656         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20657         dependencies.
20658         (rfc2047-encode): Use it.
20659
20660         * gnus-art.el (gnus-button-marker-list): Move before first
20661         reference.
20662
20663         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20664         (imap-parse-body): Fix format string mismatch.
20665
20666         * gnus-score.el (gnus-summary-increase-score): do.
20667
20668         * nnrss.el (nnrss-close): New function.
20669
20670 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20671
20672         * nnrss.el (nnrss-make-filename): New function.
20673         (nnrss-request-delete-group, nnrss-read-server-data)
20674         (nnrss-save-server-data, nnrss-read-group-data)
20675         (nnrss-save-group-data): Use it.
20676         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20677         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20678         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20679
20680 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20681
20682         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20683
20684 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20685
20686         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20687         files.
20688
20689         * message.el (message-generate-headers-first): Don't quote nil
20690         and t in docstrings.
20691
20692         * imap.el (imap-id): do.
20693
20694         * gnus-agent.el (gnus-agent-consider-all-articles)
20695         (gnus-agent-queue-mail): do.
20696
20697 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20698
20699         * spam-report.el (spam-report-process-queue): New function.
20700         Process requests from `spam-report-requests-file'.
20701         (spam-report-process-queue): Doc fix.
20702
20703 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20704
20705         * spam.el (spam-register-routine)
20706         (spam-log-processing-to-registry, spam-log-registered-p)
20707         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20708         Change "check" to "spam-check" for semi-clarity.
20709
20710 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20711
20712         * pop3.el: Require nnheader.
20713
20714         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20715
20716         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20717
20718         * gnus-picon.el: Require cl.
20719
20720         * gnus-fun.el: Require gnus-ems and gnus-util.
20721
20722         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20723
20724         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20725
20726         * gnus-art.el (gnus-article-edit-mode): Define before first
20727         reference.
20728
20729 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20730
20731         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20732         (gnus-uu-post-encoded): Use point-at-bol.
20733
20734         * gnus-topic.el (gnus-group-active-topic-p): do.
20735
20736         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20737
20738         * gnus-group.el (gnus-group-kill-region): do.
20739
20740         * gnus-art.el (article-date-ut): do.
20741
20742         * message.el (message-fetch-field): Remove redundant
20743         case-fold-search binding.
20744         (message-narrow-to-field): Simplify.
20745
20746 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20747
20748         * spam.el (spam-directory): Derive from `gnus-directory'.
20749
20750         * spam-report.el (spam-report-url-to-file)
20751         (spam-report-requests-file): New function and variable for offline
20752         reporting.
20753         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20754         and user defined function.
20755         (spam-report-url-ping-mm-url): Remove doubled slash.
20756
20757 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20758
20759         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20760
20761 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20762
20763         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20764         Fix format string mismatch.
20765
20766         * sieve.el (sieve-deactivate-all): do.
20767
20768         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20769
20770         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20771
20772         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20773
20774         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20775
20776 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20777
20778         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20779         the list of checks.
20780
20781 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20782
20783         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20784         padding.
20785
20786 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20787
20788         * mm-view.el (mm-fill-flowed): New variable.
20789         (mm-inline-text): Use it.
20790
20791 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20792
20793         * spam.el (spam-spamassassin-register-ham-routine)
20794         (spam-spamassassin-register-spam-routine): Fix function names.
20795
20796 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20797
20798         * gnus.el (gnus-tmp-grouplens): Remove.
20799         (gnus-summary-line-format): Remove grouplens.
20800
20801         * gnus-group.el (gnus-group-line-format): Ditto.
20802
20803         * gnus-spec.el (gnus-format-specs): Ditto.
20804         (gnus-update-format-specifications): Flush the group format spec
20805         cache if there's the grouplens stuff.
20806         (gnus-parse-simple-format): Replace %l with the empty string.
20807
20808 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20809
20810         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20811         omission.
20812
20813 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20814
20815         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20816         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20817
20818 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20819
20820         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20821         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20822         New macros and functions.
20823         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20824         Handle > NLINK_MAX messages.
20825         * nnmaildir.el (nnmaildir-request-set-mark):
20826         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20827
20828 2004-01-25  Alex Schroeder  <alex@gnu.org>
20829
20830         * spam-stat.el (spam-stat-process-directory-age): New option.
20831         (spam-stat-process-directory): Use it.
20832
20833 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20834
20835         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20836         (spam-stat-save): Accept prefix argument.
20837
20838 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20839
20840         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20841         links" error.
20842
20843 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20844
20845         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20846         the rest of the and/or forms.
20847
20848 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20849
20850         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20851         compatibility with old .newsrc.eld files.
20852
20853         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20854
20855         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20856
20857         * gnus-start.el (gnus-1): do.
20858
20859         * gnus-group.el (gnus-group-line-format-alist): do.
20860
20861         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20862
20863         * gnus-gl.el: Remove.
20864
20865 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20866
20867         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20868         marks consisting of a single range {for example, (3 . 5)} rather
20869         than a list of a single range { ((3 . 5)) }.
20870
20871 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20872
20873         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20874         Use with-current-buffer.
20875         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20876         avoid consing a string.
20877
20878         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20879         Remove obsolete entries for big5 and gb2312.
20880
20881 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20882
20883         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20884         uncompressed list.
20885
20886 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20887
20888         * spam-stat.el (spam-stat-strip-xref): New function.
20889         (spam-stat-process-directory): Use it.
20890
20891         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20892         here -- it's done in message-fetch-field.
20893
20894 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20895
20896         * gnus-agent.el (gnus-agent-queue-mail)
20897         (gnus-agent-prompt-send-queue): New variables.
20898         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20899         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20900         "nndraft:queue" along to gnus-draft-send.
20901         Use gnus-agent-prompt-send-queue.
20902         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20903         is "nndraft:queue".  Suggested by Gaute Strokkenes
20904         <gs234@srcf.ucam.org>
20905
20906         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20907         (agent-enable-undownloaded-faces): Add.
20908         (gnus-agent-cat-groups): Use eval-and-compile, not
20909         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20910         method of gnus-agent-cat-groups even when the buffer has been
20911         evaled.
20912         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20913         delete gnus-agent-save-active-1.
20914         (gnus-agent-save-groups): Delete.  Identical to
20915         gnus-agent-save-active.
20916         (gnus-agent-write-active): No longer adjust agent's copy of active
20917         file as agent's adjustments are now stored in their own
20918         file.  Remove optional parameter.
20919         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20920         servers.  Add use of min/max range limits from server's local
20921         file.
20922         (gnus-agent-save-alist): Remove unused optional argument.
20923         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20924         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20925         (gnus-agent-set-local): A per-server file that keeps min/max range
20926         limits for articles known to the agent.  Provides a fast mechanism
20927         for altering many active ranges.
20928         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20929         active file (local makes it unnecessary).
20930         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20931
20932         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20933         (agent-enable-undownloaded-faces): Add.
20934
20935         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20936         disable it when sending to "nndraft:queue".
20937         (gnus-group-send-queue): Add safety check to avoid sending queue
20938         when unplugged.
20939
20940         * gnus-group.el (gnus-group-catchup): Use new
20941         gnus-sequence-of-unread-articles, not
20942         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20943         numbers of articles.  Use gnus-range-map to avoid having to
20944         uncompress the unread list.
20945         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20946         Fix invalid ange-ftp reference.
20947
20948         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20949         (gnus-sorted-range-intersection): Intersection of two ranges
20950         without requiring that they first be uncompressed.
20951
20952         * gnus-start.el (gnus-activate-group): Unless blocked by the
20953         caller, possibly expand the active range to include both cached
20954         and agentized articles.
20955         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20956         multiple version-dependent converters.
20957         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20958         gnus-agent-save-active.
20959         (gnus-save-newsrc-file): Save dirty agent range limits.
20960
20961         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20962         gnus-agent-possibly-alter-active.
20963         (gnus-adjust-marked-articles): Faster handling of simple lists.
20964
20965 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20966
20967         * spam-stat.el (spam-stat-test-directory): New optional argument
20968         displays a list of files detected.  Suggested by Andrew Cohen
20969         <cohen@andy.bu.edu>.
20970         (spam-stat-buffer-words-with-scores): Don't narrow and change
20971         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20972
20973 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20974
20975         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20976         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20977         (spam-spamassassin-arguments)
20978         (spam-spamassassin-spam-flag-header)
20979         (spam-spamassassin-positive-spam-flag-header)
20980         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20981         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20982         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20983         (spam-list-of-processors, spam-list-of-checks)
20984         (spam-list-of-statistical-checks, spam-registration-functions)
20985         (spam-check-spamassassin-headers, spam-check-spamassassin)
20986         (spam-spamassassin-score)
20987         (spam-spamassassin-register-with-sa-learn)
20988         (spam-spamassassin-register-spam-routine)
20989         (spam-spamassassin-register-ham-routine)
20990         (spam-assassin-register-spam-routine)
20991         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20992         (spam-bogofilter-score): Fix to show article before scoring.
20993
20994 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20995
20996         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20997         default scoring function.
20998         (spam-generic-score): Call spam-spamassassin-score if
20999         spam-use-spamassassin or spam-use-spamassassin-headers is on;
21000         spam-bogofilter-score otherwise.
21001
21002         * gnus.el (spam-process, spam-autodetect-methods):
21003         Add spamassassin and spamassassin-headers.
21004
21005 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
21006
21007         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21008         Suppress unnecessary messages.
21009
21010 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
21011
21012         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
21013         make-hash-table.
21014
21015 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21016
21017         * canlock.el (base64-encode-string): Don't autoload it.
21018
21019 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21020
21021         * run-at-time.el: Remove useless (require 'itimer),
21022         eval-and-compile and (featurep 'xemacs).
21023
21024 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
21025
21026         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
21027         GROUP is a virtual group.
21028
21029 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
21030
21031         * gnus.el: Autoload `message-y-or-n-p'.
21032
21033 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
21034
21035         * pgg-parse.el: Remove unnecessary (require 'custom).
21036
21037         * pgg-def.el: do.
21038
21039         * nnmail.el: do.
21040
21041         * gnus-undo.el: do.
21042
21043         * gnus-picon.el: do.
21044
21045         * gnus-util.el: do.
21046
21047 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
21048
21049         * gnus-sum.el (gnus-pick-line-number): Add autoload.
21050
21051 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21052
21053         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
21054         handle, as well as a list.
21055
21056         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
21057         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
21058         (mm-w3m-cid-retrieve): Simplify.
21059
21060 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
21061
21062         * message.el (message-kill-to-signature): Allow prefix arg to
21063         specify number of lines to keep before signature.
21064
21065 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
21066
21067         * message.el (message-kill-to-signature): Change docstring.
21068
21069 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21070
21071         * canlock.el: Always require sha1-el.
21072         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
21073
21074         * message.el: Autoload sha1 only when compiling.
21075
21076         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
21077         eudc-expand-inline for XEmacs.
21078
21079 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21080
21081         * message.el (message-canlock-generate): Require sha1-el.
21082
21083 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
21084
21085         * message.el (message-expand-name): Silence the byte compiler.
21086
21087         * lpath.el: Add detect-coding-system.
21088
21089         * dgnushack.el (dgnushack-compile): Remove obsolete check for
21090         cus-edit.
21091
21092 2004-01-13  Simon Josefsson  <jas@extundo.com>
21093
21094         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
21095         Invoke gnus-score-mode.
21096         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
21097
21098         * gnus-range.el (gnus-compress-sequence): Doc fix.
21099         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
21100
21101 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21102
21103         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
21104
21105 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
21106
21107         * spam.el (spam-get-article-as-string): Update to use
21108         gnus-request-article-this-buffer, much simpler.
21109         (spam-get-article-as-buffer): Remove.
21110
21111 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
21112
21113         * message.el (message-expand-name): Use EUDC if the user uses that.
21114
21115 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21116
21117         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
21118         character for the encoding to avoid consing a string.
21119
21120         * rfc2047.el (rfc2047-decode-string): Don't cons a string
21121         unnecessarily.
21122
21123         * mm-util.el (mm-replace-chars-in-string): Remove.
21124
21125         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
21126         of mm-replace-chars-in-string.
21127
21128 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
21129
21130         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
21131
21132         * mm-util.el (mm-subst-char-in-string): Support inplace.
21133
21134         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
21135         a new string in every iteration.  Use shy groups.
21136
21137 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
21138
21139         * gnus-srvr.el (gnus-browse-unsubscribe-group):
21140         * gnus-soup.el (gnus-soup-group-brew):
21141         * gnus-msg.el (gnus-put-message):
21142         * gnus-move.el (gnus-group-move-group-to-server):
21143         * gnus-kill.el (gnus-batch-score):
21144         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
21145         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
21146         (gnus-group-update-group, gnus-group-read-group)
21147         (gnus-group-make-group, gnus-group-make-help-group)
21148         (gnus-group-make-archive-group, gnus-group-make-directory-group)
21149         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
21150         (gnus-group-sort-by-unread, gnus-group-catchup)
21151         (gnus-group-unsubscribe-group, gnus-group-kill-group)
21152         (gnus-group-yank-group, gnus-group-set-info)
21153         (gnus-group-list-groups):
21154         * gnus.el (gnus-generate-new-group-name):
21155         * gnus-delay.el (gnus-delay-send-queue):
21156         * nnvirtual.el (nnvirtual-catchup-group):
21157         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
21158         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
21159         (gnus-group-prepare-topics, gnus-topic-check-topology):
21160         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
21161         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
21162         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
21163         (gnus-group-make-articles-read):
21164         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
21165         (gnus-group-change-level, gnus-kill-newsgroup)
21166         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
21167         (gnus-get-unread-articles, gnus-make-articles-unread)
21168         (gnus-make-ascending-articles-unread): Use accessor
21169         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
21170         to get group information for improved readability.
21171
21172
21173 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21174
21175         * gnus-art.el (article-decode-mime-words, article-babel)
21176         (gnus-article-highlight-signature, gnus-article-add-buttons)
21177         (gnus-signature-toggle): Use gnus-with-article-buffer.
21178
21179         * gnus-art.el (gnus-article-highlight-headers)
21180         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
21181
21182         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
21183         (gnus-article-set-globals, gnus-request-article-this-buffer)
21184         (gnus-button-message-id, gnus-article-maybe-hide-headers)
21185         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
21186         (gnus-mime-display-alternative): Use with-current-buffer.
21187
21188 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21189
21190         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
21191         also under 80 char limit, and call gnus-error if needed.
21192         (spam-fetch-article-header): Fix - it was a
21193         buffer-local variable (gnus-newsgroup-data).
21194         (spam-find-spam): Use spam-generate-fake-headers, forget about
21195         spam-insert-fake-headers.
21196         (spam-insert-fake-headers): Remove.
21197
21198 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21199
21200         * deuglify.el (gnus-article-outlook-unwrap-lines)
21201         (gnus-outlook-rearrange-article)
21202         (gnus-outlook-repair-attribution-outlook)
21203         (gnus-outlook-repair-attribution-block)
21204         (gnus-outlook-repair-attribution-other): Remove redundant
21205         save-excursion.
21206
21207 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21208
21209         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
21210         (spam-fetch-field-subject-fast)
21211         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
21212         (spam-fetch-article-header): Add functions to deal with Gnus
21213         internals for fast retrieval of article header data.
21214         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
21215
21216 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21217
21218         * pop3.el (pop3-md5): Remove.
21219         (pop3-apop): Replace pop3-md5 with md5.
21220
21221         * mm-bodies.el: base64 is always built-in.
21222
21223         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
21224         Use with-current-buffer.
21225
21226 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21227
21228         * canlock.el (canlock-insert-header): Remove excessive grouping in
21229         regexp.
21230
21231         * gnus-sum.el (gnus-summary-read-document): Ditto.
21232
21233         * gnus-uu.el (gnus-uu-part-number): Ditto.
21234
21235         * html2text.el (html2text-remove-tags): Ditto.
21236         (html2text-format-tags): Ditto.
21237         (html2text-format-single-elements): Ditto.
21238
21239         * mml.el (mml-parse-1): Ditto.
21240
21241 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21242
21243         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
21244
21245         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
21246
21247         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
21248
21249         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
21250
21251 2003-11-15  Simon Josefsson  <jas@extundo.com>
21252
21253         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
21254         (pgg-gpg-lookup-key): Use regexp match instead of
21255         split-string (split-string is different between emacs 21.2 and
21256         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
21257
21258 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21259
21260         * gnus-art.el (gnus-mime-view-all-parts)
21261         (gnus-article-part-wrapper, gnus-article-view-part):
21262         Use with-current-buffer.
21263
21264 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21265
21266         * spam.el (spam-disable-spam-split-during-ham-respool)
21267         (spam-spamoracle-database, spam-cache-lookups)
21268         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
21269         (spam-group-ham-mark-p, spam-group-spam-mark-p)
21270         (spam-group-ham-marks, spam-group-spam-marks)
21271         (spam-group-spam-contents-p, spam-group-ham-contents-p)
21272         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
21273         also add spam-use-blackholes to the statistical checks.
21274         (spam-fetch-field-fast): Add interface to fetching fields, may
21275         become a macro.
21276         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
21277         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
21278         (spam-insert-fake-headers): Fake an article when needed.
21279         (spam-find-spam): Fake article when possible.
21280         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
21281         (spam-check-bogofilter-headers): Use message-fetch-field instead
21282         of nnmail-fetch-field.
21283
21284 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
21285
21286         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
21287
21288 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21289
21290         * spam.el (spam-split): Do not require spam-use-CHECK to be
21291         enabled if that check is passed to spam-split explicitly; also
21292         fix so 'spam doesn't get converted to spam-split-group when
21293         spam-split-symbolic-return is t.
21294         (spam-find-spam): Find registrations of the article and use those
21295         instead of re-running spam-split to find the spam/ham
21296         classification of the article.
21297         (spam-log-processing-to-registry, spam-log-registered-p)
21298         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21299         Use gnus-error instead of gnus-message.
21300         (spam-log-registration-type): Add function to determine the
21301         classification of a message based on registry entries; will
21302         return nil if both 'spam and 'ham are found.
21303         (spam-check-BBDB): Expand all the BBDB macros here so we can have
21304         a reasonably fast local cache without the loading errors.
21305         (spam-cache-lookups): Set to t by default.
21306         (spam-find-spam): Don't try to guess spam-cache-lookups.
21307         (spam-enter-whitelist, spam-enter-blacklist): Clear the
21308         spam-caches entry.
21309         (spam-filelist-build-cache, spam-filelist-check-cache):
21310         Fix caching of whitelist/blacklist entries.
21311         (spam-check-whitelist, spam-check-blacklist):
21312         Invoke spam-from-listed-p with a type, not a cache variable.
21313         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
21314
21315 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21316
21317         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
21318
21319         * nnmail.el (nnmail-split-fancy): do.
21320
21321         * mml.el (mml-parse): do.
21322
21323         * gnus-score.el (gnus-enter-score-words-into-hashtb)
21324         (gnus-score-adaptive): do.
21325
21326 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21327
21328         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
21329         (gnus-mime-button-map): Don't set keymap parent.
21330         (gnus-button-ctan-directory-regexp): Use shy grouping.
21331         (gnus-prev-page-map): Don't set keymap parent.
21332         (gnus-prev-page-map): Remove duplicated one.
21333         (gnus-next-page-map): Don't set keymap parent.
21334         (gnus-mime-security-button-map): Ditto.
21335
21336         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
21337         version number.
21338
21339         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
21340
21341 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21342
21343         * canlock.el (canlock-sha1-function): Remove.
21344         (canlock-sha1-function-for-verify): Remove.
21345         (canlock-openssl-program): Remove.
21346         (canlock-openssl-args): Remove.
21347         (canlock-ignore-errors): Remove.
21348         (canlock-sha1-with-openssl): Remove.
21349         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
21350         (canlock-verify): Don't use canlock-ignore-errors.
21351
21352         * sha1-el.el (sha1-string-external): Make it can return a string
21353         in binary form.
21354         (sha1-region-external): Ditto.
21355         (sha1-string-internal): Ditto.
21356         (sha1-region-internal): Ditto.
21357         (sha1-region): Ditto.
21358         (sha1-string): Ditto.
21359         (sha1): Ditto.
21360
21361 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21362
21363         * spam.el (spam-report-articles-gmane): New command.
21364
21365 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21366
21367         * gnus.el: Don't make unnecessary *Group* buffer when loading.
21368
21369         * run-at-time.el (run-at-time-saved): Remove.
21370         (run-at-time): Doc fix.
21371
21372 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21373
21374         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
21375         (gnus-summary-limit-map): Add it.
21376         (gnus-summary-make-menu-bar): do.
21377
21378 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
21379
21380         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
21381         Make attempt at some caching support (done for BBDB only now).
21382         (spam-find-spam): Set spam-cache-lookups if there are more than 2
21383         addresses to be checked.
21384         (spam-clear-cache-BBDB): Add function, to be invoked by
21385         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
21386         (spam-check-BBDB): Check and use the caches, if
21387         spam-cache-lookups is on, remove superfluous (provide).
21388
21389 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
21390
21391         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
21392
21393 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
21394
21395         * run-at-time.el (run-at-time-saved): Move to after the definition
21396         of `run-at-time'.
21397
21398         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
21399
21400 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21401
21402         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
21403         mm-w3m-local-map-property.
21404
21405         * mm-view.el (mm-w3m-mode-map): Remove.
21406         (mm-w3m-local-map-property): Remove.
21407         (mm-inline-text-html-render-with-w3m): Don't use
21408         mm-w3m-local-map-property.
21409
21410 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21411
21412         * run-at-time.el: New file.
21413
21414         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
21415         under Emacs.
21416
21417         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
21418         of gnus-set-text-properties.
21419
21420         * gnus-uu.el (gnus-uu-save-article): Ditto.
21421
21422         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
21423
21424         * gnus-cite.el (gnus-cite-parse): Ditto.
21425
21426         * gnus-art.el (gnus-button-push): Use set-text-properties instead
21427         of gnus-.
21428
21429         * gnus-xmas.el (run-at-time): Require run-at-time.
21430
21431         * gnus.el: Change calls to nnheader-run-at-time and
21432         password-run-at-time throughout to use run-at-time directly.
21433
21434         * password.el: Remove definition of run-at-time.
21435
21436         * nnheaderxm.el: Remove definition of run-at-time.
21437
21438 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
21439
21440         * mml.el (mml-minibuffer-read-disposition): Show attachment type
21441         in prompt.
21442
21443 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21444
21445         * messagexmas.el (message-xmas-redefine): Alias
21446         `message-make-caesar-translation-table' to
21447         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
21448         version.
21449
21450         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
21451         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
21452         `gnus-xmas-set-text-properties'.
21453         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
21454         `gnus-xmas-completing-read'.
21455         (gnus-xmas-completing-read): Removed.
21456         (gnus-xmas-open-network-stream): Removed.
21457
21458         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
21459         XEmacs version.
21460
21461         * dns.el (dns-make-network-process): Use `open-network-stream'
21462         instead of `gnus-xmas-open-network-stream'.
21463
21464         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
21465
21466         * .cvsignore: Add auto-autoloads.el, custom-load.el.
21467
21468 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21469
21470         * gnus-art.el (gnus-mime-display-alternative)
21471         (gnus-insert-mime-button, gnus-insert-mime-security-button)
21472         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21473         Don't use gnus-local-map-property.
21474
21475         * gnus-util.el (gnus-local-map-property): Remove.
21476
21477         * mm-view.el (mm-view-pkcs7-decrypt):
21478         Replace gnus-completing-read-maybe-default with completing-read.
21479
21480         * gnus-util.el (gnus-completing-read): do.
21481         (gnus-completing-read-maybe-default): Remove.
21482
21483 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21484
21485         * password.el: Only autoload `run-at-time' if not XEmacs.
21486         Only autoload the itimer functions if XEmacs.
21487
21488 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21489
21490         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
21491         XEmacsen.
21492
21493         * dgnushack.el: Autoload executable-find for XEmacs.
21494
21495 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21496
21497         * gnus-art.el (gnus-read-string): Remove.
21498         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21499         read-string.
21500
21501 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
21502
21503         * netrc.el: Autoload password-read.
21504         (netrc): Add configuration group.
21505         (netrc-encoding-method, netrc-openssl-path):
21506         Add variables for encoding and decoding of files with symmetric
21507         ciphers.
21508         (netrc-encode): Add assistant function to encode a file with
21509         netrc-encoding-method.
21510         (netrc-parse): Add interactive parameter, added optional
21511         decoding if netrc-encoding-method is non-nil but otherwise
21512         behavior is standard.
21513         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21514         Do s/encode/encrypt/ everywhere.
21515
21516         * spam.el: Remove executable-find autoload.
21517
21518 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21519
21520         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21521
21522         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21523
21524 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21525
21526         * gnus-art.el (gnus-treat-ansi-sequences)
21527         (article-treat-ansi-sequences): New variable and function.
21528         Suggested by Dan Jacobson <jidanni@jidanni.org>.
21529
21530         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21531         Use it.
21532
21533 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21534
21535         * mm-util.el (mm-quote-arg): Remove.
21536
21537         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21538         shell-quote-argument.
21539
21540         * gnus-uu.el (gnus-uu-command): do.
21541
21542         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21543
21544         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21545         with make-char.
21546
21547         * mm-util.el (mm-make-char): Remove.
21548
21549         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21550         add-minor-mode.
21551
21552         * gnus-undo.el (gnus-undo-mode): do.
21553
21554         * gnus-topic.el (gnus-topic-mode): do.
21555
21556         * gnus-sum.el (gnus-dead-summary-mode): do.
21557
21558         * gnus-start.el (gnus-slave-mode): do.
21559
21560         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21561
21562         * gnus-ml.el (gnus-mailing-list-mode): do.
21563
21564         * gnus-gl.el (gnus-grouplens-mode): do.
21565
21566         * gnus-draft.el (gnus-draft-mode): do.
21567
21568         * gnus-dired.el (gnus-dired-mode): do.
21569
21570         * gnus-ems.el (gnus-add-minor-mode): Remove.
21571
21572         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21573         Replace gnus-char-width with char-width.
21574
21575         * gnus-ems.el (gnus-char-width): 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         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21583         definition.
21584         Remove Emacs 20 hash table compatibility code.
21585
21586         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21587         20 compatibility code.
21588
21589         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21590
21591         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21592
21593         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21594         Replace with point-at-{eol,bol}.
21595
21596         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21597
21598         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21599
21600         * flow-fill.el (fill-flowed-point-at-bol)
21601         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21602
21603         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21604         Replace with point-at-{eol,bol} throughout all files.
21605
21606 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21607
21608         * ntlm.el (ntlm-string-as-unibyte): New macro.
21609         (ntlm-build-auth-response): Use it.
21610
21611         Remove Emacs 20 stuff:
21612         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
21613         (butlast, mapc, remove): Remove the compiler macros.
21614         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21615         of delq and copy-sequence.
21616         * gnus-art.el (popup-menu): Remove the compiler macro.
21617         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21618         Emacs 20.
21619
21620 2004-01-05  Simon Josefsson  <jas@extundo.com>
21621
21622         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21623         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21624         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21625         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21626         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21627         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21628         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21629         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21630         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21631         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21632         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21633         string-xor into ntlm-string-xor.
21634         Suggested by Jesper Harder <harder@myrealbox.com>.
21635
21636         * ntlm.el: Don't include poem.
21637
21638         * md4.el (print-int32, print-string-hexa): Remove.
21639         Suggested by Jesper Harder <harder@myrealbox.com>.
21640
21641         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21642
21643         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21644         probably breaks emacs with DL patch, but do we care? Is anyone
21645         still using the DL stuff?)
21646
21647         * sieve-manage.el: Use the password package.
21648         (sieve-manage-read-passwd): Remove.
21649         (sieve-manage-interactive-login): Use password.  Re-add
21650         condition-case around loop.
21651
21652         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21653         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21654         Use the password package.
21655
21656 2003-02-19  Simon Josefsson  <jas@extundo.com>
21657
21658         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21659         token.
21660
21661 2002-08-07  Simon Josefsson  <jas@extundo.com>
21662
21663         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21664         (sieve-manage-authenticators):
21665         (sieve-manage-authenticator-alist): Add some SASL mechs.
21666         (sieve-sasl-auth): New function.
21667         (sieve-manage-cram-md5-auth):
21668         (sieve-manage-plain-auth): Rewrite using SASL library.
21669         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21670         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21671         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21672         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21673
21674 2004-01-05  Simon Josefsson  <jas@extundo.com>
21675
21676         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21677         New files.
21678
21679 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21680
21681         * gnus-group.el (gnus-no-groups-message): Update.
21682
21683         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21684
21685 2003-11-09  Simon Josefsson  <jas@extundo.com>
21686
21687         * imap.el: Support for ID IMAP extension (RFC 2971).
21688         (imap-local-variables): Add imap-id.
21689         (imap-id): New variable.
21690         (imap-id): New function.
21691         (imap-parse-response): Parse untagged ID response.
21692         * nnimap.el (nnimap-id): New variable.
21693         (nnimap-open-connection): Use it.
21694
21695 2003-12-28  Simon Josefsson  <jas@extundo.com>
21696
21697         * gnus-score.el (gnus-score-edit-all-score): New.
21698         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21699
21700 2004-01-04  Simon Josefsson  <jas@extundo.com>
21701
21702         * password.el: Add.
21703
21704 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21705
21706         * dns.el (dns-query-types): Fix typo.
21707         (dns-query-types): New function.
21708         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21709         PTR and SOA replies, see RFC 1035.
21710
21711 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21712
21713         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21714
21715         * Move to Changelog.2.
21716
21717 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21718
21719         * gnus.el (gnus-version-number): Bump version.
21720
21721 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21722
21723         * gnus.el: No Gnus v0.1 is released.
21724
21725 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21726
21727         * gnus.el: No Gnus v0.0 is released.
21728
21729 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21730
21731         * gnus.el (gnus-version-number): Bump.
21732         (gnus-version): No.
21733
21734 See ChangeLog.2 for earlier changes.
21735
21736   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21737
21738   This file is part of GNU Emacs.
21739
21740   GNU Emacs is free software: you can redistribute it and/or modify
21741   it under the terms of the GNU General Public License as published by
21742   the Free Software Foundation, either version 3 of the License, or
21743   (at your option) any later version.
21744
21745   GNU Emacs is distributed in the hope that it will be useful,
21746   but WITHOUT ANY WARRANTY; without even the implied warranty of
21747   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21748   GNU General Public License for more details.
21749
21750   You should have received a copy of the GNU General Public License
21751   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21752
21753 ;; Local Variables:
21754 ;; coding: utf-8
21755 ;; fill-column: 79
21756 ;; add-log-time-zone-rule: t
21757 ;; End: