Add new Makefile rules for starting test-suite.
[gnus] / lisp / ChangeLog
1 2011-04-07  David Engster  <dengste@eml.cc>
2
3         * Makefile.in (check, test-registry): New rules for test-suite.
4
5 2011-04-06  David Engster  <dengste@eml.cc>
6
7         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
8         argument NOERROR for `require', since XEmacs 21.4 does not support it.
9
10 2011-04-06  David Engster  <dengste@eml.cc>
11
12         * registry.el (initialize-instance): Change :after to :AFTER to be
13         compatible with old EIEIO version in XEmacs.
14
15 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16
17         * gnus-registry.el (gnus-registry-post-process-groups)
18         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
19         and provide better messaging.
20
21 2011-04-06  David Engster  <dengste@eml.cc>
22
23         * Makefile.in (fail-on-warning): New rule to compile with warnings as
24         errors.
25
26         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
27         dgnushack-compile with error-on-warn enabled, and to signal an error if
28         clean compilation failed.
29         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
30         with `byte-compile-error-on-warn'.  Return nil if errors occured.
31
32 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
33
34         * gnus-registry.el: Don't use ERT if it's not available.  Load it
35         unconditionally anyway, discarding errors.
36         (gnus-registry-delete-entries): New convenience function.
37         (gnus-registry-import-eld): Import from old .eld registry.
38
39         * registry.el: Don't use ERT if it's not available.  Load it
40         unconditionally anyway, discarding errors.
41
42         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
43         version from the Claudio Bley GnuTLS patch (extra optional parameters
44         and host name).
45
46 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
47
48         * gnus-registry.el (gnus-registry-fixup-registry): New function to
49         fixup the parameters that can be customized by the user between
50         save/read cycles.
51         (gnus-registry-read): Use it.
52         (gnus-registry-make-db): Use it.
53         (gnus-registry-spool-action, gnus-registry-handle-action): Fix
54         messaging.
55         (gnus-registry--split-fancy-with-parent-internal): Fix loop.  Map
56         references to actual group names with sender and subject tracking.
57         (gnus-registry-post-process-groups): Use `cond' for better messaging.
58         (gnus-registry-usage-test): Add subject lookup test.
59
60         * registry.el (registry-db, initialize-instance): Set up constructor
61         instead of :initform arguments for the sake of older Emacsen.
62         (registry-lookup-breaks-before-lexbind): New method to demonstrate
63         pre-lexbind merge bug.
64         (registry-usage-test): Use it.
65         (initialize-instance, registry-db): Move the non-function initforms
66         back to the class definition.
67
68 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
69
70         * registry.el: New library to manage gnus-registry-style data.
71
72         * gnus-registry.el: Use it (major rewrite).
73
74         * nnregistry.el: Use it.
75
76         * spam.el: Use it.
77
78 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
79
80         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
81         marks on non-selected articles.
82
83 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
84
85         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
86         parameter to open-protocol-stream.
87
88 2011-04-01  Julien Danjou  <julien@danjou.info>
89
90         * mm-view.el (mm-display-inline-fontify): Do not fontify with
91         fundamental-mode.
92
93 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
94
95         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
96         servers.
97
98 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
99
100         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
101         made marks not propagate, again.
102
103 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
104
105         * proto-stream.el (open-protocol-stream): Bring back `network' type.
106         Make this the default type.
107         (proto-stream-open-plain): Rename from proto-stream-open-default.
108         (open-protocol-stream, proto-stream-open-starttls)
109         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
110         with `plain'.
111
112         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
113         value.
114
115         * nntp.el (nntp-open-connection-function): Document the fact that some
116         values are not functions but are instead handled specially.  Recognize
117         nntp-open-plain-stream value.
118         (nntp-open-connection): Recognize that value.
119
120 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
121
122         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
123         where it seems to be needed.
124
125 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
126
127         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
128         stuff.
129
130         * gnus-score.el (gnus-score-string): Fix calling convention of
131         `gnus-simplify-buffer-fuzzy' after last patches.
132
133         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
134         server for articles we didn't get any headers for.  This is a sanity
135         check.
136
137 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
138
139         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
140         new CAPABILITY, use it.
141
142 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
143
144         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
145         downloading anything.
146
147         * gnus.el (gnus-splash-svg-color-symbols): Removed superfluous `and'.
148
149 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
150
151         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
152         colors.
153         (gnus-splash-svg-color-symbols): New function.
154
155 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
156
157         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
158         instead of using the global gnus-simplify-subject-fuzzy-regexp.
159         (gnus-simplify-subject-fuzzy): Use the local
160         gnus-simplify-subject-fuzzy-regex instead of the global one.  This
161         makes using this variable in group parameters work.
162
163 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
164
165         * gnus-registry.el (gnus-registry-unfollowed-groups): Add
166         "archive:sent" to the unfollowed group regex (for the recent Gnus
167         archive:sent-YYYY-MM-DD groups).
168         (gnus-registry-split-fancy-with-parent): Bail out early in sender
169         tracking if there are more than `gnus-registry-max-track-groups'
170         matches.
171
172 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
173
174         * message.el (message--yank-original-internal): New function to do the
175         insertion cleanly inside eval in `message-yank-original'.
176         (message-yank-original): Use it.
177
178 2011-03-29  Julien Danjou  <julien@danjou.info>
179
180         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
181         local variables disabled rather than `normal-mode'.
182
183 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
184
185         * imap.el (imap-shell-open, imap-process-connection-type): Use
186         imap-process-connection-type for 'shell' streams as well as
187         Kerberos, SSL, other subprocesses.
188
189 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
190
191         * proto-stream.el: Changes preparatory to merging open-protocol-stream
192         with open-network-stream.
193         (proto-stream-always-use-starttls): Option removed.
194         (open-protocol-stream): Return a process object by default.  Provide a
195         new parameter :return-list specifying a list-type return value, which
196         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
197         :type `network' to `try-starttls', and `network-only' to `default'.
198         Make `default' the default, for compatibility with open-network-stream.
199         Handle the no-parameter case exactly as open-network-stream, with no
200         additional stream processing.  Search plists using plist-get.
201         Explicitly add :end-of-commend parameter if it is missing.
202         (proto-stream-open-default): Renamed from
203         proto-stream-open-network-only.  Return 'default as the type.
204         (proto-stream-open-starttls): Rename from proto-stream-open-network.
205         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
206         failed.  Always return a list with a (possibly dead) process as the
207         first element, for compatibility with open-network-stream.
208         (proto-stream-open-tls): Use plist-get.  Always return a list.
209         (proto-stream-open-shell): Return `default' as connection type.
210         (proto-stream-capability-open): Use plist-get.
211         (proto-stream-eoc): Function deleted.
212
213         * nnimap.el (nnimap-stream, nnimap-open-connection)
214         (nnimap-open-connection-1): Handle renaming of :type parameter for
215         open-protocol-stream.
216         (nnimap-open-connection-1): Pass a :return-list parameter
217         open-protocol-stream to obtain a list return value.  Parse this list
218         using plist-get.
219
220         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
221         for open-protocol-stream.  Accept open-protocol-stream return value
222         that is a subprocess object instead of a list.  Handle the case of a
223         dead returned process.
224
225 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
226
227         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
228
229         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
230
231 2011-03-21  Julien Danjou  <julien@danjou.info>
232
233         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
234         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
235         query.
236         (mm-inline-text): Render normal text with fontification whenever
237         possible.
238
239         * gnus-sum.el (gnus-summary-save-parts-1):
240         * gnus-art.el (gnus-article-browse-html-save-cid-content)
241         (gnus-article-browse-html-parts, gnus-mime-delete-part)
242         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
243         Use `mm-handle-filename'.
244
245         * mm-util.el (mm-handle-filename): New function, return the filename of
246         an handle.
247
248 2011-03-18  Julien Danjou  <julien@danjou.info>
249
250         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
251         (gnus-buffer-live-p): Check that buffer is not nil.
252
253 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
254
255         * gnus.el: No Gnus v0.15 is released.
256
257 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
258
259         * time-date.el (format-seconds): Use assoc instead of assoc-string to
260         avoid warning on XEmacs.
261
262         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
263         on XEmacs.
264
265         * gnus-art.el: Require mouse, which the build bot seems to say is
266         needed.
267
268         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
269
270         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
271         XEmacs, since it doesn't have url-retrieve-synchronously.
272
273         * time-date.el (format-seconds): Use assoc instead of assoc-string,
274         since assoc-string doesn't exist in XEmacs.
275
276 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
277
278         * gnus-group.el (gnus-group-list-ticked): New function.
279         (gnus-group-make-menu-bar): Provide a menu entry for it.
280         (gnus-group-list-map): Provide a binding for it.
281
282 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
283
284         * shr.el (shr-visit-file): New command.
285
286         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
287
288 2011-03-17  Bjørn Mork  <bjorn@mork.no>
289
290         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
291         servers.
292
293 2011-03-16  Julien Danjou  <julien@danjou.info>
294
295         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
296         inline.
297
298         * gnus-art.el (article-hide-list-identifiers): Use
299         gnus-group-get-list-identifiers.
300
301         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
302         (gnus-summary-remove-list-identifiers): Use
303         gnus-group-get-list-identifiers to get regexp.
304         (gnus-select-newsgroup, gnus-summary-insert-subject)
305         (gnus-summary-insert-articles): Call
306         gnus-summary-remove-list-identifiers unconditionally.
307
308 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
309
310         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
311         we're selecting a group with unread articles.
312
313         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
314
315         * gssapi.el: New file separated out from imap.el to provide a general
316         Kerberos 5 connection facility for Emacs.
317
318         * message.el (message-elide-ellipsis): Document the format spec
319         ellipsis.
320
321 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
322
323         * message.el (message-elide-region): Allow the ellipsis to say how many
324         lines were removed.
325
326 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
327
328         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
329         window configurations containing buffers that are now dead.
330
331         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
332         parsing to avoid integer overflows.
333         (nnimap-parse-flags): Simplify the last change.
334         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
335         too large for 32-bit Emacsen.
336
337 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
338
339         * auth-source.el (auth-source-netrc-create):
340         * message.el (message-yank-original): Fix use of `case'.
341
342 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
343
344         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
345         XEmacs, which was one character too wide.
346
347 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
348
349         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
350         default number of articles to display.
351         (gnus-articles-to-read): Use pretty names for prompt.
352
353 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
354
355         * gnus-int.el (gnus-open-server): Ditto.
356
357         * gnus-start.el (gnus-activate-group): Give a backtrace if
358         debug-on-quit is set and the user hits `C-g'.
359         (gnus-read-active-file): Ditto.
360
361         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
362
363 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
364
365         * message.el (message-yank-original): Use cond instead of CL case.
366
367 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
368
369         * auth-source.el (auth-source-netrc-create): Use usual format for the
370         default in prompts.
371
372 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
373
374         * lpath.el: Fbind read-char-choice for XEmacs.
375
376 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
377
378         * auth-source.el (auth-source-netrc-create): Show the default in the
379         prompt when prompting for token creation.
380
381 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
382
383         * auth-source.el (auth-source-format-prompt): Always convert the value
384         to a string to avoid evaluating non-string arguments.
385         (auth-source-netrc-create): Offer default properly, not as initial
386         content in `read-string'.
387         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
388         of line to determine if we've been run before.  If so, don't run again,
389         but print a trivial message to indicate the cache was hit instead.
390
391 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
392
393         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
394         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
395         The user will have to run `gnus-sync-read' manually and wait for Cloudy
396         Gnus.
397
398 2011-03-11  Julien Danjou  <julien@danjou.info>
399
400         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
401         modified file".
402
403 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
404
405         * auth-source.el (auth-source-read-char-choice): New function to read a
406         character choice using `dropdown-list', `read-char-choice', or
407         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
408         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
409         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
410         (auth-source-netrc-saver): Use it.
411         (auth-source-pick-first-password): New convenience function.
412
413 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
414
415         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
416         parameter in the credentials.
417         (nnimap-open-connection-1): Use it after a successful login.
418         (nnimap-credentials): Add IMAP-specific user and password prompt.
419
420         * auth-source.el (auth-source-search): Add :require parameter, taking a
421         list.  Document it and the :save-function return token.  Pass :require
422         down.  Change the CREATED message from a warning to a debug statement.
423         (auth-source-search-backends): Pass :require down.
424         (auth-source-netrc-search): Pass :require down.
425         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
426         Change save prompt to indicate all modifications saved here are
427         deletions.
428         (auth-source-netrc-create): Take user login name as default in user
429         prompt.  Move all the save functionality to a lexically bound function
430         under the :save-function token in the returned list.  Set up clearer
431         default prompts for user, host, port, and secret.
432         (auth-source-netrc-saver): New function, intended to be wrapped for
433         :save-function.
434
435 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
436
437         * shr.el (shr-table-horizontal-line): Change the defaults for the table
438         lines to be spaces instead.
439
440 2011-03-07  Julien Danjou  <julien@danjou.info>
441
442         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
443         (sieve-sasl-auth): Check that auth-source-search did return something,
444         or just return an empty string.
445
446 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
447
448         * gnus.el (gnus-interactive): Use read-directory-name.
449
450         * gnus-uu.el (gnus-uu-decode-uu-and-save)
451         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
452         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
453         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
454         Likewise.
455
456         * gnus-group.el (gnus-group-make-directory-group): Likewise.
457
458 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
459
460         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
461         onto the list of killed groups, too.  This makes killed nnimap groups,
462         for instance, more reliably not reappear.
463
464         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
465         the parent.
466
467         * gnus-sum.el (gnus-update-read-articles): Fix typo.
468
469         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
470         really have server-side marks.
471
472         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
473         since most backends do not usefully have server-side marks.
474         (gnus-update-read-articles): Propagate marks to all backends that
475         really have server-side marks.
476
477 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
478
479         * message.el (message-cite-reply-position, message-cite-style):
480         New variables.
481         (message-yank-original): Use the new citation styles.
482
483 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
484
485         * message.el (message-options): Revert 22da67af (workaround for XEmacs
486         buffer-local issue); don't mark it buffer-local when running under
487         XEmacs.
488
489 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
490
491         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
492         numbers too big to be `read'.
493
494 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
495
496         * password-cache.el (password-in-cache-p): Add autoload.
497
498         * message.el (message-options): Make buffer-local two ways to attempt
499         to fix a XEmacs bug.
500
501 2011-03-02  Julien Danjou  <julien@danjou.info>
502
503         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
504
505 2011-03-01  Julien Danjou  <julien@danjou.info>
506
507         * gnus-art.el (list-identifier): Add list-identifier as a parameter
508         group.
509         (article-hide-list-identifiers): Use list-identifier group parameter.
510
511 2011-02-28  Julien Danjou  <julien@danjou.info>
512
513         * sieve.el (sieve-buffer-script-name): New local variable to store
514         sieve script name.
515         (sieve-edit-script): Store sieve script name.
516         (sieve-upload): Use sieve script name when uploading.
517         (sieve-upload): Use substitute-command-keys.
518         (sieve-edit-script): Use substitute-command-keys.
519         (sieve-refresh-scriptlist): Use substitute-command-keys.
520         (sieve-manage-mode-map): Define keymap properly.
521         (sieve-manage-mode): Do not set mode name manually, change mode-name to
522         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
523         Remove commented code about cvs.
524         (sieve-manage-quit): New function.
525         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
526
527 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
528
529         * gnus-group.el (gnus-import-other-newsrc-file): New function.
530
531 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
532
533         * auth-source.el (auth-source-search): Cache empty result sets.
534
535         * password-cache.el (password-in-cache-p): Convenience function to
536         check if a key is in the cache, even if the value is nil.
537
538         * auth-source.el (auth-source-save-behavior): New variable to replace
539         `auth-source-never-create'.
540         (auth-source-netrc-create): Use it.
541         (auth-source-never-save): Remove.
542
543 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
544
545         * nnimap.el (nnimap-stream): Doc fix.
546         (nnimap-open-connection-1): Reverse the order of the ports to that the
547         prompted-for port is first.
548
549         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
550         retrieval by the no-group selection.
551
552         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
553         numerical parameters.
554
555 2011-02-25  Julien Danjou  <julien@danjou.info>
556
557         * gnus-gravatar.el: Use gnus-with-article-buffer.
558
559         * gnus-art.el (gnus-with-article-buffer): Check that the
560         gnus-article-buffer is alive.
561
562 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
563
564         * auth-source.el (auth-source-creation-prompts): New variable to manage
565         creation-time prompts.
566         (auth-source-search): Document it.
567         (auth-source-format-prompt): Add utility function.
568         (auth-source-netrc-create): Don't default the user name to
569         user-login-name.  Use `auth-source-creation-prompts' and some default
570         prompts for user, host, port, and password (the default generic prompt
571         remains ugly).
572         (auth-source-never-save): Add customizable option to never save info.
573         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
574         mode excursion.
575
576 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
577
578         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
579         argument that XEmacs doesn't support.
580
581         * dgnushack.el (dgnushack-compile): Exclude color.el from being
582         compiled for Emacsen having no `libxml-parse-html-region' support.
583
584         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
585
586         * lpath.el: Bind buffer-save-without-query for XEmacs.
587
588 2011-02-23  Julien Danjou  <julien@danjou.info>
589
590         * gnus-art.el (article-make-date-line): Ignore errors if time is
591         invalid and not convertible.
592         (article-make-date-line): Only add lapsed time if time is not nil.
593
594 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
595
596         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
597         `read-char-choice' for backwards compatibility.
598         (auth-source-netrc-element-or-first): New function to DTRT for
599         parameter extraction.
600         (auth-source-netrc-create): Use it and fix multiple parameter print
601         bug.  Use the default passed from above (given-default) or the
602         built-in (user-login-name for :user).
603
604 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
605
606         * gnus-start.el (gnus-dribble-read-file):
607         Set buffer-save-without-query, since we always want to save the dribble
608         file, probably.
609
610         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
611         nnimap.
612
613         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
614         -summary- since it's a user-visible variable.
615
616         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
617         first time you use the new Gnus.
618
619 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
620
621         * auth-source.el: Don't load netrc.el.
622         (auth-sources): Search ~/.netrc as well by default.
623         (auth-source-debug): Add 'trivia option for extra output.
624         (auth-source-do-trivia): Use it.
625         (auth-source-search): Simplify logic to use
626         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
627         appropriate.  Don't keep a running count at this level.  Layer :create
628         and :delete options appropriately on the first and second passes.
629         Don't track the backend with the search results.
630         (auth-source-search-backends): New function to search a list of
631         backends for a processed spec.
632         (auth-source-netrc-parse): Cache all netrc files, making
633         auth-source-netrc-cache an alist keyed by the file name and using the
634         file mtime as the caching criterion.  Keep the obfuscated data secret
635         with a lexical bind.
636         (auth-source-netrc-search): Don't calculate the length of the results
637         unnecessarily.
638         (auth-source-search-backends): Fix bug.
639         (auth-source-netrc-create): Rework prompts.
640
641 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
642
643         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
644         Lower case names of search constraints.
645         (nnir-run-query): Cache and reuse search constraints for all imap
646         servers.
647
648 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
649
650         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
651         after exit.
652         (gnus-setup-message): Define missing variable from last checkin.
653
654         * gnus-sum.el (gnus-summary-show-article): When called with t as the
655         value, show the raw article.
656
657 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
658
659         * gnus.el: No Gnus v0.13 is released.
660
661 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
662
663         * nnimap.el (nnimap-open-connection-1): Revert last change, since
664         auth-source now accepts numbers.
665
666         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
667         spec, too.
668         (auth-source-ensure-strings): New function.
669
670         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
671         (gnus-article-setup-buffer): Always restart the date timer so that user
672         changes to the frequency is respected.
673
674         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
675         port numbers, so make sure it gets that if nnimap-server-port is
676         explicit.
677
678 2011-02-21  Simon Josefsson  <simon@josefsson.org>
679
680         * nnimap.el (nnimap-inbox): Doc fix.
681
682 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
683
684         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
685         Autoload.  Add optional arg FRAME, and pass it to color-values.
686         (color-complement): Caller changed.  Doc fix.
687         (color-gradient): Rewrite for better clarity and efficiency.
688
689 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
690
691         * shr-color.el (shr-color->hexadecimal): Use renamed function names
692         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
693         color-lab-to-srgb.
694
695 2011-02-20  Drew Adams  <drew.adams@oracle.com>
696
697         * color.el: First part of merge from hexrgb.el.
698         (color-rgb-to-hex): Rename from color-rgb->hex.
699         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
700         saturation to zero if the value is too small.
701         (color-rgb-to-hsl): Rename from color-rgb->hsl.
702         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
703         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
704         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
705         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
706         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
707         (color-cie-de2000): Doc fix.
708
709 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
710
711         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
712         given method as in the group name if we're using an extended method.
713         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
714         command, if we're using that, instead of waiting for the beginning.
715
716         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
717         we're sure to get unique server names, and we don't output two async
718         commands in the same buffer.  This fixes an NNTP hang for some users.
719
720 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
721
722         * gnus.el: No Gnus v0.11 is released.
723
724 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
725
726         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
727         summary buffer before reading going to the next buffer.  This avoids
728         putting the point in the group buffer if you `C-g' the command.
729
730         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
731         cache (for now) to make ~/.authinfo.gpg files usable.
732
733         * nnfolder.el (copyright-update): Define for the compiler.
734
735         * auth-source.el (auth-source-search): Fix unbound variable.
736
737 2011-02-19  Glenn Morris  <rgm@gnu.org>
738
739         * gnus.el (gnus-meta): Doc fix.
740
741 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
742
743         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
744         in case it's not yet loaded.
745
746 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
747
748         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
749         line we're waiting for.
750
751 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
752
753         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
754         face with line-width greater than zero will cause RET in gnus summary
755         buffer to scroll down article page-wise because auto vscroll happens,
756         it should be temporalily disabled when doing a scroll-up.
757
758 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
759
760         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
761         outputs from the server.
762
763 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
764
765         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
766         later so that bbdb can hook in easier.
767
768 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
769
770         * auth-source.el (auth-source-search): Don't try to create credentials
771         if the caller doesn't want that.
772         (auth-source-search): If we don't find a match, don't bug out on
773         non-bound variables.
774         (auth-source-search): Only ask a single backend to create the
775         credentials.
776
777         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
778         logging.
779         (nnimap-credentials): Protect against auth-source-search returning nil.
780         (nnimap-request-list): Protect against not being able to open the
781         server.
782
783 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
784
785         * auth-source.el (auth-source-search): Do a two-phase search, one with
786         no :create to get the responses from all backends.
787
788         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
789         when getting credentials.
790
791         * gnus-util.el (gnus-delete-duplicates): New function.
792
793 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
794
795         * nnimap.el (nnimap-credentials): Instead of picking the first port as
796         a creation default, pass the whole port list down.  It will be
797         completed.
798
799         * auth-source.el (auth-source-search): Updated docs to talk about
800         multiple creation choices.
801         (auth-source-netrc-create): Accept a list as a value (from the search
802         parameters) and do completion on that list.  Keep a separate netrc line
803         with the password obscured for showing the user.
804
805         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
806         first choice to `auth-source-search' so it will be used for entry
807         creation instead of the server's Gnus-specific name.
808         (nnimap-credentials): Rely on the auth-source library to select which
809         port is actually wanted in the new netrc entry, so don't override
810         `auth-source-creation-defaults'.
811
812         * auth-source.el (auth-source-netrc-parse): Use :port instead of
813         :protocol and accept a missing user, host, or port as a wildcard match.
814         (auth-source-debug): Default to off.
815
816         (auth-source-netrc-search, auth-source-netrc-create)
817         (auth-source-secrets-search, auth-source-secrets-create)
818         (auth-source-user-or-password, auth-source-backend, auth-sources)
819         (auth-source-backend-parse-parameters, auth-source-search): Use :port
820         instead of :protocol.
821
822         * nnimap.el (nnimap-credentials): Pass a port default to
823         `auth-source-search' in case an entry needs to be created.
824         (nnimap-open-connection-1): Use :port instead of :protocol.
825
826 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
827
828         * auth-source.el: Bind load-path when loading EIEIO from
829         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
830         21.4 doesn't support, to `require'.
831         (auth-source-secrets-search): Use mm-delete-duplicates instead of
832         delete-dups that is not available in XEmacs 21.4.
833
834 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
835
836         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
837         as EIEIO must also be loaded when auth-source.el is being
838         byte-compiled.
839
840 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
841
842         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
843
844         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
845
846         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
847
848         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
849
850         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
851
852         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
853
854         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
855
856         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
857         necessary.
858
859 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
860
861         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
862         nil means that nnimap doesn't get updated.
863
864 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
865
866         * auth-source.el (auth-source-netrc-create): Return a synthetic search
867         result when the user doesn't want to write to the file.
868         (auth-source-netrc-search): Expect a synthetic result and proceed
869         accordingly.
870         (auth-source-cache-expiry): New variable to override
871         `password-cache-expiry'.
872         (auth-source-remember): Use it.
873
874         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
875         parameter.  Create entry if necessary by using :create t.
876         (nnimap-open-connection-1): Don't pass `inhibit-create'.
877
878 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
879
880         * auth-source.el (auth-source-debug): Enable by default and don't
881         mention the obsolete `auth-source-hide-passwords'.
882         (auth-source-do-warn): New function to debug unconditionally.
883         (auth-source-do-debug): Use it.
884         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
885         and for Secrets API entries when the secrets.el library is not
886         available.
887
888 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
889
890         * gnus-sum.el (gnus-propagate-marks): Default to nil.
891         (gnus-summary-exit): Kill the correct article buffer on exit from a
892         `C-d' group.
893
894         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
895         gnus-propagate-marks.
896
897         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
898         before killing the buffers so that a non-full window conf gets handled
899         correctly.
900         (gnus-summary-exit): Ditto.
901         (gnus-summary-read-group-1): Ditto.
902
903         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
904         async code again so that we can debug it properly.
905
906         * message.el (message-reply): Take an optional switch-buffer parameter
907         so that Gnus window confs are respected better.
908
909 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
910
911         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
912         `plist-get' to accept non-list parameters (XEmacs issue).
913         Fix docstring.
914         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
915         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
916         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
917         Login collection is "Login" and not "login".
918
919 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
920
921         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
922         multiple headers.
923
924         * nnimap.el (nnimap-inhibit-logging): New variable.
925         (nnimap-log-command): Don't log login commands.
926
927         * auth-source.el (auth-source-netrc-search): The asserts seem to want
928         to have more parameters.
929
930         * nnimap.el (nnimap-send-command): Mark the command time for each
931         command, so that we don't get NOOPs stepping on our toes.
932
933         * gnus-art.el (article-date-ut): Get the date from the Date header on
934         `t'.
935
936 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
937
938         * auth-source.el (auth-source-search): Use copy-sequence instead of
939         the cl.el copy-list.
940
941 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
942
943         * imap.el: Bring it back (revert
944         84d800cd31de3064f0ed39617d725709a2f8f42f).
945
946 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
947
948         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
949         Improve prompt.
950
951 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
952
953         * gnus-art.el (gnus-article-mode-line-format): Remove the article
954         washing status from the default format.  It isn't very informative.
955
956 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
957
958         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
959         Fix Gcc processing on imap.
960
961 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
962
963         * imap.el: Remove file.  All the functionality is in nnimap.el.
964
965 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
966
967         * message.el (message-bury): Don't pop up a new window when selected
968         window is dedicated.
969
970 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
971
972         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
973
974 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
975
976         * sieve-manage.el: Autoload `auth-source-search'.
977         (sieve-sasl-auth): Use it.
978
979 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
980
981         * nnimap.el: Autoload `auth-source-forget+'.
982         (nnimap-open-connection-1): Use it if the connection fails.
983
984         * auth-source.el: Require `password-cache'.
985         (auth-source-hide-passwords, auth-source-cache): Remove and mark
986         obsolete.
987         (auth-source-magic): Marker for `password-cache' keys.
988         (auth-source-do-cache): Update docstring.
989         (auth-source-search): Use and check cache.
990         (auth-source-forget-all-cached, auth-source-remember)
991         (auth-source-recall, auth-source-forget, auth-source-forget+)
992         (auth-source-specmatchp): Caching support functions.
993         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
994         Remove and obsolete.
995         (auth-source-user-or-password): Remove caching to further discourage
996         using it.  Always hide passwords.
997
998         * password-cache.el (password-cache-remove): Accept secrets that are
999         not strings.
1000
1001 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1002
1003         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
1004         code for now, since it doesn't work for all users.
1005
1006 2011-02-09  Julien Danjou  <julien@danjou.info>
1007
1008         * message.el (message-options): Make message-options really buffer
1009         local.
1010
1011 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
1012
1013         * mail-source.el: Autoload `auth-source-search'.
1014         (mail-source-keyword-map): Note order matters.
1015         (mail-source-set-1): Get all the mail-source source values and
1016         defaults and search auth-source on those if needed.  This can all
1017         probably be simplified.
1018
1019         * nnimap.el: Autoload `auth-source-search'.
1020         (nnimap-credentials): Use it.
1021         (nnimap-open-connection-1): Ask for the virtual server and physical
1022         address in one shot.
1023
1024         * nntp.el: Autoload `auth-source-search'.
1025         (nntp-send-authinfo): Use it.  Note TODO.
1026
1027 2011-02-08  Julien Danjou  <julien@danjou.info>
1028
1029         * shr.el (shr-tag-body): Add support for text attribute in body
1030         markups.
1031
1032         * message.el (message-options): Make message-options a local variable.
1033
1034 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1035
1036         * auth-source.el (auth-source-secrets-search)
1037         (auth-source-user-or-password): Use `append' instead of `nconc'.
1038         (auth-source-user-or-password): Build return list better and protect
1039         against nil :secret.
1040
1041 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1042
1043         * nnimap.el (nnimap-update-info): Refactor slightly.
1044         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
1045         (nnimap-update-info): Clean up slightly.
1046         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
1047         characters.
1048         (nnimap-process-quirk): Rename function to avoid collision.
1049         (nnimap-update-info): Fix macrology bug-out.
1050         (nnimap-update-info): Simplify split history test.
1051
1052 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
1053
1054         * auth-source.el (top): Require 'eieio unconditionally.
1055         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
1056         (auth-source-secrets-search): Limit search when `max' is greater than
1057         number of results.
1058
1059 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1060
1061         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
1062         part not returning any data.
1063
1064         * proto-stream.el (open-protocol-stream): Document the return value.
1065
1066 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1067
1068         * auth-source.el (auth-source-secrets-search): Add examples.
1069
1070 2011-02-06  Julien Danjou  <julien@danjou.info>
1071
1072         * message.el (message-setup-1): Handle message-generate-headers-first
1073         set to t.
1074
1075 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1076
1077         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
1078         API with a string "secrets:collection-name" and with 'default.
1079         (auth-source-backend-parse): Parse "secrets:collection-name" and
1080         'default.  Recurse on parses instead of repeating code.  Use the
1081         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
1082         message when ignoring a source.
1083         (auth-source-search): List ignored search keys at the top level.
1084         (auth-source-netrc-create): Use `case' instead of `cond'.
1085         (auth-source-secrets-search): Created with TODOs.
1086         (auth-source-secrets-create): Created with TODOs.
1087         (auth-source-retrieve, auth-source-create, auth-source-delete)
1088         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1089         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1090         (auth-source-user-or-password-sftp)
1091         (auth-source-user-or-password-smtp): Remove.
1092         (auth-source-user-or-password): Deprecated and modified to be a wrapper
1093         around `auth-source-search'.  Not tested thoroughly.
1094
1095 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
1096
1097         * auth-source.el: Bring in assoc and eioeio libraries.
1098         (secrets-enabled): New variable to track the status of the Secrets API.
1099         (auth-source-backend): New EIOEIO class to represent a backend.
1100         (auth-source-creation-defaults): New variable to set prompt defaults
1101         during token creation (see the `auth-source-search' docstring for
1102         details).
1103         (auth-sources): Simplify to allow a simple string as a netrc backend
1104         spec.
1105         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
1106         (auth-source-backend-parse-parameters): Fill in the backend parameters.
1107         (auth-source-search): Main auth-source API entry point.
1108         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
1109         (auth-source-search-collection): Helper function for searching.
1110         (auth-source-netrc-parse, auth-source-netrc-normalize)
1111         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
1112         Supports search, create, and delete.
1113         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
1114         backend stubs.
1115         (auth-source-user-or-password): Call `auth-source-search' but it's not
1116         ready yet.
1117
1118 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1119
1120         * message.el (message-setup-1): Remove the read-only stuff, since it
1121         doesn't work under XEmacs, for some reason.
1122
1123         * gnus-sum.el (gnus-user-date): Rename back from
1124         gnus-summary-user-date since user code refers to it.
1125
1126         * shr.el (shr-render-td): Store the actual background colour used.
1127
1128         * message.el (message-setup-1): Don't bind the constant
1129         -forbidden-properties.
1130         (message-setup-1): Revert previous change, since it needs to bind the
1131         props to insert them.
1132         (message-resend): Allow removing the read-only separator line.
1133
1134 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1135
1136         * nnimap.el (nnimap-request-accept-article): Give an error message if
1137         the APPEND wasn't successful.
1138
1139 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
1140
1141         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
1142         that have no groups.
1143
1144 2011-02-03  Julien Danjou  <julien@danjou.info>
1145
1146         * gnus-draft.el: Remove progn around gnus-draft-setup.
1147
1148 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1149
1150         * gnus-start.el (gnus-read-active-for-groups): This function is never
1151         called with a nil `infos', so clean that up.
1152         (gnus-get-unread-articles): Request active files from primary/secondary
1153         methods that have no groups (yet).
1154
1155 2011-02-03  Julien Danjou  <julien@danjou.info>
1156
1157         * message.el (message-setup-1): Always generate References first.
1158         (message-mail): Return the return value of message-setup, not always t.
1159         (message-setup-1): Insert mail-header-separator with read-only and
1160         intangible properties set.
1161
1162         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
1163         user-date in docstring.
1164
1165         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
1166
1167         * gnus.el (gnus-summary-line-format): Mention &user-date format in
1168         docstring.
1169
1170         * gnus.el (gnus-user-date-format-alist): Change default value. Use
1171         defcustom, with type and group. Move from gnus-util.el. Rename to
1172         gnus-summary-user-date-format-alist.
1173
1174 2011-02-03  Glenn Morris  <rgm@gnu.org>
1175
1176         * nnimap.el (gnus-fetch-headers): Declare.
1177
1178         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
1179
1180 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1181
1182         * message.el (message-forward-make-body-digest-plain)
1183         (message-followup, message-reply): Clean up things noted by Stefan.
1184
1185         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
1186         gnus-article-update-date-headers is nil.
1187         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
1188         it didn't really work with defcustom.
1189         (article-update-date-lapsed): Make sure the window start doesn't move,
1190         either.
1191
1192 2011-02-01  Julien Danjou  <julien@danjou.info>
1193
1194         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
1195         format.
1196
1197         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
1198         standard in Emacs nowadays.
1199
1200         * color.el (color-gradient): Add a color-gradient function.
1201
1202 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1203
1204         * message.el (message-expand-name): Don't trust the return value of
1205         bbdb-complete-name.
1206         (message-check-news-header-syntax): Remove unused var `start'.
1207         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
1208         (message-inhibit-body-encoding): Move to before first use.
1209         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
1210         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
1211         (Organization, Message-ID, Date, mh-previous-window-config):
1212         Defvar the vars using dynamic scoping.
1213
1214 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1215
1216         * shr.el (shr-render-td): Only do colours at the final rendering.
1217         Should be slightly faster.
1218         (shr-insert-table): Fix up TD background colours when doing the
1219         vertical padding.
1220
1221         * gnus-art.el (article-date-ut): Protect against articles with no Date
1222         header.
1223         (article-update-date-lapsed): Don't use current-column to find the
1224         horizontal position.  It's fragile in the presence of \003 characters.
1225
1226         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
1227
1228 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1229
1230         * gnus-art.el (article-transform-date): Rewrite to still work when
1231         there are several rfc2822 parts.
1232         (article-transform-date): Fix infinite recursion.
1233         (article-date-ut): Replace infinitely many Date headers with a single
1234         one when called interactively.
1235
1236         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
1237         secure manner.
1238
1239         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
1240         move around by not using save-window-excursion.  It seems to work...
1241
1242 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1243
1244         * gnus-art.el (article-make-date-line): Work for user-defined format.
1245
1246 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1247
1248         * nntp.el (nntp-retrieve-group-data-early)
1249         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1250         fetching functions.
1251
1252         * gnus-start.el (gnus-read-active-for-groups): Read the active files
1253         thoroughly for all backends that have no known groups.  This should
1254         allow new nnml methods to retrieve mail.
1255
1256         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1257         that Gnus doesn't know exists again.
1258
1259         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1260         (gnus-treat-date-ut): Ditto.
1261         (gnus-article-update-date-header): Rename.
1262         (gnus-treat-date-local): Remove.
1263         (gnus-treat-date-english): Remove.
1264         (gnus-treat-date-lapsed): Remove.
1265         (gnus-treat-date-combined-lapsed): Remove.
1266         (gnus-treat-date-original): Remove.
1267         (gnus-treat-date-iso8601): Remove.
1268         (gnus-treat-date-user-defined): Remove.
1269         (gnus-article-date-headers): New variable to control all the date
1270         header options.
1271         (article-date-ut): Rewrite to allow using the new way to format date
1272         headers(s).
1273
1274 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1275
1276         * nnmail.el (nnmail-article-group): Check for a direct fancy split
1277         method.
1278         (nnmail-article-group): A better test for fanciness.
1279
1280         * nnimap.el (nnimap-request-head): Protect against not finding the
1281         article by Message-ID.
1282
1283 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
1284
1285         * gnus-art.el (article-update-date-lapsed): Try a better way to really
1286         keep point at the "same place".
1287
1288 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1289
1290         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1291         data if the group is unactivated.
1292
1293 2011-01-28  Julien Danjou  <julien@danjou.info>
1294
1295         * gnus-win.el: Remove dead function gnus-window-configuration-element.
1296         (gnus-all-windows-visible-p): Remove old compatibility code.
1297         (gnus-window-top-edge): Add docstring.
1298
1299         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1300
1301 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1302
1303         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1304         older request-update-info.
1305
1306         * gnus-art.el (article-make-date-line): Limit the length a bit more.
1307
1308 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
1309
1310         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1311         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1312
1313 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1314
1315         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1316         groups.  This makes the nndraft:queue group pop up if it's not already
1317         there.
1318
1319         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1320         messages" logic, which was reversed.
1321
1322         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1323         the "same place" even if point is on the line being replaced.
1324         (article-update-date-lapsed): Allow updating both the combined lapsed
1325         and the lapsed headers.
1326         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1327         (article-make-date-line): Limit the number of segments dynamically to
1328         avoid too-long lines.
1329
1330 2011-01-27  Julien Danjou  <julien@danjou.info>
1331
1332         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1333         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1334
1335 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1336
1337         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1338         Use plist-get instead of the cl function getf.
1339
1340 2011-01-27  Glenn Morris  <rgm@gnu.org>
1341
1342         * gnus-util.el (float-time): Get rid of compiler warning, again.
1343
1344 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1345
1346         * shr.el (shr-put-color): Special-case background colours: Do put them
1347         at the blank parts at the front of the lines.
1348
1349         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1350         exit hook to nix out all data on readedness on group exit.
1351
1352         * gnus-util.el (float-time): If float-time is bound, always use it on
1353         all Emacsen.  It's unclear why the subrp check was there.
1354         (time-date): Require to make some autoload issues on XEmacs go away.
1355
1356         * shr.el (shr-put-color): Don't do the box padding in tables, since
1357         they're already padded.
1358
1359 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1360
1361         * gnus-art.el (gnus-article-next-page): When the last line of the
1362         article is displayed, scroll down once more instead of going to the
1363         next article at once.
1364         (article-lapsed-string): Refactor out and allow specifying how many
1365         segments you want.
1366         (gnus-article-setup-buffer): Start updating the lapsed header directly.
1367         (gnus-article-update-lapsed-header): New variable.
1368
1369         * shr.el: Revert change that made headings use different-sized faces.
1370         The Emacs display engine isn't advanced enough that, for instance,
1371         tables can comfortably use differently-sized faces.
1372
1373 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1374
1375         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1376         used.
1377         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1378         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1379         we're using an encrypted connection.
1380
1381         * proto-stream.el: Alter the interface functions to also return the
1382         actual stream type used: network or tls.
1383
1384 2011-01-25  Julien Danjou  <julien@danjou.info>
1385
1386         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1387         (mm-display-javascript-inline): New function.
1388
1389         * mm-decode.el (mm-inline-media-tests): Add application/javascript
1390         viewing function.
1391
1392 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1393
1394         * shr.el (shr-expand-newlines): Fix variable name.
1395
1396 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1397
1398         * shr.el (shr-expand-newlines): Make nested boxes work.
1399
1400 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1401
1402         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1403         backgrounds.
1404         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1405         in a more sensible manner.
1406
1407 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1408
1409         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1410         if EPG is loaded.
1411
1412 2011-01-24  Julien Danjou  <julien@danjou.info>
1413
1414         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1415         tags.
1416
1417 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1418
1419         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1420         commands.
1421
1422         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1423         in the article buffer.
1424         (gnus-gravatar-insert): Use blank space from the current buffer to
1425         avoid breaking text properties.  This makes X-Sent updating work again.
1426
1427         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1428
1429 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
1430
1431         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1432         fix the bug in url-http.el instead.
1433
1434         * shr.el (shr-image-fetched): Ditto.
1435
1436         * shr.el (shr-image-fetched): Avoid having point move in the article
1437         buffer.
1438
1439         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1440         buffer after being called.  It's apparently being killed by url.el, and
1441         killing it made point move to end-of-buffer in a random buffer.
1442
1443         * shr.el (shr-image-fetched): Ditto.
1444
1445 2011-01-23  Julien Danjou  <julien@danjou.info>
1446
1447         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1448
1449         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1450         text/x-org.
1451
1452 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1453
1454         * gnus-sum.el (gnus-summary-move-article): Protect against backends
1455         (i.e., nnimap) returning nil as the article number.
1456
1457 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1458
1459         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1460         "DelSp" parameter in RFC3676.
1461
1462 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1463
1464         * message.el (message-check-recipients): Display the encoded version of
1465         the bogus address if they differ.
1466
1467         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1468         after sending.
1469
1470         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1471
1472         * gnus-group.el (gnus-group-refresh-group): New convenience function.
1473
1474         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1475         group buffer after sending the queue.
1476
1477         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1478
1479 2011-01-22  Julien Danjou  <julien@danjou.info>
1480
1481         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1482
1483 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1484
1485         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1486         nested related parts.
1487
1488         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1489         unexpired articles.  This fixes the regression that led expiry marks to
1490         disappear from nnfolder groups.
1491
1492 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1493
1494         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1495         Don't confuse the "ret" of "retrograde" with RET.
1496
1497 2011-01-21  Julien Danjou  <julien@danjou.info>
1498
1499         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1500         than mm-insert-inline.
1501
1502 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1503
1504         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1505         Widen article buffer.
1506
1507 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1508
1509         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1510         the temp buffer.
1511         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1512
1513 2011-01-20  Julien Danjou  <julien@danjou.info>
1514
1515         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1516
1517         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1518         than mm-insert-inline to insert inline part: this respect
1519         mm-inline-media-tests displayers.
1520
1521         * mm-view.el (mm-display-shell-script-inline): New function.
1522
1523         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1524
1525         * mm-uu.el (mm-uu-type-alist): Add org block.
1526         (mm-uu-org-src-code-block-extract): New function.
1527
1528         * mm-view.el (mm-display-org-inline): New function.
1529
1530         * mm-decode.el (mm-automatic-display): Add text/org.
1531
1532         * mailcap.el (mailcap-mime-extensions): Add .org.
1533
1534 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1535
1536         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1537         gnus-article-add-buttons.
1538
1539 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1540
1541         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1542         From header with a date and "nobody" as the sender.
1543
1544 2011-01-19  Julien Danjou  <julien@danjou.info>
1545
1546         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1547         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1548         if you have the same regexp several times.
1549         (gnus-button-push): Fix matching when regexp is symbol.
1550
1551 2011-01-15  Glenn Morris  <rgm@gnu.org>
1552
1553         * message.el (message-mail): A compose-mail function should
1554         accept headers as strings.
1555
1556 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1557
1558         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1559         Add :vert-only tags.
1560         (message-mail): New arg RETURN-ACTION.
1561         (message-return-action): New var.
1562         (message-bury): Use it.
1563         (message-mode): Make it buffer-local.
1564         (message-send-and-exit): Always call message-bury.
1565
1566         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1567         message-mail.
1568
1569 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1570
1571         * nnimap.el (nnimap-convert-partial-article): Protect against
1572         zero-length body parts.
1573
1574         * mm-decode.el (mm-preferred-alternative-precedence):
1575         Discourage showing empty parts.
1576
1577         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1578         and stuff if the backend didn't return the article number.  This fixes
1579         an Exchange-related nnimap bug.
1580
1581         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1582         group window, because it does the wrong thing when a separate frame
1583         displays the group buffer.
1584
1585         * proto-stream.el (open-protocol-stream): Protect against the low-level
1586         transport functions returning nil.
1587
1588 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1589
1590         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1591         (mml2015-epg-find-usable-secret-key): New function.
1592         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1593         mml2015-epg-find-usable-key (Bug#7797).
1594         (mml2015-epg-encrypt): Ditto.
1595
1596 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1597
1598         * dgnushack.el (rot13-string): Fix the way to get the argument.
1599
1600 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1601
1602         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1603
1604 2011-01-03  Glenn Morris  <rgm@gnu.org>
1605
1606         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1607
1608         * sieve.el (sieve-open-server): Give a more explicit error if
1609         sieve-manage-open returns nil.  (Bug#7720)
1610
1611 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1612
1613         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1614
1615 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1616
1617         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1618         This avoids sending passwords in plain text over non-encrypted
1619         channels.
1620
1621         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1622
1623         * nnimap.el (nnimap-login): Refactored out into own function, and
1624         implement CRAM-MD5.
1625         (nnimap-wait-for-line): Refactored out.
1626
1627         * mm-view.el (mml-smime): Require.
1628
1629 2010-12-20  David Engster  <deng@eml.cc>
1630
1631         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1632         use EPG to decrypt S/MIME messages instead of openssl.
1633
1634 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1635
1636         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1637
1638         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1639         status is the group clearly is unreachable.
1640
1641         * auth-source.el (auth-source-create): Add the optional second
1642         parameter to `local-variable-p' to be compatible with XEmacs.
1643
1644 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1645
1646         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1647         work when using a compressed nnml folder.
1648
1649 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1650
1651         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1652         backends after sanitising on entry, because this never makes sense:
1653         If the articles have gone missing, then the data no longer exists on
1654         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1655         overwrite anything anyway.
1656
1657         * shr.el (shr-insert-document): Bind shr-width dynamically to
1658         window-width if it's nil.
1659
1660 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1661
1662         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1663         with the meaning of using the full emacs window width for rendering.
1664
1665 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1666
1667         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1668         case when sender is not given.
1669
1670 2010-12-23  Julien Danjou  <julien@danjou.info>
1671
1672         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1673         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1674         the addresses, otherwise we might misplaced the gravatar.
1675
1676 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1677
1678         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1679         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1680         obsolete in Emacs.
1681
1682 2010-12-20  Julien Danjou  <julien@danjou.info>
1683
1684         * gnus-util.el (gnus-rescale-image): Revert last change.
1685
1686 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1687
1688         * binhex.el: Improve commentary (Bug#7482).
1689
1690 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1691
1692         * gnus-group.el (gnus-group-delete-articles): New command.
1693
1694 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1695
1696         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1697
1698 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1699
1700         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1701         here, since it's up to the backends to do CRLF removal if their
1702         protocol has it.
1703
1704         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1705
1706 2010-12-17  Julien Danjou  <julien@danjou.info>
1707
1708         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1709         they are from file. Can also scale up.
1710
1711 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1712
1713         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1714         gnus-use-agent.
1715         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1716
1717         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1718
1719 2010-12-17  Julien Danjou  <julien@danjou.info>
1720
1721         * gravatar.el (gravatar-retrieve-synchronously): New function.
1722         (gravatar-get-data): Make more robust.
1723
1724 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1725
1726         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1727
1728 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1729
1730         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1731         to really consider the last line.
1732
1733 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1734
1735         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1736         list of recipient keys, or use symmetric encryption if not a list.
1737         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1738         EPA override, replacing the call to `netrc-store-data'.
1739
1740 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1741
1742         * gnus-srvr.el: Avoid passing nil regexp argument to
1743         delete-matching-lines.
1744
1745 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1746
1747         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1748         fetching stops when Gnus exits.
1749
1750         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1751         function.
1752         (nnfolder-request-expire-articles): Save all the buffers after doing
1753         expiry.
1754
1755         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1756         the last article", since that led to serious performance regressions
1757         when expiring nnml groups.
1758
1759 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1760
1761         * nnir.el: Improve customizations.
1762
1763 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1764
1765         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1766
1767         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1768         group has been killed.
1769         (gnus-group-yank-group): Ditto.
1770
1771         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1772
1773         * nnimap.el (nnimap-request-update-group-status): New function.
1774
1775         * gnus-int.el (gnus-request-update-group-status): New interface
1776         function.
1777
1778         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1779         copying read-ness to the backends.
1780
1781         * nnimap.el (nnimap-quirk): New function.
1782         (nnimap-retrieve-group-data-early): Use it.
1783         (nnimap-quirks): New alist.
1784
1785 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1786
1787         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1788         don't delete it within indentation.
1789
1790 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1791
1792         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1793         previous line.
1794
1795 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1796
1797         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1798         QRESYNC command by deleting a superfluous space which broke Cyrus
1799         servers.  This change will break other servers that are buggy the other
1800         way around.
1801
1802 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1803
1804         * spam.el: Reindent and fix long lines.
1805         (spam-copy-or-move-routine): Exclude invalid move destinations.
1806
1807 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1808
1809         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1810         installed the registry.
1811
1812 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1813
1814         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1815
1816 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1817
1818         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1819         groupname doesn't contain "gmane".
1820
1821 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1822
1823         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1824         and netrc-bound-and-true-p bindings.
1825         (netrc-parse): Cache the netrc contents.
1826
1827         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1828         (gnus-1): Don't create the nndrafts group twice.
1829         (gnus-setup-news): There's no need to read the active file here, since
1830         that's done again later on a per-backend basis.
1831         (gnus-start-draft-setup): Make sure that the new group is started out
1832         empty.
1833
1834         * gnus-agent.el (gnus-agentize): Don't create the queue group
1835         automatically on startup.  It'll be created later, if needed.
1836
1837         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1838         of automatically subscribed groups.
1839         (gnus-auto-subscribed-categories): New variable.
1840         (gnus-matches-options-n): Use it.
1841         (gnus-default-subscribed-newsgroups): Remove unused variable.
1842         (gnus-start-draft-setup): Message a bit less.
1843
1844 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1845
1846         * nnir.el (nnir-run-imap): Return article list in order of increasing
1847         UID.
1848
1849 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1850
1851         * gnus-sum.el (gnus-summary-enter-digest-group):
1852         Mention gnus-auto-select-on-ephemeral-exit.
1853
1854         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1855         convention of the network-only option.
1856
1857 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1858
1859         * proto-stream.el (proto-stream-open-network-only): New function to
1860         have a way to specify non-STARTTLS upgrade connections.
1861
1862 2010-12-10  Julien Danjou  <julien@danjou.info>
1863
1864         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1865         email address is nil.
1866
1867         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1868
1869 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1870
1871         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1872         deletion.
1873         (nnir-run-imap): Only need to parse list once.
1874
1875 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1876
1877         * shr.el (shr-tag-script): Ignore <script>.
1878         (shr-tag-label): Add <label> support.
1879
1880 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1881
1882         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1883
1884         * shr.el (shr-image-displayer): Work for images lined side by side.
1885
1886 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1887
1888         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1889         parameter, since XEmacs doesn't accept t as a parameter.
1890
1891 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1892
1893         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1894         ids.
1895         (nnir-run-gmane): Simplify groupspec formatting.
1896         (nnir-request-expire-articles): New function.
1897
1898 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1899
1900         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1901         overflow, possibly.
1902
1903         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1904         (shr-render-td): Handle td style="" better.
1905         (shr-tag-table): Use the color from the style sheet.
1906         (shr-render-td): Make sure we copy over all the overlays, too.
1907
1908 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1909
1910         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1911         (nnir-request-article): Improve article retrieval.
1912
1913 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1914
1915         * mm-util.el (mm-extra-numeric-entities): New variable.
1916
1917         * mm-url.el (mm-url-decode-entities):
1918         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1919
1920         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1921
1922 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1923
1924         * message.el: Use completion-at-point.
1925         (message-completion-function): New fun, extracted from message-tab.
1926         (message-mode): Use it for completion-at-point-functions.
1927         (message-tab): Use it and completion-at-point.
1928
1929 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1930
1931         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1932         character if a non-breakable character follows.
1933
1934 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1935
1936         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1937         any stream.
1938
1939         * shr.el (shr-tag-font): Colorize the region.
1940         (shr-tag-body): Ditto.
1941         (shr-tag-font): Actually let the styles be inherited instead of
1942         overwriting them.
1943         (shr-tag-font): Get the background color right.
1944         (shr-tag-style): Ignore all <style> tags for the moment.
1945
1946         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1947         a Message-ID to avoid having nnimap depend on gnus-sum.
1948
1949         * shr.el (shr-descend): Only colorize something if we have a node that
1950         sets colors.
1951
1952 2010-12-06  Julien Danjou  <julien@danjou.info>
1953
1954         * shr.el (shr-render-td): Render td content with shr-descend, so style
1955         will be applied to <td> too.
1956         (shr-colorize-region): Colorize region even if we only have a background.
1957         (shr-tag-body): Fix color and background color inheritance.
1958         Do not recolorize after shr-generic.
1959         (shr-tag-font): Let shr-generic colorize via inheritance.
1960
1961 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1962
1963         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1964
1965 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1966
1967         * nnir.el (nnir-request-move-article): Remove obsolete code.
1968
1969 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1970
1971         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1972
1973 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1974
1975         * gnus-sum.el (gnus-summary-respool-article): The completion function
1976         expects a list instead of an alist.
1977
1978         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1979         string as the parameter.
1980
1981         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1982
1983         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1984         styles.
1985         (shr-colorize-region): New function.
1986         (shr-insert-background-overlay): Remove.
1987         (shr-render-td): Background setting should be taken care of on a higher
1988         level.
1989         (shr-tag-body): Use post-hoc colorizations.
1990         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1991         (shr-put-color-1): Don't overwrite old colors.
1992         (shr-colorize-region): When the background color isn't explicit, use
1993         a fixed background.
1994
1995         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1996         nnmail variables.
1997
1998 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1999
2000         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
2001         unless necessary.
2002
2003 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
2004
2005         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
2006         server.
2007
2008 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2009
2010         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
2011         so that TAB works.
2012
2013         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
2014         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
2015
2016         * shr.el (shr-urlify): Show the URL before the title to avoid
2017         misleading URLs.
2018
2019 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
2020
2021         * shr.el (shr-urlify): Display the title in <a> tags.
2022
2023 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
2024
2025         * nnir.el (nnir-categorize): Replace mapcar with mapc.
2026
2027 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
2028
2029         * nnir.el: Rearrange code to allow macros to be autoloaded by
2030         gnus-sum.el.
2031         (nnir-retrieve-headers-override-function): Make this variable
2032         customizable.
2033         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
2034
2035         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
2036         from nnir.el.
2037
2038 2010-12-03  Julien Danjou  <julien@danjou.info>
2039
2040         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
2041
2042 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2043
2044         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
2045         allow optional argument `environment'.
2046
2047 2010-12-03  Glenn Morris  <rgm@gnu.org>
2048
2049         * mm-extern.el (message-goto-body): Update declaration.
2050
2051 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2052
2053         * gnus-util.el (gnus-macroexpand-all): New function.
2054
2055         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
2056         instead of macroexpand-all that is unavailable in XEmacs.
2057
2058 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
2059
2060         * nnir.el (nnir-summary-line-format): New variable.
2061         (nnir-mode): Use it.
2062         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
2063         (nnir-article-ids): Reimplement as defsubst.
2064         (nnir-retrieve-headers): Don't mangle the subject header.
2065         (nnir-run-imap): Use 100 as RSV score.
2066         (nnir-run-find-grep): Fix for full server searching.
2067         (nnir-run-gmane): Better restriction to gmane groups.
2068
2069         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
2070         summary buffers.
2071
2072 2010-12-02  Julien Danjou  <julien@danjou.info>
2073
2074         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
2075
2076         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
2077
2078         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
2079         support.
2080
2081 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
2082
2083         * nnir.el: Update to handle the registry better.
2084         (autoload): Silence byte-compiler.
2085         (nnir-open-server): Add a hook for nnir groups.
2086         (nnir-request-move-article): Don't mangle the header. Better to use
2087         formating variables (which will be added in the future).
2088         (nnir-registry-action): Update the registry using the original article
2089         group name.
2090         (nnir-mode): Install nnir-specific hooks for updating the registry.
2091
2092         * gnus-sum.el
2093         (gnus-article-original-subject,gnus-newsgroup-original-name):
2094         Remove obsolete variables.
2095         (gnus-summary-move-article): Remove use of obsolete variables.
2096         (gnus-summary-local-variables): Make move and delete hooks local to
2097         summary buffers.
2098
2099 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2100
2101         * rtree.el: New file.
2102
2103 2010-12-01  Julien Danjou  <julien@danjou.info>
2104
2105         * message.el (message-user-organization): Do not use
2106         gnus-local-organization.
2107
2108         * gnus.el: Remove gnus-local-organization.
2109
2110         * gnus-msg.el: Remove nastygram thing.
2111
2112 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
2113
2114         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
2115         funcall.
2116
2117 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2118
2119         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
2120         names.
2121
2122         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
2123         characters.
2124
2125         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
2126         to t of inhibit-read-only since it is inside gnus-with-article-headers.
2127         Suggested by Štěpán Němec <stepnem@gmail.com>.
2128         (gnus-gravatar-transform-address): Use mail-extract-address-components
2129         that supports non-ASCII names rather than mail-header-parse-addresses.
2130
2131 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2132
2133         * proto-stream.el (open-protocol-stream): All starttls connections are
2134         handled by the network handler.
2135
2136 2010-11-30  Julien Danjou  <julien@danjou.info>
2137
2138         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
2139         (nnimap-open-connection-1): Fix PREAUTH.
2140
2141         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
2142
2143 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2144
2145         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
2146         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
2147         (shr-insert): Use them.
2148         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
2149
2150 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2151
2152         * nnir.el (nnir-request-move-article): Bail out if original group
2153         doesn't support article moves.
2154         (nnir-get-active): Improve active list retrieval.
2155
2156 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2157
2158         * shr.el (shr-find-fill-point): Don't break before apostrophes.
2159
2160 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
2161
2162         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
2163         seem to accept strings-with-numbers as port numbers,
2164
2165 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2166
2167         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
2168         change the registry.
2169
2170 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2171
2172         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
2173         delete-dups that is not available in XEmacs 21.4.
2174
2175         * mm-util.el (mm-delete-duplicates): Add comment.
2176
2177 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
2178
2179         * nnir.el (nnir-ignored-newsgroups): New variable.
2180         (nnir-get-active): Use it.
2181
2182 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2183
2184         * proto-stream.el (proto-stream-open-network): Add some comments.
2185
2186         * nntp.el (nntp-open-connection): Provide a :success condition.
2187
2188         * nnimap.el (nnimap-open-connection-1): Ditto.
2189
2190         * proto-stream.el (proto-stream-open-network): See what the response to
2191         the STARTTLS command is.
2192
2193         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
2194         backwards compatibility).
2195         (nnimap-open-connection-1): Really respect nnimap-server-port.
2196
2197         * proto-stream.el (proto-stream-open-network): When doing opportunistic
2198         TLS upgrades we don't really care about the identity of the peer.
2199         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
2200         that what we've checked for.
2201         (proto-stream-always-use-starttls): Only default to t if
2202         open-gnutls-stream exists.
2203         (proto-stream-open-network): If STARTTLS failed, then just open a
2204         normal connection.
2205         (proto-stream-open-network): Wait until the greeting before doing
2206         STARTTLS.
2207
2208         * nntp.el (nntp-open-connection): Report what the connection error is.
2209
2210         * proto-stream.el (open-protocol-stream): Rename from
2211         open-proto-stream.
2212
2213 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2214
2215         * nnimap.el (nnimap-stream): Change default to `undecided'.
2216         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
2217         first, and then network.
2218         (nnimap-open-connection-1): Respect nnimap-server-port.
2219         (nnimap-open-connection): Be more backwards-compatible.
2220
2221         * proto-stream.el (proto-stream-always-use-starttls): New variable.
2222         (proto-stream-open-starttls): De-duplicate the starttls code.
2223         (proto-stream-open-starttls): Folded back into the main function.
2224         (proto-stream-open-network): Fix typo in the gnutls path.
2225         (proto-stream-command): Refactor out.
2226
2227         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
2228
2229         * proto-stream.el (proto-stream-open-starttls): Actually implement the
2230         starttls.el STARTTLS.
2231
2232         * color.el (color-lab->srgb): Fix function call name.
2233
2234         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
2235         if we're using tls.el.
2236         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
2237         built in, then don't try to establish a STARTTLS connection.
2238
2239         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
2240         servers.
2241
2242         * proto-stream.el (open-proto-stream): Use network, not stream.
2243         (open-proto-stream): Add a way to specify what the end of a command is.
2244
2245         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
2246         connections types.
2247         (nntp-open-network-stream): Remove.
2248         (nntp-open-ssl-stream): Remove.
2249         (nntp-open-tls-stream): Remove.
2250         (nntp-ssl-program): Remove.
2251
2252         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2253
2254 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
2255
2256         * nnir.el: Fix typos.
2257         (nnir-retrieve-headers-override-function): Rename variable to reflect
2258         new semantics.
2259         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2260         macros.
2261         (nnir-request-article, nnir-request-move-article): Use them.
2262         (nnir-categorize): New function.
2263         (nnir-run-query): Use it.
2264         (nnir-retrieve-headers): Rewrite to batch header retrieval.
2265         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2266         sorted.
2267         (nnir-group-full-name): Use gnus-group-full-name instead.
2268         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2269         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2270
2271 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2272
2273         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2274
2275         * proto-stream.el: New library to provide protocol-specific
2276         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2277         protocols.
2278         (open-proto-stream): Complete the documentation.
2279         (proto-stream-open-network): Fix some typos.
2280
2281         * nnimap.el (nnimap-open-connection): Use it.
2282
2283 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
2284
2285         * pop3.el (pop3-open-server): Read server greeting before starting TLS
2286         negotiation.
2287
2288 2010-11-26  Julien Danjou  <julien@danjou.info>
2289
2290         * color.el: Rename various rgb functions to srgb.
2291
2292 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2293
2294         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2295         names.
2296
2297 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2298
2299         * shr.el (shr-insert): Revert last change.
2300         (shr-find-fill-point): Never leave point being at bol;
2301         relax the kinsoku limitation when rendering tables.
2302
2303 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2304
2305         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2306         results from -accept-article.
2307
2308         * shr-color.el: Require cl when compiling.
2309
2310         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2311         checkin.
2312
2313         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2314
2315         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2316
2317         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2318         'add and 'delete to set backend marks.
2319
2320         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2321
2322         * nnheader.el (nnheader-update-marks-actions): Refactor out.
2323
2324         * nntp.el (nntp-request-set-mark): Use it.
2325
2326         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2327
2328         * nnml.el (nnml-request-set-mark): Ditto.
2329
2330         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2331         introduces regressions in article selection.
2332         (nnimap-find-uid-response): New function.
2333         (nnimap-request-accept-article): Use the UID returned, if any.
2334         (nnimap-request-move-article): Use the UID returned, if any.
2335         (nnimap-get-groups): Reimplement to work with folded lines.
2336         (nnimap-find-uid-response): The UID is the last element in the list.
2337         (nnimap-request-set-mark): Extend syntax with 'set.
2338
2339         * nnml.el (nnml-request-set-mark): Ditto.
2340
2341         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2342
2343         * nntp.el (nntp-request-set-mark): Ditto.
2344
2345 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2346
2347         * message.el (message-called-interactively-p): A temporary macro.
2348         (message-goto-body): Use it temporarily.
2349
2350 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2351
2352         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2353         (nnimap-last-response-string): Unfold quoted lines, if they exist.
2354         (nnimap-last-response-string): Fix last unfolding fix.
2355
2356 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2357
2358         * shr.el (shr-insert): Fix the way to fold lines.
2359
2360 2010-11-25  Julien Danjou  <julien@danjou.info>
2361
2362         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2363
2364         * color.el: Rename from color-lab.el
2365         (color-rgb->hex): Add.
2366         (color-complement): Add.
2367         (color-complement-hex): Add.
2368
2369         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2370
2371 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2372
2373         * shr-color.el (shr-color-visible): Don't bug out if the colour names
2374         don't exist.
2375
2376 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2377
2378         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2379         assuming that article displaying or another mml-preview may be
2380         interrupted for an error or for the like.
2381
2382         * shr.el (shr-get-background): Fix argument name.
2383
2384 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2385
2386         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2387
2388         * gnus-sum.el (gnus-summary-include-articles): New function.
2389
2390         * message.el (message-goto-body): called-interactively-p needs a
2391         parameter, so use `any'.
2392
2393         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2394         clear marks before moving, since they're synced from the Gnus side
2395         first.
2396
2397         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2398         (gnus-summary-move-article): Copy over all marks before moving, so that
2399         IMAP doesn't think a new article has arrived.
2400
2401 2010-11-24  Julien Danjou  <julien@danjou.info>
2402
2403         * shr.el (shr-insert-background-overlay): Fix typo.
2404         (shr-render-td): Copy the background before rendering.
2405
2406         * shr-color.el (shr-color-visible): Fix docstring.
2407
2408         * shr.el (shr-tag-table): Add bgcolor support.
2409         (shr-render-td): Add bgcolor support.
2410         (shr-get-background): Add.
2411         (shr-insert-foreground-overlay): Use shr-get-background.
2412
2413         * message.el (message-goto-body): Use called-interactively-p.
2414         (message-in-body-p): message-goto-body returns point.
2415
2416 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2417
2418         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
2419         Fixes something or other in Emacs 23, and is backwards compatible.
2420
2421         * message.el (message-goto-body): Remove the <#secure special-casing,
2422         which is too special.
2423
2424         * shr.el (shr-parse-style): Drop !important from styles.
2425
2426 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
2427
2428         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2429         this function to return incorrect results when calling it with an
2430         explicit article argument different from
2431         (gnus-summary-article-number).
2432
2433 2010-11-24  Julien Danjou  <julien@danjou.info>
2434
2435         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2436         (shr-tag-body): Add background support.
2437         (shr-descend): Add background support.
2438         (shr-tag-title): Add.
2439
2440         * shr-color.el (shr-color-visible): Really return original background
2441         if fixed.
2442
2443 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2444
2445         * shr.el (shr-color-check): Protect against non-existent colour names.
2446
2447 2010-11-24  Julien Danjou  <julien@danjou.info>
2448
2449         * color-lab.el: Require 'cl when compiling.
2450
2451         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2452
2453         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2454         matched part.
2455
2456         * color-lab.el: Fix all expt calls to use float type.
2457
2458 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2459
2460         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2461         expression to shr-color-check as is.
2462
2463         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2464
2465         * color-lab.el: Add coding cookie.
2466         (float-pi): Use eval-and-compile.
2467
2468         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
2469         compiled for Emacsen having no `libxml-parse-html-region' support.
2470
2471 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2472
2473         * shr.el (shr-insert-color-overlay): Split stuff like
2474         "#444444 !important" to find the real colour.
2475         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2476         parse <font color="red"> entries.
2477
2478 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
2479
2480         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
2481         point when parsing headers.
2482
2483         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
2484         is positioned properly when parsing headers.
2485
2486 2010-11-23  Julien Danjou  <julien@danjou.info>
2487
2488         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2489
2490         * shr-color.el (shr-color->hexadecimal): Add support for color names.
2491
2492         * shr.el (shr-parse-style): Replace \n with space in style parsing.
2493
2494         * shr-color.el (shr-color-hsl-to-rgb-fractions):
2495         Use shr-color-hue-to-rgb.
2496         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2497
2498 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2499
2500         * shr.el (shr-color->hexadecimal): Autoload.
2501         (shr-descend): Add color to all tags.
2502
2503 2010-11-22  Julien Danjou  <julien@danjou.info>
2504
2505         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2506         shr-color->hexadecimal.
2507
2508         * shr-color.el (shr-color->hexadecimal): Add converting functions for
2509         RGB() or HSL() color representation.
2510
2511         * shr.el (shr-tag-font): Add.
2512         (shr-tag-color-check): New function to get better colors.
2513         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2514         tag-span.
2515
2516         * shr-color.el: New file.
2517
2518         * color-lab.el: New file.
2519
2520         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2521
2522 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2523
2524         * nnir.el: Fix typo in comments.
2525         (nnir-run-imap): Simplify code. No need to reverse artlist.
2526         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2527
2528 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2529
2530         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2531
2532         * nnimap.el (nnimap-get-capabilities): Refactor out.
2533         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2534
2535 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2536
2537         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2538         appearing when `mm-uu-hide-markers' is nil.
2539
2540 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2541
2542         * nnimap.el (nnimap-unselect-group): Make into its own function.
2543         (nnimap-request-rename-group): Unselect group before renaming.
2544         This had gotten lost somewhere.
2545         (nnimap-request-accept-article): Keep track of examined groups, and
2546         unselect the group before APPENDing to read-only groups.
2547         (nnimap-request-move-article): Clear flags before moving so that they
2548         can be re-set later.
2549
2550 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2551
2552         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2553         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2554
2555 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2556
2557         * gnus-art.el (gnus-mime-display-single)
2558         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2559         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2560         parameter.
2561
2562 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2563
2564         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2565         (shr-table-vertical-line): New variable.
2566         (shr-insert-table): Use it.
2567
2568 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2569
2570         * gnus-html.el (gnus-html-wash-images): Don't display images if
2571         gnus-inhibit-images is non-nil; register displayer for cid images.
2572         (gnus-html-display-image): Work for cid image.
2573         (gnus-html-insert-image): Allow arguments.
2574         (gnus-html-put-image): Inhibit read-only.
2575         (gnus-html-prefetch-images): Don't prefetch images if
2576         gnus-inhibit-images is non-nil.
2577
2578 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2579
2580         * shr.el (shr-put-image): Break lines when inserting big pictures.
2581
2582 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2583
2584         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2585         sender, thanks Katsumi Yamaoka.
2586
2587 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2588
2589         * nnir.el (nnir-run-imap): Reverse the article list for each group
2590         rather than the whole list.
2591
2592 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2593
2594         * shr.el (shr-image-displayer): Protect function against non-existent
2595         image source.
2596
2597         * gnus-art.el (gnus-inhibit-images): New user option.
2598         (gnus-mime-display-single): Don't display image if it is non-nil.
2599
2600         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2601         gnus-inhibit-images.
2602
2603         * shr.el (shr-image-displayer): New function.
2604         (shr-tag-img): Use it.
2605
2606 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2607
2608         * mml2015.el (mml2015-epg-sign): Use From header.
2609
2610 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2611
2612         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2613
2614         * gnus-util.el (gnus-find-text-property-region): Return markers.
2615
2616         * shr.el (shr-tag-img): Put a displayer in the text property.
2617
2618         * gnus-util.el (gnus-find-text-property-region): New utility function.
2619
2620         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2621         (gnus-html-show-images): Remove.
2622
2623         * gnus-art.el (gnus-article-show-images): New, more general function.
2624
2625         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2626         image url text properties.
2627
2628         * shr.el: Ditto.
2629
2630         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2631         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2632
2633 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2634
2635         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2636         work for two or more articles.
2637
2638 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2639
2640         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2641         divide an image that's in an html article to two or more when washing
2642         non-ASCII characters in alt text of it.
2643
2644 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2645
2646         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2647         smime-decrypt-region using function argument.
2648         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2649
2650         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2651
2652         * smime.el (smime-decrypt-region): Catch it.
2653
2654 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2655
2656         * smime.el (smime-mode-map): Move initialization into declaration.
2657         (gnus-run-mode-hooks): Don't autoload.
2658         (smime-mode): Use define-derived-mode.
2659
2660 2010-11-11  Glenn Morris  <rgm@gnu.org>
2661
2662         * smime.el (from): Restrict declaration to XEmacs.
2663
2664         * nnir.el (gnus-group-topic-name): Autoload.
2665
2666 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2667
2668         * shr.el (shr-insert): Don't break long line if it is because of
2669         kinsoku-bol characters in the line end.
2670
2671 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2672
2673         * nnir.el (nnir-request-move-article): Fix to provide original group
2674         and subject.
2675         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2676         been retrieved.
2677
2678         * gnus-sum.el (gnus-summary-move-article): Use original group and
2679         subject for virtual articles such as those in an nnir summary buffer.
2680
2681 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2682
2683         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2684         least 21.5).
2685
2686         * smime.el (from): Declare it again for XEmacs.
2687
2688 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2689
2690         * message.el (message-resend): Don't disable encoding unless it's
2691         already encoded.
2692
2693         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2694         low-numbered articles.
2695
2696 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2697
2698         * rfc2047.el (rfc2047-syntax-table): Simplify.
2699
2700         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2701
2702         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2703         set-char-table-range for XEmacs.
2704
2705 2010-11-10  Glenn Morris  <rgm@gnu.org>
2706
2707         * time-date.el (time-to-seconds): Always an alias on Emacs,
2708         never a real function.
2709         (with-no-warnings): Remove compat stub, now unused.
2710         (time-less-p): Doc fix.
2711         (time-to-number-of-days): Simplify.
2712
2713         * smime.el (from): Remove unused declaration.
2714
2715         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2716         (gnus-float-time): On Emacs, always an alias.
2717
2718         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2719         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2720
2721 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2722
2723         * dgnushack.el: Don't use ignore-errors in the top level form since it
2724         is unavailable in XEmacs even if cl is loaded.
2725
2726         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2727
2728 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2729
2730         * shr.el (browse-url-mailto): Autoload.
2731
2732         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2733
2734         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2735         regexp doesn't need quoting.
2736
2737 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2738
2739         * message.el (message-subject-trailing-was-ask-regexp)
2740         (message-subject-trailing-was-regexp): Match was: in addition to was.
2741
2742 2010-11-09  Glenn Morris  <rgm@gnu.org>
2743
2744         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2745         (nnbabyl-check-mbox): Use point-at-bol.
2746
2747 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2748
2749         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2750
2751         * message.el (message-mailto): New function.
2752         (message-mailto): Should accept other parameters.
2753         (message-mailto): Remove since it duplicates browse-url-mailto
2754         functionality.
2755
2756 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2757
2758         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2759         methods.
2760         (gnus-read-active-file): Ditto.
2761
2762         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2763         ": " from the prompt.
2764         (gnus-group-make-group): Ditto.
2765
2766 2010-11-07  Glenn Morris  <rgm@gnu.org>
2767
2768         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2769         (gnus-bookmark-kill-line): Use point-at-eol.
2770
2771 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2772
2773         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2774         asterisks in From header.
2775
2776 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2777
2778         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2779         string to avoid making the From headers syntactically invalid.
2780
2781         * message.el (message-send-mail): Don't insert courtesy messages if the
2782         message already has List-Post and List-ID messages.
2783
2784 2010-11-06  Glenn Morris  <rgm@gnu.org>
2785
2786         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2787         `condition', `type', `length' a prefix.
2788         (gnus-treat-predicate): Update for above name changes.
2789
2790 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2791
2792         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2793         binding.  Handled by `gnus-summary-refer-thread' instead.
2794         (nnir-warp-to-article): New backend function.
2795
2796         * nnimap.el (nnimap-request-thread): Force dependency updating.
2797
2798         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2799         (gnus-summary-refer-thread): Rework to improve thread-referral.
2800
2801         * gnus-int.el (gnus-warp-to-article): New function.
2802
2803         * gnus-sum.el (gnus-summary-article-map): Bind it.
2804
2805 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2806
2807         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2808         gnus-summary-refer-thread.
2809
2810         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2811         headers.
2812         (gnus-summary-limit-include-thread): Prevent articles in thread from
2813         being cut in gnus-cut-threads.
2814         (gnus-summary-refer-thread): Limit retrieved headers to those in
2815         thread.
2816
2817 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2818
2819         * message.el (message-send-mail): Use the value of
2820         message-courtesy-message from the message buffer.
2821
2822         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2823
2824         * shr.el (shr-browse-url): Implement mailto: URLs.
2825
2826         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2827         "raw".
2828
2829         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2830         if it's already selected.
2831
2832         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2833
2834 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2835
2836         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2837         to measure the length and truncate alt text.
2838
2839 2010-11-03  Glenn Morris  <rgm@gnu.org>
2840
2841         * nndiary.el (nndiary-generate-nov-databases-1)
2842         (nndiary-generate-active-info): Rename dynamic variable `files' to
2843         something less generic.
2844
2845 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2846
2847         * nnir.el (nnir-request-move-article): Call the underlying backend to
2848         move articles from nnir.
2849
2850 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2851
2852         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2853
2854 2010-11-02  Julien Danjou  <julien@danjou.info>
2855
2856         * nnir.el: Remove wais support.
2857
2858 2010-11-02  Glenn Morris  <rgm@gnu.org>
2859
2860         * gnus-html.el: Reorder requirements to quieten compiler.
2861
2862 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2863
2864         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2865         properly for XEmacs as well.
2866         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2867         (gnus-article-natural-long-line-p): Use window-width rather than
2868         frame-width.
2869
2870 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2871
2872         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2873         (nnir-read-parms): Don't modify query.
2874         (nnir-run-query): Add ability to search topic on current line.
2875         (nnir-get-active): Clean up.
2876
2877 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2878
2879         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2880         degenerate articles.
2881
2882         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2883         (gnus-print-buffer): Just print the buffer as is, without any copying
2884         to a buffer and then re-highlighting.
2885
2886         * nnimap.el (nnimap-request-group): Store the new updated info.
2887         (nnimap-request-group): Select the group when we don't know whether it
2888         exists or not.
2889
2890         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2891         groups.
2892
2893         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2894         groups.
2895
2896         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2897         groups.
2898
2899         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2900         long-lines case by only filling the long lines.
2901
2902         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2903         (bug #7311).
2904
2905 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2906
2907         * shr.el: No need to declare `declare-function' since shr.el is for
2908         only Emacsen that provide `libxml-parse-html-region'.
2909
2910         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2911         effective only in a file it is referred to.
2912
2913 2010-11-01  Glenn Morris  <rgm@gnu.org>
2914
2915         * mm-util.el (gnus-completing-read): Autoload.
2916         (mm-read-coding-system): Simplify Emacs definition.
2917
2918         * nnmail.el (gnus-activate-group):
2919         * nnimap.el (gnutls-negotiate):
2920         * nntp.el (netrc-parse): Fix declarations.
2921
2922 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2923
2924         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2925         string-match-p in Emacs >=23.
2926
2927         * gnus-msg.el (gnus-configure-posting-styles)
2928         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2929
2930 2010-11-01  Glenn Morris  <rgm@gnu.org>
2931
2932         * nnir.el (declare-function): Add compat stub.
2933         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2934         (nnir-run-gmane): Require 'mm-url.
2935
2936         * mm-util.el (mm-string-to-multibyte): Simplify.
2937
2938         * shr.el (declare-function): Add compat stub.
2939         (url-cache-create-filename): Declare.
2940         (mm-disable-multibyte, widget-convert-button): Autoload.
2941
2942         * smime.el (ldap-search): Declare.
2943         (smime-cert-by-ldap-1): Require ldap on Emacs.
2944
2945         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2946         (nnimap-keepalive): Use gnus-float-time.
2947
2948         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2949         (mail-source-delete-crash-box): Use gnus-float-time.
2950
2951         * gnus-dired.el (gnus-completing-read): Autoload.
2952
2953         * mm-view.el (gnus-rescale-image): Autoload.
2954
2955         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2956
2957         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2958
2959         * sieve-manage.el: Require 'cl when compiling.
2960
2961         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2962         (gnus-iswitchb-completing-read): Require iswitchb.
2963         (gnus-select-frame-set-input-focus): Silence compiler.
2964
2965 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2966
2967         * message.el (message-subject-trailing-was-query): Change default to t,
2968         since I think that's what most people want.
2969
2970         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2971         appending for easier debugging.
2972         (nnimap-wait-for-connection): Take a regexp.
2973         (nnimap-request-accept-article): Wait for the continuation line before
2974         sending anything unless we're streaming.
2975
2976         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2977         leave the header washing to take place.
2978
2979 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2980
2981         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2982         regular expression match and replace in posting styles.
2983
2984 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2985
2986         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2987         an entire server.
2988         (nnir-get-active): New function.
2989         (nnir-run-imap): Use it.
2990         (nnir-run-gmane): Who knew, gmane search returns an article score!
2991
2992         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2993         server on the current line with nnir.
2994
2995 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2996
2997         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2998         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2999         left edge.
3000         (gnus-article-foldable-buffer): Skip past the prefix when determining
3001         raggedness.
3002
3003         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
3004         the raw article, and change `C-u g' to show the article without doing
3005         treatments.
3006
3007         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
3008         on to `gnus-treat-article'.
3009         (gnus-inhibit-article-treatments): New variable.
3010
3011         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
3012
3013         * gnus-art.el (gnus-treatment-function-alist): Have
3014         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
3015         (gnus-treat-fill-long-lines): Change default to fill all text/plain
3016         sections.
3017
3018         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
3019         parameter.
3020         (gnus-article-fill-cited-long-lines): New function.
3021         (gnus-article-fill-cited-article): Allow filling only long sections.
3022
3023         * shr.el (shr-find-fill-point): Don't break lines between punctuation
3024         and non-punctuation (like after the apostrophe in "'We").
3025
3026         * gnus-sum.el (gnus-summary-select-article): Make sure
3027         gnus-original-article-buffer is alive.
3028
3029         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
3030         reflect the order they're in in the digest.
3031
3032         * gnus.el (gnus-group-startup-message): Move point to the start of the
3033         buffer.
3034
3035         * nnimap.el (nnimap-capability): New function.
3036         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
3037         is set.
3038
3039 2010-10-31  David Engster  <dengste@eml.cc>
3040
3041         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
3042         conform with changes to gnus-completing-read.
3043
3044 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3045
3046         * shr.el (shr-tag-img): Output "*" instead of "[img]".
3047
3048 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3049
3050         * nnir.el: Move defvar, defcustom around to keep file organized
3051         and keep byte-compiler quiet.
3052         (nnir-read-parms): Accept search-engine as arg.
3053         (nnir-run-query): Pass search-engine as arg.
3054         (nnir-search-engine): Remove.
3055
3056 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3057
3058         * shr.el (shr-generic): The text nodes should be text, not :text.
3059
3060         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
3061         later in the file.
3062
3063 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3064
3065         * nnir.el: General clean up.  Allow searching with multiple engines.
3066         Allow separate extra-parameters for each engine.
3067         Batch queries when possible.
3068         (nnir-imap-default-search-key,nnir-method-default-engines):
3069         Add customize interface.
3070         (nnir-run-gmane): New engine.
3071         (nnir-engines): Use it.  Qualify all prompts with engine name.
3072         (nnir-search-engine): Remove global variable.
3073         (nnir-run-hyrex): Restore for now.
3074         (nnir-extra-parms,nnir-search-history): New variables.
3075         (gnus-group-make-nnir-group): Use them.
3076         (nnir-group-server): Remove in favor of gnus-group-server.
3077         (nnir-request-group): Avoid searching twice.
3078         (nnir-sort-groups-by-server): New function.
3079
3080 2010-10-30  Julien Danjou  <julien@danjou.info>
3081
3082         * gnus-group.el: Remove gnus-group-fetch-control.
3083
3084         * gnus-start.el (gnus-find-new-newsgroups):
3085         Remove gnus-check-first-time-used.
3086
3087         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
3088
3089 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3090
3091         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
3092         set on groups that don't have \* permanentflags.
3093
3094 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3095
3096         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
3097         control the background color.
3098         (shr-tag-img): Ignore very small web bug type images.
3099         (shr-put-image): Add help-echo alt texts to the images.
3100         (shr-tag-video): Show the video poster image.
3101
3102 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3103
3104         * shr.el (shr-table-depth): New variable.
3105         (shr-tag-table-1): Only insert the images after the top-level table.
3106
3107         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
3108
3109         * gnus-util.el (gnus-list-memq-of-list): New function.
3110
3111         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
3112         selected.
3113         (nnimap-unsplittable-articles): New slot.
3114         (nnimap-new-articles): Use it.
3115
3116 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
3117
3118         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
3119         move to the previous line on `M-g'.
3120
3121 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3122
3123         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
3124         *-request-group, which seems unnecessary.
3125
3126         * nnimap.el (nnimap-quote-specials): Function copied over from
3127         imap.el.
3128         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
3129         they support that.  Suggested by Tom Regner.
3130
3131 2010-10-29  Julien Danjou  <julien@danjou.info>
3132
3133         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
3134         defalias.
3135         (gnus-summary-delete-marked-with): Remove obsolete defalias.
3136
3137         * gnus.el: Remove `gnus-nntp-service' variable.
3138         (gnus-secondary-servers): Make obsolete.
3139         (gnus-nntp-server): Make obsolete.
3140
3141         * gnus-start.el (gnus-1): Remove x-splash calls.
3142
3143         * gnus-ems.el (gnus-x-splash): Remove.
3144
3145         * gnus.el (gnus-group-startup-message): Simplify/update code.
3146
3147         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
3148         definition.
3149
3150         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
3151         capability before doing anything.
3152         (gnus-group-insert-group-line): Remove useless
3153         gnus-group-remove-excess-properties.
3154
3155 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3156
3157         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
3158
3159 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3160
3161         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
3162         config after reselecting.
3163
3164 2010-10-28  Julien Danjou  <julien@danjou.info>
3165
3166         * shr.el (shr-put-image): Use point even if only inserting text.
3167         (shr-put-image): Save excursion when inserting alt text on non-graphic
3168         display, so the behaviour is the same when we are on a graphic display.
3169
3170         * nnir.el (nnir-run-swish-e): Remove hyrex support.
3171
3172 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3173
3174         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
3175         (gnus-mime-copy-part): Check coding system, not charset.
3176         (gnus-mime-view-part-externally): Never remove part.
3177         (gnus-mime-view-part-internally): Don't remove part here.
3178         (gnus-article-part-wrapper): Make sure MIME tag is visible.
3179         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
3180         multipart/alternative.
3181
3182         * mm-decode.el (mm-display-part): Take optional arg `force'.
3183
3184 2010-10-26  Julien Danjou  <julien@danjou.info>
3185
3186         * gnus-group.el (gnus-group-default-list-level): Add this function to
3187         compute the default list level.
3188         (gnus-group-default-list-level): Add possibility to use a function.
3189
3190 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3191
3192         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
3193
3194         * gnus-group.el (gnus-group-completing-read)
3195         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
3196         gnus-replace-in-string.
3197
3198 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3199
3200         * shr.el (shr-tag-div): Add.
3201
3202         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
3203
3204 2010-10-25  Julien Danjou  <julien@danjou.info>
3205
3206         * gnus-util.el: Remove `gnus-with-local-quit'.
3207
3208         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
3209
3210 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3211
3212         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
3213         the original article buffer.
3214
3215 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3216
3217         * nnimap.el (nnimap-request-head): New function.
3218         (nnimap-request-move-article): Try to be slighly faster by not
3219         requesting the entire message when moving.
3220         (nnimap-transform-headers): Don't bug out on bodiless articles.
3221         (nnimap-send-command): Have no outstanding messages if the IMAP server
3222         doesn't support streaming.
3223         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
3224
3225 2010-10-24  Julien Danjou  <julien@danjou.info>
3226
3227         * message.el (message-default-headers): Fix type.
3228
3229 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3230
3231         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
3232         prefetching images.
3233
3234         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
3235         backend for unknown groups.  This is mainly useful for nnimap groups.
3236
3237         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
3238         group isn't covered by the agent.
3239
3240 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
3241
3242         * nnir.el (nnir-method-default-engines): New variable.
3243         (nnir-run-query): Use it.
3244         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
3245         (gnus-summary-nnir-goto-thread): Change group if needed.
3246
3247         * gnus-group.el (gnus-group-group-map): Add key binding for
3248         gnus-group-make-nnir-group.
3249
3250 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3251
3252         * shr.el (shr-tag-object): Add.
3253
3254         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3255         original article buffer live.
3256         (gnus-summary-select-article-buffer):
3257         Mention gnus-widen-article-buffer.
3258
3259 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3260
3261         * shr.el (shr-tag-strong): Add.
3262
3263 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3264
3265         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3266         group names.  They mess up the group buffer badly.
3267
3268         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3269
3270         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3271         instead of the summary one.
3272
3273 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3274
3275         * mml.el (mml-preview): Work properly when editing article.
3276
3277         * gnus-start.el (gnus-read-active-file-1): Don't add method to
3278         gnus-have-read-active-file if it's already been in.
3279
3280 2010-10-22  Tom Tromey  <tromey@redhat.com>
3281
3282         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3283         gnus-group-completing-read.
3284
3285 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3286
3287         * message.el (message-mode-map): Don't bind M-; to comment region, to
3288         allow the global comment-dwim to work.
3289
3290 2010-10-21  Julien Danjou  <julien@danjou.info>
3291
3292         * message.el (message-setup-1): Allow message-default-headers to be a
3293         function.
3294
3295 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3296
3297         * shr.el (shr-tag-table): Simplify.
3298
3299 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3300
3301         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3302         to avoid trying to snarf invalid stuff.
3303
3304         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3305
3306         * gnus.el (gnus-message-archive-group): Quote value.
3307         (gnus-message-archive-group): Mark as changed.
3308
3309         * shr.el (shr-add-font): Don't put the font properties on the newline
3310         or the indentation.
3311
3312         * message.el (message-fix-before-sending): Change options when sending
3313         non-printable characters.
3314
3315         * gnus.el (gnus-message-archive-method): Change the default to
3316         monthly outgoing groups.
3317
3318         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3319         that have gotten new numbers.
3320
3321         * nnimap.el (nnimap-request-replace-article): New function.
3322
3323 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3324
3325         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3326         (nnrss-request-article): Don't use special html washing code.
3327
3328 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3329
3330         * shr.el (shr-tag-table): Remove useless nconc.
3331
3332 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3333
3334         * gnus-art.el (article-wash-html): Simplify and remove the charset
3335         stuff.  Use the normal html rendering code instead of the special html
3336         washing code.
3337
3338         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3339         `gnus-w3m' symbols.
3340         (mm-text-html-washer-alist): Remove.
3341
3342         * mm-decode.el (mm-inline-text-html-renderer): Remove.
3343         (mm-inline-media-tests): Remove use.
3344         (mm-text-html-renderer): Change default to the `shr' symbol.
3345
3346         * mm-view.el (mm-inline-text-html): Remove use.
3347
3348         * gnus-art.el (gnus-blocked-images): New function.  Allow the
3349         `gnus-blocked-images' to be a function.
3350         (gnus-article-wash-function): Remove.
3351
3352 2010-10-20  Julien Danjou  <julien@danjou.info>
3353
3354         * spam.el (spam-list-of-processors): Mark as obsolete.
3355
3356         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3357         (nnimap-insert-partial-structure): Fix boundary detection.
3358
3359 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
3360
3361         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3362         run file-truename on remote files.  This can be expensive and even
3363         prevent one from editing drafts if some unrelated buffer has a stale
3364         connection.
3365
3366 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3367
3368         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3369         kinsoku-eol regardless of shr-kinsoku-shorten.
3370         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3371         (shr-tag-table): Support caption, thead, and tfoot.
3372
3373 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3374
3375         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3376         lines.
3377         (shr-save-contents): New command and keystroke.
3378
3379         * nndoc.el (nndoc-type-alist): Add git support.
3380         (nndoc-git-type-p): New function.
3381         (nndoc-transform-git-article): Ditto.
3382         (nndoc-transform-git-headers): Ditto.
3383         (nndoc-transform-git-headers): Generate Subject headers.
3384
3385         * shr.el (shr-parse-style): New function.
3386         (shr-tag-span): Ditto.
3387
3388         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3389         to `G G' to avoid collisions.
3390
3391 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3392
3393         * shr.el: Load kinsoku if necessary.
3394         (shr-kinsoku-shorten): New internal variable.
3395         (shr-find-fill-point): Make kinsoku shorten text line if
3396         shr-kinsoku-shorten is bound to non-nil.
3397         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3398         shr-indentation too when testing if table is wider than frame width.
3399         (shr-insert-table): Use `string-width' instead of `length' to measure
3400         text width.
3401         (shr-insert-table-ruler): Make sure indentation is done at bol.
3402
3403 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3404
3405         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3406         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3407         undecoded network data.
3408
3409 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3410
3411         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3412         name in the mode line spec so that the mode line menu works
3413         (bug #2431).
3414
3415         * message.el (message-get-reply-headers): If we're fed `to-address',
3416         then always use that.
3417
3418         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3419         aren't so wide as to need to switch off the edit menu.
3420
3421         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3422         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3423
3424         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3425         `M-g'.
3426         (nnimap-update-info): Update flags/read marks even if \* isn't part of
3427         the permanent marks.
3428
3429 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
3430
3431         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3432         Splitting according to references/in-reply-to obeys the ignore-groups
3433         variable, while splitting by sender and subject do not.
3434
3435 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3436
3437         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3438         alist, so that we can look for non-Unicode chars.
3439         (article-translate-strings): Allow both character and string maps.
3440
3441 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3442
3443         * shr.el (shr-insert): Don't insert space behind a wide character
3444         categorized as kinsoku-bol, or between characters both categorized as
3445         nospace.
3446
3447 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
3448
3449         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
3450         headers to gnus-newsgroup-headers.
3451
3452 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3453
3454         * shr.el (shr-tag-img): Don't align images -- since we're not
3455         rescaling, this often leads to ugly displays.
3456
3457 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
3458
3459         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3460         duplicates.
3461
3462 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
3463
3464         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3465         call.
3466
3467 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3468
3469         * gnus.el: Autoload gnus-html-show-images.
3470
3471         * nnimap.el: Use nnheader-message throughout.
3472
3473         * shr.el (shr-tag-img): Ignore images with no data.
3474
3475 2010-10-15  Julien Danjou  <julien@danjou.info>
3476
3477         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3478         a possibility to disable format=flow encoding when using hard newlines.
3479
3480 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3481
3482         * shr.el (shr-insert): Remove space inserted before or after a
3483         breakable character or at the beginning or the end of a line.
3484         (shr-find-fill-point): Do kinsoku; find the second best point or give
3485         it up if there's no breakable point.
3486
3487 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3488
3489         * nnimap.el (nnimap-open-connection): Message when opening connection
3490         for debugging purposes.
3491
3492         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3493         on every setup buffer call to allow this to change from article to
3494         article.
3495
3496         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3497         buffers where we have a wide table.
3498
3499 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
3500
3501         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3502         uses *-request-thread.
3503
3504 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3505
3506         * nnimap.el (nnimap-open-connection): Remove %s from openssl
3507         incantation, which is no longer valid.
3508
3509 2010-10-14  Julien Danjou  <julien@danjou.info>
3510
3511         * shr.el: Fix defcustom type (char -> character).
3512
3513 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3514
3515         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3516         programs.
3517
3518 2010-10-14  Julien Danjou  <julien@danjou.info>
3519
3520         * shr.el (shr-tag-a): Use url-link as widget type.
3521
3522         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3523         `gnus-group-get-icon'.
3524
3525 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3526
3527         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3528         This should make server editing work better.
3529
3530         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3531
3532         * tls.el (tls-program): Remove spurious %s from openssl.
3533
3534         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3535         (nnimap-parse-flags): Fix regexp.
3536
3537         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3538         probably work for CJVK text, too.
3539
3540         * nnimap.el (nnimap-extend-tls-programs): Remove.
3541         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3542
3543         * tls.el (tls-starttls-switches): Remove starttls hack.
3544         (open-tls-stream): Ditto.
3545         (tls-find-starttls-argument): Ditto.
3546
3547 2010-10-13  Julien Danjou  <julien@danjou.info>
3548
3549         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3550         responses.
3551
3552 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3553
3554         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3555
3556         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3557         anything in Emacs.
3558
3559         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3560
3561 2010-10-13  Julien Danjou  <julien@danjou.info>
3562
3563         * shr.el (shr-width): Make shr-width a defcustom with default to
3564         fill-column.
3565         (shr-tag-img): Use shr-width rather than fill-column.
3566
3567 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3568
3569         * dgnushack.el (byte-optimize-apply)
3570         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3571
3572         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3573         position when (X-)Faces exist.
3574         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3575         avatars when called interactively.
3576
3577 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3578
3579         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3580         gnus-article-x-face-too-ugly is bound.
3581
3582 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3583
3584         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3585
3586         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3587         mailbox that doesn't exist.
3588
3589 2010-10-12  Julien Danjou  <julien@danjou.info>
3590
3591         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3592         (shr-get-image-data): Encode URL properly when fetching from cache.
3593         (shr-tag-img): Use aligned-to spaces to align correctly images.
3594
3595         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3596         before inserting the Gravatar.
3597
3598         * shr.el (shr-tag-img): Add align attribute support for <img>.
3599
3600 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3601
3602         * gnus-gravatar.el (gnus-art): Require.
3603
3604         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3605         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3606         Remove long obsoleted functions.
3607
3608 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3609
3610         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
3611
3612         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3613
3614         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3615         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3616         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3617         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3618         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3619         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3620         * sieve-manage.el, smime.el, spam.el:
3621         Fix comment for declare-function.
3622
3623 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3624
3625         * nnimap.el (nnimap-request-rename-group): Select group read-only
3626         before renaming it.
3627
3628         * shr.el (shr-insert): Fix up the white space only regexp.
3629
3630         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3631         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3632
3633         * shr.el (shr-current-column): New function.
3634         (shr-find-fill-point): New function.
3635
3636 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3637
3638         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3639         numbers.
3640
3641 2010-10-11  Julien Danjou  <julien@danjou.info>
3642
3643         * shr.el (shr-hr-line): Add.
3644         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3645         display hr lines.
3646         (shr-max-columns): Do not change state to nil if we just inserting
3647         spaces.
3648
3649 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3650
3651         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3652         select the last group.
3653
3654 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3655
3656         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3657
3658 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3659
3660         * dig.el (dig-mode-map): Declare and define in one step.
3661
3662 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3663
3664         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3665         for Gnus.
3666         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3667         (nnimap-update-qresync-info): Mark \Seen articles as read.
3668
3669         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3670         non-variable, too.
3671
3672         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3673         available.
3674         (nnimap-update-info): Rely more on the current active than the param
3675         active to avoid marking articles as read too much.
3676
3677         * auth-source.el (auth-source-create): Use (user-login-name) for the
3678         user name default.
3679
3680         * nnimap.el (nnimap-update-info): If the server doesn't return any
3681         useful info, just use the previous info.
3682         (nnimap-update-info): Prefer old info over start-article.
3683         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3684
3685 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3686
3687         * nnir.el (autoload): Clean up autoloads.
3688         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3689         Use key rather than value.
3690         (nnir-imap-search-other): New variable.
3691         (nnir-read-parm): Use it.
3692         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3693         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3694
3695 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3696
3697         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3698         the process, too.
3699
3700 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3701
3702         * spam.el (gnus-summary-mode-map): Bind to "$".
3703         Suggested by Russ Allbery.
3704
3705         * shr.el: Rework the way things are indented by <li> slightly.
3706
3707         * gnus.el (gnus-group-set-parameter): Fix typo.
3708
3709         * nnimap.el: Start implementing QRESYNC support.
3710
3711 2010-10-09  Julien Danjou  <julien@danjou.info>
3712
3713         * nnir.el (nnir-engines): Fix too many arguments.
3714
3715 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3716
3717         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3718         group is the "last", so that the backends like nnfolder actually save
3719         their folders.
3720
3721         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3722         try to use that for the tls stream.
3723         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3724         UIDVALIDITY and find out which groups are read-only and not.
3725         (nnimap-get-flags): Use the same marks parsing code as the rest of
3726         nnimap.
3727
3728 2010-10-09  Julien Danjou  <julien@danjou.info>
3729
3730         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3731
3732         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3733         retrieving gravatars.
3734
3735         * shr.el (shr-table-corner): Add.
3736         (shr-table-line): Add.
3737         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3738
3739 2010-10-08  Julien Danjou  <julien@danjou.info>
3740
3741         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3742
3743 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3744
3745         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3746
3747         * gnus-sum.el (gnus-mark-article-as-unread)
3748         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3749         (gnus-summary-set-bookmark): Use it.
3750
3751         * gnus-msg.el (gnus-setup-message): Use it.
3752
3753         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3754
3755         * gnus.el (gnus-group-remove-parameter): Use it.
3756
3757         * gnus-group.el (gnus-group-make-web-group): Use it.
3758
3759         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3760
3761         * nnregistry.el: Update docs to mention manual.
3762
3763         * gnus-registry.el: Update docs to mention nnregistry.el.
3764         (gnus-registry-initialize): Don't install nnregistry refer method
3765         automatically.
3766         (gnus-registry-install-nnregistry): Remove it.
3767
3768 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3769
3770         * shr.el (shr-insert): Don't insert double spaces.
3771
3772 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3773
3774         * gnus-gravatar.el (gnus-treat-from-gravatar)
3775         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3776         called interactively.
3777
3778         * gnus-art.el (gnus-mime-view-part-externally)
3779         (gnus-mime-view-part-internally): Make predicate function passed to
3780         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3781         of a mime type.
3782
3783         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3784
3785 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3786
3787         * shr.el (require): Require cl when compiling.
3788         (shr-tag-hr): New function.
3789
3790         * nnimap.el (nnimap-update-info): Remove double setting of high.
3791         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3792         This makes nnimap work properly on Courier again.
3793
3794         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3795         the variable for backwards compatibility.
3796
3797         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3798         the file name before using to avoid setting mm-default-directory to
3799         nil.
3800
3801         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3802         bidning gnus-agent variables.
3803
3804         * shr.el (shr-render-td): Use a cache for the table rendering function
3805         to avoid getting an exponential rendering behaviour in nested tables.
3806         (shr-insert): Rework the line-breaking algorithm.
3807         (shr-insert): Don't leave trailing spaces.
3808         (shr-insert-table): Also insert empty TDs.
3809         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3810
3811 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3812
3813         * gnus-sum.el (gnus-number): Rename from `number'.
3814         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3815         (gnus-summary-limit-children): Update uses correspondingly.
3816
3817 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3818
3819         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3820         (gnus-gravatar-transform-address): Don't show avatars of people of
3821         which mail addresses match gnus-gravatar-too-ugly.
3822
3823 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3824
3825         * shr.el (shr-table-widths): Expand TD elements to fill available
3826         space.
3827
3828 2010-10-07  Julien Danjou  <julien@danjou.info>
3829
3830         * nnimap.el (nnimap-request-rename-group): Add this method.
3831
3832 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3833
3834         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3835         name from XEmacs' function-arglist.
3836
3837         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3838         gravatar under XEmacs.
3839
3840 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3841
3842         * auth-source.el: Update docs with TODO items.
3843
3844         * gnus-sync.el: Update docs to explain state and plans.
3845
3846         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3847         Hooks for mark updates.
3848         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3849
3850         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3851         hooks with arguments, which is needed for mark update hooks.
3852
3853 2010-10-06  Julien Danjou  <julien@danjou.info>
3854
3855         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3856         was matched.
3857
3858         * sieve-manage.el: Update example in `Commentary'.
3859
3860         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3861
3862         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3863         not 2000.
3864         (sieve-manage-authenticate): Re-add function.
3865
3866 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3867
3868         * shr.el (shr-insert): Get 'space transition right.
3869         (shr-render-td): Only delete space at the end of the TD.
3870
3871         * nnimap.el (nnimap-open-connection): Prepare to support
3872         open-gnutls-stream.
3873
3874         * shr.el: Rearrange function order to be more logical.
3875
3876 2010-10-06  Julien Danjou  <julien@danjou.info>
3877
3878         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3879         (nnrss-discover-feed): Remove 404 URL in docstring.
3880
3881         * nnir.el: Fix Swish-E URL.
3882         Fix Namazu URL.
3883
3884         * message.el (message-change-subject): Remove 404 URL in a comment.
3885
3886 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3887
3888         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3889         called interactively.
3890
3891         * gnus-util.el (gnus-remove-if): Allow hash table.
3892         (gnus-remove-if-not): New function.
3893
3894         * gnus-art.el (gnus-mime-view-part-as-type)
3895         * gnus-score.el (gnus-summary-score-effect)
3896         * gnus-sum.el (gnus-read-move-group-name):
3897         Replace remove-if-not with gnus-remove-if-not.
3898
3899         * gnus-group.el (gnus-group-completing-read):
3900         Regard collection as a hash table if it is not a list.
3901
3902 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3903
3904         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3905
3906         * shr.el: Document the table-rendering algorithm.
3907
3908 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3909
3910         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3911         for Emacsen having no `libxml-parse-html-region' support.
3912
3913 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3914
3915         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3916         invalid URLs.
3917
3918         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3919         line-broken.
3920         (shr-tag-img): Ignore image fetching errors.
3921         (shr-overlays-in-region): Compute overlay positions correctly.
3922
3923         * mm-decode.el (mm-shr): Require shr.
3924
3925         * gnus-art.el (gnus-blocked-images): Move variable here.
3926
3927         * shr.el (shr-insert-table): Bind free variable.
3928
3929         * mm-decode.el (mm-shr): Bind shr-content-function.
3930
3931         * shr.el (shr-content-function): New variable.
3932
3933         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3934         added for symmetry.
3935
3936         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3937
3938         * gnus-group.el (gnus-group-make-group): Doc fix.
3939
3940         * nnimap.el (nnimap-request-newgroups): Return success.
3941
3942         * shr.el (shr-find-elements): New function.
3943         (shr-tag-table): Put all the images after the table.
3944         (shr-tag-table): Really inhibit images inside the table.
3945         (shr-collect-overlays): Copy over overlays from the TD elements to the
3946         main document.
3947
3948         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3949         gnus-blocked-images.
3950
3951 2010-10-05  Julien Danjou  <julien@danjou.info>
3952
3953         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3954
3955         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3956         (gnus-html-maximum-image-size): Add this function.
3957         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3958
3959         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3960         server-value of the capability is nil.
3961
3962 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3963
3964         * shr.el (shr-tag-em): Add <EM> tag.
3965
3966 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3967
3968         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3969         customizable.
3970
3971         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3972         handing broken links to browse-url.
3973
3974 2010-10-05  Julien Danjou  <julien@danjou.info>
3975
3976         * gnus-util.el (gnus-emacs-completing-read)
3977         (gnus-iswitchb-completing-read): Use autoload rather than require.
3978
3979 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3980
3981         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3982         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3983         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3984         iswitchb-temp-buflist for XEmacs.
3985
3986         * gnus-util.el (gnus-completing-read-function): Exclude
3987         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3988         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3989         XEmacs.
3990
3991         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3992         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3993
3994         * gnus-html.el: Don't require help-fns under XEmacs.
3995         (gnus-html-schedule-image-fetching): Work for XEmacs.
3996
3997         * mm-decode.el (mm-shr): Decode contents by charset.
3998
3999 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4000
4001         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
4002         unknown.
4003
4004         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
4005         (shr-get-image-data): Ensure against the cache file missing.
4006
4007         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
4008         for data.
4009
4010         * spam-report.el (spam-report-url-ping-plain): Don't query about
4011         killing the process.
4012
4013         * shr.el (shr-render-td): Protect against too-wide text.
4014
4015 2010-10-04  Julien Danjou  <julien@danjou.info>
4016
4017         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
4018         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
4019
4020         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
4021         retrieved.
4022
4023 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4024
4025         * shr.el (browse-url): Require.
4026         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
4027         lines.
4028         (shr-show-alt-text, shr-browse-image): New commands.
4029         (shr-browse-url, shr-copy-url): New commands.
4030
4031         * gnus-sum.el (gnus-widen-article-window): New variable.
4032         (gnus-summary-select-article-buffer): Use it.
4033
4034         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
4035         without @ signs.
4036
4037 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4038
4039         * nnir.el (nnir-run-imap): Remove spurious space in search string.
4040
4041 2010-10-04  Julien Danjou  <julien@danjou.info>
4042
4043         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
4044         for XEmacs.
4045
4046 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4047
4048         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
4049
4050         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
4051         (nnimap-close-server): Implement.
4052
4053         * dgnushack.el (iswitchb): Require to shut up the compiler.
4054
4055         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
4056         (shr-insert): Tweak line breaking.
4057         (shr-insert): Handle <pre> better.
4058         (shr-tag-li): Get <li> indentation right.
4059         (shr-tag-li): Get <li> indentation even righter.
4060         (shr-tag-blockquote): Ensure paragraph start.
4061         (shr-make-table): Tweak table generation.
4062         (shr-make-table): Fix typo.
4063
4064         * shr.el: Implement table rendering.
4065
4066 2010-10-04  Julien Danjou  <julien@danjou.info>
4067
4068         * gnus-html.el (gnus-html-put-image): Fix resize image code.
4069
4070 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4071
4072         * shr.el (shr-insert): Use string anchors instead of line anchors.
4073
4074 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4075
4076         * shr.el: Add headings.
4077         (shr-ensure-paragraph): Actually work.
4078         (shr-tag-li): Make <ul> prettier.
4079         (shr-insert): Get white space at the beginning/end of elements right.
4080         (shr-tag-p): Collapse subsequent <p>s.
4081         (shr-ensure-paragraph): Don't insert double line feeds after blank
4082         lines.
4083         (shr-insert): \t is also space.
4084         (shr-tag-s): Fix "s" tag name function.
4085         (shr-tag-s): Fix face prop name.
4086
4087 2010-10-03  Julien Danjou  <julien@danjou.info>
4088
4089         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
4090
4091         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
4092         gnus-window-inside-pixel-edges.
4093
4094         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
4095         gnus-ems.
4096
4097         * mm-view.el (mm-inline-image-emacs): Support image resizing.
4098
4099         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
4100         function.
4101
4102         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
4103         resize choice.
4104
4105 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4106
4107         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
4108         beginning of the buffer.
4109
4110         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
4111         article buffer again.
4112
4113         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
4114
4115         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
4116         when it's at the start of the buffer.
4117
4118         * shr.el (shr-tag-blockquote): Convert name.
4119         (shr-rescale-image): Use the right image-size variant.
4120
4121         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
4122         buffer isn't shown, then select the current article first instead of
4123         bugging out.
4124         (gnus-summary-select-article-buffer): Show both the article and summary
4125         buffers again.
4126
4127         * shr.el (shr-fontize-cont): Protect against regions with no text.
4128         Rename tag functions to shr-tag-* for enhanced security.
4129         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
4130
4131 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
4132
4133         * shr.el (shr-insert):
4134         * pop3.el (pop3-movemail):
4135         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
4136         loaded.
4137
4138 2010-10-03  Glenn Morris  <rgm@gnu.org>
4139
4140         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
4141
4142         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
4143
4144         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
4145
4146         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
4147
4148         * gnus-util.el (gnus-make-local-hook): Simplify.
4149
4150 2010-10-02  Julien Danjou  <julien@danjou.info>
4151
4152         * gnus-util.el (gnus-iswitchb-completing-read): New function.
4153         (gnus-ido-completing-read): New function.
4154         (gnus-emacs-completing-read): New function.
4155         (gnus-completing-read): Use gnus-completing-read-function.
4156         Add gnus-completing-read-function.
4157
4158 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4159
4160         * shr.el (shr-insert-document): Autoload.
4161         (shr-img): Be silent.
4162         (shr-insert): Add a newline after every picture before text.
4163         (shr-add-font): Use overlays for combining faces.
4164         (shr-insert): Pass upwards the text start point.
4165
4166         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
4167         possible.
4168         (mm-shr): New function.
4169
4170 2010-10-02  Julien Danjou  <julien@danjou.info>
4171
4172         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
4173         should go backward.
4174
4175 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
4176
4177         * shr.el (shr): Fix typo in provide call.
4178
4179 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4180
4181         * shr.el: New file.
4182
4183         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
4184
4185         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
4186         completing read.
4187
4188 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4189
4190         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
4191         we're being queried about.  Suggested by Dan Jacobson.
4192
4193         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
4194         Suggested by Jason Eisner.
4195
4196         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
4197         table, too.  Suggested by Stefan Wiens.
4198         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
4199         the table unnecessary.  Suggested by Stefan Wiens.
4200
4201         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
4202         longer needed, and probably doesn't work either, as pointed out by
4203         Stefan Wiens.
4204         (gnus-summary-exit): Remove call to the clearing function.
4205         (gnus-summary-exit-no-update): Ditto.
4206
4207         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
4208         instead of gnus-eval-in-buffer-window to avoid popping up frames.
4209         Reported by Stefan Monnier.
4210         (gnus-summary-save-in-rmail): Ditto.
4211
4212         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
4213         article buffer, instead of both the article buffer and the summary
4214         buffer.  Sort of suggested by Dan Jacobson.
4215
4216         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
4217
4218         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
4219         Suggested by Dan Jacobson.
4220
4221         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
4222         documentation clearer.
4223
4224         * message.el (message-shorten-references): Comment on the number "21".
4225         Suggested by Stefan Monnier.
4226
4227         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
4228         Suggested by Dan Jacobson.
4229
4230         * gnus.el (gnus-large-newsgroup):
4231         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
4232
4233         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
4234         externalize attachments.  Bug reported by Steve Wen.
4235
4236         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
4237         really message anything to the user.
4238
4239         * nnmail.el (nnmail-article-group): Allow using the fancy split method
4240         directly.
4241
4242         * nnimap.el (nnimap-request-group): Low higher than high to signal no
4243         messages in empty groups.
4244
4245 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
4246
4247         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
4248         non-UIDNEXT group.
4249
4250 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4251
4252         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
4253         not the value from the collection.
4254
4255         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
4256         values.  This sometimes happens on some groups that have no info.
4257         (nnimap-request-newgroups): New function.
4258
4259 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
4260
4261         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4262         check into `gnus-registry-initialize'.
4263         (gnus-registry-initialize): Ditto.
4264         Fix and extend header docs.
4265
4266 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4267
4268         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4269         regexp backtrace overflows.
4270
4271         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4272         for starttls that tls.el implements; i.e. openssl.
4273
4274         * tls.el (tls-starttls-switches): Give up on using starttls with
4275         gnutls-cli.
4276         (tls-program): Add --insecure to be consistent with the defaults from
4277         openssl s_client.  Now all three commands are insecure.
4278
4279 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4280
4281         * lpath.el: Bind completion-styles-alist for XEmacs.
4282
4283         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4284         (gravatar-create-image): New function that's an alias to
4285         gnus-xmas-create-image, gnus-create-image, or create-image.
4286         (gravatar-data->image): Use it.
4287
4288 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
4289
4290         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4291         install the nnregistry refer method.
4292         (gnus-registry-install-hooks): Use it.
4293         (gnus-registry-unfollowed-groups): Add nnmairix to the default
4294         unfollowed groups.
4295
4296 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
4297
4298         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4299         expanding threads.
4300
4301 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4302
4303         * nnir.el: Use the server names without suffixes (bug #7009).
4304
4305         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4306         unencrypted to STARTTLS, if possible.
4307
4308 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4309
4310         * message.el (message-ignored-supersedes-headers): Strip Injection-*
4311         headers before superseding.
4312
4313 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4314
4315         * nnrss.el (nnrss-use-local): Add documentation.
4316
4317         * nnimap.el (nnimap-extend-tls-programs): New function.
4318         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4319         (nnimap-wait-for-connection): Accept the greeting from the stupid
4320         output from openssl s_client -starttls, too.
4321
4322         * tls.el (tls-starttls-switches): New variable.
4323         (tls-find-starttls-argument): Use it.
4324         (open-tls-stream): Ditto.
4325
4326         * netrc.el (netrc-credentials): Return the value of the "default" entry.
4327         (netrc-machine): Ditto.
4328
4329         * nnimap.el (nnimap-find-article-by-message-id): Really return the
4330         article number.
4331         (nnimap-split-fancy): New variable.
4332         (nnimap-split-incoming-mail): Use it.
4333
4334         * nntp.el (nntp-server-list-active-group): Document.
4335
4336         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4337         SELECT to get the message-id.
4338
4339         * mail-source.el (mail-sources): Remove webmail support.
4340         (defvar): Ditto.
4341         (mail-source-fetcher-alist): Ditto.
4342         (mail-source-fetch-webmail): Remove.
4343
4344         * webmail.el: Remove -- doesn't seem relevant any more.
4345
4346         * gnus.el: Fix up make-obsolete-variable declarations throughout.
4347
4348         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4349         the \r.
4350
4351 2010-09-30  Julien Danjou  <julien@danjou.info>
4352
4353         * gnus-agent.el (gnus-agent-add-group): Fix call to
4354         gnus-completing-read.
4355
4356 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4357
4358         * nndoc.el (nndoc-retrieve-groups): New function.
4359
4360         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4361         `default', use nnmail-split-methods.
4362         (nnimap-request-article): Downcase the NILs so that they are nil.
4363
4364         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4365         symbol.
4366
4367         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4368         code, since if the user has requested network, that's what they ought
4369         to get.
4370         (nnimap-request-set-mark): Erase the buffer before issuing commands.
4371         (nnimap-split-rule): Mark as obsolete.
4372
4373         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4374         New variable.
4375
4376         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4377         correct slot, too.
4378
4379 2010-09-29  Julien Danjou  <julien@danjou.info>
4380
4381         * gnus.el (gnus-local-domain): Declare variable obsolete.
4382
4383         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4384         Fix history computing.
4385         (gnus-ido-completing-read): Require ido.
4386
4387 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4388
4389         * gnus-registry.el: Don't prompt on load, which makes it impossible to
4390         build Gnus.
4391
4392         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4393         when interpreting the structures.
4394         (nnimap-request-accept-article): Add \r\n to the lines to make this
4395         work with Cyrus.
4396
4397         * nndraft.el (nndraft-request-expire-articles): Use the group name
4398         instead if "nndraft".  Fix found by Nils Ackermann.
4399
4400 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
4401
4402         * nnregistry.el: Add.
4403
4404 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4405
4406         * nnmail.el (group, group-art-list, group-art):
4407         Remove unneeded directives.
4408
4409 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4410
4411         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4412         (mm-mime-charset)
4413         * rfc2047.el (rfc2047-syntax-table)
4414         * utf7.el (utf7-utf-16-coding-system): Comment fix.
4415
4416         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4417         rather than `insert-file-contents' and `eval-region'.
4418
4419         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
4420         construction.
4421
4422         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
4423
4424         * time-date.el: No need to require cl for Emacs 21.
4425
4426 2010-09-29  Julien Danjou  <julien@danjou.info>
4427
4428         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4429         replacement of `gnus-gravatar-relief' to mimic
4430         `gnus-faces-properties-alist'.
4431         Add :version property.
4432
4433 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4434
4435         * mail-source.el (mail-source-report-new-mail)
4436         * message.el (message-default-mail-headers)
4437         * mm-decode.el (mm-valid-image-format-p): Comment fix.
4438
4439         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4440
4441 2010-09-28  Julien Danjou  <julien@danjou.info>
4442
4443         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4444         mail-address contains the same string as real-name.
4445
4446         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4447         non-blank in header, otherwise it'll get stripped.
4448
4449         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4450         real-name, and then for mail address rather than doing : or , search.
4451
4452 2010-09-27  Julien Danjou  <julien@danjou.info>
4453
4454         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4455         right completing-read function.
4456         (gnus-use-ido): New variable
4457         (gnus-completing-read-with-default): Remove.
4458         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4459         (gnus-agent-add-group):
4460         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4461         * mm-view.el (mm-view-pkcs7-decrypt):
4462         * mm-util.el (mm-codepage-setup):
4463         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4464         * mml-smime.el (mml-smime-openssl-sign-query):
4465         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4466         (mml-insert-multipart):
4467         * gnus-msg.el (gnus-summary-yank-message):
4468         * gnus-int.el (gnus-start-news-server):
4469         * mm-decode.el (mm-interactively-view-part):
4470         * gnus-dired.el (gnus-dired-attach):
4471         * gnus.el (gnus-read-method):
4472         * gnus-bookmark.el (gnus-bookmark-jump):
4473         * gnus-art.el (gnus-mime-view-part-as-type)
4474         (gnus-mime-action-on-part, gnus-article-encrypt-body):
4475         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4476         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4477         * nnmairix.el (nnmairix-create-server-and-default-group)
4478         (nnmairix-update-groups, nnmairix-get-server)
4479         (nnmairix-backend-to-server, nnmairix-goto-original-article)
4480         (nnmairix-get-group-from-file-path):
4481         * nnrss.el (nnrss-find-rss-via-syndic8):
4482         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4483         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4484         (gnus-group-browse-foreign-server):
4485         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4486         (gnus-summary-execute-command, gnus-summary-respool-article)
4487         (gnus-read-move-group-name):
4488         * gnus-score.el (gnus-summary-increase-score)
4489         (gnus-summary-score-effect):
4490         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4491
4492 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4493
4494         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
4495         x-focus-frame.
4496
4497         * nnimap.el (auth-source-forget-user-or-password)
4498         (auth-source-user-or-password): Autoload.
4499
4500         * message.el (message-from-style, message-interactive)
4501         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4502         (message-yank-prefix, message-indentation-spaces, message-signature)
4503         (message-signature-file): Add comment.
4504
4505 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4506
4507         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4508         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4509         new articles.
4510
4511         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4512         parts.
4513         (nnimap-request-article): Work with the t setting, too.
4514
4515         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4516         that you don't get flashes of other buffers.
4517         (gnus-summary-show-complete-article): Intern before setting.
4518
4519 2010-09-27  David Engster  <dengste@eml.cc>
4520
4521         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4522         well as HEADERS.
4523         (nnmairix-retrieve-headers): Provide new argument for the above.
4524
4525 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4526
4527         * gnus-sum.el (gnus-summary-move-article): Don't alter
4528         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4529         group.
4530
4531         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4532
4533         * message.el (message-cite-prefix-regexp): Revert my last edit.
4534
4535         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4536         variable instead of the Gnus variable.
4537
4538         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4539
4540         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4541
4542         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4543         since some servers don't like it.
4544         (nnimap-open-connection): Forget credentials if the server says the
4545         password was wrong.
4546         (nnimap-parse-line): Protect against invalid data.
4547
4548         * gnus-sum.el (gnus-summary-move-article): Add comment.
4549         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4550         nothing alters it while scanning for new messages.
4551
4552         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4553         which may or may not help.
4554         (nnimap-open-connection): If we're doing a stream connection, and then
4555         discover we're on a STARTTLS-capable server, then open a STARTTLS
4556         connection instead.
4557
4558 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4559
4560         * nnimap.el (utf7): Require.
4561
4562         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4563         prefix.
4564
4565 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4566
4567         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4568
4569 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4570
4571         * nnimap.el (nnimap-request-accept-article): Message the error on
4572         error.
4573
4574 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4575
4576         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4577
4578 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4579
4580         * nndoc.el (nndoc-request-list): Return success always.
4581
4582         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4583         `fetch-old' -- we only want to fetch the articles we've requested.
4584         The rest are in the agent, probably.
4585         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4586         disappeared server" to something low.  It's not important.
4587
4588         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4589         arrived before the FETCH data.
4590
4591         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4592         target here, because we don't know the Gnus name of the group.
4593
4594         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4595         for the correct group.
4596
4597         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4598
4599         * gnus.el (gnus): Give a final warning after startup.
4600
4601         * gnus-util.el (gnus-action-message-log): New variable.
4602         (gnus-message): Use it.
4603         (gnus-final-warning): New function.
4604
4605         * nnimap.el (nnimap-open-connection): Record the greeting.
4606         (nnimap): Add greeting.
4607
4608 2010-09-26  Julien Danjou  <julien@danjou.info>
4609
4610         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4611         arguments.
4612         (gnus-html-wash-images): Fix spec computing to include start/end.
4613
4614         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4615
4616 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4617
4618         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4619         deletion.
4620         (nnimap-retrieve-headers): Don't select the group, because that's
4621         already done by nnimap-possibly-change-group.
4622
4623         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4624         (gnus-picon-transform-address): Use it.
4625
4626         * mail-source.el (mail-source-value): Revert previous patch.
4627
4628         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4629         on failure.
4630         (nnimap-open-connection): Look up both virtual and physical server name
4631         credentials.
4632
4633         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4634
4635 2009-02-07  Dave Love  <fx@gnu.org>
4636
4637         * tls.el (open-tls-stream): Don't query killing process.
4638
4639 2009-02-08  Dave Love  <fx@gnu.org>
4640
4641         * gnus-win.el (gnus-window-to-buffer-helper)
4642         (gnus-all-windows-visible-p): Function needn't be a symbol.
4643
4644         * mail-source.el (mail-source-value): Function needn't be a symbol.
4645
4646 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4647
4648         * message.el (message-cite-prefix-regexp): Remove } from the cite
4649         prefix.
4650
4651         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4652         highlight again, so that the highlight is correct.
4653
4654         * gnus-picon.el (gnus-picon): Remove again.
4655         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4656
4657         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4658         doing the header highlightling, so that the background colour of the
4659         picon is correct.
4660
4661         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4662         (gnus-picon): Ditto.
4663         (gnus-picon): Reinstate.  The background colour for picons is white.
4664         (gnus-picon-insert-glyph): Make the background white.
4665
4666         * nnml.el (nnml-open-nov): Don't return dead buffers.
4667
4668         * auth-source.el (auth-source-create): Query the user for whether to
4669         store the credentials.
4670
4671         * netrc.el (netrc-store-data): New function.
4672
4673         * auth-source.el (auth-source-user-or-password): Use the existing auth
4674         sources, if any, for creation.
4675
4676         * gnus.el (gnus-group-fast-parameter): Return the last matching
4677         parameter instead of the first matching parameter.
4678
4679 2010-09-26  Julien Danjou  <julien@danjou.info>
4680
4681         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4682
4683 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4684
4685         * mml2015.el (mml2015-use): Remove gpg support.
4686
4687         * mml1991.el (mml1991-function-alist): Remove gpg function.
4688         (mml1991-gpg-sign): Remove.
4689
4690 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4691
4692         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4693         (gnus-browse-unsubscribe-current-group): Document it.
4694         (gnus-browse-unsubscribe-group): Use it.
4695
4696 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4697
4698         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4699         address to the To list for easier response.
4700
4701         * gnus.el (gnus-play-startup-jingle): Remove.
4702         (gnus-splash): Don't play jingle.
4703         (gnus): Silence gnus-load message.
4704
4705         * gnus-art.el (gnus-treat-play-sounds): Remove.
4706
4707         * gnus.el (gnus-play-jingle): Remove audio support.
4708
4709         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4710
4711         * earcon.el: Remove -- no users.
4712
4713         * gnus-audio.el: Remove -- no users of this package.
4714
4715         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4716
4717         * gnus-start.el (gnus-setup-news): Remove nocem support.
4718
4719         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4720
4721         * gnus.el (gnus-use-nocem): Remove.
4722
4723         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4724         Remove.
4725
4726         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4727         uses NoCeM any more.
4728
4729         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4730         (gnus-button-ctan-handler): Ditto.
4731         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4732         (gnus-button-ctan-directory-regexp): Ditto.
4733         (gnus-button-handle-ctan): Ditto.
4734         (gnus-button-tex-level): Ditto.
4735         (gnus-button-alist): Remove CTAN stuff.
4736
4737 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4738
4739         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4740         nnimap-streaming test.
4741
4742         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4743         servers twice.
4744
4745         * nnimap.el (nnimap-open-connection): Add more error reporting when
4746         nnimap fails early.
4747
4748         * nnheader.el (nnheader-get-report-string): New function.
4749         (nnheader-get-report): Use it.
4750
4751         * gnus-int.el (gnus-check-server): Say what the error was when opening
4752         failed.
4753
4754         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4755         using streaming.
4756
4757 2010-09-25  Julien Danjou  <julien@danjou.info>
4758
4759         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4760         gnus-window-inside-pixel-edges.
4761
4762 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4763
4764         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4765
4766         * mm-decode.el (mm-save-part): Allow saving to other directories the
4767         normal Emacs way.
4768
4769         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4770         Suggested by Jay Berkenbilt.
4771
4772         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4773         there isn't a single byte.
4774
4775         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4776         just do it.  It doesn't really seem to matter what the user responds
4777         here, I think, so it's just a confusing question.
4778
4779         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4780         non-streaming case.
4781
4782         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4783         (gnus-article-encrypt-body): Use it.
4784
4785         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4786         keystroke.
4787
4788         * nnimap.el (nnimap-find-wanted-parts-1):
4789         Use gnus-fetch-partial-articles.
4790
4791         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4792
4793         * nnimap.el (nnimap-insert-partial-structure): New function.
4794         (nnimap-get-partial-article): New function.
4795         (nnimap-request-article): Use it.
4796         (nnimap-wait-for-response): Return whether the wait was successful.
4797         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4798         retrieval wasn't successful.
4799         (nnimap-retrieve-group-data-early): Allow throttling servers.
4800         (nnimap-streaming): New variable.
4801         (nnimap-fetch-partial-articles): Remove.
4802
4803         * mm-decode.el (mm-with-part): Protect against killed buffers.
4804
4805         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4806         for prettier summary display.
4807
4808 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4809
4810         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4811
4812 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4813
4814         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4815         apparently third-party libraries depend on it.
4816
4817         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4818         before starting negotiation.
4819
4820         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4821         privacy reasons.
4822         (gnus-treat-mail-gravatar): Ditto.
4823
4824         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4825         buffer when inserting images.  Inserting text into the headers, for
4826         instance, can make them invalid.
4827
4828 2010-09-25  Julien Danjou  <julien@danjou.info>
4829
4830         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4831         variables.
4832
4833         * nnheader.el: Remove useless variables news-reply-yank-from and
4834         news-reply-yank-message-id.
4835
4836         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4837         variables.
4838
4839         * mml1991.el: Remove useless mml1991-verbose.
4840
4841         * gnus.el: Remove useless variable gnus-use-generic-from.
4842         Remove obsolete variable gnus-topic-indentation.
4843
4844         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4845
4846         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4847
4848         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4849
4850         * gnus-group.el: Remove useless gnus-group-icon-cache.
4851         Remove useless gnus-ephemeral-group-server.
4852
4853         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4854
4855         * mml2015.el: Remove useless mml2015-verbose.
4856
4857         * mml-smime.el: Remove useless mml-smime-verbose.
4858
4859         * gnus.el: Remove useless gnus-local-domain.
4860
4861         * gnus-gravatar.el (gnus-gravatar-transform-address):
4862         Use gnus-gravatar-size.
4863
4864         * gnus-art.el: Remove useless gnus-treat-translate.
4865
4866 2010-09-24  Julien Danjou  <julien@danjou.info>
4867
4868         * gnus-sum.el: Add support for Gravatars.
4869
4870         * gnus-art.el: Add support for Gravatars.
4871
4872         * gnus-gravatar.el: Add this file.
4873
4874         * gravatar.el: Add this file.
4875
4876 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4877
4878         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4879
4880         * gnus-group.el (gnus-group-fetch-faq): Remove.
4881
4882         * gnus.el (gnus-group-faq-directory): Remove.
4883
4884         * gnus-group.el (gnus-group-fetch-charter): Remove.
4885
4886         * gnus.el (gnus-group-charter-alist): Remove.
4887
4888         * gnus-group.el (gnus-group-archive-directory): Remove.
4889         (gnus-group-recent-archive-directory): Ditto.
4890         (gnus-group-make-archive-group): Remove.
4891
4892         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4893
4894         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4895         use the same article number for all the cached articles.
4896
4897         * nnimap.el (nnimap-command): Register the last command time so
4898         that we can use it for idling NOOPs.
4899         (nnimap-open-connection): Start the keeplive timer.
4900         (nnimap-make-process-buffer): Store all the process buffers.
4901         (nnimap-keepalive): New function.
4902
4903         * starttls.el (starttls-open-stream): Add autoload cookie.
4904
4905 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4906
4907         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4908         handling.
4909
4910 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4911
4912         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4913         its data structures.
4914
4915         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4916         instead of the cl.el copy-list.
4917         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4918         equalp.
4919
4920 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4921
4922         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4923         and tool-bar-local-item-from-menu.
4924
4925         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4926         mode-line-highlight face for Emacs.
4927
4928         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4929         loading gnus-sum.elc; fix comment for canlock-verify.
4930         (gnus-article-jump-to-part): Use read-number.
4931         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4932         Remove Emacs pre-21 compatible code for help-echo.
4933         (gnus-article-next-page-1): No need to adjust the number of lines.
4934         (gnus-article-describe-bindings): Always use help-buffer.
4935
4936         * gnus-audio.el (gnus-audio-inline-sound)
4937         * gnus-cus.el (gnus-custom-mode)
4938         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4939
4940         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4941
4942         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4943         compatible code.
4944
4945 2010-09-24  Glenn Morris  <rgm@gnu.org>
4946
4947         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4948         visiting the fcc file in rmail-mode.
4949
4950         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4951
4952 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4953
4954         * nnir.el: Silence the byte compiler.
4955
4956         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4957         alias to browse-url-url-encode-chars if any.
4958         (gnus-html-encode-url): Use it.
4959
4960 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4961
4962         * gnus-start.el (gnus-use-backend-marks): New variable.
4963         (gnus-get-unread-articles-in-group): Use it.
4964
4965         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4966         makeover.
4967
4968 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4969
4970         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4971
4972 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4973
4974         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4975         Remove.
4976         (gnus-setup-news-hook):
4977         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4978
4979         * gnus-int.el (gnus-request-update-info): Protect against backends not
4980         having the function.
4981
4982         * nnimap.el (nnimap-stream): Mention starttls.
4983         (nnimap-open-connection): Add starttls support.
4984
4985 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4986
4987         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4988
4989 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4990
4991         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4992         BODYSTRUCTUREs.
4993         (nnimap-transform-headers): Unfold quoted {42} headers.
4994
4995         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4996         the info.
4997         (gnus-get-unread-articles): Only call updatep on backends that support
4998         it.
4999
5000         * nnweb.el (nnweb-request-update-info): NOOP.
5001
5002         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
5003
5004         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
5005         since it only deals with marks.
5006
5007         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
5008         gnus-request-marks, and make a new gnus-request-update-info.
5009
5010         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
5011         the active instead of the high number, which is usually too low.
5012
5013 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
5014
5015         * netrc.el (netrc-parse): Remove encrypt.el mentions.
5016         * encrypt.el: Remove.
5017
5018 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5019
5020         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
5021         server in symbolic form.
5022
5023         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
5024
5025 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5026
5027         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
5028         (nnimap-update-info): Fix up code slightly.
5029
5030         * gnus-int.el (gnus-open-server): Add tracing for performance
5031         debugging.
5032
5033         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
5034         (gnus-group-insert-group-line): Pass the real group name so that it
5035         gets the right data.
5036
5037         * gnus-start.el (gnus-get-unread-articles): Don't have
5038         `gnus-get-unread-articles-in-group' update info, since that can be
5039         really slow and doesn't seem to be needed?
5040
5041 2010-09-22  Dan Christensen  <jdc@uwo.ca>
5042
5043         * time-date.el (date-to-time): Try using parse-time-string first before
5044         using the slower timezone-make-date-arpa-standard.
5045
5046 2010-09-22  Julien Danjou  <julien@danjou.info>
5047
5048         * gnus-group.el (gnus-group-insert-group-line):
5049         Call gnus-group-highlight-line.
5050         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
5051         default hook list.
5052         (gnus-group-update-eval-form): Add new function.
5053         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
5054         (gnus-group-get-icon): Use gnus-group-update-eval-form.
5055
5056 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5057
5058         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
5059         immediate, then expire all articles.
5060         (nnimap-update-info): Fix off-by-one errors.
5061         (nnimap-flags-to-marks): Would return no marks lists for group with no
5062         flags.  Instead return the other data.
5063
5064 2010-09-22  Julien Danjou  <julien@danjou.info>
5065
5066         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
5067         Only return an icon.
5068         (gnus-group-insert-group-line): Compute icon to return.
5069
5070         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
5071         (gnus-html-image-fetched): Only cache if
5072         gnus-html-image-automatic-caching is set.
5073         (gnus-html-image-fetched): Check for errors.
5074
5075 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5076
5077         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
5078         once per method on `g'.  This ensures that backends like nnfolder don't
5079         open all their folders.
5080
5081         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
5082         (nnimap-request-list): Nix out group in the correct buffer.
5083         (nnimap-parse-flags): Implement by using `read' instead of
5084         hand-parsing.
5085         (nnimap-flags-to-marks): Pass on permanent-flags.
5086         (nnimap-make-process-buffer): Record the server name.
5087         (nnimap-parse-flags): Fix typo.
5088         (nnimap-request-scan): Run split on the server in general, not just a
5089         single group.
5090
5091         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
5092         parameter, and propagate this downwards.
5093
5094         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
5095         since EXAMINE changes it on the server.
5096
5097         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
5098         this command might take a while.
5099
5100 2010-09-22  Julien Danjou  <julien@danjou.info>
5101
5102         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
5103         harmful if you have 2 images side-by-side, they can't be properly
5104         update on text deletion.  Using text-property is safer here.
5105         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
5106         data.
5107
5108 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5109
5110         * nnimap.el (nnimap-expunge-inbox): Remove.
5111         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
5112         (nnimap-expunge): Flip default to t.
5113
5114         * gnus.el (gnus-method-to-server): Don't push things to the cache
5115         unless it's unique.
5116         (gnus-server-to-method): Ditto.
5117
5118 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5119
5120         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
5121
5122 2010-09-22  Julien Danjou  <julien@danjou.info>
5123
5124         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
5125         get the start of data.
5126         (gnus-html-encode-url): Add this function to encode special chars in
5127         URL.
5128         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
5129         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
5130
5131         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
5132         default.
5133         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
5134
5135         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
5136         images alt-text.
5137         (gnus-html-put-image): Put alt-text as help-echo.
5138
5139 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5140
5141         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
5142         * mm-util.el (mm-decompress-buffer)
5143         * nnir.el (nnir-run-find-grep)
5144         * pop3.el (pop3-list): Use 3rd arg of split-string.
5145
5146         * time-date.el (format-seconds): Comment fix.
5147
5148         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
5149         and byte-optimize-form-code-walker.
5150         (dgnushack-make-auto-load): Don't advise make-autoload.
5151
5152         * lpath.el: Remove Emacs 21 stuff.
5153
5154 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5155
5156         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
5157         outside the active range.  Suggested by Dan Christensen.
5158
5159         * gnus-start.el (gnus-get-unread-articles): Get the extended method
5160         slightly later to avoid double-getting it.
5161
5162         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
5163         previous patch.
5164
5165         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
5166
5167 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
5168
5169         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
5170
5171 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5172
5173         * gnus-int.el (gnus-open-server): Give a better error message in the
5174         "go offline" case.
5175
5176         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
5177         marks for nnimap, which is seldom the right thing to do.
5178
5179         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
5180         (gnus-same-method-different-name): New function.
5181
5182         * nnimap.el (parse-time): Require.
5183
5184         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
5185         method in the presence of many similar methods.
5186
5187         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
5188
5189         * nnimap.el (nnimap-find-expired-articles): Don't refer to
5190         nnml-inhibit-expiry.
5191
5192         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
5193         find out whether methods are equal.
5194
5195         * nnimap.el (nnimap-find-expired-articles): New function.
5196         (nnimap-process-expiry-targets): New function.
5197         (nnimap-request-move-article): Request the article before looking at
5198         what the Message-ID is.  Fix found by Andrew Cohen.
5199         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
5200
5201         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
5202         for oldness in addition to being a predicate.
5203
5204         * nnimap.el (nnimap-request-group): When we have zero articles, return
5205         the right data to Gnus.
5206         (nnimap-request-expire-articles): Only delete articles immediately if
5207         the target is 'delete.
5208
5209         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
5210         method, this would bug out.
5211
5212         * gnus-group.el (gnus-group-expunge-group): Rename from
5213         gnus-group-nnimap-expunge, and implemented as a normal interface
5214         function.
5215
5216         * gnus-int.el (gnus-request-expunge-group): New function.
5217
5218         * nnimap.el (nnimap-request-create-group): Implement.
5219         (nnimap-request-expunge-group): New function.
5220
5221 2010-09-21  Julien Danjou  <julien@danjou.info>
5222
5223         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
5224         (gnus-html-cache-expired): Add new function.
5225         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
5226         wethever we should display image for fetch it.
5227         Compute alt-text earlier to pass it to the fetching function too.
5228         (gnus-html-schedule-image-fetching): Change function argument to only
5229         get one image at a time, not a list.
5230         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
5231         cache.
5232         (gnus-html-get-image-data): New function to retrieve image data from
5233         cache.
5234         (gnus-html-put-image): Change buffer argument to use image data rather
5235         than file, and place image above region rather than inserting a new
5236         one.  Do not take alt-text as argument, since it's useless now: we place
5237         the image above alt-text.
5238         (gnus-html-prune-cache): Remove.
5239         (gnus-html-show-images): Start to fetch image when we find one, do not
5240         push into a temporary list.
5241         (gnus-html-prefetch-images): Only fetch image if they have expired.
5242         (gnus-html-browse-image): Fix, use 'gnus-image-url.
5243         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
5244
5245 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5246
5247         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
5248
5249 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5250
5251         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
5252         spec inser "*" if the group isn't active instead of 0.
5253
5254         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
5255         opening the server.
5256         (nnimap-request-delete-group): Implement group deletion.
5257         (nnimap-transform-headers): Return the size of the entire message in
5258         the Bytes header, not just the size of the first part.
5259         (nnimap-request-move-article): When moving an article from nnimap,
5260         request the article first so the accepting form has an article to
5261         accept.  Reported by Dan Christensen.
5262         (nnimap-command): Make sure that the error message doesn't error out.
5263
5264 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
5265
5266         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
5267         we haven't requested anything.
5268
5269 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5270
5271         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
5272         "".  Fix found by Andrew Cohen.
5273
5274         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
5275         instead of -encode-string.
5276
5277 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5278
5279         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
5280
5281         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
5282         by mm-subst-char-in-string.
5283
5284 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5285
5286         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5287         waiting for the connection string.
5288
5289         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5290         arriving.
5291
5292         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5293         bogus characters.  This allows selecting certain Gmail groups.
5294
5295         * nnimap.el (nnimap-find-wanted-parts-1): New function.
5296         (nnimap-fetch-partial-articles): New variable.
5297         (nnimap-open-connection): When looking for credentials, also use the
5298         nnimap-server-port.
5299         (nnimap-request-article): Return the group/article number, so that Gnus
5300         `^' works as expected.
5301         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5302
5303         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5304         comments.
5305         (gnus-methods-sloppily-equal): New function.
5306         (gnus): When using the development version of Gnus, load the gnus-load
5307         file.
5308
5309         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5310         `gnus-open-server' on each method before trying to scan them etc.
5311         This ensures that all the backend parameters are set correctly.
5312
5313         * nnimap.el (nnimap-authenticator): New variable.
5314         (nnimap-open-connection): Allow anonymous login.
5315         (nnimap-transform-headers): The chars header is called Chars not Bytes.
5316         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5317
5318         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5319         patch, found by Knut Anders Hatlen.
5320
5321 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
5322
5323         * gnus-agent.el (gnus-agent-batch-confirmation)
5324         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5325         to gnus-message.
5326         * gnus-art.el (gnus-article-describe-briefly): Likewise.
5327         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5328         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5329         * gnus-int.el (gnus-open-server): Likewise.
5330         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5331         (gnus-score-check-syntax): Likewise.
5332         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5333         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5334         Likewise.
5335         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5336
5337 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5338
5339         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5340         calling conventions so that prefetch doesn't bug out.
5341
5342 2010-09-19  Julien Danjou  <julien@danjou.info>
5343
5344         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5345         rather than `subst-char-in-region' in order to be able to replace ASCII
5346         char by UTF-8 ones.
5347
5348         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5349         than curl.
5350         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5351         the right URL and ALT text on images.
5352         (gnus-html-wash-tags): Fix tag case.
5353         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
5354         (gnus-article-html): Add -o display_ins_del=2 option.
5355         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5356
5357 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5358
5359         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5360         the extra mail headers, which sometimes seem to happen for unknown
5361         reasons.
5362
5363         * mail-parse.el (mail-header-encode-parameter): Define as
5364         rfc2045-encode-string instead of as rfc2231-encode-string, since some
5365         (or most, perhaps?) mail readers don't understand the latter, but do
5366         understand the former.
5367
5368         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5369         to nil, so that no methods are automatically agentized.  I think this
5370         is probably what most users want.
5371
5372         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5373         from url-retrieve, for instance about invalid URLs.
5374
5375         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5376         groups that have no articles.
5377         (nnimap-request-article): Check that we really got an article when we
5378         requested one.
5379
5380         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5381         doesn't exist.
5382
5383         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5384         nntp buffer so the agent can save it.
5385         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5386         that CRLF doesn't get translated to \n.
5387         (nnimap-open-connection): Don't make 'shell commands only send \n.
5388
5389 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5390
5391         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5392         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5393         Update var name.
5394         (nnml-generate-nov-file): Use dolist.
5395         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5396         Use with-current-buffer.
5397
5398 2010-09-18  Julien Danjou  <julien@danjou.info>
5399
5400         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5401         parallel.
5402
5403 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5404
5405         * nnimap.el (nnimap-update-info): When doing partial marks update, get
5406         the range update right.
5407         (nnimap-request-group): Don't make `M-g' bug out on group with no
5408         marks.
5409         (nnoo): Require, so that other packages can require nnimap.
5410         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5411         command we're looking for.  This helps when the server sends more
5412         responses after we've gotten everything we expected.
5413         (nnimap): Add a `newlinep' field to keep track of end-of-line
5414         conventions.
5415         Don't send CRLF to things that don't want it.
5416         (nnimap-request-accept-article): Ditto.
5417
5418 2010-09-18  Julien Danjou  <julien@danjou.info>
5419
5420         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5421         than curl to retrieve images.
5422
5423 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5424
5425         * nnimap.el (nnimap-update-info): Extend the info so that we can set
5426         the marks.
5427         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5428         (nnimap-wait-for-connection): New function.
5429         (nnimap-open-connection): If we have PREAUTH, don't query for login
5430         credentials.
5431         (nnimap-update-info): Fix off-by-one error when concatenating ranges
5432         when doing a partial update.
5433
5434 2010-09-18  Julien Danjou  <julien@danjou.info>
5435
5436         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5437         tags.
5438
5439 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5440
5441         * nnimap.el (nnimap-credentials): New function.
5442         (nnimap-open-connection): Use the new function to look for credentials
5443         also on the numeric equivalents of "imap" and "imaps".
5444
5445         * gnus-start.el (gnus-activate-group): Send the info to
5446         gnus-request-group.
5447
5448         * nnimap.el (nnimap-request-group): Have the "check" version of the
5449         function parse flags and update the info, so that a `M-g' get a total
5450         resync of all flags from the group.
5451
5452         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5453         to allow backends to alter the info on group selection.  Also alter all
5454         the backend -request-group functions to take the parameter.
5455
5456         * nnimap.el (nnimap-store-info): New function.
5457         (nnimap-update-info): Store the info for later usage.
5458         (nnimap-request-group): Use the stored info for the dont-check case, so
5459         that we don't retrieve all marks when we enter a group.
5460
5461         * nnimap.el: Use deffoo instead of defun for interface functions.
5462
5463         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5464         update the group info.  This makes the nndraft groups, for instance, go
5465         back to their old behaviour.
5466
5467         * gnus-sum.el (gnus-select-newsgroup): Indent.
5468
5469         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5470         in.
5471         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5472         nothing.
5473
5474         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5475         from methods that are denied.
5476
5477         * gnus-int.el (gnus-method-denied-p): New function.
5478
5479         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5480         store the password instead of netrc.
5481         (nnimap-open-connection): Don't error out when we can't make a
5482         connections.
5483
5484         * auth-source.el (auth-source-create): In the password prompt, say what
5485         we're querying for.  Also prompt for user name if that hasn't been
5486         given.
5487
5488         * nnimap.el (nnimap-with-process-buffer): Remove.
5489
5490 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5491
5492         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5493         method when we're reading from the agent.
5494
5495         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5496
5497         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5498         that's probably most useful for users.
5499
5500         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5501         "failed" all the time.
5502
5503         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5504         ...)) with (with-current-buffer ... ).
5505
5506         * nntp.el (nntp-open-server): Return whether the open was successful or
5507         not.
5508
5509         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5510         select an unread unseen article first.
5511
5512         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5513         /etc/services, supply some sensible port defaults.
5514
5515         * dgnushack.el: Define netrc-credentials.
5516
5517 2010-09-17  Julien Danjou  <julien@danjou.info>
5518
5519         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5520
5521 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5522
5523         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5524         doesn't have any parameters.
5525
5526 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5527
5528         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5529         only upcased checks.
5530
5531         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5532
5533         * nnimap.el (nnimap-open-shell-stream): New function.
5534         (nnimap-open-connection): Use it.
5535         (nnimap-transform-headers): Get the number of lines in each message.
5536         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5537         number of lines.
5538         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5539         problem.
5540
5541         * utf7.el (utf7-encode): Autoload.
5542
5543         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5544         to allow the mail splitting to not return a default group.  This is
5545         useful for nnimap, which will leave unmatched mail in the inbox.
5546
5547         * nnimap.el: Rewritten.
5548
5549         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5550         nnimap usage.
5551
5552         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5553         if the move is internal, so that nnimap can do fast internal moves.
5554
5555         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5556         data.
5557         (gnus-read-active-for-groups): Support finishing the early retrieval of
5558         data.
5559
5560         * gnus-range.el (gnus-range-nconcat): New function.
5561
5562         * gnus-int.el (gnus-finish-retrieve-group-infos)
5563         (gnus-retrieve-group-data-early): New functions.
5564
5565 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5566
5567         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5568         (nnrss-retrieve-groups):
5569         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5570         (pop3-quit): Use with-current-buffer.
5571
5572 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5573
5574         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5575         instead of nnheader-accept-process-output.
5576
5577         * dgnushack.el (dgnushack-compile): Add comment.
5578
5579         * lpath.el: No need to fbind propertize for XEmacs 21.4.
5580
5581         * gnus-html.el (gnus-html-schedule-image-fetching)
5582         (gnus-html-prefetch-images): Replace process-kill-without-query by
5583         gnus-set-process-query-on-exit-flag.
5584
5585 2010-09-16  Romain Francoise  <romain@orebokech.com>
5586
5587         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5588
5589 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5590
5591         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5592         parameter to unintern is mandatory-ish in Emacs 24.
5593
5594         * gnus-html.el (gnus-html-schedule-image-fetching)
5595         (gnus-html-prefetch-images): Check for curl before using it.
5596
5597         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5598         depend on curl, which isn't essential.
5599
5600         * imap.el: Revert back to version
5601         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5602         seem problematic.
5603
5604 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5605
5606         * gnus-registry.el (gnus-registry-install-shortcuts):
5607         Explicitly pass `obarray' to `unintern' to avoid a warning.
5608
5609 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5610
5611         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5612         change.
5613
5614         * nnrss.el (nnrss-request-list): Remove this function and related
5615         functions, including the moreover stuff.
5616
5617 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5618
5619         * nnrss.el (nnrss-retrieve-groups): New function.
5620
5621 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5622
5623         * .dir-locals.el: Add no-byte-compile cookie.
5624
5625 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5626
5627         * time-date.el (format-seconds): Comment fix.
5628
5629         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5630         for back end that doesn't support request-scan.
5631
5632 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5633
5634         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5635         then do request scans from the backends.
5636
5637         * netrc.el (netrc-credentials): New conveniency function.
5638
5639         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5640         avoid running a hook per line, since this takes a lot of time,
5641         profiling shows.
5642         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5643         directly if gnus-visual-p is true.
5644
5645 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5646
5647         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5648         groups; replace mapcar with dolist which is a bit faster; pass groups
5649         info to gnus-read-active-file-1.
5650         (gnus-read-active-file-1): Scan only specified groups if the new
5651         optional arg `infos' is given.
5652
5653 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5654
5655         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5656
5657         * pop3.el (pop3-movemail): Remove.
5658         (pop3-streaming-movemail): Rename to pop3-movemail.
5659
5660         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5661         don't restrict end-tag searches to the end of the line.
5662
5663 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5664
5665         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5666         articles of every unchecked group to t, which means unknown since the
5667         server has never been opened.
5668
5669 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5670
5671         * gnus-html.el (gnus-html-show-alt-text): New command.
5672         (gnus-html-browse-image): Ditto.
5673         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5674         to browse the image directly.
5675         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5676         better.
5677
5678         * gnus-async.el (gnus-async-article-callback):
5679         Call `gnus-html-prefetch-images' unconditionally.
5680
5681         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5682         before feeding URLs to curl.
5683
5684 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5685
5686         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5687         internal images as deletable by `W D D'.
5688
5689         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5690         (gnus-async-article-callback): Fix typo.
5691
5692 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5693
5694         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5695         current line to work around bugs in the output from w3m.
5696
5697         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5698         for groups that want that.
5699
5700         * nntp.el (nntp-wait-for-string): Supply a timeout for
5701         accept-process-output to ensure progress.
5702
5703         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5704         level to get unread articles from, then use that for foreign groups,
5705         too.
5706
5707         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5708         confuses the rest of the function.
5709
5710         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5711         for the methods that support -retrieve-groups, too.
5712
5713         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5714
5715 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5716
5717         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5718         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5719
5720         * pop3.el: Require cl when compiling.
5721         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5722
5723 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5724
5725         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5726         that aren't going to be activated.
5727         (gnus-get-unread-articles): Fix up the last commit.
5728
5729         * gnus-html.el (gnus-article-html): Allow calling without specifying
5730         the handle.  In that case, dissect the buffer first.
5731
5732         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5733
5734         * nnimap.el (nnimap-open-connection): Revert the change that would look
5735         into authinfo for imaps instead of imap.
5736
5737         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5738         say that you don't want to call gnus-request-group with don-check, but
5739         do check the reponse.  This is for virtual groups only.
5740         (gnus-get-unread-articles): Count the archive groups as secondary, so
5741         that they're activated the same way as before.
5742
5743         * imap.el (imap-message-map): Removed optional buffer parameter, since
5744         no callers use it.
5745         (imap-message-get): Ditto.
5746         (imap-message-put): Ditto.
5747         (imap-mailbox-map): Ditto.
5748         (imap-mailbox-put): Ditto.
5749         (imap-mailbox-get): Ditto.
5750         (imap-mailbox-get): Revert last change for this function.
5751
5752         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5753         case-insensitively.
5754         (nnimap-debug): Remove.
5755
5756         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5757         to use `imap-fetch' instead.  According to the comments, this should be
5758         safe, since all other IMAP clients use the 1:* syntax.
5759         (imap-enable-exchange-bug-workaround): Removed.
5760         (imap-debug): Removed -- doesn't seem very useful.
5761
5762         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5763         mail from a file, and the file doesn't exist.
5764
5765         * imap.el (imap-log): New convenience function used throughout instead
5766         of repeating the same code all over the place.
5767
5768         * pop3.el (pop3-streaming-movemail): Return t for success.
5769
5770         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5771         .authinfo if we're using ssl connection.
5772
5773         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5774         already have if we're in a main Gnus `g' run.
5775
5776         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5777
5778 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5779
5780         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5781
5782         * nnmh.el (nnmh-request-list-1): Bind `file'.
5783
5784         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5785         alias to set-process-query-on-exit-flag or process-kill-without-query.
5786         (pop3-open-server): Use it.
5787
5788 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5789
5790         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5791         box to the Incoming file.  Fixes mistake in previous checkin.
5792
5793         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5794         request loop (for debugging purposes) removed.
5795
5796         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5797         culprit is more visible.
5798         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5799         (nnml-add-incremental-nov): New functions to do "incremental" nov
5800         updates, where we just append to the end of the existing nov files
5801         without reading/writing them in full.
5802
5803         * mail-source.el (mail-source-delete-crash-box): Really only check the
5804         incoming files once in a while.
5805
5806         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5807
5808         * mail-source.el (mail-source-delete-crash-box): Only check the
5809         incoming files for deletion once per day to save a lot of file
5810         accesses.
5811
5812         * pop3.el (pop3-logon): Fix up unbound variable typo.
5813
5814         * mail-source.el (pop3-streaming-movemail): Autoload.
5815
5816         * pop3.el (pop3-streaming-movemail):
5817         Respect pop3-leave-mail-on-server.
5818
5819         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5820         retrieval.
5821
5822         * pop3.el (pop3-process-filter): Remove unused function.
5823         (pop3-streaming-movemail, pop3-send-streaming-command)
5824         (pop3-wait-for-messages, pop3-write-to-file)
5825         (pop3-number-of-responses): New functions for streaming pop3
5826         retrieval.
5827
5828         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5829         come from no known methods.
5830         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5831         list.
5832
5833         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5834         message sizes.
5835         (pop3-movemail): Use erase-buffer instead of looping and deleting
5836         regions, which seems rather odd.
5837
5838         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5839         file once per `g' run.
5840
5841         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5842         directories.  This makes the draft queue directory work.
5843
5844         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5845         data from the backends, so that we only request the list of groups from
5846         each method once.  This should speed things up considerably.
5847
5848         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5849         detect that it's not implemented.
5850
5851         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5852         we actually do recurse down into the tree, but don't stat all leaf
5853         nodes.
5854
5855         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5856         then say so instead of bugging out.
5857
5858         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5859         files exist before trying to read them.
5860
5861         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5862         around <pre_int>.
5863
5864         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5865
5866         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5867
5868 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5869
5870         * mm-util.el (mm-image-load-path): Just return the image directories,
5871         not all directories in the path in addition to the image directories.
5872         (mm-image-load-path): Maintain a cache of the image directories so that
5873         the `g' command in Gnus doesn't have to stat dozens of directories each
5874         time.
5875
5876         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5877         (gnus-html-wash-tags): Add a new `i' command to insert images.
5878         (gnus-html-insert-image): New command and keystroke.
5879         (gnus-html-redisplay-with-images): New command and keystroke.
5880         (gnus-html-show-images): Rename command.
5881         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5882         spacers.
5883         (gnus-html-wash-tags): Decode entities at the end, so that entities
5884         inside the tags don't mess up the rest of the "parsing".
5885
5886         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5887         so that nnimap methods aren't agentized by default.  There's apparently
5888         many problems related to agent/imap behaviour.
5889
5890         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5891
5892         * gnus-html.el: Doc fix.
5893
5894 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5895
5896         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5897         specifier-spec-list for Emacs 21.
5898
5899         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5900         glyph-width and glyph-height instead of display-graphic-p and
5901         image-size; make avoidance of displaying small images work for XEmacs.
5902
5903         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5904         for XEmacs.
5905
5906         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5907         of symbol that holds plist data.
5908         (gnus-process-plist): Remove plist of process after getting it.
5909
5910 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5911
5912         * message.el (message-generate-hashcash): Change default to
5913         'opportunistic if hashcash is installed.
5914
5915         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5916         (gnus-html-put-image): Only call image-size once, since it's somewhat
5917         time-consuming on remote X servers.
5918
5919 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5920
5921         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5922         type on data, not a file name.
5923
5924         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5925         window-pixel-edges for Emacs 21.
5926
5927         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5928         decoded contents.
5929         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5930
5931 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5932
5933         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5934         group line format, since it isn't very interesting.
5935
5936         * gnus-agent.el (gnus-agent-short-article),
5937         (gnus-agent-long-article): Increase values for these two variables,
5938         since most people are likely to have more network connection and
5939         storage than before.
5940
5941         * gnus.el (gnus-refer-article-method): Change default to 'current.
5942         When referring an article, the common behaviour is to refer it from the
5943         current select method, not the native select method.  The chances of
5944         the native select method having the message in question is rather slim
5945         these days.
5946
5947         * gnus-sum.el (gnus-auto-select-subject): Change default to
5948         `unseen-or-unread'.  I think it's likely that most people want to
5949         select an unseen article over a previously seen, but unread one.
5950
5951         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5952         means that in the article buffer none of the minor mode elements will
5953         be shown, usually, and this is not desirable in most cases.
5954
5955         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5956         that commands like `d' (and the like) go to the next line in the
5957         buffer, instead of the next unread article.  I think this is the
5958         behaviour that is most natural for most users.
5959         (gnus-single-article-buffer): Change default to nil, so that people can
5960         have as many article buffers open as they have summary buffer.  I think
5961         this is the most natural way for the groups to behave.
5962
5963         * message.el (message-generate-new-buffers): Change default to
5964         `unsent', so that all new message buffers start their names with the
5965         string "*unsent", and it's easier to find the buffers if you move from
5966         them.
5967
5968 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5969
5970         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5971         small.  They're probably tracking images.
5972         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5973         (gnus-html-rescale-image): Yet another try at getting the image sizing
5974         right.
5975
5976         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5977         nntp-marks-file-name is nil.
5978
5979 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5980
5981         * gnus-html.el (gnus-html-wash-tags)
5982         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5983         Better logging.
5984
5985 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5986
5987         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5988
5989         * gnus-html.el (gnus-html-wash-tags): Check the value of
5990         gnus-blocked-images in the summary buffer.
5991
5992 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5993
5994         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5995
5996 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5997
5998         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5999         like "a", it seems like.
6000         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
6001         since it needs to be picked from the correct buffer.
6002
6003         * nnwfm.el: Remove.
6004
6005         * nnlistserv.el: Remove.
6006
6007 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6008
6009         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
6010         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
6011
6012 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6013
6014         * nnkiboze.el: Remove.
6015
6016         * nndb.el: Remove.
6017
6018         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
6019         alt text.
6020         (gnus-html-rescale-image): Try to get the rescaling logic right for
6021         images that are just wide and not tall.
6022
6023         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
6024         overshadow variable bindings.
6025
6026 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6027
6028         * gnus-html.el (gnus-html-wash-tags)
6029         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
6030         Add extra logging.
6031
6032 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6033
6034         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
6035         (gnus-max-image-proportion): New variable.
6036         (gnus-html-rescale-image): New function.
6037         (gnus-html-put-image): Rescale images.
6038
6039 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6040
6041         Fix up some byte-compiler warnings.
6042         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
6043         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
6044         (gnus-article-fill-cited-article, gnus-article-hide-citation)
6045         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
6046         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
6047         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
6048         (gnus-group-update-group): Use save-excursion and with-current-buffer.
6049
6050 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6051
6052         * gnus-html.el (gnus-article-html): Decode contents by charset.
6053
6054 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6055
6056         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
6057         (gnus-html-frame-width, gnus-blocked-images)
6058         * message.el (message-prune-recipient-rules): Add custom version.
6059         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
6060
6061         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
6062         functions.
6063
6064         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
6065         gnus-process-get.
6066
6067 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
6068
6069         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
6070         instead of lsub directly.
6071
6072 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6073
6074         * nnwarchive.el: Remove.
6075
6076         * gnus-soup.el: Remove.
6077
6078         * nnsoup.el: Remove.
6079
6080         * nnultimate.el: Remove.
6081
6082         * gnus-html.el (gnus-blocked-images): New variable.
6083
6084         * message.el (message-prune-recipients): New function.
6085         (message-prune-recipient-rules): New variable.
6086
6087         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
6088         guess whether a long line is natural text or not.
6089
6090         * gnus-html.el (gnus-html-schedule-image-fetching):
6091         Use gnus-process-plist and friends for compatibility.
6092
6093 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6094
6095         * gnus-html.el: Require packages that define macros used in this file.
6096         (gnus-article-mouse-face): Declare to silence byte-compiler.
6097         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
6098         process-get.
6099         (gnus-html-put-image): Use plist-get to avoid getf.
6100         (gnus-html-prefetch-images): Use with-current-buffer.
6101
6102 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6103
6104         * gnus-ems.el: Provide compatibility functions for
6105         gnus-set-process-plist.
6106
6107         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
6108         header-line-format for XEmacs 21.4.
6109
6110         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
6111         * gnus.el (gnus-valid-select-methods)
6112         * message.el (message-send-mail-partially-limit)
6113         * mm-decode.el (mm-text-html-renderer)
6114         * mml.el (mml-insert-mime-headers-always)
6115         * smiley.el (smiley-regexp-alist): Bump custom version.
6116
6117 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6118
6119         * gnus-html.el: require mm-url.
6120         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
6121         with the url to `url'.
6122         (gnus-html-wash-tags): Support cid: URLs/images.
6123
6124 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6125
6126         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
6127         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
6128         bindings, as they aren't useful at all.  `w' is moved to `W w'.
6129
6130         * gnus-move.el: Remove file, since it doesn't really work.
6131
6132         * gnus-html.el (gnus-article-html): Tell w3m that the input is
6133         UTF-8.  This seems to fix problems with some German web feeds.
6134
6135         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
6136         at the top so that the proper colours are applied.
6137
6138         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
6139         don't have dots in their names.
6140
6141         * gnus-art.el (gnus-article-view-part): Doc fix.
6142
6143         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
6144         XEmacs-compatible.
6145         (gnus-html-put-image): Don't do images on non-graphic displays.
6146
6147         * nnslashdot.el: Remove this unused backend.
6148
6149         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
6150         actions.
6151         (gnus-undo-register-1): Revert last change.
6152
6153         * gnus-group.el (gnus-group-completing-read): Protect against not
6154         having completion-styles bound.
6155
6156         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
6157         make broken recipients happier.
6158
6159         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
6160
6161         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
6162         point parameter.
6163
6164         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
6165
6166         * gnus-group.el (gnus-group-completing-read): Add 'substring to
6167         completion-styles for group selection.
6168
6169 2009-02-04  Andreas Schwab  <schwab@suse.de>
6170
6171         * gnus-score.el (gnus-score-string): Fix regex for matching extra
6172         headers and regexp-quote the match if necessary.
6173
6174 2009-03-24  Miles Bader  <miles@gnu.org>
6175
6176         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
6177         the blinking smiley.
6178
6179 2009-03-24  Simon Josefsson  <simon@josefsson.org>
6180
6181         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
6182         blink smiley.
6183
6184 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6185
6186         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
6187         where the dribbel file lives exists.
6188
6189         * message.el (message-send-mail-partially-limit): Change the default to
6190         nil, since most people don't want this.
6191
6192         * mm-url.el (mm-url-decode-entities): Also decode entities like
6193         &#x3212.
6194
6195 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
6196
6197         * gnus-sum.el (gnus-summary-idna-message):
6198         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
6199         Hyperlink urls in docstrings with URL `...'.
6200
6201 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
6202
6203         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
6204         functions.
6205
6206 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6207
6208         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
6209         say what the mouseover text should be.
6210
6211         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
6212         version of the mm-w3m-safe-url-regexp variable to only download images
6213         in the groups where we want that to happen.
6214
6215         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
6216
6217         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
6218         easier debugging.
6219         (gnus-article-beginning-of-window): Add kludge to allow spacing past
6220         big pictures in the article buffer.
6221
6222         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
6223         gnus-article-html.
6224         (mm-text-html-renderer): gnus-article-html needs curl in addition to
6225         w3m.
6226
6227         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
6228
6229 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6230
6231         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
6232         which doesn't exist.
6233
6234         * message.el (message-inhibit-ecomplete): New variable to allow some
6235         function to inhibit ecomplete address storage.
6236         (message-resend): Disable ecomplete message storage when resending
6237         messages.
6238
6239         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
6240
6241 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6242
6243         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
6244         Save excursion while copying, moving, and deleting articles in order to
6245         prevent the cursor from jumping to unforeseen place.
6246
6247 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6248
6249         * lpath.el: No need to bind bookmark-current-buffer,
6250         bookmark-yank-point and bookmark-make-record-function.
6251
6252 2010-08-17  Glenn Morris  <rgm@gnu.org>
6253
6254         * gnus-sync.el: Require gnus components whose functions are used.
6255
6256         * gnus-art.el (bookmark-make-record-function):
6257         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
6258         Declare for compiler.
6259
6260         * mm-url.el (mml-compute-boundary): Autoload.
6261
6262 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6263
6264         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6265
6266 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
6267
6268         Typo fix "hoo4a" -> "hook".
6269
6270         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6271
6272 2010-08-14  Glenn Morris  <rgm@gnu.org>
6273
6274         * gnus-sync.el (gnus-sync): Fix defgroup version.
6275
6276 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
6277
6278         Doc fixes and keep unknown groups (ammended for nunion bug fix).
6279
6280         * gnus-sync.el: Fix docs.
6281         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
6282         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6283
6284 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6285
6286         Optimizations for gnus-sync.el.
6287
6288         * gnus-sync.el: Add docs about gnus-sync-backend
6289         possibilities.
6290         (gnus-sync-save): Remove unnecessary message.
6291         (gnus-sync-read): Optimize and show what groups were skipped.
6292
6293 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6294
6295         Minor bug fixes for gnus-sync.el.
6296
6297         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6298         Don't read the sync on get-new-news.
6299
6300         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6301         quiet.
6302
6303         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6304         (fix typo).
6305
6306 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
6307
6308         Make saving and restoring of hidden threads work with overlays.
6309         Patch applied by Ted Zlatanov.
6310
6311         * gnus-sum.el (gnus-hidden-threads-configuration)
6312         (gnus-restore-hidden-threads-configuration): Update to deal with text
6313         properties, rather than searching for a magic character.
6314
6315 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6316
6317         New gnus-sync.el library for synchronization of marks.
6318
6319         * gnus-sync.el: New library for synchronization of marks.
6320
6321         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6322         renamed from `gnus-registry-grep-in-list'.
6323
6324         * gnus-registry.el (gnus-registry-follow-group-p):
6325         Use `gnus-grep-in-list'.
6326
6327         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6328
6329 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6330
6331         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6332         determining charset of text fails.
6333
6334 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6335
6336         * nnmail.el (nnmail-get-new-mail-1): Revert.
6337
6338         * nnml.el (nnml-active-number): Make sure names of newly created groups
6339         in nnml-group-alist are encoded.
6340
6341 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6342
6343         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6344         containing non-ASCII characters in active file for nnml back end.
6345
6346 2010-07-24  David Engster  <dengste@eml.cc>
6347
6348         * mml-smime.el (mml-smime-epg-verify): Also accept the older
6349         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6350
6351 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
6352
6353         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6354         tag (Bug#6654).
6355
6356 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6357
6358         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6359         the article buffer, not the summary buffer.
6360
6361 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6362
6363         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6364         Emacs 23 as well.
6365
6366 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6367
6368         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
6369         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
6370
6371 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6372
6373         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6374         Patch applied by Karl Fogel.
6375
6376         * gnus-sum.el (gnus-summary-bookmark-make-record):
6377         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6378
6379 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6380
6381         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6382         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
6383         C-w still not working correctly from Article buffers; Thierry's
6384         patch to fix that will be applied after this.
6385
6386         * gnus-art.el (bookmark-make-record-function): New local variable.
6387
6388         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6389         article buffer.
6390         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6391
6392 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
6393
6394         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6395         on changes in bookmark.el.
6396
6397 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6398
6399         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
6400         `no-log' instead of message not to log prompt string.
6401
6402 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
6403
6404         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6405         the *other* type of HTML form submission.
6406
6407 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
6408
6409         * auth-source.el (auth-source-pick): If choice does not contain a
6410         questioned keyword, set the check to t.
6411
6412 2010-06-12  Romain Francoise  <romain@orebokech.com>
6413
6414         * gnus-util.el (gnus-date-get-time): Move up before first use.
6415
6416 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6417
6418         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6419         (gnus-article-edit-part): Bind it to make last part that is substituted
6420         or deleted visible.
6421         (gnus-mime-display-single): Buttonize part of which id equals to
6422         gnus-mime-buttonized-part-id.
6423
6424 2010-06-10  Dan Christensen  <jdc@uwo.ca>
6425
6426         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6427         (gnus-dd-mmm): Use gnus-date-get-time.
6428         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6429         simplify logic.
6430         (gnus-summary-limit-to-age): Use gnus-date-get-time.
6431         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6432
6433 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
6434
6435         * auth-source.el (top): Autoload `secrets-list-collections',
6436         `secrets-create-item', `secrets-delete-item'.
6437         (auth-sources): Fix tag string.
6438         (auth-get-source, auth-source-retrieve, auth-source-create)
6439         (auth-source-delete): New defuns.
6440         (auth-source-pick): Rewrite in order to avoid 2 passes.
6441         (auth-source-forget-user-or-password): New parameter USERNAME.
6442         (auth-source-user-or-password): New parameters CREATE-MISSING and
6443         DELETE-EXISTING.  Retrieve password interactively, if needed.
6444
6445 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6446
6447         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6448         deleting unused directories when gnus-expert-user is t.
6449
6450 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6451
6452         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6453         for each temp file when gnus-article-browse-delete-temp is ask.
6454
6455 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6456
6457         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
6458         Lisp calls to delete-backward-char by calls to delete-char.
6459
6460 2010-05-20  Kevin Ryde  <user42@zip.com.au>
6461
6462         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
6463
6464 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
6465
6466         * password-cache.el (password-cache-remove): Fix docstring.
6467
6468 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6469
6470         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6471         article unless decoding article to be saved.
6472
6473 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6474
6475         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6476         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6477         generated within the mm-with-unibyte-current-buffer macro.
6478
6479 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6480
6481         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6482         to nil when we're in a mml-preview buffer and no group is selected.
6483
6484 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
6485
6486         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6487         when catching the `C-g'.  Reported by "Leo".
6488
6489 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6490
6491         * message.el (message-forward-make-body-plain)
6492         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6493         multibyte-string-p.
6494
6495         * lpath.el: Revert.
6496
6497 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6498
6499         * message.el (message-forward-make-body-mml): Assume original message
6500         is multibyte string; error on unibyte.
6501         (message-forward-make-body-plain): Ditto; don't add excessive newline
6502         in body end.
6503
6504         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
6505
6506 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
6507
6508         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6509         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6510
6511 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6512
6513         * mm-extern.el (mm-extern-url): Don't use
6514         mm-with-unibyte-current-buffer.
6515         (mm-extern-cache-contents): Use with-current-buffer instead of
6516         save-excursion + set-buffer.
6517
6518 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6519
6520         * mm-util.el (mm-emacs-mule): Remove.
6521
6522 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6523
6524         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6525         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6526         change.
6527
6528 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6529
6530         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6531         bind the default value of enable-multibyte-characters to nil.
6532
6533 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6534
6535         * message.el (message-forward-make-body-plain)
6536         (message-forward-make-body-mml):
6537         Don't use mm-with-unibyte-current-buffer.
6538
6539 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6540
6541         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
6542
6543 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6544
6545         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6546         (Bug#5592).
6547
6548 2010-05-07  Julien Danjou  <julien@danjou.info>
6549
6550         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6551         it to mm-pipe-part.
6552
6553         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6554         it is given.
6555
6556 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6557
6558         * binhex.el (binhex-decode-region-internal)
6559         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
6560         (dns-query)
6561         * nnweb.el (nnweb-gmane-search)
6562         * pgg-parse.el (pgg-parse-armor)
6563         * pgg.el (pgg-verify-region)
6564         * sha1.el (sha1-string-external)
6565         * uudecode.el (uudecode-decode-region-internal)
6566         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6567         XEmacs.
6568
6569         * gnus-art.el (gnus-article-browse-html-parts)
6570         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6571         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6572         make-temp-file.
6573
6574         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6575         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6576         compiling.
6577
6578         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6579         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6580         XEmacs when compiling.
6581
6582         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6583         gnus-pick-mode-off-hook for XEmacs when compiling.
6584         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6585         gnus-binary-mode-off-hook for XEmacs when compiling.
6586
6587         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6588         Return nil if char-charset is not available.
6589
6590         * imap.el (imap-disable-multibyte)
6591         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6592         macros.
6593
6594         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6595         instead of encode-coding-string.
6596
6597         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6598         'xemacs) instead of mm-emacs-mule to switch function definitions.
6599         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6600
6601         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6602         bind temporary-file-directory for XEmacs;
6603         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6604         timer-set-function for XEmacs 21.4 and SXEmacs;
6605         bind timer-list for XEmacs 21.4 and SXEmacs;
6606         fbind char-charset and find-charset-region for non-Mule XEmacs;
6607         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6608         encode-coding-region and encode-coding-string for XEmacs having no
6609         file-coding feature.
6610
6611 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6612
6613         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6614
6615 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6616
6617         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6618         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6619
6620 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6621
6622         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6623         alias `jka-compr-delete-temp-file' no longer exists.
6624
6625 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6626
6627         Use define-minor-mode in Gnus where applicable.
6628         * mml.el (mml-mode): Use define-minor-mode.
6629         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6630         (gnus-undo-mode): Use define-minor-mode.
6631         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6632         (gnus-dead-summary-mode): Use define-minor-mode.
6633         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6634         Initialize in declaration.
6635         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6636         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6637         (gnus-mailing-list-mode): Use define-minor-mode.
6638         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6639         (gnus-draft-mode): Use define-minor-mode.
6640         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6641         (gnus-dired-mode): Use define-minor-mode.
6642
6643 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6644
6645         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6646         handles on recursive mml-to-mime translation and check them for
6647         boundary delimiter collisions.  Reported by Greg Troxel.
6648
6649 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6650
6651         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6652
6653 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6654
6655         * mm-util.el (mm-find-buffer-file-coding-system):
6656         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6657
6658 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6659
6660         * message.el (message-generate-headers): Record insertion of optional
6661         headers as well.  Otherwise the check to prevent repeated insertion of
6662         optional headers is a no-op.
6663
6664 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6665
6666         * smime.el: Don't mention CVS.
6667
6668         * nnrss.el (nnrss-fetch): Don't mention CVS.
6669
6670         * nnir.el: Don't mention CVS.
6671
6672 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6673
6674         * gnus-sum.el (gnus-summary-bookmark-make-record):
6675         Add `location' field.
6676
6677 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6678
6679         * lpath.el: Fbind bookmark-default-handler,
6680         bookmark-get-bookmark-record, bookmark-make-record-default,
6681         bookmark-prop-get for Emacs <23 and XEmacs.
6682
6683 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6684
6685         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6686         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6687         Use with-current-buffer to silence the byte-compiler.
6688         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6689         bother to require `gnus'.
6690         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6691
6692 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6693
6694         * gnus-sum.el (gnus-summary-bookmark-make-record)
6695         (gnus-summary-bookmark-jump): New functions.
6696         (gnus-summary-mode): Setup bookmark support.
6697
6698 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6699
6700         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6701         if set.
6702
6703 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6704
6705         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6706         gnus-article-browse-html-save-cid-image; make it work recursively for
6707         forwarded messages as well.
6708         (gnus-article-browse-html-parts): Work when prefix arg is given.
6709         (gnus-article-browse-html-article): Doc fix.
6710
6711 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6712
6713         * message.el (message-default-mail-headers):
6714         (message-default-headers): Carry the value mail-default-headers over
6715         into message-default-mail-headers, rather than message-default-headers.
6716
6717 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6718
6719         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6720         charset.
6721
6722         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6723         charset into the <meta> tag when the article is encoded to utf-8.
6724
6725 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6726
6727         * gnus-art.el (gnus-article-browse-delete-temp-files):
6728         Delete directories as well.
6729         (gnus-article-browse-html-parts): Work for images that do not specify
6730         file names; delete temp directory when quitting; insert header at the
6731         right place; use file: scheme for image files.
6732
6733 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6734
6735         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6736         (gnus-article-browse-html-parts): Use it to make temporary cid image
6737         files in addition to html file so that browser may display them.
6738
6739 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6740
6741         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6742
6743 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6744
6745         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6746
6747 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6748
6749         * auth-source.el (auth-sources): Change default to be simpler.
6750         Explain about Secret Service API sources.  Improve Customize options.
6751         (auth-source-pick): Change to accept any number of search parameters.
6752         Implement fallbacks iteratively, not recursively.  Add scoring on the
6753         second pass and sort by score.  Call Secret Service API when needed.
6754         (auth-source-user-or-password): Use it.  Call Secret Service API
6755         directly when needed to get the user name and the password.
6756
6757 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6758
6759         * message.el (message-interactive): Doc fix.
6760         (message-qmail-inject-args): Reflow.
6761         (message-kill-to-signature): Fix typo in docstring.
6762
6763         * smiley.el (smiley-buffer): Fix typo in docstring.
6764
6765 2010-03-24  Glenn Morris  <rgm@gnu.org>
6766
6767         * mail-source.el (gnus-message): Declare.
6768         (mail-source-delete-old-incoming): Require gnus-util.
6769
6770 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6771
6772         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6773
6774         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6775
6776         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6777         password-cache's default if it is not bound.
6778         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6779         password-cache-expiry's default if it is not bound.
6780
6781         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6782         available in Emacs 21.
6783
6784         * lpath.el: Suppress compiler warnings for:
6785         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6786         XEmacs;
6787         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6788         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6789         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6790
6791 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6792
6793         * auth-source.el (auth-sources): Fix up definition so extra parameters
6794         are always inline.
6795
6796 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6797
6798         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6799         wasn't updated after mismatch.  Clear cached mailbox info correctly
6800         when uidvalidity changes.
6801         (nnimap-group-prefixed-name): New function to avoid some code
6802         duplication.
6803         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6804         (nnimap-request-group): Use it.
6805         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6806         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6807         with many imap folders.  This is done by caching the group status from
6808         the imap server persistently in a group parameter `imap-status'.  (This
6809         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6810         but not persistently, so every Gnus startup was still very slow.)
6811
6812 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6813
6814         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6815         delete the extra newline.  Otherwise editing of :string and :number
6816         types don't work.
6817
6818 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6819
6820         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6821         secrets.el dependency.
6822         (auth-sources): Add optional user name.  Add secrets.el configuration
6823         choice (unused right now).
6824
6825 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6826
6827         * gnus-sum.el (gnus-summary-make-menu-bar):
6828         Let `gnus-registry-install-shortcuts' fill in the functions.
6829
6830         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6831         warnings.
6832         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6833         (gnus-registry-install-shortcuts): Populate and use it in a
6834         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6835
6836 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6837
6838         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6839         In-place substitutions for the group name encoding/decoding.
6840         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6841         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6842         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6843         (nnimap-update-unseen, nnimap-request-list)
6844         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6845         (nnimap-request-set-mark, nnimap-split-to-groups)
6846         (nnimap-split-articles, nnimap-request-newgroups)
6847         (nnimap-request-create-group, nnimap-request-accept-article)
6848         (nnimap-request-delete-group, nnimap-request-rename-group)
6849         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6850         `encoded-mbx' for consistency.
6851         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6852         variable `imap-current-mailbox'.
6853
6854         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6855         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6856
6857 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6858
6859         * pop3.el (pop3-display-message-size-flag): Display message size byte
6860         counts during POP3 download.
6861         (pop3-movemail): Use it.
6862         (pop3-list): Implement listing of available messages.
6863
6864 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6865
6866         * nnir.el (nnir-get-article-nov-override-function): New function to
6867         override the normal NOV retrieval.
6868         (nnir-retrieve-headers): Use it.
6869
6870 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6871
6872         * auth-source.el (netrc-machine-user-or-password): Autoload.
6873
6874 2010-03-19  Glenn Morris  <rgm@gnu.org>
6875
6876         Stop message.el from loading about 40 libraries it doesn't always need.
6877         The general approach is to autoload rather than require, and to
6878         require in the specific functions rather than the file.  (Bug#5642)
6879
6880         * gmm-utils.el: Don't require wid-edit.
6881         (widget-create-child-value, widget-convert, widget-default-get):
6882         Autoload.
6883
6884         * gnus-util.el: Don't require time-date, netrc.
6885         (message-fetch-field, gnus-group-name-decode): Declare rather than
6886         autoloading.
6887         (gnus-fetch-field): Require message.
6888         (gnus-decode-newsgroups): Require gnus-group.
6889
6890         * ietf-drums.el: Don't require time-date.
6891
6892         * message.el: Don't require hashcash, canlock, ecomplete.
6893         Do require mail-utils.  Require nnheader only when compiling.
6894         (smtpmail-default-smtp-server): Remove declaration.
6895         (message-send-mail-function): Check smtpmail-default-smtp-server
6896         is bound rather than requiring smtpmail.
6897         (message-auto-save-directory, message-insert-signature):
6898         Use expand-file-name rather than nnheader-concat.
6899         (nnheader-insert-file-contents): Autoload.
6900         (hashcash-wait-async): Declare.
6901         (message-send-mail): Only call gnus-setup-posting-charset if
6902         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6903         (message-send-mail-with-sendmail): Require sendmail.
6904         (canlock-password, canlock-password-for-verify): Declare.
6905         (message-canlock-password): Require canlock.
6906         (nnheader-get-report): Autoload.
6907         (gnus-setup-posting-charset): Declare.
6908         (message-send-news): Require gnus-msg.
6909         (message-make-references, message-make-in-reply-to): Use mail-header-id
6910         rather than the alias mail-header-message-id.
6911         (ecomplete-add-item, ecomplete-save): Declare.
6912         (message-put-addresses-in-ecomplete): Require ecomplete.
6913         (ecomplete-display-matches): Autoload.
6914
6915         * mm-decode.el: Don't require mailcap, gnus-util.
6916         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6917         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6918         Autoload.
6919         (mailcap-mime-extensions): Declare.
6920
6921         * mm-encode.el: Don't require mailcap.
6922         (mailcap-extension-to-mime): Autoload.
6923
6924         * mml-sec.el: Don't require password-cache.
6925
6926         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6927         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6928         (mml-minibuffer-read-type): Require mailcap.
6929         (mml-preview): Require gnus-msg.
6930
6931         * mml1991.el: Require password-cache.
6932         (password-cache-expiry): Remove declaration.
6933
6934         * mml2015.el: Require password-cache.
6935         (password-cache-expiry): Remove declaration.
6936
6937         * nneething.el (mailcap): Require mailcap.
6938
6939         * nnheader.el (declare-function): Add compatibility stub.
6940         (message-remove-header): Declare rather than autoload.
6941         (nnheader-replace-header): Require message.
6942
6943         * nnimap.el (declare-function): Add compatibility stub.
6944         (netrc-parse, netrc-machine-user-or-password): Declare.
6945         (nnimap-open-connection): Require netrc.
6946
6947         * nntp.el (declare-function): Add compatibility stub.
6948         (netrc-parse, netrc-machine, netrc-get): Declare.
6949         (nntp-send-authinfo): Require netrc.
6950
6951         * rfc2047.el: Don't require qp.
6952         (quoted-printable-encode-region, quoted-printable-decode-string):
6953         Autoload.
6954
6955         * sieve-mode.el: Don't require easymenu.
6956         (easy-menu-add-item): Autoload it.
6957
6958         * spam-stat.el (time-to-number-of-days): Autoload it.
6959
6960 2010-03-19  Glenn Morris  <rgm@gnu.org>
6961
6962         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6963
6964 2010-03-18  Glenn Morris  <rgm@gnu.org>
6965
6966         * hashcash.el (declare-function): Remove duplicate definition.
6967
6968 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6969
6970         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6971         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6972         value if any backslash escapes).
6973
6974 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6975
6976         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6977         if it is available.  (bug#5647)
6978
6979         * lpath.el: Suppress compiler warning for coding-system-from-name for
6980         Emacs 21 and XEmacs.
6981
6982 2010-03-14  Juri Linkov  <juri@jurta.org>
6983
6984         * hmac-def.el:
6985         * hmac-md5.el:
6986         * netrc.el: Fix keywords.
6987
6988 2010-02-26  Glenn Morris  <rgm@gnu.org>
6989
6990         * message.el (message-send-mail-function): Change the default, so that
6991         it inherits from a customized send-mail-function.  (Bug#5643)
6992
6993 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6994
6995         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6996         shell-command-to-string signals an error (bug#5299).
6997
6998 2010-02-24  Glenn Morris  <rgm@gnu.org>
6999
7000         * message.el (message-smtpmail-send-it)
7001         (message-send-mail-with-mailclient): Doc fixes.
7002
7003 2010-02-16  Glenn Morris  <rgm@gnu.org>
7004
7005         * message.el (message-default-mail-headers): Change the default value
7006         to ease the transition from mail-mode to message-mode.  (Bug#5555)
7007
7008 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7009
7010         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
7011         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
7012
7013 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
7014
7015         * time-date.el (date-to-time): Doc fix (Bug#5408).
7016
7017 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
7018
7019         * message.el (message-mail): Just pass yank-action on to message-setup.
7020         (message-setup): Handle (FUN . ARGS) form of yank-action.
7021         (message-with-reply-buffer, message-widen-reply)
7022         (message-yank-original): Handle non-buffer values of
7023         message-reply-buffer (Bug#4080).
7024         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
7025
7026 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
7027
7028         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
7029         Fix typo in docstring.
7030
7031 2010-01-08  Jason Rumney  <jasonr@gnu.org>
7032
7033         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
7034         response.
7035
7036 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7037
7038         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
7039
7040         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7041
7042         * message.el (message-check-news-header-syntax): Protect against a
7043         string that `rfc822-addresses' returns when parsing fails.
7044
7045 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7046
7047         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
7048         (gnus-previous-char-property-change): New functions.
7049
7050         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
7051
7052 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
7053
7054         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
7055         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
7056
7057 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
7058
7059         * message.el (message-exchange-point-and-mark): Rework last change to
7060         avoid using optional arg of exchange-point-and-mark, for backward
7061         compatibility.
7062
7063 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
7064
7065         * message.el (message-exchange-point-and-mark):
7066         Call exchange-point-and-mark with an argument rather than setting
7067         mark-active by hand (Bug#5175).
7068
7069 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7070
7071         * nntp.el (nntp-service-to-port): Work for service expressed with
7072         numeric string; replace [:digit:] with [0-9] for XEmacs.
7073
7074 2009-12-17  Glenn Morris  <rgm@gnu.org>
7075
7076         * gnus-group.el (gnus-bug-group-download-format-alist):
7077         Change emacs entry to debbugs.gnu.org.  Bump :version.
7078
7079 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7080
7081         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
7082
7083 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7084
7085         * message.el (message-info): Explain why we use `Info-goto-node'.
7086
7087 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7088
7089         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
7090
7091 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7092
7093         * message.el (message-completion-in-region): New compatibility function.
7094         (message-expand-group): Use it.
7095
7096 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7097
7098         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
7099         with no unread article should be listed if the 2nd arg `predicate' is
7100         given.
7101
7102 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7103
7104         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
7105
7106 2009-11-29  Juri Linkov  <juri@jurta.org>
7107
7108         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
7109         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
7110         on `gnus-recenter'.  (Bug#4698, Bug#4981)
7111
7112 2009-11-26  Kevin Ryde  <user42@zip.com.au>
7113
7114         * sha1.el (sha1-string-external): default-directory "/" in case
7115         otherwise non-existent.  process-connection-type pipe for touch of
7116         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
7117
7118 2009-11-25  Kevin Ryde  <user42@zip.com.au>
7119
7120         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
7121         it's comms related and sgml-mode.el has "comm" on that basis too.
7122
7123 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7124
7125         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
7126         containing tspecial characters if they have been already quoted.
7127
7128 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
7129
7130         * dns-mode.el (auto-mode-alist): Purecopy string.
7131
7132 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7133
7134         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
7135
7136 2009-10-24  Glenn Morris  <rgm@gnu.org>
7137
7138         * gnus-art.el (help-xref-stack-item): Define for compiler.
7139
7140 2009-10-21  Kevin Ryde  <user42@zip.com.au>
7141
7142         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
7143
7144 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7145
7146         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
7147
7148 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7149
7150         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
7151         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
7152
7153 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7154
7155         * gnus.el (gnus-overlay-get): New alias to overlay-get.
7156         (gnus-overlays-in): New alias to overlays-in.
7157
7158         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
7159         gnus-overlay-get, and gnus-delete-overlay.
7160         (gnus-summary-show-thread): Make it work as well for systems in which
7161         next-single-char-property-change is not available.
7162         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
7163
7164         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
7165         (gnus-overlay-get): New alias to extent-property.
7166         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
7167
7168         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
7169         SXEmacs.
7170
7171         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
7172         SXEmacs.
7173
7174 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
7175
7176         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
7177
7178 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
7179
7180         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
7181         and XEmacs that don't have `remove-overlays'.
7182
7183 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7184
7185         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
7186         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
7187         selective display.  Use overlays instead.
7188
7189 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7190
7191         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
7192
7193 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7194
7195         * spam-stat.el (spam-stat-load): Fix typo in message.
7196
7197 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7198
7199         * dig.el (dig-invoke): Fix typo in docstring.
7200         (query-dig): Reflow docstring.
7201
7202 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
7203
7204         * gnus-art.el (gnus-article-encrypt-body):
7205         * message.el (message-check-recipients):
7206         * mm-util.el (mm-codepage-setup):
7207         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
7208         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
7209
7210 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
7211
7212         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
7213         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
7214         keys from the menu if mm-{sign,encrypt}-option is 'guided.
7215         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
7216         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
7217
7218 2009-09-21  Kevin Ryde  <user42@zip.com.au>
7219
7220         * dig.el: Add "Keywords: comm", as per net-utils.el.
7221
7222 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7223
7224         * dig.el (dig-mode): Use define-derived-mode.
7225
7226 2009-09-19  Glenn Morris  <rgm@gnu.org>
7227
7228         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7229
7230 2009-09-18  Glenn Morris  <rgm@gnu.org>
7231
7232         * gnus-diary.el (gnus-diary-check-message):
7233         * message.el (message-insert-formatted-citation-line):
7234         * nnbabyl.el (top-level):
7235         * nndiary.el (nndiary-schedule):
7236         Fix typos in condition-case handlers.
7237
7238 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7239
7240         * gnus-art.el (gnus-article-edit-part): Work for the buffer
7241         configuration that provides the sole article window in a frame;
7242         position point correctly after deleting a part.
7243
7244 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
7245
7246         * spam.el (spam-unregister-on-reregister): Add boolean variable.
7247         (spam-resolve-registrations-routine): Use it to unregister articles
7248         that change status.
7249
7250 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7251
7252         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
7253         with XEmacs.
7254         (parse-time-string-chars): Use it.
7255
7256 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7257
7258         * imap.el (imap-interactive-login): Better messages.
7259         (imap-open): Fix bug with renamed buffer on reconnect.
7260         (imap-authenticate): Add buffer-local imap-last-authenticator variable
7261         for easier debugging and cleaner code.  On successful (guessed based on
7262         server capabilities) secondary authentication, set imap-state
7263         correctly.
7264         (imap-last-authenticator): Define imap-last-authenticator as a variable
7265         to avoid warnings.
7266
7267 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7268
7269         * nnrss.el (nnrss-request-article): Remove binding of
7270         default-enable-multibyte-characters that has gotten needless by
7271         the 2007-07-13 change in rfc2047-encode-message-header.
7272
7273         * mml.el (mml-insert-multipart): Error on the message header.
7274         (mml-insert-part): Error on the message header; position point at
7275         the end of a MIME tag.
7276
7277 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7278
7279         * time-date.el (autoload): Expand define-obsolete-function-alias into
7280         defalias and make-obsolete for old Emacsen that Gnus supports.
7281         (with-no-warnings): Define it for old Emacsen.
7282         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7283         is available.
7284         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7285         float-time is available; suppress compile warning for time-to-seconds.
7286
7287         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7288         (gnus-float-time): Alias to float-time if it exists.
7289
7290         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7291         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7292         float-time is available; suppress compile warning for time-to-seconds.
7293
7294         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
7295         XEmacs.
7296
7297 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
7298
7299         * imap.el (imap-message-map): Docstring fix.
7300
7301 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7302
7303         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7304         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7305         Add the optional argument `encoding' that overrides the default.
7306
7307         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7308         mm-encode-buffer.
7309
7310 2009-09-04  Glenn Morris  <rgm@gnu.org>
7311
7312         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7313         mm-disable-multibyte, rather than default-enable-multibyte-characters.
7314         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7315         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7316         * mm-util.el (mm-with-unibyte-current-buffer)
7317         (mm-find-buffer-file-coding-system):
7318         * yenc.el (yenc-decode-region): Use default-value rather than
7319         default-enable-multibyte-characters.
7320
7321 2009-09-03  Glenn Morris  <rgm@gnu.org>
7322
7323         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7324         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7325         than default-enable-multibyte-characters.
7326
7327 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
7328
7329         * gnus-art.el (gnus-article-read-summary-keys):
7330         Fix gnus-buffer-configuration's value temporarily used.
7331
7332 2009-09-02  Glenn Morris  <rgm@gnu.org>
7333
7334         * gnus-util.el (gnus-float-time): New function.
7335         * gnus-delay.el (gnus-delay-article):
7336         * gnus-sum.el (gnus-thread-latest-date):
7337         * gnus-util.el (gnus-user-date): Use gnus-float-time.
7338         * nnspool.el (nnspool-request-newgroups):
7339         Use gnus-float-time rather than time-to-seconds.
7340         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7341
7342         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7343         (gnus-header-subject-face, gnus-header-newsgroups-face)
7344         (gnus-header-name-face, gnus-header-content-face):
7345         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7346         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7347         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7348         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7349         (gnus-cite-face-11):
7350         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7351         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7352         (gnus-server-closed-face, gnus-server-denied-face)
7353         (gnus-server-offline-face):
7354         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7355         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7356         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7357         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7358         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7359         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7360         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7361         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7362         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7363         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7364         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7365         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7366         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7367         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7368         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7369         (gnus-summary-high-undownloaded-face)
7370         (gnus-summary-low-undownloaded-face)
7371         (gnus-summary-normal-undownloaded-face)
7372         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7373         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7374         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7375         (gnus-splash-face):
7376         * message.el (message-header-to-face, message-header-cc-face)
7377         (message-header-subject-face, message-header-newsgroups-face)
7378         (message-header-other-face, message-header-name-face)
7379         (message-header-xheader-face, message-separator-face)
7380         (message-cited-text-face, message-mml-face):
7381         * sieve-mode.el (sieve-control-commands-face)
7382         (sieve-action-commands-face, sieve-test-commands-face)
7383         (sieve-tagged-arguments-face):
7384         * spam.el (spam-face):
7385         Mark face aliases with "-face" in the name as obsolete.
7386
7387 2009-09-01  Glenn Morris  <rgm@gnu.org>
7388
7389         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7390         than goto-line.
7391
7392 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7393
7394         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7395         Don't move point if the command is invoked inside the message header.
7396
7397 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7398
7399         * imap.el (imap-send-command): Simplify.
7400         (imap-wait-for-tag): point-max -> buffer-size.
7401
7402 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7403
7404         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7405         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7406         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7407         * nnir.el (nnir-swish-e-index-file):
7408         * gnus-sum.el (gnus-summary-delete-marked-as-read)
7409         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7410         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7411         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7412         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7413         (gnus-treat-display-xface): Add Emacs version of obsolescence.
7414
7415 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7416
7417         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7418         Don't save excursion.
7419
7420 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7421
7422         * nnheader.el (nnheader-find-file-noselect):
7423         * mm-util.el (mm-insert-file-contents):
7424         Use (default-value 'major-mode) instead of default-major-mode.
7425
7426 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7427
7428         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7429
7430 2009-08-26  Glenn Morris  <rgm@gnu.org>
7431
7432         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
7433         than placing in files.el.
7434
7435 2009-08-25  Glenn Morris  <rgm@gnu.org>
7436
7437         * nnir.el (top-level): Don't require cl at run-time.
7438         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7439         Replace cl-function substitute with gnus-replace-in-string.
7440         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7441         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7442         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7443         simplified expansions.
7444
7445 2009-08-25  Kevin Ryde  <user42@zip.com.au>
7446
7447         * dig.el (dig): Add autoload cookie.
7448
7449 2009-08-22  Glenn Morris  <rgm@gnu.org>
7450
7451         * gnus-art.el (gnus-button-patch): Use forward-line rather than
7452         goto-line.
7453
7454 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7455
7456         * parse-time.el (parse-time-string-chars): Save match data.
7457
7458 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
7459
7460         * parse-time.el (parse-time-string-chars): Compute using character
7461         classes, to handle non-ascii characters (Bug#3190).
7462
7463 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7464
7465         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7466
7467         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7468         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7469         (gnus-mm-display-part, gnus-mime-display-single)
7470         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7471         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7472
7473         * gnus-sum.el
7474         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7475         (gnus-summary-move-article): Add expirable mark to articles copied or
7476         moved to group that has auto-expire turned on if the option is non-nil.
7477
7478 2009-07-24  Glenn Morris  <rgm@gnu.org>
7479
7480         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7481         Fix typo.  (Bug#3903)
7482
7483 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7484
7485         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7486         gnus-article-read-summary-keys rather than gnus-summary-edit-article
7487         that should not be used for draft articles.
7488         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7489         that has no concern in minor mode keys.
7490         (gnus-article-summary-command, gnus-article-summary-command-nosave):
7491         Abolish.
7492
7493 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7494
7495         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7496         article without making inquiry to a user for unknown encoding.
7497
7498         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7499         (nnmaildir--scan): Assume i-node and device number that file-attributes
7500         returns might be cons-cell.
7501
7502         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
7503
7504         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
7505
7506 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
7507
7508         * auth-source.el: Remove docs now in auth.texi.  Don't use
7509         `gnus-message' for logging.  Add new variables `auth-source-debug' and
7510         `auth-source-hide-passwords' and use them.
7511
7512 2009-07-15  Glenn Morris  <rgm@gnu.org>
7513
7514         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7515
7516 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7517
7518         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7519         excessive whitespace from the default values of title and description.
7520
7521 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7522
7523         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7524         mail-fetch-field to fetch Content-Description header in order to
7525         exclude newlines.
7526
7527 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
7528
7529         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
7530         format used by GnuPG 2.0.11.
7531
7532 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7533
7534         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7535         to deleted part.
7536
7537 2009-05-30  David Engster  <dengste@eml.cc>
7538
7539         * nnmairix.el: Remove old documentation in the commentary block.
7540         (nnmairix-request-group): Do not update active file for nnml back ends.
7541         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7542         end so that overview files are ignored.
7543         (nnmairix-update-groups): Make updating the groups more robust by using
7544         marks.
7545         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7546         with dollar characters in message-id.
7547
7548 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7549
7550         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7551         2008-12-25 in dns.el.
7552
7553 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7554
7555         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7556         could happen if the text is only composed of spaces and/or tabs.
7557
7558 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7559
7560         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7561         when sending a queued message to avoid extra mml tags.
7562
7563 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7564
7565         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7566
7567 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7568
7569         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
7570         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
7571         rmail-toggle-header for XEmacs;
7572         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7573
7574 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7575
7576         * gnus-dired.el: Remove autoload for gnus-setup-message.
7577         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7578         displaying Gnus logo; always use compose-mail.
7579
7580 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7581
7582         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7583
7584 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7585
7586         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7587         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7588         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7589         available.
7590         (gnus-nocem-epg-verify): New function.
7591
7592 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7593
7594         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7595
7596 2009-02-15  Glenn Morris  <rgm@gnu.org>
7597
7598         * gnus-util.el (rmail-insert-rmail-file-header)
7599         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7600         autoloads.
7601         (rmail-default-rmail-file): Remove unnecessary declaration.
7602         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7603
7604 2009-02-14  Glenn Morris  <rgm@gnu.org>
7605
7606         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7607         variable (only used in gnus-util, which declares it anyway).
7608         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7609         which was only needed by gnus-art (changed to not use it any more).
7610         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7611         only used in gnus-util, which autoloads it itself.
7612         (rmail-update-summary): Fix autoload.
7613
7614         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7615         rather than rmail-output-to-rmail-file.
7616
7617 2009-02-07  Glenn Morris  <rgm@gnu.org>
7618
7619         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7620         autoload of function that no longer exists.
7621         (rmail-toggle-header): Declare.
7622         (message-forward-rmail-make-body): Handle mbox Rmail.
7623
7624 2009-01-31  Glenn Morris  <rgm@gnu.org>
7625
7626         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7627         2009-01-09 change.
7628
7629 2009-01-31  Dave Love  <fx@gnu.org>
7630
7631         * imap.el (imap-fetch-safe): Bind debug-on-error.
7632         (imap-debug): Add imap-fetch-safe.
7633
7634 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7635
7636         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7637         (auth-source-forget-all-cached): New convenience function.
7638         (auth-source-user-or-password): Accept list of modes or a single mode.
7639
7640         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7641         auth-source modes.
7642
7643         * netrc.el (netrc-machine-user-or-password): Use list of
7644         auth-source modes.
7645
7646         * nnimap.el (nnimap-open-connection): Use list of
7647         auth-source modes.
7648
7649         * nntp.el (nntp-send-authinfo): Use list of
7650         auth-source modes.
7651
7652 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7653
7654         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7655         now.
7656
7657 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7658
7659         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7660         coding system in XEmacs; add a workaround for XEmacs.
7661
7662         * lpath.el: Fbind coding-system-aliasee.
7663
7664 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7665
7666         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7667         of current-language-environment.
7668
7669 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7670
7671         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7672         available at runtime.
7673
7674 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7675
7676         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7677
7678 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7679
7680         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7681         the greatest positive fixnum value doesn't work under an XEmacs with
7682         bignum support; use the most-positive-fixnum constant instead,
7683         available since Emacs 21.1 with cl and XEmacs 21.1.
7684
7685 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7686
7687         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7688         XEmacs gets not to work.
7689
7690 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7691
7692         * mm-util.el (mm-coding-system-priorities): Allow the value like
7693         "Japanese (UTF-8)" of current-language-environment.
7694
7695 2009-01-09  Glenn Morris  <rgm@gnu.org>
7696
7697         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7698         with last-command-event.
7699
7700 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7701
7702         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7703         in the doc string.
7704
7705         * message.el (message-fix-before-sending): Amend comment.
7706
7707 2009-01-08  Dave Love  <fx@gnu.org>
7708
7709         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7710
7711 2009-01-07  David Engster  <dengste@eml.cc>
7712
7713         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7714         simplified server definitions by converting it via
7715         gnus-server-to-method.
7716
7717 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7718
7719         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7720         parameter's operands.
7721
7722 2009-01-06  David Engster  <dengste@eml.cc>
7723
7724         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7725         primary select method (for gnus-group-mark-article-as-read).
7726
7727 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7728
7729         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7730         `(gnus)Face', not `(gnus)X-Face'.
7731
7732 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7733
7734         * mm-util.el (mm-ucs-to-char): New function.
7735
7736         * mm-url.el (mm-url-decode-entities): Use it.
7737
7738         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7739         unicode-to-char.
7740
7741 2009-01-05  Dave Love  <fx@gnu.org>
7742
7743         * time-date.el: Require cl for `declare'.
7744
7745 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7746
7747         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7748         Dave Love.
7749
7750 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7751
7752         * message.el (message-fix-before-sending): Add `eight-bit' to
7753         illegible-text check.
7754
7755 2009-01-03  Michael Olson  <mwolson@gnu.org>
7756
7757         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7758         `headers' is nil.  This can occur if the IMAP server does not have
7759         permissions to read messages from a folder, but can write new messages
7760         to the folder.
7761         (nnimap-request-article-part): Do not insert `data' if it is nil.
7762
7763         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7764         characters which will confuse `read', so skip past them.
7765
7766 2009-01-01  Dave Love  <fx@gnu.org>
7767
7768         * imap.el (imap-string-to-integer): Fix typo.
7769         (imap-fetch-safe): New function.
7770         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7771
7772         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7773
7774         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7775         (imap-parse-greeting): Fix doc strings.
7776         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7777         (imap-parse-flag-list): Make messages unique.
7778         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7779
7780         * nnimap.el: Fix author email.
7781         (nnimap-split-rule): Add FIXME comment.
7782         (nnimap-debug): Fix doc string.
7783
7784 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7785
7786         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7787
7788 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7789
7790         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7791         nslookup if resolv.conf isn't available.
7792         (dns-query): Rename from query-dns.
7793         (dns-query-cached): Rename from query-dns-cached.
7794
7795 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7796
7797         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7798         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7799         to check if those variables exist (first appeared in Emacs 18.50).
7800
7801 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7802
7803         * mm-util.el (mm-line-number-at-pos): New function.
7804
7805         * spam-report.el (spam-report-process-queue): Use it.
7806
7807 2008-12-24  David Engster  <dengste@eml.cc>
7808
7809         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7810         parameters that haven't existed as variables as buffer-local variables.
7811
7812 2008-12-23  Dave Love  <fx@gnu.org>
7813
7814         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7815         cadar.
7816
7817         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7818         imap-starttls-p.
7819         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7820
7821 2008-12-22  Dave Love  <fx@gnu.org>
7822
7823         * imap.el: Fix author email.  Doc fixes.
7824         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7825         reply.
7826
7827 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7828
7829         * spam-report.el (spam-report-gmane-max-requests): New constant.
7830         (spam-report-gmane-wait): New variable.
7831         (spam-report-gmane-ham, spam-report-gmane-spam)
7832         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7833         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7834         the server.
7835
7836         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7837         Add explanations.
7838
7839         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7840         nnheader-accept-process-output and nnheader-read-timeout if available.
7841         (pop3-movemail): Use it.
7842
7843         * message.el (message-check-news-body-syntax): Fix signature check if
7844         there's an attachment.
7845
7846 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7847
7848         * mm-util.el: Add comments to the mm- emulating functions.
7849
7850 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7851
7852         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7853         Reported by Stephen Berman <stephen.berman@gmx.net>.
7854
7855 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7856
7857         * mm-util.el (mm-substring-no-properties): New function.
7858         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7859         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7860         (mm-string-to-multibyte): Doc fix.
7861
7862         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7863
7864 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7865
7866         * mml.el (mml-attach-file): Strip text properties from file name.
7867         (Bug#1574)
7868
7869 2008-12-16  Glenn Morris  <rgm@gnu.org>
7870
7871         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7872
7873 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7874
7875         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7876         knows since the charset specified might be a bogus alias that
7877         mm-charset-synonym-alist provides.
7878
7879 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7880
7881         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7882         "ISO_8859-1".
7883
7884         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7885
7886 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7887
7888         * mm-util.el (mm-charset-eval-alist):
7889         Define it before mm-charset-to-coding-system.
7890         (mm-charset-to-coding-system): Add optional argument `silent';
7891         define it before mm-charset-override-alist.
7892         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7893         default value if it can be used in Emacs currently running;
7894         silence mm-charset-to-coding-system.
7895
7896 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7897
7898         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7899         `allow-override' which says whether to use `mm-charset-override-alist'.
7900         (rfc2047-decode-encoded-words): Use it.
7901
7902         * mm-util.el (mm-charset-override-alist): Fix custom type;
7903         add `(gb2312 . gbk)' to choices.
7904
7905 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7906
7907         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7908         fast.
7909
7910         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7911
7912         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7913
7914 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7915
7916         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7917         on links.
7918
7919         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7920
7921 2008-12-03  Lute Kamstra  <lute@gnu.org>
7922
7923         * sha1.el: Remove leading * from docstrings of defcustoms,
7924         deffaces, defconsts and defuns.
7925
7926 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7927
7928         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7929         users' addresses that don't have domain parts.
7930         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7931         rather than message-narrow-to-head since there will be the message
7932         header separator.
7933
7934 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7935
7936         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7937         since the result is inserted in a unibyte buffer anyway.
7938         (nnimap-demule-use-string-to-multibyte): Remove.
7939         (nnimap-demule): Alias it to mm-string-to-multibyte.
7940
7941 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7942
7943         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7944         variable for debugging bug#464 and bug#1174.
7945         (nnimap-demule): Use it.
7946
7947 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7948
7949         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7950         score calculation correctly.
7951
7952 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7953
7954         * message.el (message-send-mail): Just set the buffer to unibyte
7955         rather than use mm-with-unibyte-current-buffer which does a lot more.
7956         (message-send-mail-partially): Don't bother with
7957         mm-with-unibyte-current-buffer since it's already been made unibyte by
7958         message-send-mail.
7959
7960 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7961
7962         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7963
7964 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7965
7966         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7967
7968 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7969
7970         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7971         require itself and to remove `with-no-warnings'.
7972
7973 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7974
7975         * starttls.el (starttls-any-program-available): Get the name of the
7976         available TLS layer program.
7977         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7978         well as the host name in the "opening" message.
7979
7980         * auth-source.el (auth-source-cache, auth-source-do-cache)
7981         (auth-source-user-or-password): Cache passwords and logins by default,
7982         allow override with `auth-source-do-cache'.
7983         (auth-source-forget-user-or-password): Allow users to remove cache
7984         entries if needed.
7985
7986 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7987
7988         * md4.el (md4-buffer): Fix typo in docstring.
7989         (md4, md4-64): Doc fixes.
7990         (md4-pack-int32): Reflow docstring.
7991
7992 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7993
7994         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7995         condition-case to only the forward-sexp call.
7996
7997 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7998
7999         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
8000         quotes contained.  Make it more robust regardless by an extra
8001         condition-case wrapper.
8002
8003 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8004
8005         * lpath.el: No need to fbind codepage-setup for Emacs 23.
8006
8007 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8008
8009         * nnml.el (nnml-request-expire-articles): Check if the function set to
8010         `nnmail-expiry-target' returns the symbol `delete'.
8011
8012         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8013
8014         * nnmail.el (nnmail-expiry-target): Fix custom type.
8015
8016 2008-10-02  Glenn Morris  <rgm@gnu.org>
8017
8018         * mm-util.el (mm-codepage-setup): Tweak codepage error.
8019         Silence compiler warning.
8020
8021 2008-10-01  Magnus Henoch  <mange@freemail.hu>
8022
8023         * tls.el (open-tls-stream): Show the actual command being
8024         executed, instead of the format string.
8025
8026 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8027
8028         * lpath.el: Fbind codepage-setup for Emacs 23.
8029
8030 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
8031
8032         * mml.el (mml-menu): Don't assume mml2015 is bound.
8033
8034 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8035
8036         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
8037         exists.
8038
8039 2008-09-27  Glenn Morris  <rgm@gnu.org>
8040
8041         * gnus-util.el (mail-header-remove-comments): Autoload it.
8042
8043 2008-09-27  Andreas Schwab  <schwab@suse.de>
8044
8045         * gnus-util.el (gnus-split-references): Strip comments.
8046         (gnus-parent-id): Likewise.
8047
8048 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
8049
8050         * message.el (message-confirm-send): Fix version.
8051
8052 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8053
8054         * message.el (message-idna-to-ascii-rhs-1): Use
8055         mail-extract-address-components rather than mail-header-parse-addresses
8056         that is an alias by default to ietf-drums-parse-addresses that does not
8057         support non-ASCII names in headers' contents.
8058
8059 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8060
8061         * message.el (message-confirm-send): Fix variable documentation to
8062         avoid the "y/n" wording.
8063
8064 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
8065
8066         * message.el (message-set-auto-save-file-name): Save to a different
8067         filename so multiple messages (especially drafts) can be recovered.
8068
8069 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
8070
8071         * message.el (message-confirm-send): Add appropriate version.
8072
8073 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8074
8075         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
8076         defvar.
8077
8078 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
8079
8080         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
8081         (mm-pkcs7-enveloped-magic): Ditto.
8082
8083 2008-09-17  Simon Josefsson  <simon@josefsson.org>
8084
8085         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
8086         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
8087
8088 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
8089
8090         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
8091         default, it's better.
8092
8093 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
8094
8095         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
8096         summary line gnus-number property and ignore them (with a warning
8097         message).
8098
8099 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8100
8101         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
8102         macro caddr in the interactive form since it won't be expanded.
8103
8104 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8105
8106         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
8107         `charset'; fix name of function called recursively.
8108         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
8109
8110 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8111
8112         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
8113         (gnus-mime-set-charset-parameters): New function.
8114         (gnus-mime-view-part-as-charset): Use it to correctly display part
8115         specifying wrong charset.
8116
8117 2008-09-08  David Engster  <dengste@eml.cc>
8118
8119         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
8120         in completing-read for back end server.
8121
8122 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
8123
8124         * message.el (message-confirm-send): New variable to confirm sending a
8125         message.
8126         (message-send): Use it.
8127
8128 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
8129
8130         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
8131
8132 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8133
8134         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
8135
8136 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
8137
8138         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
8139         prevent tracking too many groups.
8140         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
8141         Use it.
8142
8143 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
8144
8145         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
8146         moving point to the bottom of the window in order to avoid recentering.
8147
8148 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8149
8150         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
8151
8152         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
8153         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
8154         (gnus-article-beginning-of-window): Fix calculation.
8155
8156 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8157
8158         * gnus-msg.el (gnus-summary-supersede-article)
8159         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
8160         value of gnus-newsgroup-charset to decode non-MIME encoded text in
8161         message header.
8162
8163 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
8164
8165         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
8166         pending output coming after the status change.
8167
8168 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
8169
8170         * message.el:
8171         * gnus-start.el:
8172         * gnus-registry.el: Remove VMS support.
8173
8174 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8175
8176         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
8177         macro.
8178         (rfc2104-hash): Use it.
8179
8180 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
8181
8182         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
8183         (gnus-summary-sort-by-most-recent-date): New commands.
8184         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
8185         and menu entries.
8186
8187 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8188
8189         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
8190         don't redisplay article for raw contents; remove plural articles stuff.
8191
8192         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
8193         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
8194         on gnus-summary-save-article; display results properly.
8195
8196 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8197
8198         * lpath.el: No need to fbind ns-focus-frame.
8199
8200 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8201
8202         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
8203
8204 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8205
8206         * gnus-art.el (gnus-summary-save-in-pipe):
8207         Consider gnus-save-all-headers.
8208
8209 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
8210
8211         * gnus-util.el (ns-focus-frame): Remove declaration.
8212         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
8213         like x.
8214
8215 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
8216
8217         * rfc2104.el (rfc2104-zero): Delete defconst.
8218         (rfc2104-hex-alist): Likewise.
8219         (rfc2104-hex-to-int): Delete func.
8220         (rfc2104-hexstring-to-bitstring): Likewise.
8221         (rfc2104-nybbles): New defconst.
8222         (rfc2104-hash): Rewrite for speed.
8223
8224 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8225
8226         * tls.el (open-tls-stream): Make it work with the 2nd argument
8227         BUFFER that is a string but does not exist as a buffer object, as
8228         mentioned in the doc-string.
8229
8230 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8231
8232         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
8233         SXEmacs.
8234
8235 2008-07-16  Glenn Morris  <rgm@gnu.org>
8236
8237         * gnus-util.el (ns-focus-frame): Declare for compiler.
8238
8239 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8240
8241         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
8242         set as a group parameter.
8243         (gnus-summary-save-in-pipe): Work when it is called independently.
8244         (gnus-summary-pipe-to-muttprint): Don't modify
8245         gnus-summary-pipe-output-default-command.
8246
8247 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8248
8249         * message.el (message-send-mail-with-sendmail):
8250         Display the error message.
8251
8252 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8253
8254         * gnus-art.el (gnus-default-article-saver):
8255         Add gnus-summary-save-in-pipe to choices.
8256         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
8257         gnus-summary-pipe-output-default-command as the default command.
8258         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
8259         instead of gnus-last-shell-command.
8260
8261         * gnus-sum.el (gnus-summary-pipe-output-default-command):
8262         New user option.
8263         (gnus-summary-muttprint-program): Mention the value will be changed.
8264         (gnus-summary-save-article): Force showing of all headers.
8265         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
8266
8267 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
8268
8269         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
8270
8271 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
8272
8273         * nnimap.el (nnimap-id):
8274         * sieve-manage.el (sieve-manage-open): Doc fixes.
8275
8276 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
8277
8278         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
8279         if available.
8280
8281 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8282
8283         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
8284
8285         * nnkiboze.el (nnkiboze-generate-group):
8286         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
8287
8288         * nnmairix.el: Require CL.
8289
8290 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8291
8292         * dgnushack.el: Autoload get-display-table and put-display-table for
8293         XEmacs 21.5.
8294
8295         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
8296         21.4 and SXEmacs.
8297
8298 2008-06-15  David Engster  <dengste@eml.cc>
8299
8300         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
8301
8302 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
8303
8304         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
8305         New macros that expand to an `aset'/`aref' call under Emacs, and to a
8306         runtime choice under XEmacs.
8307
8308         * gnus-sum.el (gnus-summary-set-display-table):
8309         Use `gnus-put-display-table', `gnus-get-display-table',
8310         `gnus-set-display-table' for the display table, instead of `aset'.
8311
8312         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
8313         Use `gnus-put-display-table', `gnus-get-display-table',
8314         `gnus-set-display-table' for the display table.
8315
8316 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8317
8318         * nnmairix.el: Add autoloads.
8319
8320 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8321
8322         * nnmairix.el (nnmairix-delete-recreate-group)
8323         (nnmairix-update-and-clear-marks): Fix error messages.
8324
8325 2008-06-14  David Engster  <dengste@eml.cc>
8326
8327         * nnmairix.el: Upgrade to version 0.6.
8328         (nnmairix-group-toggle-propmarks-this-group)
8329         (nnmairix-group-toggle-readmarks-this-group)
8330         (nnmairix-group-delete-recreate-this-group)
8331         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
8332         (nnmairix-remove-tick-mark-original-article): New commands.
8333         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
8334         (nnmairix-propagate-marks-to-nnmairix-groups)
8335         (nnmairix-only-use-registry, nnmairix-allowfast-default)
8336         (nnmairix-marks-cache, nnmairix-version-output): New variables.
8337         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8338         functions needed for marks propagation and manipulation of read marks.
8339         (nnmairix-update-groups): New function.
8340         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8341         (nnmairix-determine-original-group-from-registry)
8342         (nnmairix-determine-original-group-from-path)
8343         (nnmairix-get-group-from-file-path, nnmairix-map-range)
8344         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8345         New helper functions.
8346         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8347         keystrokes for new commands.
8348         (nnmairix-delete-and-create-on-change): Doc string cleanup.
8349         (nnmairix-request-group): Check allow-fast group parameter.
8350         (nnmairix-request-create-group): Set allow-fast group parameter if
8351         nnmairix-allowfast-default is set.
8352         (nnmairix-close-group): Propagate marks upon closing if needed.
8353         (nnmairix-group-toggle-threads-this-group): Use new.
8354         nnmairix-group-toggle-parameter helper function.
8355         (nnmairix-search): Better check for empty search result.
8356         (nnmairix-goto-original-article): Use new helper functions for
8357         determining original article.
8358         (nnmairix-show-original-article): Make sure message-id is in brackets.
8359         (nnmairix-call-mairix-binary): Change variable name.
8360         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8361         helper function.
8362         (nnmairix-widget-toggle-activate): Fix doc string.
8363
8364 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8365
8366         * nnir.el: Require edmacro when compiling with XEmacs.
8367         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8368         available in Emacs 21.
8369
8370 2008-06-11  Glenn Morris  <rgm@gnu.org>
8371
8372         * gnus-util.el (x-focus-frame):
8373         * gnus.el (image-size):
8374         * mm-decode.el (image-size): Declare.
8375
8376         * gnus-picon.el (declare-function): Add compat definition.
8377         (image-size): Declare.
8378
8379         * gnus-group.el (tool-bar-map):
8380         * gnus-sum.el (tool-bar-map): Define for compiler.
8381
8382         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8383
8384         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8385
8386         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8387         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8388         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8389         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8390         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8391         * sieve-manage.el, spam-report.el, spam.el:
8392         Remove unnecessary eval-and-compile of autoloads.
8393
8394 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
8395
8396         * auth-source.el: Precise Tramp doc.
8397
8398 2008-06-07  Glenn Morris  <rgm@gnu.org>
8399
8400         * nnmairix.el: Remove unnecessary eval-when-compile.
8401
8402 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8403
8404         * lpath.el: Fbind propertize for XEmacs 21.4.
8405
8406 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
8407
8408         * nnir.el: Move here from ../contrib.
8409
8410 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8411
8412         * gnus-util.el (gnus-read-shell-command): New function.
8413         * mm-decode.el (mm-pipe-part):
8414         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8415
8416 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8417
8418         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8419
8420 2008-06-03  Glenn Morris  <rgm@gnu.org>
8421
8422         * pop3.el (nnheader-accept-process-output): Autoload it.
8423
8424 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8425
8426         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8427         are not 2-digit hexadecimal characters that follow `%'s.
8428
8429 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8430
8431         * message.el (message-bogus-recipient-p): Fix type in doc string.
8432         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8433         (message-bogus-addresses): Rename from message-bogus-address-regexp.
8434         Improve custom options.
8435         (message-bogus-recipient-p): Adjust accordingly.
8436
8437 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
8438
8439         * parse-time.el (parse-time-months, parse-time-weekdays): Add
8440         long-form month and day names.
8441
8442 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8443
8444         * dgnushack.el: Autoload debug, eudc-expand-inline and
8445         pgg-snarf-keys-region for XEmacs.
8446
8447         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
8448
8449         * nnmairix.el: Require edmacro when compiling with XEmacs.
8450
8451 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
8452
8453         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8454         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8455
8456 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8457
8458         * auth-source.el: Add more docs.
8459
8460         * netrc.el (netrc-machine): Always match if the port is not given.
8461
8462 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8463
8464         * nnheader.el (nnheader-read-timeout): Change the default timeout from
8465         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
8466         retrieval faster in some cases, but might make CPU usage larger.
8467         If this has any bad side effects, we might revert this change.
8468
8469         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8470         seems to make mail retrieval much, much faster.
8471         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8472         unconditionally.
8473
8474         * gnus-draft.el (gnus-group-send-queue):
8475         Bind message-send-mail-partially-limit to nil to avoid being prompted.
8476
8477 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8478
8479         * mml.el (mml-attach-buffer): Prompt for `disposition'.
8480
8481         * message.el (message-bogus-address-regexp): Fix and improve custom
8482         type.
8483         (message-setup-hook): Add message-check-recipients as custom option.
8484
8485 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
8486
8487         * message.el (message-cite-function): Remove bogus autoload which crept
8488         in during merge from v5-10.
8489
8490 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8491
8492         * nnimap.el (nnimap-open-connection): Fix login/password bug.
8493
8494         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8495
8496         * auth-source.el: Preliminary Tramp docs.
8497         (auth-sources): Change the default auth-sources to use
8498         EPA .gpg files.
8499
8500 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
8501
8502         * nntp.el: Autoload `auth-source-user-or-password'.
8503         (nntp-send-authinfo): Use it.
8504
8505         * nnimap.el: Autoload `auth-source-user-or-password'.
8506         (nnimap-open-connection): Use it.
8507
8508         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
8509         for the gnus-message function.
8510         (auth-source-user-or-password): Use it.
8511
8512 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8513
8514         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8515         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8516         (rfc2104-hash): Use it.
8517
8518 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8519
8520         * gnus-art.el (gnus-article-toggle-truncate-lines):
8521         Don't use `iff' in docstring.
8522
8523 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8524
8525         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8526
8527         * gnus-util.el (gnus-extract-address-component-name)
8528         (gnus-extract-address-component-email): Convenience functions around
8529         `gnus-extract-address-components'.
8530
8531         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8532         Use `gnus-extract-address-component-email' to fix bug of comparing full
8533         sender name to `user-mail-address'.
8534
8535 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8536
8537         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8538         catch/throw to optimize.
8539         (gnus-registry-find-keywords): Just use member to find a keyword.
8540
8541 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8542
8543         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8544         is current before calling gnus-server-prepare.
8545         (gnus-server-setup-buffer, gnus-server-update-server)
8546         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8547
8548 2008-05-04  Juri Linkov  <juri@jurta.org>
8549
8550         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8551         (mailcap-file-default-commands): Use mailcap-replace-in-string
8552         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8553         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8554
8555 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8556
8557         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8558
8559 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8560
8561         * gnus.el: Bump version to 0.11.
8562
8563 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8564
8565         * gnus.el: No Gnus v0.10 is released.
8566
8567 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8568
8569         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8570         hooks.
8571         (gnus-update-read-articles): Speed up non-marks-using users.
8572         (gnus-use-marks): Define gnus-use-marks.
8573         (gnus-propagate-marks): Rename variable to something more sensible.
8574
8575 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8576
8577         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8578         (gmm-image-load-path-for-library): Fix typos in docstrings.
8579         (gmm-message): Reflow docstring.
8580
8581 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8582
8583         * mail-source.el (mail-source-set-1, mail-source-bind):
8584         Move auth-source code out of the macro to clean it up and fix bugs.
8585
8586 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8587
8588         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8589         by sender if it's equal to user-mail-address, it's likely to be
8590         useless.
8591
8592         * mail-source.el (mail-source-bind): Don't use user or password if they
8593         are not bound.  Unintern them if they are nil.  Don't use server unless
8594         it's bound, and default it to empty string otherwise.
8595
8596 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8597
8598         * mail-source.el: Load auth-source.el.
8599         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8600         get user name or password, if auth-sources is set up.
8601
8602         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8603         strategy of splitting with parent.
8604         (gnus-registry-split-fancy-with-parent)
8605         (gnus-registry-post-process-groups): Use it and fix prior
8606         bug (returning a list as the split result).
8607
8608         * auth-source.el (auth-sources): Remove server parameter.
8609         (auth-source-pick, auth-source-user-or-password)
8610         (auth-source-user-or-password-imap)
8611         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8612         (auth-source-user-or-password-sftp)
8613         (auth-source-user-or-password-smtp): Remove server parameter.
8614
8615 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8616
8617         * smime.el (smime-sign-region, smime-encrypt-region)
8618         (smime-decrypt-region):
8619         Remove redundant calls to `generate-new-buffer-name'.
8620
8621 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8622
8623         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8624         Don't use QP for message/rfc822.
8625         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8626
8627 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8628
8629         * sieve-manage.el (sieve-string-bytes): Remove.
8630         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8631         correct byte-length only if the process's coding-system is the same as
8632         the one used internally by Emacs to represent strings.
8633
8634 2008-04-22  Juri Linkov  <juri@jurta.org>
8635
8636         * mailcap.el (mailcap-file-default-commands): New function.
8637
8638 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8639
8640         * message.el (message-signature-separator, message-cite-function):
8641         Change custom version.
8642
8643 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8644
8645         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8646         commands.
8647         (tls-checktrust): Ditto.
8648
8649 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8650
8651         * mm-decode.el (mm-display-external): Make temp file read-only.
8652
8653 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8654
8655         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8656         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8657         `C-c C-f d'.
8658
8659 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8660
8661         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8662
8663 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8664
8665         * gnus.el: Bump version to 0.9.
8666
8667 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8668
8669         * gnus.el: No Gnus v0.8 is released.
8670
8671 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8672
8673         * mail-source.el (mail-source-value):
8674         Prefer fboundp to functionp so it works with macros as well.
8675
8676 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8677
8678         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8679         Fix last change in case the element is not even a symbol.
8680
8681 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8682
8683         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8684         Prefer fboundp to functionp so it works with macros as well.
8685
8686 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8687
8688         * auth-source.el: Add docs.
8689         (auth-sources): Modify format to support server.
8690         (auth-source-pick, auth-source-user-or-password)
8691         (auth-source-user-or-password-imap)
8692         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8693         (auth-source-user-or-password-sftp)
8694         (auth-source-user-or-password-smtp): Add server parameter.
8695
8696 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8697
8698         * gnus-registry.el: Initialize the registry when gnus-registry-install
8699         is t.
8700
8701 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8702
8703         * compface.el (uncompface): Make buffer unibyte.
8704
8705 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8706
8707         * mail-source.el (mail-source-value):
8708         Prefer fboundp to functionp so it works with macros as well.
8709
8710 2008-04-05  Glenn Morris  <rgm@gnu.org>
8711
8712         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8713
8714 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8715
8716         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8717         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8718
8719         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8720         multibyteness after rather than before erasing it.
8721
8722         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8723         mm-with-multibyte.
8724         (gnus-request-article-this-buffer): Make sure the proper decoding is
8725         used if gnus-original-article-buffer happens to be unibyte.
8726
8727         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8728         default-enable-multibyte-characters.
8729
8730         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8731         default-enable-multibyte-characters.
8732
8733         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8734
8735         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8736
8737 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8738
8739         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8740         Fix last change in case the element is not even a symbol.
8741
8742 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8743
8744         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8745         (imap-message-copyuid-1): Use it.
8746         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8747         J. Williams in
8748         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8749
8750         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8751         imap-enable-exchange-bug-workaround.
8752         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8753
8754 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8755
8756         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8757         a 100 byte status-checks into a 2-3MB transfer for each group.
8758         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8759         to enable bug workaround or not.
8760         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8761
8762 2008-03-31  Glenn Morris  <rgm@gnu.org>
8763
8764         * message.el (mml2015-use): Declare for compiler.
8765         (message-info): Require mml2015 when appropriate.
8766
8767 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8768
8769         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8770         whitespace.
8771
8772 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8773
8774         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8775         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8776         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8777         (nntp-service-to-port): New function.
8778         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8779         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8780         (nntp-open-netcat-stream): New function.
8781         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8782
8783 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8784
8785         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8786
8787 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8788
8789         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8790
8791 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8792
8793         * dns.el (dns-write): Use set-buffer-multibyte.
8794
8795 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8796
8797         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8798
8799 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8800
8801         * message.el (message-signature-separator): Change default.
8802         Improve custom type.
8803         (message-cite-function): Change default to
8804         message-cite-original-without-signature.
8805
8806         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8807         toggle.
8808
8809         * message.el (message-check-news-body-syntax): Fix signature check.
8810         (message-setup-1): Mark buffer as unmodified _after_ running
8811         message-setup-hook and handling message-alternative-emails.
8812         (message-shorten-references): Be more strict when building list of
8813         valid references to comply with GNKSA.
8814
8815         * gnus-group.el (gnus-read-ephemeral-bug-group)
8816         (gnus-read-ephemeral-debian-bug-group)
8817         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8818
8819         * message.el (message-info): Don't use booleanp which isn't supported
8820         in Emacs 21 and XEmacs.
8821
8822 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8823
8824         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8825         gnus-group-gmane-group-download-format.
8826         (gnus-group-read-ephemeral-gmane-group): Rename from
8827         gnus-group-read-ephemeral-gmane-group.
8828         (gnus-read-ephemeral-gmane-group-url): Rename from
8829         gnus-group-read-ephemeral-gmane-group-url.
8830         (gnus-bug-group-download-format-alist): New variable.
8831         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8832         (gnus-read-ephemeral-emacs-bug-group): New commands.
8833
8834 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8835
8836         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8837         (gnus-visible-headers): Improve custom type.
8838
8839 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8840
8841         * mml.el (mml-menu): Add workarounds for XEmacs.
8842
8843         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8844         X-Boundary header.
8845
8846         * message.el (message-simplify-recipients): Fix previous commit.
8847
8848 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8849
8850         * mm-util.el (mm-set-buffer-multibyte): New function.
8851         * mm-decode.el (mm-copy-to-buffer): Use it.
8852
8853         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8854         Prefer fboundp to functionp so it works with macros as well.
8855
8856 2008-03-19  Glenn Morris  <rgm@gnu.org>
8857
8858         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8859         Accidentally removed in the sync process with Emacs.
8860
8861 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8862
8863         * message.el (message-alter-recipients-discard-bogus-full-name):
8864         New function.
8865         (message-alter-recipients-function): New variable.
8866         (message-get-reply-headers): Use it.
8867         (message-replace-header): New helper function.
8868         (message-recipients-without-full-name): New variable.
8869         (message-simplify-recipients): New command.
8870
8871         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8872
8873         * message.el (message-info): Handle EasyPG manual.
8874
8875         * mml.el (mml-menu): Add entry for EasyPG.
8876
8877 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8878
8879         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8880         parameter.
8881
8882         * message.el (message-disassociate-draft): Specify drafts group name
8883         fully.
8884
8885 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8886
8887         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8888         Eliminate unnecessary duplicates from the match list.
8889
8890 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8891
8892         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8893
8894         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8895
8896         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8897         args of `how-many' of which the XEmacs version doesn't take; declare
8898         Info-index-next as function.
8899
8900 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8901
8902         * gnus-score.el (gnus-score-headers): Fix handling of
8903         gnus-inhibit-slow-scoring.
8904
8905         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8906         string.
8907         (gnus-button-url-regexp): Improve handling of parenthesis.
8908         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8909         (gnus-button-handle-info-keystrokes): Handle index entries.
8910
8911 2008-03-15  Glenn Morris  <rgm@gnu.org>
8912
8913         * parse-time.el (parse-time-string): Simplify.
8914
8915 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8916
8917         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8918         Incoming* files.
8919
8920 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8921
8922         * auth-source.el (auth-sources): Rename from auth-source-choices.
8923         (auth-source-pick): Use it.
8924
8925 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8926
8927         * binhex.el (binhex-decode-region-internal):
8928         * uudecode.el (uudecode-decode-region-internal):
8929         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8930         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8931         setting default-enable-multibyte-characters.
8932
8933 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8934
8935         * auth-source.el (auth-source-protocols)
8936         (auth-source-protocols-customize, auth-source-choices): Add and
8937         modified variable customizations and defaults.
8938         (auth-source-pick, auth-source-user-or-password)
8939         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8940         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8941         (auth-source-user-or-password-sftp)
8942         (auth-source-user-or-password-smtp): Use new variables and provide an
8943         interface to netrc.el.
8944
8945 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8946
8947         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8948         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8949         Make sure the nntp port to specify is a string.
8950
8951 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8952
8953         * nntp.el: Use with-current-buffer.
8954         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8955         dubious mm-with-unibyte-current-buffer.
8956         (nntp-with-open-group-function): New function extracted from
8957         nntp-with-open-group macro.
8958         (nntp-with-open-group): Use the function, so it's easier to debug.
8959         Add indentation and debugging info.
8960         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8961         Recommend the use of the netcat alternatives.
8962
8963         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8964         Avoid mm-string-as-multibyte as well.
8965
8966         * nnweb.el (nnweb-insert-html):
8967         Remove use of nnheader-string-as-multibyte.
8968
8969         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8970         (nnheader-string-as-multibyte): Remove.
8971
8972         * mm-view.el: Use inhibit-read-only.
8973         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8974         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8975         or unibyte-string.
8976
8977         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8978         (mm-uu-yenc-extract): Use with-current-buffer.
8979
8980         * gnus-soup.el (gnus-soup-send-packet): Don't use
8981         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8982
8983         * nnmh.el: Use with-current-buffer.
8984         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8985         mm-string-as-multibyte on the output of mm-encode-coding-string.
8986
8987         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8988         (nnimap-request-move-article): Use with-current-buffer.
8989
8990         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8991         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8992         conversion uses string-make-unibyte rather than string-as-unibyte.
8993
8994         * gnus-msg.el: Use with-current-buffer.
8995
8996         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8997
8998 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8999
9000         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
9001         string for caching if it is 'PIN.
9002
9003 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9004
9005         * lpath.el: Consider the case without Emacs/W3.
9006
9007 2008-03-08  Glenn Morris  <rgm@gnu.org>
9008
9009         * time-date.el (date-to-time, time-subtract, time-add)
9010         (safe-date-to-time): Doc fixes.
9011
9012 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9013
9014         * mail-source.el (mail-source-delete-old-incoming-confirm):
9015         Change default to nil.
9016         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
9017
9018 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9019
9020         * lpath.el: Rearrange.
9021
9022         * gnus-art.el (gnus-narrow-to-page): Position point properly.
9023         (gnus-article-goto-prev-page): Work for articles having ^L's.
9024
9025         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
9026
9027         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
9028
9029 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
9030
9031         * gnus-bookmark.el: Adjust for renames in bookmark.el.
9032         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
9033         (gnus-bookmark-jump): Adjust some variable names.
9034
9035 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
9036
9037         * auth-source.el: New package.
9038         (auth-source-choices): Add customization entry point variable.
9039
9040         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
9041         bug.
9042
9043 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
9044
9045         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
9046         (gnus-registry-initialize, gnus-registry-install-p): Use it.
9047         (gnus-registry-install-shortcuts): Rename from
9048         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
9049         the `gnus-registry-mark-map' keymap dynamically from
9050         `gnus-registry-marks'.  The generated functions update the summary line
9051         when a registry mark is added or deleted, and will call
9052         `gnus-registry-install-p' (see the comments in the code).
9053         (gnus-registry-user-format-function-M): Use concat intelligently.
9054
9055         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
9056         the registry mark functions.
9057
9058 2008-03-05  Glenn Morris  <rgm@gnu.org>
9059
9060         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
9061         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
9062         gnus-art.
9063         (top-level): No need to load own source when compiling.
9064
9065 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9066
9067         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
9068         Suggested by <chris.anderton@zetnet.co.uk>.
9069
9070 2008-03-04  Glenn Morris  <rgm@gnu.org>
9071
9072         * gnus-sum.el (top-level): No need to require gnus when compiling,
9073         since unconditionally required near start of file.
9074         (gnus-summary-display-while-building): Move definition before use.
9075
9076 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9077
9078         * gnus-registry.el (gnus-registry-user-format-function-M):
9079         Add formatting function.
9080
9081 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
9082
9083         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
9084         with plists.
9085         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
9086         Use new format.
9087
9088 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9089
9090         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
9091         `where-is-internal' that returns a range of key sequences.
9092
9093 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9094
9095         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
9096
9097         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
9098         (gnus-summary-jump-to-group): Consider windows on other displayed
9099         frames as well.  Similar changes might be needed elsewhere, but that's
9100         the one I've bumped into during my use.
9101
9102         * nndoc.el (nndoc-oe-dbx-type-p):
9103         * gnus-msg.el (gnus-debug):
9104         * gnus-group.el (gnus-update-group-mark-positions):
9105         Use mm-string-to-multibyte.
9106
9107 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9108
9109         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
9110         doesn't handle NotDashEscaped.
9111
9112         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
9113         (mml-dnd-attach-options): Fix typo in custom choice.
9114
9115         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
9116         Change nndoc-article-type to mbox.
9117         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
9118
9119         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
9120         to nil, instead of html2text.
9121
9122         * imap.el (imap-debug): Add `imap-ping-server'.
9123
9124         * gnus-bookmark.el: Add FIXMEs.
9125
9126         * message.el (message-form-letter-separator)
9127         (message-send-form-letter-delay): New variables.
9128         (message-send-form-letter): Use them.  New command to send form
9129         letters.  Requested by Uwe Siart.
9130         (message-send-mail-function): Doc fix.  Add "Other" custom option.
9131
9132 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9133
9134         * Update copyright years.
9135
9136 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9137
9138         Sync from EMACS_22_BASE.
9139
9140         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
9141
9142 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
9143
9144         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
9145         empty author.
9146
9147 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
9148
9149         * gnus-registry.el (gnus-registry-marks): Add variable for
9150         customization of marks and their appearance.
9151         (gnus-registry-read-mark): Use it.
9152         (gnus-registry-do-marks): Add utility function to loop through
9153         `gnus-registry-marks'.
9154         (gnus-registry-install-shortcuts-and-menus): Add function to install
9155         shortcuts and menus.
9156         (gnus-registry-initialize): Use it.
9157         (gnus-registry-default-mark): Clarify documentation.
9158
9159 2008-02-29  Glenn Morris  <rgm@gnu.org>
9160
9161         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
9162         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
9163         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
9164         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
9165         Change defcustom :version from 23.0 to 23.1.
9166
9167 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
9168
9169         * gnus-registry.el (gnus-registry-follow-group-p)
9170         (gnus-registry-post-process-groups): Add functions to aid registry
9171         splitting and improve logging.  Clarify behavior in function
9172         documentation.
9173         (gnus-registry-split-fancy-with-parent): Use them.
9174
9175 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9176
9177         * gnus-art.el: Use with-current-buffer.
9178
9179 2008-02-27  David Engster  <dengste@eml.cc>
9180
9181         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
9182         Express real group name in the response.
9183
9184 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9185
9186         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
9187         (nnmairix-last-server, nnmairix-current-server): Defvar them.
9188         (nnmairix-goto-original-article): Defvar gnus-registry-install and
9189         autoload gnus-registry-fetch-group when compiling.
9190         (nnmairix-request-group-with-article-number-correction):
9191         Remove unreferenced argument passed to nnmairix-call-backend.
9192
9193 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9194
9195         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
9196         (mm-uu-extract): Improve face for low color ttys.
9197         Reported by Sascha Wilde.
9198
9199 2008-02-27  Glenn Morris  <rgm@gnu.org>
9200
9201         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
9202         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
9203         variables to defconsts.  Convert comments to doc-strings.
9204         (nnmairix-last-server, nnmairix-current-server): Convert from free
9205         variables to defvars.  Convert comments to doc-strings.
9206         (gnus-registry-fetch-group): Autoload.
9207         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
9208         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
9209         (nnmairix-widget-build-editable-fields): Use car cddr rather than
9210         caddr.
9211         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
9212         nnmairix-request-group-with-article-number-correction call.
9213         (nnmairix-fast, nnmairix-group): New, less general names, for free
9214         variables passed from nnmairix-request-group to
9215         nnmairix-request-group-with-article-number-correction.  Declare.
9216         (nnmairix-request-group-with-article-number-correction):
9217         Use nnmairix-fast, nnmairix-group rather than fast, group.
9218
9219 2008-02-26  David Engster  <dengste@eml.cc>
9220
9221         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
9222         version 0.5.
9223
9224 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
9225
9226         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
9227         instead of making an extra function call.  Don't add the current group
9228         to articles only when they have the group.  Use
9229         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
9230         Reported by David <de_bb@arcor.de>.
9231
9232 2008-02-24  Miles Bader  <miles@gnu.org>
9233
9234         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
9235         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
9236         (mm-find-mime-charset-region):
9237         * mm-bodies.el (mm-encode-body):
9238         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
9239
9240 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9241
9242         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
9243         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
9244
9245 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
9246
9247         * mail-source.el (mail-source-delete-incoming): Change default.
9248         Supplement doc string.
9249
9250         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
9251
9252 2008-02-14  Glenn Morris  <rgm@gnu.org>
9253
9254         * time-date.el (format-seconds): New function.
9255
9256 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9257
9258         * nnmail.el (nnmail-message-id-cache-file): Derive from
9259         `gnus-home-directory'.
9260
9261 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
9262
9263         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
9264         Document negative prefix.
9265
9266         * gnus-group.el (gnus-group-read-group): Document negative prefix.
9267
9268 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9269
9270         * message.el (message-unsent-separator): Add the Exim bounce
9271         separator.
9272
9273 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
9274
9275         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
9276         list.
9277         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
9278         recipient/signer list.
9279
9280 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9281
9282         * Makefile.in (datarootdir): Define.
9283         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
9284         name that might contain whitespace.
9285
9286 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9287
9288         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
9289         fbound (Emacs 23 unicode), signal an error.
9290
9291 2008-02-08  Glenn Morris  <rgm@gnu.org>
9292
9293         * gnus-art.el (pgg-display-output-buffer): Declare as function.
9294
9295 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
9296
9297         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
9298         ports to the calls to `netrc-machine-user-or-password' in addition to
9299         "imap" and "imaps".
9300
9301 2008-02-01  Zhang Wei  <id.brep@gmail.com>
9302
9303         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
9304
9305         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
9306
9307 2008-02-01  Kenichi Handa  <handa@m17n.org>
9308
9309         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
9310         rfc2104-hexstring-to-bitstring and changed to return a byte list.
9311         (rfc2104-hash): Convert the result of concat to unibyte string.
9312
9313 2008-02-01  Dave Love  <fx@gnu.org>
9314
9315         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
9316         coding-system-for-read.
9317         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
9318
9319 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9320
9321         * gnus.el (gnus-group-startup-message): Add `find-image' call before
9322         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
9323         <hanche@math.ntnu.no>.
9324
9325 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9326
9327         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
9328
9329         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
9330
9331 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
9332
9333         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
9334         * message.el (message-beginning-of-line): Use featurep instead of bound
9335         tests in order to resolve conditionals at compile time.
9336
9337 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
9338
9339         * mail-source.el (mail-sources): Add `group' choice.
9340
9341         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
9342         parameter `in-group' to control into which group the articles go.
9343         Add treatment of `group' mail-source.
9344
9345 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9346
9347         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
9348
9349         * mm-decode.el (mm-dissect-buffer): Decode description.
9350
9351         * mml.el (mml-to-mime): Encode message header first.
9352
9353 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9354
9355         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
9356         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
9357
9358         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
9359         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
9360
9361 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
9362
9363         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
9364
9365 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9366
9367         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
9368         prefix keys.
9369         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
9370         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
9371         gnus-xmas.el.
9372
9373         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
9374         (gnus-xmas-article-describe-bindings): New function.
9375         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
9376         gnus-xmas-article-describe-bindings.
9377
9378         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
9379
9380 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9381
9382         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
9383         Add new variables for article mark management.
9384         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
9385         list of extra data entries which, when present, will indicate that the
9386         article ID should not be trimmed from the registry.
9387         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
9388         functions.
9389         (gnus-registry-read-mark): New function to read a mark name from the
9390         user.
9391         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9392         (gnus-registry-set-article-mark-internal): New functions to add and
9393         remove marks.
9394         (gnus-registry-get-article-marks): New function to show the marks for
9395         an article, or retrieve them for further use.
9396
9397 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9398
9399         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9400         keys when no argument is given.
9401
9402 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9403
9404         * imap.el (imap-ping-server): New variable.
9405         (imap-opened): On add extra ping if imap-ping-server is non-nil.
9406         (imap-ping-server): Minor doc string fixes.
9407
9408 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9409
9410         * imap.el (imap-ping-server): New function.
9411         (imap-opened): Call imap-ping-server.
9412
9413 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9414
9415         * gnus-sum.el (gnus-article-sort-by-random)
9416         (gnus-thread-sort-by-random): Fix doc strings.
9417         Reported by jidanni@jidanni.org.
9418
9419 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9420
9421         * gnus-art.el (gnus-article-describe-bindings): New function.
9422         (gnus-article-read-summary-keys): Use it.
9423         (gnus-article-mode-map): Bind `C-h b' to it.
9424
9425 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9426
9427         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9428         XEmacs.
9429         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9430         Protect against non-character events.
9431
9432         * lpath.el: Fbind map-keymap for Emacs 21.
9433
9434 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
9435
9436         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9437         New command.
9438         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9439         instead of END.  Change name of the temp file.
9440         (gnus-group-gmane-group-download-format): Add doc string.  Make it
9441         customizable.
9442
9443 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9444
9445         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9446         bind `S W' to gnus-article-wide-reply-with-original; set default
9447         binding to gnus-article-read-summary-send-keys.
9448         (gnus-article-read-summary-keys): Fix the order of keys; display
9449         continuation keys correctly in the echo area; describe bindings
9450         correctly when keys end with `C-h'.
9451         (gnus-article-read-summary-send-keys): New function.
9452         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9453         Work for gnus-article-read-summary-send-keys; display continuation keys
9454         correctly in the echo area.
9455         (gnus-article-reply-with-original): Ignore prefix argument.
9456         (gnus-article-wide-reply-with-original): New function.
9457
9458         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
9459         Emacs 21.
9460
9461 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9462
9463         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9464         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9465
9466 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9467
9468         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9469         (gnus-group-read-ephemeral-gmane-group): New command.
9470
9471 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9472
9473         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9474
9475 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9476
9477         * message.el (message-send-mail-function): Increase custom version.
9478
9479         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9480         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
9481
9482 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9483
9484         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
9485         for the cases where imap-authenticate is called with a nil buffer
9486         parameter.
9487
9488 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9489
9490         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9491         html parts correctly; support forwarded messages.
9492         (gnus-article-browse-html-article): Remove work buffers.
9493
9494         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9495         compiling.
9496         (netrc-bound-and-true-p): New macro.
9497         (netrc-parse): Use it instead of bound-and-true-p that is not available
9498         in XEmacs 21.4.
9499
9500 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9501
9502         * gnus-registry.el (gnus-registry-mark-article)
9503         (gnus-registry-article-marks): Add functionality to mark articles
9504         through the Gnus registry.
9505
9506         * encrypt.el: Clarify documentation for the new pgg method.
9507         (encrypt-file-alist): Add PGG option.
9508         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
9509         functionality.  Abstract password key and messaging to external
9510         functions.
9511         (encrypt-password-key, encrypt-get-passphrase-if-needed)
9512         (encrypt-message-method-and-cipher): Add new convenience external
9513         functions.
9514         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
9515         (encrypt-pgg-process-buffer): Add PGG functionality glue.
9516
9517         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9518         (netrc-parse): Use encrypt-file-alist to determine if
9519         encrypt-find-model or encrypt-insert-file-contents should be used.
9520
9521         * encrypt.el: Clarify documentation.  Load password-cache or
9522         password, whichever one is found first, instead of autoloading.
9523
9524 2007-12-19  Glenn Morris  <rgm@gnu.org>
9525
9526         * mml.el (message-options-set, message-narrow-to-head)
9527         (message-in-body-p, message-mail-p, message-encode-message-body):
9528         Autoload.
9529         (message-remove-header, message-narrow-to-headers-or-head)
9530         (message-subscribed-p, message-make-mail-followup-to)
9531         (message-position-on-field, message-news-p)
9532         (message-options-set-recipient, message-generate-headers)
9533         (message-sort-headers): Declare as functions.
9534
9535 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9536
9537         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9538         convention in doc string.
9539
9540 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9541
9542         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9543         title to html parts.
9544         (gnus-article-browse-html-article): Pass message header to it.
9545
9546         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9547
9548 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9549
9550         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9551         or password compatible with XEmacs.
9552
9553 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9554
9555         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9556         format document.
9557         (gnus-mime-delete-part): Don't write description line if empty.
9558         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9559
9560 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
9561
9562         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9563         (gnus-summary-mark-read-and-unread-as-read)
9564         (gnus-summary-mark-current-read-and-unread-as-read)
9565         (gnus-summary-mark-unread-as-ticked): Doc fix.
9566         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9567
9568 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9569
9570         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9571         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9572
9573 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9574
9575         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9576         yes-or-no-p.
9577
9578 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9579
9580         * mm-decode.el (mm-add-meta-html-tag): New function.
9581         (mm-save-part-to-file, mm-pipe-part): Use it.
9582
9583         * gnus-art.el (gnus-article-browse-delete-temp-files):
9584         Use gnus-y-or-n-p instead of y-or-n-p.
9585         (gnus-article-browse-html-parts): Work with message/external-body; use
9586         mm-add-meta-html-tag.
9587
9588 2007-12-11  Glenn Morris  <rgm@gnu.org>
9589
9590         * gnus-cache.el: Require gnus-sum not just when compiling.
9591
9592         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9593
9594         * gnus-int.el (gnus-server-opened, gnus-status-message):
9595         Move definitions before use.
9596
9597         * mm-decode.el: Require gnus-util.
9598         (mm-remove-part): Only call delete-annotation on XEmacs.
9599
9600         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9601
9602         * nnmail.el: Require gnus-int.
9603
9604         * spam.el: Move `require's before `eval-when-compile's.
9605
9606         * gnus-ems.el (gnus-alive-p):
9607         * gnus-fun.el (message-goto-eoh):
9608         * gnus-util.el (gnus-group-name-decode):
9609         * mail-source.el (gnus-compress-sequence):
9610         * message.el (Info-goto-node, format-spec):
9611         * mm-bodies.el (message-options-get):
9612         * mm-decode.el (mm-view-pkcs7):
9613         * mm-util.el (gmm-write-region):
9614         * mml-smime.el (mml-compute-boundary)
9615         (gnus-completing-read-with-default):
9616         * mml.el (widget-button-press, gnus-make-hashtable):
9617         * mml1991.el (mm-decode-content-transfer-encoding)
9618         (mm-encode-content-transfer-encoding)
9619         (message-options-get, message-options-set):
9620         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9621         * nnfolder.el (gnus-request-group):
9622         * nnheader.el (ietf-drums-unfold-fws):
9623         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9624         * smime.el (gnus-run-mode-hooks):
9625         * spam-stat.el (gnus-message): Autoload.
9626
9627         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9628         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9629         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9630         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9631         Add declare-function compatibility definition.
9632
9633         * gnus-cache.el (nnvirtual-find-group-art):
9634         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9635         (gnus-add-image, gnus-add-wash-type):
9636         * gnus-group.el (nnkiboze-score-file):
9637         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9638         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9639         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9640         (message-tokenize-header, gnus-get-buffer-create)
9641         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9642         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9643         * gnus.el (gnus-group-decoded-name):
9644         * mail-source.el (imap-capability):
9645         * mm-bodies.el (message-options-set):
9646         * mm-decode.el (gnus-configure-windows):
9647         * mm-extern.el (message-goto-body):
9648         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9649         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9650         (epg-sub-key-validity, message-options-set):
9651         * mml.el (widget-event-point, gnus-configure-windows):
9652         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9653         * mml2015.el (epg-check-configuration, epg-configuration)
9654         (message-options-set):
9655         * nndb.el (nndb-request-article):
9656         * nnfolder.el (gnus-request-create-group):
9657         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9658         * nnmaildir.el (gnus-group-mark-article-read):
9659         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9660         * rfc1843.el (message-fetch-field):
9661         * spam.el (gnus-extract-address-components):
9662         Declare as functions.
9663
9664 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9665
9666         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9667
9668         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9669
9670         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9671         bind show-trailing-whitespace for XEmacs.
9672
9673 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9674
9675         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9676         new no-op macro for backward compatibility.
9677
9678         * imap.el (imap-string-to-integer): New function.
9679
9680 2007-12-09  Glenn Morris  <rgm@gnu.org>
9681
9682         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9683
9684         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9685         * message.el, mm-view.el, sieve-manage.el, smime.el:
9686         Add declare-function compatibility definition.
9687
9688         * gnus-art.el (w3-region, w3m-region, Info-menu):
9689         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9690         * gnus-sum.el (gnus-get-predicate):
9691         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9692         * message.el (mail-abbrev-in-expansion-header-p):
9693         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9694         (w3m-detect-meta-charset, w3m-region):
9695         * sieve-manage.el (password-read, password-cache-add)
9696         (password-cache-remove):
9697         * smime.el (password-read-and-add): Declare as functions.
9698
9699 2007-12-08  David Kastrup  <dak@gnu.org>
9700
9701         * gnus-sum.el (gnus-summary-simplify-subject-query):
9702         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9703         `message'.
9704
9705 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9706
9707         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9708         it to bind idna-program, installation-directory, defined-colors, and
9709         face-attribute for XEmacs of the version that compiles defcustom forms.
9710
9711 2007-12-07  Glenn Morris  <rgm@gnu.org>
9712
9713         * gnus-art.el (article-make-date-line): Revert previous change.
9714
9715 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9716
9717         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9718
9719 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9720
9721         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9722         Call gnus-add-to-range ranges only once with a prepared article-list.
9723
9724 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9725
9726         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9727         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9728         group names with backslashes.
9729         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9730
9731 2007-12-06  Deepak Goel  <deego3@gmail.com>
9732
9733         * gnus-art.el (article-make-date-line):
9734         * gnus-start.el (gnus-load):
9735         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9736
9737 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9738
9739         * gnus-art.el (gnus-use-idna)
9740         * gnus-start.el (gnus-site-init-file)
9741         * message.el (message-use-idna)
9742         * mm-uu.el (mm-uu-hide-markers)
9743         * smiley.el (smiley-style): Revert changes that suppress warnings.
9744
9745 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9746
9747         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9748         specify charset to html source.
9749         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9750
9751 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9752
9753         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9754         idna-program in order to suppress byte compile warning issued by XEmacs
9755         that came to byte compile the default value section of defcustom forms
9756         recently.
9757
9758         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9759         value of installation-directory.
9760
9761         * message.el (message-use-idna): Don't directly refer to the value of
9762         idna-program.
9763
9764         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9765
9766         * smiley.el (smiley-style): Don't directly call face-attribute.
9767
9768 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9769
9770         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9771
9772         * gnus-dired.el: Reduce Gnus dependencies.
9773         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9774         Don't require.  Use autoloads instead.
9775         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9776         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9777         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9778         (gnus-dired-mode): Adjust doc string.
9779         (gnus-dired-mail-mode): New variable.
9780         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9781         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9782         (gnus-dired-mail-buffers): New function.  Return mail or message
9783         composition buffers.
9784         (gnus-dired-attach): Use it.
9785         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9786         NO-DECODE.
9787         (gnus-dired-print): Use `gnus-print-buffer' depending on
9788         `gnus-dired-mail-mode'.
9789
9790 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9791
9792         * rfc2047.el (rfc2047-encoded-word-regexp)
9793         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9794         explaining what regexp patterns are for.
9795
9796 2007-12-04  Glenn Morris  <rgm@gnu.org>
9797
9798         * password.el: Move to password-cache.el.
9799
9800         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9801         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9802         * mml-smime.el (password-read, password-cache-add)
9803         (password-cache-remove):
9804         No need to autoload, since mml-sec requires password.
9805
9806         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9807         * message.el (gnus-extract-address-components):
9808         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9809
9810         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9811         password.
9812
9813 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9814
9815         * mailcap.el: Reduce dependencies.
9816         (mail-header-parse-content-type): Autoload.
9817         (mailcap-delete-duplicates): New alias.
9818         (mailcap-mime-info): Add optional argument NO-DECODE.
9819         (mailcap-mime-types): Use mailcap-delete-duplicates.
9820
9821         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9822
9823 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9824
9825         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9826         (imap-parse-status): Upcase status-att for servers that sends them
9827         lower-case (e.g., MS Exchange 2007).
9828
9829 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9830
9831         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9832         function.
9833
9834         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9835         (gnus-uu-yenc-article): New function.
9836
9837         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9838
9839         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9840
9841 2007-12-02  Glenn Morris  <rgm@gnu.org>
9842
9843         * binhex.el (binhex): New custom group.
9844         (binhex-decoder-program, binhex-decoder-switches)
9845         (binhex-use-external): Move to the binhex custom group.
9846
9847         * uudecode.el (uudecode): New custom group.
9848         (uudecode-decoder-program, uudecode-decoder-switches)
9849         (uudecode-use-external): Move to the uudecode custom group.
9850
9851         * netrc.el (top-level): Don't load `encrypt' features.
9852         (netrc-parse): Don't use encrypt.
9853         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9854
9855         * encrypt.el: Remove file.
9856
9857 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9858
9859         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9860         matches on patches.
9861
9862         * gnus-art.el (gnus-article-browse-html-article):
9863         Mention `mm-text-html-renderer' in the doc string.
9864
9865         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9866         string.  Add comments.
9867
9868         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9869         if rhs is ASCII.
9870
9871 2007-12-01  Glenn Morris  <rgm@gnu.org>
9872
9873         * mail-source.el (top-level): Require format-spec before
9874         eval-when-compile.
9875
9876 2007-11-30  Glenn Morris  <rgm@gnu.org>
9877
9878         * encrypt.el: Require password, rather than autoloading password-read.
9879
9880 2007-11-29  Glenn Morris  <rgm@gnu.org>
9881
9882         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9883         (sasl-make-client, sasl-next-step, sasl-step-data)
9884         (sasl-step-set-data): Declare as functions.
9885
9886 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9887
9888         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9889
9890 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9891
9892         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9893         certs should be verified and what is to be done in the event of a
9894         verification failure.
9895
9896         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9897         caller can indicate whether the cache should be disregarded for this
9898         call.  This way the result of the call is reproducible at all times and
9899         can be considered a canonical server name for the supplied method.
9900         (gnus-agent-method-p): Canonicalize server names by pushing their
9901         method through `gnus-method-to-server' using the no-cache argument.
9902
9903         * gnus-srvr.el (gnus-server-insert-server-line):
9904         Call `gnus-method-to-server' with `no-cache' argument.
9905
9906         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9907         gnus-agent-possibly-synchronize-flags as this should be called when the
9908         server is actually being opened.
9909         (gnus-agent-possibly-synchronize-flags)
9910         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9911         flags file of an agentized server to the latter function.
9912
9913         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9914         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9915         after a connection has been established successfully.
9916
9917 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9918
9919         * gnus-art.el (article-display-face): Force to display face if called
9920         interactively; check if gnus-article-x-face-too-ugly matches author.
9921         (article-display-x-face): Display face even if From header is missing
9922         as article-display-face does.
9923
9924 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9925
9926         * hashcash.el (message-narrow-to-headers-or-head)
9927         (message-fetch-field, message-goto-eoh)
9928         (message-narrow-to-headers): Declare as functions.
9929
9930 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9931
9932         * mail-source.el (mail-sources): Default to fetch from file for
9933         compatibility with default of nnmail-spool-file.
9934
9935 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9936
9937         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9938         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9939         to look for encoded word that should be encoded again.
9940         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9941         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9942         encoding pattern.
9943         (rfc2047-decode-region): Switch strict regexp and loose one according
9944         to rfc2047-allow-irregular-q-encoded-words.
9945
9946 2007-11-25  Romain Francoise  <romain@orebokech.com>
9947
9948         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9949
9950 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9951
9952         * tls.el (tls-program): Provide more custom choices from
9953         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9954         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9955
9956 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9957
9958         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9959         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9960
9961         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9962         `nnmail-spool-file'.
9963
9964         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9965         `nnmail-spool-file'.
9966
9967         * gnus-move.el (gnus-change-server): Ditto.
9968
9969         * gnus-kill.el (gnus-batch-score): Ditto.
9970
9971         * gnus-cache.el (gnus-jog-cache): Ditto.
9972
9973         * gnus-msg.el (gnus-summary-reply):
9974         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9975
9976 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9977
9978         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9979         version.  Minor improvement to doc strings.
9980         (tls-program): Add comment.
9981
9982 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9983
9984         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9985         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9986         mismatch between the hostname provided in the certificate and the name
9987         of the host connnecting to.
9988         (open-tls-stream): Use them.  Check certificates against trusted root
9989         certificates.
9990
9991 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9992
9993         * gnus-cache.el (gnus-cache-generate-nov-databases):
9994         Use nnml-generate-nov-databases-directory instead of
9995         nnml-generate-nov-databases-1.
9996
9997 2007-11-24  Glenn Morris  <rgm@gnu.org>
9998
9999         * message.el (message-tool-bar-retro): Update for rename
10000         mail_send.xpm->mail-send.xpm.
10001
10002 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
10003
10004         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
10005         `smime-ldap-search' for Emacs 22 and up.
10006
10007 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10008
10009         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
10010
10011         * message.el (message-send-mail-function): Fix error convention.
10012         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
10013         (message-widen-reply, message-send-mail, message-talkative-question)
10014         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
10015         (message-clone-locals, message-send-news): Use with-current-buffer.
10016         (message-insert-or-toggle-importance): Remove unused var `valid'.
10017         (message-make-references): Remove unused var `new-references'.
10018         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
10019
10020 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
10021
10022         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
10023         (spam-split-symbolic-return-positive): Reflow docstring.
10024         (spam-backends, spam-summary-exit-behavior)
10025         (spam-mark-ham-unread-before-move-from-spam-group)
10026         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
10027         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10028         (spam-clear-cache, spam-backend-check, spam-install-backend)
10029         (spam-install-statistical-backend, spam-list-of-processors)
10030         (spam-group-processor-p, spam-split, spam-bogofilter-score)
10031         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
10032         (spam-check-crm114, spam-initialize, spam-unload-hook):
10033         Fix typos in docstrings.
10034
10035 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10036
10037         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
10038         been checked if they have never been read and those group levels are
10039         higher than the one that a user specified.
10040
10041 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10042
10043         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
10044         foreign groups unless a group level is specified by a user.
10045         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
10046
10047 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
10048
10049         * message.el (message-send-mail-function): Require sendmail.
10050
10051 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
10052
10053         * message.el (message-send-mail-function): Check for smtpmail too.
10054
10055         * utf7.el (utf7-encode, utf7-decode): Use coding system
10056         `utf-7'/`utf-7-imap' from utf-7.el' if available.
10057
10058         * message.el (message-send-mail-function): New function.
10059         (message-send-mail-function): Set default using
10060         message-send-mail-function.  Adjust doc string.
10061         (message-send-mail-with-mailclient): New function.
10062
10063 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
10064
10065         * smime.el (from):
10066         * rfc2047.el (message-posting-charset):
10067         * qp.el (mm-use-ultra-safe-encoding):
10068         * pop3.el (parse-time-months):
10069         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
10070         * nnml.el (files):
10071         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
10072         (jka-compr-compression-info-list, ange-ftp-path-format)
10073         (efs-path-regexp):
10074         * nndiary.el (files):
10075         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
10076         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
10077         (epg-digest-algorithm-alist, inhibit-redisplay)
10078         (password-cache-expiry):
10079         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
10080         (pgg-output-buffer, password-cache-expiry):
10081         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
10082         (efs-path-regexp):
10083         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
10084         (inhibit-redisplay):
10085         * mm-uu.el (file-name, start-point, end-point, entry)
10086         (gnus-newsgroup-name, gnus-newsgroup-charset):
10087         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
10088         (latin-unity-ucs-list):
10089         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
10090         (mm-uu-binhex-decode-function):
10091         * message.el (gnus-message-group-art, gnus-list-identifiers)
10092         (rmail-enable-mime-composing, gnus-local-organization)
10093         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
10094         (gnus-read-active-file, facemenu-add-face-function)
10095         (facemenu-remove-face-function, gnus-article-decoded-p)
10096         (tool-bar-mode):
10097         * mail-source.el (display-time-mail-function):
10098         * gnus-util.el (nnmail-pathname-coding-system)
10099         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
10100         (gnus-original-article-buffer, gnus-user-agent)
10101         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
10102         (xemacs-codename, sxemacs-codename, emacs-program-version):
10103         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
10104         * gnus-start.el (gnus-agent-covered-methods)
10105         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
10106         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
10107         (gnus-newsgroup-headers, gnus-group-list-mode)
10108         (gnus-group-mark-positions, gnus-newsgroup-data)
10109         (gnus-newsgroup-unreads, nnoo-state-alist)
10110         (gnus-current-select-method, mail-sources)
10111         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
10112         (nnmail-spool-file, gnus-cache-active-hashtb):
10113         * gnus-mh.el (mh-lib-progs):
10114         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
10115         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
10116         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
10117         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
10118         (gnus-group-buffer):
10119         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
10120         (font-lock-set-defaults):
10121         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
10122         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
10123         (gnus-summary-post-menu, total-parts, type, condition, length):
10124         * gnus-agent.el (gnus-agent-read-agentview):
10125         * flow-fill.el (show-trailing-whitespace):
10126         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
10127         eval-and-compile wrappers for byte compiler pacifiers.
10128
10129         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
10130         (mm-display-inline-fontify): Check for featurep 'xemacs not
10131         extent-list.
10132
10133         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
10134         itimer-list.
10135         (mm-create-image-xemacs): Only do something for XEmacs.
10136         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
10137
10138         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
10139
10140         * gnus-registry.el (gnus-adaptive-word-syntax-table):
10141         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
10142
10143 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
10144
10145         * nnimap.el (nnimap-split-download-body):
10146         * gnus-demon.el (gnus-demon):
10147         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
10148
10149 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10150
10151         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
10152         New macros.
10153         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
10154         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
10155         copy data from unibyte buffer to multibyte current buffer.
10156         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
10157         to copy data from unibyte current buffer to multibyte buffer.
10158         (nntp-make-process-buffer): Make process buffer unibyte.
10159
10160         * pop3.el (pop3-open-server): Fix typo in Lisp code.
10161
10162 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
10163
10164         * pop3.el (pop3-open-server): Accept and process data more robustly at
10165         connexion start to avoid spurious "POP SSL connexion failed" errors.
10166
10167 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10168
10169         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
10170         read group names.
10171
10172 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
10173
10174         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
10175
10176 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10177
10178         * nnmail.el (nnmail-parse-active): Make group names unibyte.
10179         (nnmail-save-active): Use a unibyte buffer when saving active file,
10180         which may contain non-ASCII group names.
10181
10182         * nnml.el (nnml-request-group): Decode group names in messages.
10183
10184 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
10185
10186         * message.el (message-citation-line-function)
10187         (message-insert-formatted-citation-line): Fix spelling of
10188         `message-insert-formated-citation-line'.
10189
10190 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
10191
10192         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
10193
10194 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10195
10196         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
10197         nnmail-pathname-coding-system.
10198
10199         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
10200         that a user enters; decode group names in messages.
10201
10202         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
10203
10204 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10205
10206         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
10207
10208         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
10209
10210         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
10211         risky local variable.
10212
10213         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
10214
10215 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
10216
10217         * encrypt.el: Improve documentation to fix function name typo.
10218         Reported by Daiki Ueno <ueno@unixuser.org>.
10219
10220 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10221
10222         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
10223         even if the point is not in the last page of an article.
10224         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
10225         back to the previous page.
10226
10227 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
10228
10229         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
10230
10231 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10232
10233         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
10234
10235 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10236
10237         * message.el (message-check-news-body-syntax):
10238         Avoid mm-string-as-multibyte.
10239         (message-hide-headers): Don't assume (point-min)==1.
10240
10241 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10242
10243         * message.el (message-remove-blank-cited-lines): Fix if remove is
10244         given.
10245         (message-bogus-address-regexp): New variable.
10246         (message-bogus-recipient-p): New function.
10247         (message-check-recipients): New command.
10248         (message-syntax-checks): Add `bogus-recipient'.
10249         (message-fix-before-sending): Add `bogus-recipient'.
10250
10251         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
10252         (gnus-treat-body-boundary): Don't test window-system.
10253
10254 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
10255
10256         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
10257
10258 2007-10-28  Miles Bader  <miles@gnu.org>
10259
10260         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
10261         at compile-time too.
10262
10263 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10264
10265         * gnus-msg.el (gnus-message-setup-hook):
10266         Add `message-remove-blank-cited-lines' to options.
10267
10268 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10269
10270         * message.el (message-remove-blank-cited-lines): New function.
10271         Suggested by Karl Plästerer.
10272
10273 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10274
10275         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
10276         mapc.
10277
10278         * imap.el (imap-open): Replace mapcar called for effect with mapc.
10279         (top-level): Use mapc to set functions to be traced for debugging.
10280
10281         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
10282         called for effect with while loop.
10283
10284         * message.el (message-talkative-question): Replace mapcar called for
10285         effect with mapc.
10286
10287         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
10288         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
10289         called for effect with dolist.
10290
10291         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
10292
10293         * nndiary.el: Use dolist instead of mapcar to add diary headers to
10294         gnus-extra-headers and nnmail-extra-headers.
10295
10296         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
10297         called for effect with dolist.
10298         (top-level): Use mapc to set functions to be traced for debugging.
10299
10300         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
10301         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
10302         dolist.
10303
10304         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
10305         Replace mapcar called for effect with mapc.
10306         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
10307         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
10308         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
10309         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
10310
10311         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
10312         remove-if that's a cl function.
10313
10314         * webmail.el (webmail-debug): Replace mapcar called for effect with
10315         dolist.
10316
10317         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
10318         with mapc.
10319
10320 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10321
10322         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
10323         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
10324         with while loop.
10325
10326         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
10327         functions from article-* functions.
10328         (gnus-multi-decode-header): Replace mapcar called for effect with
10329         dolist.
10330
10331         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
10332         (gnus-bookmark-show-details): Replace mapcar called for effect with
10333         while loop.
10334
10335         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
10336         called for effect with while loop.
10337
10338         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
10339         with dolist.
10340
10341         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10342         Replace mapcar called for effect with dolist.
10343
10344         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
10345
10346         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
10347         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
10348         Replace mapcar called for effect with dolist.
10349         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
10350         mapc.
10351
10352         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
10353         Replace mapcar called for effect with dolist.
10354         (gnus-topic-list): Replace mapcar called for effect with mapc.
10355
10356         * gnus.el: Use mapc instead of mapcar to add autoloads.
10357
10358 2007-10-23  Richard Stallman  <rms@gnu.org>
10359
10360         * gnus-group.el (gnus-group-highlight): Mark as risky.
10361
10362 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10363
10364         * gnus.el (gnus-server-to-method): Return method found first in
10365         gnus-newsrc-alist.
10366
10367         * gnus-art.el (gnus-article-highlight-signature)
10368         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
10369         button overlay without the front stickiness.
10370
10371 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
10372
10373         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
10374         overview buffer needed a catch to receive its throw.
10375         (gnus-agent-flush-cache): Declare as interactive to make this function
10376         easier to use.
10377
10378 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
10379
10380         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
10381         `next-line'.
10382
10383 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10384
10385         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
10386         exclude address matching message-dont-reply-to-names.
10387
10388 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10389
10390         * gnus-util.el (gnus-string<): New function.
10391
10392         * gnus-sum.el (gnus-article-sort-by-author)
10393         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
10394
10395 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10396
10397         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
10398         the frame-focus tag is set in gnus-buffer-configuration.
10399
10400 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10401
10402         * gnus-art.el (gnus-article-add-button): Make a button overlay without
10403         the front stickiness.
10404
10405 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10406
10407         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
10408         url pattern; remove duplicate one.
10409         (gnus-article-extend-url-button): New function.
10410         (gnus-article-add-buttons): Use it.
10411         (gnus-button-push): Use concatenated url that it makes.
10412
10413 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
10414
10415         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
10416
10417 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10418
10419         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10420         Don't hardcode point-min==1.
10421
10422 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
10423
10424         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
10425         Fix comment about "iso8859-1".
10426
10427 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
10428
10429         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10430         ones returned from the verify-function.
10431
10432         * mm-uu.el (mm-uu-pgp-signed-extract-1):
10433         Call mml2015-extract-cleartext-signature if extraction failed.
10434
10435 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
10436
10437         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10438         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10439         failed.
10440
10441 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10442
10443         * Relicense "GPLv2 or later" files to "GPLv3 or later".
10444
10445 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
10446
10447         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
10448         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
10449         recommends to use EasyPG instead of PGG.
10450
10451         * pgg.el: Revert to revision 6.23.2.16.
10452
10453         * pgg-def.el: Revert to revision 6.6.2.14.
10454
10455         * pgg-gpg.el: Revert to revision 6.23.2.34.
10456
10457 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
10458
10459         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10460         to mark a thread as expirable.  Add variable `hide' to handle hiding of
10461         thread for both the null and zero (kill/expire thread) universal prefix
10462         cases.
10463         (gnus-summary-expire-thread): Add new function to expire a thread,
10464         using gnus-summary-kill-thread.
10465         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10466         shortcuts for gnus-summary-expire-thread.
10467         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10468         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
10469
10470 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10471
10472         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10473         extras value, so an extras entry can be deleted.
10474         (gnus-registry-delete-extra-entry): Use it.
10475         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10476         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10477         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10478         storage through the gnus-registry, and provide an appropriate API for
10479         it.
10480
10481 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10482
10483         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10484         Suggested by Leo <sdl.web@gmail.com>.
10485
10486         * gnus.el: Do.
10487
10488 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10489
10490         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10491         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
10492
10493         * gnus-agent.el (gnus-agent-fetch-headers): Do.
10494
10495         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10496         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10497
10498 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10499
10500         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10501         newline.
10502         (nnmbox-request-accept-article): Don't change article in source buffer;
10503         narrow to header to use message-fetch-field rather than
10504         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10505         (nnmbox-request-replace-article): Quote lines that'll be misidentified
10506         as delimiters; make sure article ends with newline.
10507         (nnmbox-delete-mail): Correct last position of article to be deleted;
10508         ignore X-Gnus-Newsgroup header in article body.
10509         (nnmbox-save-mail): Quote lines looking like delimiters at the right
10510         positions; make sure article ends with newline.
10511
10512         * message.el (message-display-abbrev): Don't infloop when a user
10513         inserts SPC in the beginning of header.
10514
10515         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
10516         coding-system-for-read and coding-system-for-write for XEmacs having no
10517         file-coding feature.
10518
10519         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
10520
10521 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10522
10523         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10524         list of groups not followed by default.  Fix type to be regexp.
10525         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10526
10527 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10528
10529         * hmac-def.el (define-hmac-function): Switch from old-style to
10530         new-style backquotes.
10531
10532         * md4.el (md4-make-step): Likewise.
10533
10534 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10535
10536         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10537         raw-text coding system when saving .newsrc file, which may contain
10538         non-ASCII group names.
10539
10540 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10541
10542         * gnus-cus.el (gnus-score-extra): New widget.
10543         (gnus-score-extra-convert): New function.
10544         (gnus-score-customize): Use it for Extra.
10545
10546 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10547
10548         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10549         (mml2015-mailcrypt-clear-verify): Use it.
10550         (mml2015-gpg-clear-verify): Use it.
10551         (mml2015-pgg-clear-verify): Use it.
10552         (mml2015-epg-clear-verify): Replace the current part with the output
10553         from GnuPG; don't extract the plaintext by itself.
10554
10555         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10556         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10557         mml2015-clear-verify-function; don't touch the armor headers or
10558         dash-escaped text here.
10559
10560 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10561
10562         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10563         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10564         parts, or application/octet-stream as a last resort.
10565         (gnus-mime-view-part-as-type): Don't toggle display.
10566         (gnus-mime-view-part-as-charset): Don't turn off display before
10567         querying charset.
10568
10569         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10570         stuff to undisplayer function in Emacs.
10571         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10572
10573         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10574         text/calendar parts.
10575
10576 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10577
10578         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10579         decoding text/calendar parts.
10580
10581         * message.el (message-forward-make-body-mime): Always mark body as
10582         having no illegible text; remove signed-or-encrypted argument.
10583         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10584
10585         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10586         (mml-generate-mime-1): Don't encode body if it is specified to be in
10587         raw form; don't make buffer be unibyte when inserting multibyte string.
10588
10589 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10590
10591         * sha1.el: Fix up comment style.
10592         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10593         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10594
10595         * hex-util.el: Fix up comment style.
10596         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10597
10598         * gnus-salt.el: Use with-current-buffer.
10599         (gnus-pick-setup-message): Fix long-standing typo.
10600
10601 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10602
10603         * imap.el (imap-logout-timeout): New variable.
10604         (imap-logout, imap-logout-wait): New functions.
10605         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10606
10607         * nnimap.el (nnimap-logout-timeout): New server variable.
10608         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10609         nnimap-logout-timeout.
10610
10611         * gnus-art.el (gnus-article-summary-command-nosave)
10612         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10613
10614 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10615
10616         * gnus.el (gnus-maximum-newsgroup): New variable.
10617
10618         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10619         according to gnus-maximum-newsgroup.
10620
10621         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10622         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10623         Limit the range of articles according to gnus-maximum-newsgroup.
10624
10625 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10626
10627         * gnus-art.el (gnus-sticky-article): Fix problems described in
10628         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10629         Don't perform gnus-configure-windows here; reuse existing sticky
10630         article buffer.
10631
10632         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10633         it doesn't exist in gnus-article-mode.
10634
10635 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10636
10637         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10638         (gnus-agent-decoded-group-name): New function.
10639         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10640         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10641
10642 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10643
10644         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10645         Add binding for gnus-sticky-article.
10646         (gnus-summary-exit): Don't kill sticky article buffers.
10647
10648         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10649         article buffer.
10650         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10651         (gnus-kill-sticky-article-buffers): New commands.
10652
10653 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10654
10655         * nntp.el (nntp-xref-number-is-evil): New server variable.
10656         (nntp-find-group-and-number): If it is non-nil, don't trust article
10657         numbers in the Xref header.
10658
10659 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10660
10661         * gnus-agent.el (gnus-agent-read-group): New function.
10662         (gnus-agent-flush-group, gnus-agent-expire-group)
10663         (gnus-agent-regenerate-group): Use it.
10664         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10665         nnmail-pathname-coding-system.
10666
10667 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10668
10669         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10670
10671         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10672         that are unread as unread, and also as selected so that information of
10673         marks having been changed by a user may be updated when exiting group.
10674
10675 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10676
10677         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10678
10679 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10680
10681         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10682         calculated ignoring signature parts to gnus-treat-article.
10683
10684 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10685
10686         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10687         a point here in order to keep the window start.
10688         (gnus-insert-mime-security-button): Make a button overlay without the
10689         front stickiness.
10690         (gnus-mime-display-security): Goto the end of a button.
10691
10692         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10693
10694 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10695
10696         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10697         group-name-at-point.
10698         (gnus-group-completing-read): New function that offers decoded
10699         non-ASCII group names for completion.
10700         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10701         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10702         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10703         (gnus-group-fetch-control): Use it.
10704         (gnus-fetch-group): Use group-name-at-point for the initial value
10705         rather than the default value; use gnus-alive-p.
10706
10707         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10708         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10709         (gnus-summary-post-news): Use gnus-group-completing-read.
10710
10711         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10712         (gnus-read-move-group-name): Decode group name for completion.
10713
10714 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10715
10716         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10717         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10718         Yamaoka slightly modified the code).
10719
10720 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10721
10722         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10723         (nnmail-split-incoming): Bind it.
10724
10725         * nnml.el (nnml-group-name-charset): New function.
10726         (nnml-decoded-group-name): Use it; don't decode group name if
10727         nnmail-group-names-not-encoded-p is non-nil.
10728         (nnml-encoded-group-name): New function.
10729         (nnml-group-pathname): Inline nnml-decoded-group-name.
10730         (nnml-request-expire-articles): Decode group name in message.
10731         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10732         nnmail-pathname-coding-system.
10733         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10734         not decoded ones according to nnmail-group-names-not-encoded-p.
10735         (nnml-generate-active-info): Use nnml-encoded-group-name.
10736
10737 2007-08-08  Glenn Morris  <rgm@gnu.org>
10738
10739         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10740         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10741         doc-strings and comments.
10742
10743 2007-07-25  Glenn Morris  <rgm@gnu.org>
10744
10745         * Relicense all FSF files to GPLv3 or later.
10746
10747 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10748
10749         * gnus-sum.el (gnus-summary-move-article):
10750         Make gnus-summary-respool-article work.
10751
10752 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10753
10754         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10755         string.
10756
10757 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10758
10759         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10760         that should be ignored when comparing distant RSS articles with local
10761         ones.
10762         (nnrss-make-hash-index): New function.  Create a hash index according
10763         to the ignored fields.
10764         (nnrss-check-group): Use it.
10765
10766 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10767
10768         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10769
10770         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10771
10772         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10773         the new optional argument ENCODED is non-nil.
10774         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10775         coding system for encoding group name.
10776         (gnus-group-make-rss-group): Pass un-encoded group name to
10777         gnus-group-make-group.
10778         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10779         encoded.
10780
10781         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10782         Encode group name to which articles are moved or copied.
10783         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10784         coding system for encoding Newsgroup, Followup-To and Xref headers.
10785
10786         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10787         marks; use nnheader-file-coding-system to write a file.
10788         (nnagent-retrieve-headers): Bind file-name-coding-system to
10789         nnmail-pathname-coding-system.
10790
10791         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10792
10793         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10794         (nnml-request-article, nnml-request-create-group)
10795         (nnml-request-rename-group, nnml-find-id)
10796         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10797         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10798         (nnml-save-marks): Use nnml-group-pathname instead of
10799         nnmail-group-pathname.
10800
10801         (nnml-request-create-group, nnml-request-expire-articles)
10802         (nnml-request-move-article, nnml-request-delete-group)
10803         (nnml-deletable-article-p, nnml-possibly-create-directory)
10804         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10805         (nnml-open-marks): Bind file-name-coding-system to
10806         nnmail-pathname-coding-system.
10807
10808         (nnml-request-article): Pass server argument to nnml-find-group-number.
10809         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10810         Pass server argument to nnml-possibly-create-directory.
10811         (nnml-request-accept-article): Pass server argument to
10812         nnml-active-number and nnml-save-mail.
10813         (nnml-find-group-number): Pass server argument to nnml-find-id.
10814         (nnml-request-update-info): Pass server argument to
10815         nnml-marks-changed-p.
10816
10817         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10818         (nnml-save-mail, nnml-active-number): Add server argument.
10819
10820         (nnml-request-delete-group): Warn if group is missing.
10821         (nnml-get-nov-buffer): Decode group name.
10822         (nnml-generate-active-info): Encode group name.
10823         (nnml-open-marks): Decode group name in messages.
10824
10825 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10826
10827         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10828         if it is not specified.
10829         (gnus-article-pipe-part, gnus-article-save-part)
10830         (gnus-article-interactively-view-part, gnus-article-copy-part)
10831         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10832         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10833         (gnus-article-replace-part, gnus-article-delete-part)
10834         (gnus-article-view-part-as-type): Pass raw prefix argument to
10835         gnus-article-part-wrapper.
10836
10837 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10838
10839         * gnus-agent.el (gnus-agent-save-active):
10840         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10841
10842         * gnus-cache.el (gnus-cache-save-buffers)
10843         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10844         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10845         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10846         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10847         (gnus-cache-generate-active, gnus-cache-rename-group)
10848         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10849         (gnus-cache-update-overview-total-fetched-for):
10850         Bind file-name-coding-system to nnmail-pathname-coding-system.
10851         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10852         New variables.
10853         (gnus-cache-decoded-group-name): New function.
10854         (gnus-cache-file-name): Use it.
10855         (gnus-cache-generate-active): Use non-decoded group name for active.
10856
10857         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10858         right place.
10859         (gnus-write-active-file): Don't break non-ASCII group names.
10860
10861         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10862         nnmail-pathname-coding-system.
10863
10864         * lpath.el: Bind default-file-name-coding-system,
10865         file-name-coding-system and language-info-alist for XEmacs.
10866
10867         * gnus-uu.el (gnus-uu-decode-save): Typo.
10868
10869 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10870
10871         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10872
10873 2007-07-14  David Kastrup  <dak@gnu.org>
10874
10875         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10876         finishing actions if we did not edit the article.
10877
10878 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10879
10880         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10881         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10882         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10883         (gnus-agent-flush-group, gnus-agent-flush-cache)
10884         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10885         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10886         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10887         (gnus-agent-regenerate-group)
10888         (gnus-agent-update-files-total-fetched-for)
10889         (gnus-agent-update-view-total-fetched-for):
10890         Bind file-name-coding-system to nnmail-pathname-coding-system.
10891         (gnus-agent-group-pathname): Don't encode file names by
10892         nnmail-pathname-coding-system.
10893         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10894         coding-system-for-write instead of buffer-file-coding-system to
10895         gnus-agent-file-coding-system.
10896
10897         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10898         Decode group name.
10899
10900         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10901
10902         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10903         (gnus-read-newsrc-el-file): Make group names unibyte.
10904
10905         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10906         nnmail-pathname-coding-system.
10907
10908         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10909         (nnrss-request-delete-group): Bind file-name-coding-system to
10910         nnmail-pathname-coding-system.
10911         (nnrss-read-server-data, nnrss-read-group-data):
10912         Bind file-name-coding-system correctly.
10913         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10914
10915         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10916         (nntp-server-to-method-cache): New variable.
10917         (nntp-group-pathname): New function that decodes non-ASCII group names.
10918         (nntp-possibly-create-directory, nntp-marks-changed-p)
10919         (nntp-save-marks, nntp-open-marks): Use it.
10920         (nntp-possibly-create-directory, nntp-open-marks):
10921         Bind file-name-coding-system to nnmail-pathname-coding-system.
10922         (nntp-open-marks): Decode group names when bootstrapping marks.
10923
10924         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10925         Newsgroups and Folowup-To headers.
10926
10927 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10928
10929         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10930         (gnus-server-closed-face, gnus-server-denied-face)
10931         (gnus-server-offline-face): Remove variable.
10932         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10933
10934         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10935         of modifying message-stack directly for XEmacs.
10936
10937         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10938         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10939         if the coding-system argument is nil for XEmacs.
10940
10941         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10942         mm-charset-override-alist.
10943
10944         * rfc2047.el: Don't require base64; require rfc2045 for the function
10945         rfc2045-encode-string.
10946         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10947         to quote the parameter value.
10948
10949 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10950
10951         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10952         form in gnus-group-name-charset-method-alist.
10953
10954         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10955         overrides the default layout edit-form.
10956
10957         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10958
10959         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10960
10961 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10962
10963         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10964         as unfetched articles.
10965
10966 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10967
10968         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10969
10970 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10971
10972         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10973         original back end that keeps marks in the local system.
10974
10975 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10976
10977         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10978         arg of pop-to-buffer for XEmacs.
10979         (gnus-article-read-summary-keys): Ditto; don't restore window
10980         configuration if summary command ends up with neither article buffer
10981         nor summary buffer; describe bindings if summary keys end with C-h.
10982
10983 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10984
10985         * message.el (message-fix-before-sending): Skip raw message part to be
10986         forwarded while checking illegible text.
10987         (message-forward-make-body-mime, message-forward-make-body):
10988         Mark signed or encrypted raw message as having no illegible text.
10989
10990 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10991
10992         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10993         (gnus-message-with-timestamp-1): New macro.
10994         (gnus-message-with-timestamp): New function.
10995         (gnus-message): Use them.
10996
10997         * nnheader.el (nnheader-message): Use them.
10998
10999 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
11000
11001         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
11002         .newsrc.eld file.
11003
11004 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11005
11006         * gnus-agent.el (gnus-agent-fetch-headers)
11007         (gnus-agent-retrieve-headers):
11008         Bind gnus-decode-encoded-address-function to identity.
11009
11010         * nntp.el (nntp-send-xover-command): Recognize an xover command is
11011         available also when the server returns simply a dot.
11012
11013         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
11014
11015 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11016
11017         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
11018
11019 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11020
11021         * gnus-ems.el (gnus-x-splash): Make it work.
11022
11023         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
11024         from being used.
11025
11026         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
11027
11028 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11029
11030         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
11031         4th and the 5th arguments.
11032
11033         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
11034         the front stickiness.
11035         (gnus-article-summary-command-nosave): Correct the order of the
11036         arguments passed to pop-to-buffer.
11037         (gnus-article-read-summary-keys): Ditto; make it work properly when the
11038         summary command ends up with the article buffer.
11039
11040         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
11041         the same faces.
11042
11043 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
11044
11045         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
11046
11047 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
11048
11049         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
11050         * gnus-sum.el (gnus-summary-highlight):
11051         * pgg.el (pgg-sign-region, pgg-sign):
11052         * mail-source.el (mail-source-delete-old-incoming-confirm):
11053         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
11054
11055 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11056
11057         * gnus-art.el (gnus-mime-view-part-externally)
11058         (gnus-mime-view-part-internally): Fix predicate function passed to
11059         completing-read.
11060
11061         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
11062
11063         * gnus.el (gnus-update-message-archive-method): Add :version.
11064
11065 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11066
11067         * gnus.el (gnus-update-message-archive-method): New variable.
11068
11069         * gnus-start.el (gnus-setup-news): Update saved "archive" method
11070         according to gnus-message-archive-method if
11071         gnus-update-message-archive-method is non-nil.
11072
11073 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11074
11075         * gnus-sum.el (gnus-summary-limit-to-address): New function.
11076         Suggested by Loic Dachary <loic@dachary.org>.
11077         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11078
11079 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11080
11081         * message.el (message-pop-to-buffer): Add switch-function argument.
11082         (message-mail): Pass switch-function argument to it.
11083
11084 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
11085
11086         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
11087         Improve doc string.
11088
11089 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11090
11091         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
11092         (gnus-header-content)
11093         * gnus-cite.el (gnus-cite-10)
11094         * gnus-srvr.el (gnus-server-closed)
11095         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
11096         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
11097         (gnus-group-mail-3-empty, gnus-group-mail-low)
11098         (gnus-group-mail-low-empty, gnus-splash)
11099         * message.el (message-header-to, message-header-cc)
11100         (message-header-subject, message-header-other, message-header-name)
11101         (message-header-xheader, message-separator, message-cited-text)
11102         (message-mml): Lighten colors of faces used for dark background.
11103
11104 2007-05-24  Simon Josefsson  <simon@josefsson.org>
11105
11106         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
11107         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
11108
11109 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11110
11111         * message.el (message-narrow-to-headers-or-head):
11112         Ignore mail-header-separator in the body.
11113
11114 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11115
11116         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
11117         same as window size.
11118
11119 2007-05-22  Kevin Ryde  <user42@zip.com.au>
11120
11121         * message.el (message-font-lock-keywords): Use message-header-xheader
11122         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
11123         ahead of the anything pattern, to get it recognised.
11124
11125 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11126
11127         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
11128         spam.el loads uses it in the compiled defadvice form.
11129
11130 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
11131
11132         * gnus-sum.el (gnus-articles-to-read)
11133         (gnus-summary-insert-old-articles): Don't truncate group name for
11134         `read-string'.
11135
11136         * gnus-util.el (gnus-limit-string): Delete this function.
11137
11138         * gnus-sum.el (gnus-simplify-subject-fully):
11139         Use `truncate-string-to-width' instead.
11140
11141 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
11142
11143         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
11144         Tell if, on summary exit, the next group has to be selected.
11145         (gnus-summary-exit): Use it.
11146
11147 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
11148
11149         * gnus-art.el (gnus-article-mode): Fix comment about displaying
11150         non-break space.
11151
11152 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11153
11154         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
11155         Check if group is not a directory.
11156         (nnfolder-request-expire-articles): Don't delete articles if the target
11157         group is not available.
11158
11159         * nnml.el (nnml-request-create-group): Properly check if group is not a
11160         file.
11161         (nnml-request-expire-articles): Don't delete articles if the target
11162         group is not available.
11163
11164         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11165         Don't quote characters that are within parentheses.
11166
11167 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11168
11169         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
11170         (gnus-handle-ephemeral-exit): Select article according to it.
11171
11172 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11173
11174         * message.el (message-insert-formated-citation-line): Remove newline.
11175         (message-citation-line-format): Add final \n here so that the user can
11176         avoid a blank line.
11177
11178 2007-05-03  Dan Christensen  <jdc@uwo.ca>
11179
11180         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
11181         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
11182         Update lanl/arXiv support.
11183
11184 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11185
11186         * gnus.el: Bump version number.
11187
11188 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11189
11190         * gnus.el (gnus-version-number): Bump version.
11191
11192 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11193
11194         * gnus.el: No Gnus v0.6 is released.
11195
11196 2007-04-27  Didier Verna  <didier@xemacs.org>
11197
11198         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
11199         * gmm-utils.el (gmm-regexp-concat): ... here.
11200         * message.el: Don't require 'gnus-util.
11201         (message-dont-reply-to-names): Handle name change above.
11202         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
11203
11204 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11205
11206         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
11207         since the initial value varies according to the system.
11208
11209 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11210
11211         * mm-util.el (mm-charset-synonym-alist): Defcustom.
11212
11213 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
11214
11215         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
11216
11217 2007-04-24  Didier Verna  <didier@xemacs.org>
11218
11219         Improve the type of gnus-ignored-from-addresses.
11220         * gnus-util.el (gnus-orify-regexp): New function.
11221         * message.el (gnus-util): Require it.
11222         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
11223         * gnus-sum.el (gnus-ignored-from-addresses): New function.
11224         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
11225
11226 2007-04-24  Didier Verna  <didier@xemacs.org>
11227
11228         * gnus-sum.el:
11229         * gnus-utils.el: Fix some trailing whitespaces.
11230
11231 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11232
11233         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
11234         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
11235         article's Message-ID; refer parent article in summary buffer.
11236
11237         * message.el (message-bounce): Call mime-to-mml.
11238
11239         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
11240         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
11241         optimize and/or forms properly.
11242
11243 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
11244
11245         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
11246         URL.
11247
11248 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11249
11250         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
11251
11252 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11253
11254         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
11255         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
11256         displayed of multipart/alternative part if it is invoked from summary
11257         buffer.
11258
11259         * mm-view.el (mm-inline-text-html-render-with-w3m)
11260         (mm-inline-text-html-render-with-w3m-standalone)
11261         (mm-inline-render-with-function): Use mail-parse-charset by default.
11262
11263 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
11264
11265         * parse-time.el (parse-time-string-chars): Check if CHAR
11266         is less than the length of parse-time-syntax.
11267
11268 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11269
11270         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
11271         from gnus-newsgroup-processable.
11272
11273 2007-04-16  Didier Verna  <didier@xemacs.org>
11274
11275         * gnus-msg.el (gnus-configure-posting-styles):
11276         Handle message-signature-directory properly with :file syntax.
11277         Reported by "Leo".
11278
11279 2007-04-11  Didier Verna  <didier@xemacs.org>
11280
11281         New user option: message-signature-directory.
11282         * gnus-msg.el (gnus-configure-posting-styles): Support it.
11283         * message.el (message-insert-signature): Ditto.
11284         * message.el (message-signature-file): Doc update.
11285         * message.el (message-signature-directory): New.
11286
11287 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11288
11289         * gnus-msg.el (gnus-inews-yank-articles):
11290         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
11291
11292 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11293
11294         * message.el (message-yank-original): Make sure cited text ends with
11295         newline; don't exchange point and mark.
11296
11297 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
11298
11299         * tls.el (open-tls-stream): Properly handle case where there
11300         is no associated buffer.
11301
11302 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
11303
11304         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
11305         message-yank-original, make sure (< mark TEXT point).
11306
11307 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11308
11309         * message.el (message-fill-column): New variable.
11310         (message-mode): Use it.  Add comment on a possible new hook.
11311
11312         * nnmail.el (nnmail-spool-file): Mark as obsolete.
11313         (nnmail-get-new-mail): Reformat.
11314
11315         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
11316
11317         * gmm-utils.el: Fix Commentary.
11318         (gmm-tool-bar-from-list): Fix typo in doc string.
11319
11320 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
11321
11322         * message.el (message-yank-original): Don't switch point and mark
11323         unnecessarily to put point and mark as documented.
11324
11325 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11326
11327         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
11328         from the message heads.
11329
11330 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
11331
11332         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
11333         article buffer does not have a window.  This may not be the best
11334         solution but is certainly better than setting the start of the null,
11335         that is the current, window.
11336
11337 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11338
11339         * gnus-draft.el (gnus-draft-setup-hook): New hook.
11340         (gnus-draft-setup): Run it.
11341
11342         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
11343         gnus-score-fast-scoring.  Allow regexp.
11344         (gnus-score-headers): Use it.
11345
11346         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
11347         XEmacs.
11348
11349         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
11350         string.
11351         (gnus-button-alist): Also catch `<f1> k ...'.
11352         (gnus-treat-display-x-face): Fix doc string.
11353
11354 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11355
11356         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
11357         evaluation of gnus-extended-version to ensure correct generation of the
11358         User-Agent header when message-generate-headers-first is used.
11359
11360 2007-03-24  Simon Josefsson  <simon@josefsson.org>
11361
11362         * hashcash.el (hashcash-generate-payment-async): Don't crash if
11363         hashcash-path is nil.  Don't call callback with incorrect number of
11364         parameters if val is 0.
11365
11366 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11367
11368         * message.el (message-required-news-headers):
11369         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
11370
11371 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
11372
11373         * tls.el (open-tls-stream): In handshake-waiting loop,
11374         don't wait more if there is output available to process.
11375
11376 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
11377
11378         * tls.el (tls-program): Doc fix.
11379
11380 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11381
11382         * message.el (message-generate-new-buffers): Change the meaning of the
11383         nil value; add `standard' to the choices; treat t as `unique'; improve
11384         doc string.
11385         (gnus-select-frame-set-input-focus): Autoload.
11386         (message-buffer-name): Search for the existing message buffer if
11387         message-generate-new-buffers is nil or `standard'; treat the value t of
11388         message-generate-new-buffers as `unique'.
11389         (message-pop-to-buffer): Raise the frame already displaying the message
11390         buffer; clear the echo area after querying.
11391         (message-setup): Pass the `continue' argument to compose-mail.
11392         (message-mail): Prefer `switch-function' if it is given; search for the
11393         existing message buffer if the `continue' argument is non-nil; pass
11394         continue and switch-function arguments to compose-mail by way of
11395         message-setup.
11396         (message-mail-other-window): Adjust argument of message-setup.
11397         (message-mail-other-frame): Ditto.
11398
11399 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11400
11401         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
11402         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
11403         to turn font-lock on when turning gnus-message-citation-mode on.
11404
11405 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
11406
11407         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
11408         (mml-smime-function-alist): New variable; add epg as the backend.
11409         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
11410         mml-smime- functions instead.
11411         * mm-view.el: Require smime.
11412
11413 2007-03-05  Didier Verna  <didier@xemacs.org>
11414
11415         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
11416         instead of just inheritance for posting styles.
11417         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
11418
11419 2007-02-24  Chris Moore  <dooglus@gmail.com>
11420
11421         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
11422         * pgg-pgp.el (pgg-pgp-encrypt-region):
11423         * pgg-gpg.el (pgg-gpg-encrypt-region):
11424         Check pgg-encrypt-for-me if no other recipients.
11425
11426 2007-02-24  John Paul Wallington  <jpw@pobox.com>
11427
11428         * tls.el (tls-certtool-program): Fix custom type.
11429
11430 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11431
11432         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
11433         and point-at-eol instead of line-(beginning|end)-position.
11434
11435         * assistant.el (assistant-parse-buffer): Ditto.
11436
11437         * netrc.el (netrc-parse-services): Ditto.
11438
11439 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
11440
11441         * mml2015.el (mml2015-epg-find-usable-key): New function.
11442         (mml2015-epg-sign): Use it.
11443         (mml2015-epg-encrypt): Use it.
11444
11445 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11446
11447         * message.el (message-make-in-reply-to): Quote name containing
11448         non-ASCII characters.  It will make the RFC2047 encoder cause an error
11449         if there are special characters.  Reported by NAKAJI Hiroyuki
11450         <nakaji@jp.freebsd.org>.
11451
11452 2007-02-27  Didier Verna  <didier@xemacs.org>
11453
11454         Include the group parameters as well as the topic ones in the
11455         inheritance filter process.
11456         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
11457         argument GROUP-PARAMS-LIST.
11458         * gnus-topic.el (gnus-group-topic-parameters): Use it.
11459
11460 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11461
11462         * nntp.el (nntp-never-echoes-commands)
11463         (nntp-open-connection-functions-never-echo-commands): New variables.
11464         (nntp-send-command): Use them.
11465
11466 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
11467
11468         * mml2015.el (mml2015-epg-verify): Simplify.
11469
11470 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11471
11472         * mml.el (mml-content-disposition-alist): New user option.
11473         (mml-content-disposition): New function.
11474         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
11475         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
11476
11477 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
11478
11479         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11480         verification.
11481
11482 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11483
11484         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11485         articles posted in the last 24 hours.
11486
11487 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
11488
11489         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11490
11491 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
11492
11493         * nntp.el (nntp-send-command): Don't wait for echoes when
11494         nntp-open-ssl-stream is used.
11495
11496 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11497
11498         * gnus-cite.el (gnus-test-font-lock-add-keywords)
11499         (gnus-message-add-citation-keywords)
11500         (gnus-message-remove-citation-keywords): Remove.
11501         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11502         directly, make the variables in font-lock-defaults buffer-local, add
11503         gnus-message-citation-keywords to them and then update the value of
11504         font-lock-keywords.
11505
11506 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11507
11508         * message.el (message-cite-original-1): Don't call
11509         gnus-article-highlight-citation.
11510
11511         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11512         citations; fix line count.
11513
11514 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11515
11516         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11517         (gnus-message-add-citation-keywords)
11518         (gnus-message-remove-citation-keywords): Use it; fix the emulating
11519         versions of font-lock-add-keywords and font-lock-remove-keywords to
11520         work with XEmacs correctly.
11521
11522 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11523
11524         * gnus-cite.el (gnus-cite-face-list): Set the values of
11525         gnus-message-max-citation-depth and gnus-message-citation-keywords.
11526         (gnus-message-max-citation-depth): Use defvar rather than defconst.
11527         (gnus-message-cite-prefix-regexp): New variable.
11528         (gnus-message-search-citation-line): Use it; protect against long
11529         citation prefix; fill match data with nil rather than 0 for XEmacs; set
11530         the 0th match data for Emacs.
11531         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11532         (gnus-message-add-citation-keywords): Append keywords rather than
11533         prepending; emulate font-lock-add-keywords if it is not available.
11534         (gnus-message-remove-citation-keywords):
11535         Emulate font-lock-remove-keywords if it is not available.
11536
11537         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11538
11539         * message.el (message-cite-prefix-regexp): Set the value of
11540         gnus-message-cite-prefix-regexp.
11541
11542 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11543
11544         * nnweb.el (nnweb-google-parse-1): Update parser.
11545
11546 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11547
11548         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11549
11550 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11551
11552         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11553         regexp.
11554
11555 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11556
11557         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11558         string-to-multibyte.
11559         (uudecode-decode-region-internal): Use it.
11560
11561         * lpath.el: Fbind string-as-multibyte for XEmacs.
11562
11563 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11564
11565         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11566         Fix custom choice.
11567
11568         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11569
11570 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11571
11572         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11573
11574         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11575         `write-region' to respect `mm-inhibit-file-name-handlers'.
11576
11577 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11578
11579         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11580         Use gnus-home-directory instead of "~/" or "$HOME".
11581
11582 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11583
11584         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11585         to mention filename.
11586         Add comments at beginning regarding usage.
11587         (encrypt-write-file-contents): Change interactive so a string is
11588         acceptable.  If the file has no associated model, show an error instead
11589         of a nonsense prompt.
11590
11591 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11592
11593         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11594         Thanks to Yoshihiko Yamada for kind notification of this typo.
11595
11596 2007-01-12  Kenichi Handa  <handa@m17n.org>
11597
11598         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11599         multibyte buffer.
11600
11601 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11602
11603         * gnus-score.el (gnus-score-fast-scoring): New variable.
11604         (gnus-score-headers): Use it.
11605
11606         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11607
11608         * message.el (message-cite-original-1):
11609         Call gnus-article-highlight-citation if requested.
11610         (message-make-from): Allow name and address as optional arguments.
11611
11612         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11613
11614         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11615         bugs to doc string.
11616         (gnus-button-alist): Add mid\\|message-id.
11617         (gnus-button-fetch-group): Extend for use in
11618         `browse-url-browser-function'.
11619         (gnus-button-url-regexp): Try to catch paired parentheses like in
11620         Wikipedia URLs.
11621
11622         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11623         Suggested by Simon Krahnke <overlord@gmx.li>.
11624
11625 2007-01-13  Romain Francoise  <romain@orebokech.com>
11626
11627         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11628         Update copyright.
11629
11630 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11631
11632         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11633
11634 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11635
11636         * gnus-registry.el (gnus-registry-unfollowed-groups)
11637         (gnus-registry-split-fancy-with-parent): Fix documentation.
11638
11639 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11640
11641         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11642         from nnweb groups.
11643
11644 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11645
11646         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11647         Xref urls.  Erase buffer before requesting head.
11648
11649         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11650
11651 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11652
11653         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11654         customizable.
11655
11656 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11657
11658         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11659         no signing key is found.
11660         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11661         no encrypting and/or signing key is found.
11662
11663 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11664
11665         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11666
11667 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11668
11669         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11670         headers read from disk with the ones newly found in the current search.
11671         This should no longer cause problems, because the article numbers in
11672         Gmane's `nov.php' output are ignored since the previous change.
11673
11674 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11675
11676         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11677
11678 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11679
11680         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11681         replace-regexp-in-string; bind url-version; fbind display-images-p and
11682         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11683         find-face and set-itimer-function for Emacs; bind itimer-list for
11684         Emacs.
11685
11686         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11687
11688 2007-01-01  Romain Francoise  <romain@orebokech.com>
11689
11690         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11691
11692 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11693
11694         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11695         `define-minor-mode' macro definition expanded properly.
11696         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11697         exclude it there.
11698
11699         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11700         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11701         `fboundp' test.
11702         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11703         This is OK to autoload in (S)XEmacs now.
11704
11705 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11706
11707         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11708         keystroke.
11709         (gnus-summary-limit-to-singletons): Fix typo.
11710
11711         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11712         else fails.
11713
11714 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11715
11716         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11717         docstring.
11718
11719         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11720         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11721         (gnus-summary-insert-dormant-articles): Fix typo in message.
11722
11723 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11724
11725         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11726         nil for XEmacs.
11727         (gnus-message-citation-mode): Don't autoload in XEmacs.
11728
11729         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11730
11731 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11732
11733         * nnimap.el (nnimap-expunge-search-string):
11734         Mention nnimap-search-uids-not-since-is-evil in docstring.
11735
11736 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11737
11738         * spam.el: Revert to make-obsolete-variable because
11739         define-obsolete-variable-alias is not supported in Emacs 21.
11740
11741         * spam.el (spam-ifile-path, spam-ifile-database-path)
11742         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11743         make-obsolete-variable.
11744         (spam-bsfilter-path, spam-bsfilter-program)
11745         (spam-spamassassin-path, spam-spamassassin-program)
11746         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11747         Don't use "path" inappropriately.
11748         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11749         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11750         variable names.
11751
11752 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11753
11754         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11755         summary buffer.
11756
11757         * password.el (password-cache-remove): Use clear-string to burn
11758         password, if available.
11759
11760 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11761
11762         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11763
11764         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11765
11766         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11767         (gnus-message-highlight-citation): Move defcustom here from
11768         gnus-cite.el.
11769         (gnus-message-citation-mode): Autoload.
11770
11771         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11772         checks to make it compile with XEmacs.
11773         (gnus-message-citation-mode): New minor mode.
11774         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11775         (gnus-message-highlight-citation): New variables.
11776         (gnus-message-search-citation-line)
11777         (gnus-message-add-citation-keywords)
11778         (gnus-message-remove-citation-keywords)
11779         (turn-on-gnus-message-citation-mode)
11780         (turn-off-gnus-message-citation-mode): New functions.
11781
11782 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11783
11784         * gnus-cite.el: Enable highlighting of different citation levels in
11785         message-mode.
11786
11787 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11788
11789         * message.el (message-make-fqdn): Fix comment.
11790         (message-bogus-system-names): Add ".local".
11791
11792         * spam.el (spam-ifile-path, spam-ifile-program)
11793         (spam-ifile-database-path, spam-ifile-database)
11794         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11795         Don't use "path" inappropriately.
11796         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11797         strings.
11798         (spam-check-ifile, spam-ifile-register-with-ifile)
11799         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11800         Use new variable names.
11801
11802         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11803         (gnus-treat-display-smileys): Simplify using
11804         gnus-image-type-available-p.
11805
11806         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11807         available.
11808
11809         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11810         Use `display-images-p' if available.
11811
11812 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11813
11814         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11815         one after turning on the buffer's multibyteness instead of decoding
11816         them directly in the unibyte buffer that causes unexpected conversion
11817         in Emacs 23 (unicode).
11818
11819 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11820
11821         * message.el (message-generate-hashcash): Fix custom type.
11822
11823 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11824
11825         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11826
11827 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11828
11829         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11830         disconnect icons.  Add help text.
11831
11832 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11833
11834         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11835         negated to be consistent with the others we handle.
11836
11837 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11838
11839         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11840         version of gnus-summary-buffer to something, so that we can use two
11841         article buffers at the same time.
11842
11843 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11844
11845         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11846         trigger all the extra headers.
11847         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11848         sorting.
11849
11850 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11851
11852         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11853         solid groups.
11854
11855 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11856
11857         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11858
11859 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11860
11861         * legacy-gnus-agent.el: Add Copyright notice.
11862
11863 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11864
11865         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11866
11867 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11868
11869         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11870
11871         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11872         to make it work reliably in CVS Emacs.
11873         (gnus-summary-limit-strange-charsets-predicate)
11874         (gnus-summary-limit-to-predicate): New functions.
11875
11876 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11877
11878         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11879         specifying array size.
11880         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11881         array if it is too small.
11882         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11883         (gnus-sort-threads-loop): New function.
11884
11885 2006-12-06  Chris Moore  <dooglus@gmail.com>
11886
11887         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11888         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11889
11890 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11891
11892         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11893         options.
11894
11895 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11896
11897         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11898         DOS-ing the recipient.
11899
11900         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11901         the headers when creating the mapping to avoid mismappings.
11902         (nnweb-gmane-create-mapping): Always nix out old mapping.
11903
11904 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11905
11906         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11907         and mm-verify-option to never.
11908
11909 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11910
11911         * message.el (message-signed-or-encrypted-p): New function.
11912         (message-forward-make-body): Use it.
11913
11914         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11915         Replace encode-coding-string with mm-encode-coding-string.
11916
11917 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11918
11919         * nneething.el (nneething-decode-file-name):
11920         Replace decode-coding-string with mm-decode-coding-string.
11921
11922         * gnus-int.el (gnus-open-server): Say failed server's name.
11923
11924 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11925
11926         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11927         strings to a single string.  Quote `errors-file-name'.
11928         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11929         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11930         Adjust calls.  Use `shell-quote-argument'.
11931
11932 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11933
11934         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11935         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11936
11937         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11938         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11939         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11940         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11941         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11942         (gnus-subscribe-newsgroup, gnus-1):
11943         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11944         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11945         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11946         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11947
11948 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11949
11950         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11951         keystroke.
11952         (gnus-summary-limit-to-bodies): Implement headersp.
11953
11954 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11955
11956         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11957
11958 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11959
11960         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11961
11962 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11963
11964         * message.el (message-generate-hashcash): Expand range of values to
11965         include `opportunistic'.
11966         (message-send-mail): Use it.
11967
11968 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11969
11970         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11971         and comment it.
11972
11973         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11974
11975 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11976
11977         * gnus-util.el (gnus-extract-address-components): Improve comment.
11978
11979 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11980
11981         * gnus-util.el (gnus-extract-address-components): Work with address in
11982         which the name portion contains @.
11983
11984         * lpath.el: Fbind custom-autoload.
11985
11986 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11987
11988         * gnus.el (gnus-start): Move custom group up.
11989         (gnus-select-method): Don't autoload, but make it available for
11990         `customize-variable'.
11991         (gnus-getenv-nntpserver): Don't autoload.
11992
11993 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11994
11995         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11996
11997 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11998
11999         * message.el (message-sendmail-extra-arguments): New variable.
12000         (message-send-mail-with-sendmail): Use it.
12001
12002 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12003
12004         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
12005         mm-with-unibyte-current-buffer to make string unibyte.
12006
12007         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
12008         mm-string-as-multibyte.
12009
12010 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
12011
12012         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
12013         Reported by Werner Koch <wk@gnupg.org>.
12014
12015 2006-11-14  Daiki Ueno  <ueno@p360>
12016
12017         * mml2015.el: Autoload epa-select-keys when compiling.
12018
12019 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12020
12021         * mml2015.el (mml2015-epg-sign): Save the signing keys in
12022         message-options.
12023         (mml2015-epg-encrypt): Save the recipient keys in message-options.
12024
12025 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12026
12027         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
12028         EasyPG (< 0.0.6).
12029         (mml2015-always-trust): New user option.
12030         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
12031         prompt.
12032
12033 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12034
12035         * nntp.el (nntp-authinfo-force): New variable.
12036         (nntp-send-authinfo): Use it.
12037
12038 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
12039
12040         * message.el (message-strip-subject-encoded-words): Allow _not_ to
12041         decode encoded words.  Improve prompt.  Add comment about forwarding.
12042         (message-replacement-char): Move up.
12043
12044 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
12045
12046         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
12047         instead of gnus-intersection because arguments of gnus-sorted-nunion
12048         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
12049
12050 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
12051
12052         * message.el (message-strip-subject-encoded-words): Reformat prompt.
12053         (message-simplify-subject-functions):
12054         Enable message-strip-subject-encoded-words by default.
12055
12056 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
12057
12058         * message.el (message-strip-subject-encoded-words): New function.
12059         (message-simplify-subject-functions): New variable.
12060         (message-simplify-subject): Use it.  Fix typo in doc string.
12061         Support message-strip-subject-encoded-words.
12062
12063 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
12064
12065         * gnus-diary.el (gnus-diary-delay-format-function):
12066         * nndiary.el (nndiary-reminders):
12067         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
12068
12069 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12070
12071         * gnus-art.el (article-hide-boring-headers): Fetch date from
12072         gnus-original-article-buffer to avoid problems with localized date
12073         strings.
12074
12075 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12076
12077         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
12078
12079 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
12080
12081         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12082         New variables.
12083         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12084         (mm-charset-synonym-alist): Move some entries to
12085         mm-codepage-iso-8859-list.
12086         (mm-charset-synonym-alist, mm-charset-override-alist):
12087         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12088
12089 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12090
12091         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
12092
12093 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12094
12095         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
12096         with Emacs 21 and XEmacs.
12097
12098 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
12099
12100         * spam.el (spam-parse-address): New function for better parsing,
12101         catching errors, etc.
12102         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
12103
12104 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12105
12106         * mm-view.el: Add interactive arg to html2text autoload.
12107
12108 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12109
12110         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
12111
12112 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
12113
12114         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12115         New variables.
12116         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12117         (mm-charset-synonym-alist): Move some entries to
12118         mm-codepage-iso-8859-list.
12119
12120         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
12121
12122 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
12123
12124         * message.el (message-citation-line-format)
12125         (message-insert-formated-citation-line): Fix implementation of %E, %N
12126         and %n according to the doc string.
12127
12128 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
12129
12130         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12131         Use car-safe to avoid bad parses.
12132
12133 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12134
12135         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
12136         names.
12137
12138         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
12139
12140 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12141
12142         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
12143         header.
12144
12145         * message.el (message-draft-headers): Add Date.
12146         (message-headers-to-generate): Fix typo in docstring.
12147
12148         * nndraft.el (nndraft-required-headers): New variable.
12149         (nndraft-generate-headers): Use it.
12150
12151         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
12152
12153 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12154
12155         * gnus-registry.el (gnus-registry-wash-for-keywords)
12156         (gnus-registry-find-keywords): New functions to allow easy searching of
12157         articles that are in the registry.
12158
12159 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12160
12161         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12162         Use ietf-drums-parse-address instead of gnus-extract-address-components.
12163         Reported by Damien Elmes <damien@repose.cx>.
12164
12165 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12166
12167         * gnus.el (gnus-mime): Remove unused custom group.
12168
12169 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12170
12171         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
12172         "blank line" when searching for end of armor headers.
12173
12174 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12175
12176         * gmm-utils.el (gmm-write-region): Fix variable name.
12177
12178 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12179
12180         * gmm-utils.el (gmm-write-region): New function based on compatibility
12181         code from `mm-make-temp-file'.
12182
12183         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
12184
12185         * nnmaildir.el (nnmaildir--update-nov)
12186         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
12187         Use `gmm-write-region'.
12188
12189 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12190
12191         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
12192         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12193
12194         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
12195
12196         * message.el (message-replacement-char): New variable.
12197         (message-fix-before-sending): Use it.
12198         (message-simplify-subject): New function to remove duplicate code.
12199         (message-reply, message-followup): Use it.
12200
12201         * gnus-sum.el (gnus-summary-make-menu-bar):
12202         Clarify gnus-summary-limit-to-articles.
12203
12204 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12205
12206         * gnus-util.el (gnus-with-local-quit): New macro.
12207
12208         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
12209
12210 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
12211
12212         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
12213         ignore non-string data.
12214
12215 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12216
12217         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
12218         non-string data (needs to be done in the registry too).
12219
12220 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12221
12222         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
12223         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
12224         (gnus-registry-split-fancy-with-parent)
12225         (gnus-registry-fetch-simplified-message-subject-fast)
12226         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
12227         Remove text properties on ingress into the registry and when it's saved.
12228         (gnus-registry-clean-empty-function): Fix bug with cleaning the
12229         registry from entries with no groups.
12230
12231 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12232
12233         * gnus-util.el (gnus-string-remove-all-properties): Add utility
12234         function to remove string properties.
12235
12236 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12237
12238         * gmm-utils.el (gmm): Adjust custom version.
12239
12240         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
12241         Adjust custom version.
12242
12243         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
12244
12245 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12246
12247         * gnus-art.el (gnus-insert-prev-page-button)
12248         (gnus-insert-next-page-button): Simplify.  Reformat.
12249
12250 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12251
12252         * gnus-art.el (gnus-insert-prev-page-button)
12253         (gnus-insert-next-page-button): Apply gnus-article-button-face.
12254
12255 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
12256
12257         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
12258
12259 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12260
12261         * gnus-art.el (gnus-insert-mime-button)
12262         (gnus-insert-mime-security-button):
12263         Apply gnus-article-button-face to MIME and security buttons.
12264
12265 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
12266
12267         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
12268         readable.
12269
12270 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12271
12272         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
12273
12274 2006-09-20  Steve Youngs  <steve@sxemacs.org>
12275
12276         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
12277         `browse-url-of-file' instead of `browse-url'.
12278
12279 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12280
12281         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12282         regexp.  Articles containing quotation were cut prematurely.
12283
12284 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12285
12286         * message.el (message-cite-original-1): Use nobody by default for the
12287         value of From header.
12288         (message-reply): Ditto.
12289
12290 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
12291
12292         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
12293         to the gnus-info.  This fixes a bug of inline-PGP message verification.
12294         Reported by Michael Piotrowski <mxp@dynalabs.de>.
12295
12296 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
12297
12298         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
12299         mails in the doc string.  Add some URLs in comment.
12300         (pop3-movemail): Warn about pop3-leave-mail-on-server.
12301
12302 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12303
12304         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
12305         backslashes handling and the way to find boundaries of quoted strings.
12306
12307 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
12308
12309         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
12310         mml1991-encrypt-to-self is set and mml1991-signers is not set.
12311         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
12312         mml2015-encrypt-to-self is set and mml2015-signers is not set.
12313
12314 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12315
12316         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
12317         doc string.
12318         (gnus-button-regexp, gnus-button-last): Remove unused variables.
12319
12320 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12321
12322         * lpath.el: Fbind epg-check-configuration.
12323
12324 2006-09-06  Simon Josefsson  <jas@extundo.com>
12325
12326         * mml2015.el (mml2015-use): Doc fix, mention epg.
12327
12328 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12329
12330         * mml2015.el (mml2015-use): Default to epg, if available.
12331
12332 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12333
12334         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
12335         message-sender.
12336         (mml1991-epg-encrypt): Ditto.
12337         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
12338         message-sender.
12339         (mml2015-epg-encrypt): Ditto.
12340
12341 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
12342
12343         * message.el (message-send-mail-with-sendmail): Look for sendmail in
12344         several common directories.
12345
12346 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
12347
12348         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
12349         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
12350
12351 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12352
12353         * gnus-art.el (article-decode-encoded-words): Make it fast.
12354
12355 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12356
12357         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
12358
12359         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
12360         in quoted string into `\'.
12361
12362 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12363
12364         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12365         Use standard-syntax-table.
12366
12367 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12368
12369         * gnus-art.el (gnus-decode-address-function): New variable.
12370         (article-decode-encoded-words): Use it to decode headers which are
12371         assumed to contain addresses.
12372         (gnus-mime-delete-part): Remove useless `or'.
12373
12374         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
12375         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
12376         (gnus-nov-parse-line): Use it to decode From header.
12377         (gnus-get-newsgroup-headers): Ditto.
12378         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
12379
12380         * mail-parse.el (mail-decode-encoded-address-region): New alias.
12381         (mail-decode-encoded-address-string): New alias.
12382
12383         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12384         New function.
12385         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
12386         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
12387         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
12388         (rfc2047-decode-string): Ditto.
12389         (rfc2047-decode-address-region): New function.
12390         (rfc2047-decode-address-string): New function.
12391
12392 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
12393
12394         * message.el (message-caesar-buffer-body): Allow rotating headers.
12395
12396         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
12397
12398         * message.el (message-insert-formated-citation-line): Fix %f.
12399         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
12400
12401 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12402
12403         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
12404         (gnus-bookmark-mouse-available-p): New macro.
12405         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
12406         (gnus-bookmark-bmenu-show-infos): Use it.
12407         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
12408         (gnus-bookmark-bmenu-hide-infos): Ditto.
12409         (gnus-bookmark-remove-properties): New function.
12410         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
12411         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
12412         (gnus-bookmark-write-file): Bind coding-system-for-write.
12413         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
12414         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
12415         group before selecting it.
12416         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
12417         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
12418         quit-window if it is not available; use gnus-mouse-2 and bind it to
12419         gnus-bookmark-bmenu-select-by-mouse.
12420         (gnus-bookmark-show-details): Remove unused variable `details-list'.
12421         (gnus-bookmark-bmenu-select-by-mouse): New function.
12422
12423 2006-08-13  Romain Francoise  <romain@orebokech.com>
12424
12425         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
12426         space.
12427
12428 2006-08-10  Romain Francoise  <romain@orebokech.com>
12429
12430         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
12431         (dns-mode-soa-auto-increment-serial): New user option.
12432         (dns-mode-soa-maybe-increment-serial): New function.
12433         (dns-mode): Add the latter to `write-contents-functions'.
12434
12435 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12436
12437         * compface.el (uncompface): Use binary rather than raw-text-unix.
12438
12439 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12440
12441         * compface.el (uncompface): Make sure the eol conversion doesn't take
12442         place when communicating with the external programs.
12443         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12444
12445 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12446
12447         * nnheader.el (nnheader-insert-head): Fix typo in comment.
12448
12449 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12450
12451         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12452         Make it more robust by parsing author and date independently.
12453
12454 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12455
12456         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
12457
12458 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
12459
12460         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
12461         first matching secret key.
12462         (mml2015-epg-encrypt): Ditto.
12463
12464         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
12465         first matching secret key.
12466         (mml1991-epg-encrypt): Ditto.
12467
12468         * mml2015.el (mml2015-encrypt-to-self): New user option.
12469         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
12470         mml2015-epg-encrypt-to-self is set.
12471
12472         * mml1991.el (mml1991-encrypt-to-self): New variable.
12473         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
12474         mml1991-epg-encrypt-to-self is set.
12475
12476         * mml2015.el (mml2015-signers): New user option.
12477         (mml2015-epg-sign): Reflect the value of mml2015-signers.
12478         (mml2015-epg-encrypt): Allow to select signing keys.
12479
12480         * mml1991.el (mml1991-signers): New variable.
12481         (mml1991-epg-sign): Reflect the value of mml1991-signers.
12482         (mml1991-epg-encrypt): Allow to select signing keys.
12483
12484 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12485
12486         * nnheader.el (nnheader-insert-head): Make it work even if the file
12487         uses CRLF for the line-break code.
12488
12489 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
12490
12491         * mml2015.el: Require mml-sec instead of password.
12492         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12493         (mml2015-cache-passphrase): Inherit the default value from
12494         mml-secure-cache-passphrase.
12495         (mml2015-passphrase-cache-expiry): Inherit the default value from
12496         mml-secure-passphrase-cache-expiry.
12497
12498         * mml1991.el: Require mml-sec instead of password.
12499         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12500         (mml1991-cache-passphrase): Inherit the default value from
12501         mml-secure-cache-passphrase.
12502         (mml1991-passphrase-cache-expiry): Inherit the default value from
12503         mml-secure-passphrase-cache-expiry.
12504
12505         * mml-sec.el: Require password.
12506         (mml-secure-verbose): New user option.
12507         (mml-secure-cache-passphrase): New user option.
12508         (mml-secure-passphrase-cache-expiry): New user option.
12509
12510 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
12511
12512         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12513         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
12514         andreas@altroot.de (Andreas Vögele).
12515
12516         FIXME: Use `tiny change'?
12517
12518 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12519
12520         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12521         workaround for the url package included with Emacs.
12522
12523         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12524
12525 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12526
12527         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12528         correctly.  This fixes a bug caused by the 2006-05-12 change.
12529
12530 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
12531
12532         * nnmail.el (nnmail-article-group): If splitting raises an error, give
12533         some information about the error when saying that the `bogus' mail
12534         group will be used.
12535
12536 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
12537
12538         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12539         string.
12540
12541 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12542
12543         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12544
12545 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12546
12547         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12548
12549 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12550
12551         * mml1991.el (mml1991-function-alist): Add epg.
12552         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12553         (mml1991-epg-encrypt): New functions.
12554
12555 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12556
12557         * mml2015.el (mml2015-verbose): New variable.
12558         (mml2015-cache-passphrase): Ditto.
12559         (mml2015-passphrase-cache-expiry): Ditto.
12560         (mml2015-function-alist): Add epg.
12561         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12562         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12563         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12564         New functions.
12565
12566 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12567
12568         * message.el (message-cite-original-1): Preserve region when removing
12569         quoted text due to X-No-Archive in order to avoid bogus attribution
12570         when citing multiple messages.
12571
12572 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12573
12574         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12575         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12576
12577 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12578
12579         * gnus-diary.el (gnus-user-format-function-d)
12580         (gnus-user-format-function-D): Autoload.
12581
12582         * imap.el (Commentary): Fix typo.
12583
12584         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12585         2006-04-22 contribution.
12586
12587 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12588
12589         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12590         It didn't really fix the bogosity I'm seeing with solid web groups.
12591
12592 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12593
12594         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12595         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12596         created using server names.  If we use the feature without declaring
12597         it, Gnus does not properly manage server and group state.
12598
12599         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12600         bound.
12601
12602 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12603
12604         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12605         looking up the method using GROUP's prefix before inventing a new one.
12606         It is used on killed/unknown groups in various places where returning
12607         an all-new method isn't expected by the caller.
12608
12609         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12610         and match semantics of gnus-group-real-prefix.
12611
12612 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12613
12614         * nnmail.el (nnmail-broken-references-mailers): New variable.
12615         (nnmail-ignore-broken-references): New function generalizing
12616         nnmail-fix-eudora-headers.
12617         (nnmail-fix-eudora-headers): Now obsolete.
12618
12619         * gnus-art.el (gnus-button-handle-custom):
12620         Support `customize-apropos*'.
12621
12622 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12623
12624         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12625
12626         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12627         articles.
12628
12629 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12630
12631         * message.el (message-cite-reply-above): New variable.
12632         (message-yank-original): Use it.
12633
12634 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12635
12636         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12637
12638 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12639
12640         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12641         as read.
12642
12643         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12644
12645 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12646
12647         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12648         (gnus-bookmark-default-file): Use gnus-directory.
12649         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12650         Remove "*" in doc string.
12651         (gnus-bookmark-write-file): Simplify.
12652         (gnus-bookmark-maybe-sort-alist): Use `when'.
12653         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12654         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12655         Add FIXME about Emacs 21 and XEmacs compatibility.
12656         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12657         compatibility.
12658         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12659         compatibility.
12660         (gnus-bookmark-menu-heading): Fix version.
12661
12662 2006-06-19  Bastien Guerry  <bzg@altern.org>
12663
12664         * gnus-bookmark.el: New file.
12665
12666 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12667
12668         * message.el (message-syntax-checks): Doc fix.
12669
12670 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12671
12672         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12673         unsubscribed groups as if they were killed ones.  It causes duplicate
12674         entries in gnus-newsrc-alist.
12675
12676 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12677
12678         * message.el (message-syntax-checks): Doc fix.
12679         (message-send-mail): Add check for continuation headers.
12680         (message-check-news-header-syntax): Fix regexp used to check for
12681         continuation headers.
12682
12683 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12684
12685         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12686
12687 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12688
12689         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12690
12691 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12692
12693         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12694         default-truncate-lines.
12695
12696 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12697
12698         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12699         to fill the utf-8 entry.
12700
12701         * lpath.el: Fbind unicode-precedence-list.
12702
12703 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12704
12705         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12706
12707 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12708
12709         * gnus-agent.el (directory-files-and-attributes): Move all the way
12710         forward (the third and final move).
12711         (gnus-agent-read-agentview): Trap reconstruction errors due to
12712         nonexistent directory.  Handle by returning nil.
12713
12714 2006-05-30  Didier Verna  <didier@xemacs.org>
12715
12716         * message.el (message-dont-reply-to-names): Update the custom type.
12717         * message.el (message-dont-reply-to-names): New defsubst: potentially
12718         convert a list of regexps into a single one.
12719         * message.el (message-get-reply-headers): Use it.
12720         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12721
12722 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12723
12724         * gnus-agent.el (directory-files-and-attributes): Move forward.
12725
12726 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12727
12728         * gnus-ml.el (gnus-mailing-list-subscribe)
12729         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12730         (gnus-mailing-list-message): Fix doc strings.
12731
12732 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12733
12734         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12735         of doing it manually.
12736
12737 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12738
12739         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12740         comment.
12741
12742 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12743
12744         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12745         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12746         (gnus-agent-read-local): All symbols allocated in my-obarray.
12747         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12748         (gnus-agent-regenerate-group): Check numeric names to see if they are
12749         messages or groups.
12750         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12751         better way of do this...)
12752
12753         * gnus-cache.el (gnus-agent-total-fetched-for):
12754         Ignore 'dummy.group' (there should be a better way of do this...)
12755
12756 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12757
12758         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12759         (gnus-saved-headers): Ditto.
12760         (gnus-default-article-saver): Mention functions may have properties.
12761         (gnus-article-save): Override gnus-save-all-headers and
12762         gnus-saved-headers by :headers property which saver function may have.
12763         (gnus-summary-save-in-file): Add :headers property.
12764         (gnus-summary-write-to-file): Ditto.
12765
12766         * gnus-sum.el (gnus-summary-save-article): Bind
12767         gnus-prompt-before-saving to t when saving many articles in a file;
12768         always show all headers.
12769
12770         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12771
12772 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12773
12774         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12775         marks.
12776
12777         * message.el (message-indent-citation): Add optional arguments to allow
12778         using it outside of message buffers.
12779
12780         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12781         (gnus-article-treat-unfold-headers): Use it.
12782         (gnus-article-truncate-lines): New variable.
12783         (gnus-article-mode): Use it.
12784         (gnus-article-toggle-truncate-lines): New function.
12785
12786         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12787         Add gnus-article-toggle-truncate-lines.
12788
12789         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12790         coding system in XEmacs, use binary.
12791
12792 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12793
12794         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12795         after-load-alist.
12796
12797         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12798         this function should save decoded articles.
12799         (gnus-summary-write-to-file): Use property to specify this function
12800         should save decoded articles and specify gnus-summary-save-in-file
12801         should be used to save articles other than the first one when saving
12802         many articles.
12803         (gnus-summary-save-body-in-file): Use property to specify this
12804         function should save decoded articles.
12805         (gnus-summary-write-body-to-file): Use property to specify this
12806         function should save decoded articles and specify
12807         gnus-summary-save-body-in-file should be used to save articles other
12808         than the first one when saving many articles.
12809
12810         * gnus-sum.el (gnus-summary-save-article): Simplify.
12811
12812 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12813
12814         * gnus-art.el (gnus-default-article-saver):
12815         Add gnus-summary-write-body-to-file.
12816         (gnus-article-save-coding-system): Don't use coding system object
12817         in XEmacs.
12818         (gnus-read-save-file-name): Add optional `dir-var' argument which
12819         specifies directory in which files are saved; work even if optional
12820         `variable' argument is not specified.
12821         (gnus-summary-write-to-file): Read file name.
12822         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12823         (gnus-summary-write-body-to-file): New function.
12824
12825         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12826         (gnus-summary-local-variables): Add it.
12827         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12828         (gnus-summary-save-article): Remove optional `decode' argument;
12829         determine whether to decode articles by the value of
12830         gnus-default-article-saver; when saving many files using
12831         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12832         it first and use gnus-summary-save-in-file or
12833         gnus-summary-save-body-in-file thereafter unless
12834         gnus-prompt-before-saving is always; move point to article which
12835         will be saved.
12836         (gnus-summary-save-article-file): Revert.
12837         (gnus-summary-write-article-file): Revert.
12838         (gnus-summary-save-article-body-file): Revert.
12839         (gnus-summary-write-article-body-file): New function.
12840
12841 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12842
12843         * gnus-art.el (gnus-default-article-saver): Doc fix.
12844         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12845         from gnus-summary-save-article-coding-system, and default to a
12846         certain coding system.
12847         (gnus-output-to-file): Add coding cookie and encode text according
12848         to gnus-article-save-coding-system; don't use mm-append-to-file.
12849
12850         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12851         gnus-art.el and rename to gnus-article-save-coding-system.
12852         (gnus-summary-save-article): Require gnus-art; don't show all
12853         headers if it decodes articles; don't add coding cookie here;
12854         don't bind mm-text-coding-system-for-write.
12855         (gnus-summary-save-article-file): Save decoded articles.
12856         (gnus-summary-write-article-file): When saving many files, use
12857         gnus-summary-write-to-file first and gnus-summary-save-in-file
12858         thereafter unless gnus-prompt-before-saving is always.
12859         (gnus-summary-save-article-body-file): Save decoded articles.
12860
12861         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12862
12863 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12864
12865         * nnrss.el (nnrss-check-group): Bind hash-index.
12866
12867 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12868
12869         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12870         its hash index.  Store this hash in `nnrss-group-data'.
12871         (nnrss-read-group-data): Update accordingly.
12872
12873 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12874
12875         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12876         entry.
12877
12878         * gnus-sum.el (gnus-summary-make-menu-bar):
12879         Add gnus-article-browse-html-article.
12880
12881 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12882
12883         * gnus-sum.el (gnus-summary-mime-map):
12884         Add gnus-article-browse-html-article.
12885
12886         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12887
12888 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12889
12890         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12891         suitable coding systems in customize.
12892
12893 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12894
12895         * mail-source.el (mail-sources): Fix custom type.
12896
12897 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12898
12899         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12900         (gnus-summary-expire-articles-now): Shorten prompt.
12901
12902         * gmm-utils.el (wid-edit): Require.
12903         (defun-gmm): Rename from `gmm-defun-compat'.
12904         (gmm-image-search-load-path): Use it.
12905         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12906
12907 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12908
12909         * gnus-sum.el (gnus-summary-save-article-coding-system):
12910         New variable.
12911         (gnus-summary-save-article): Add optional `decode' argument.
12912         If it is set and gnus-summary-save-article-coding-system is non-nil,
12913         save decoded article.
12914         (gnus-summary-write-article-file): Save decoded article if
12915         gnus-summary-save-article-coding-system is non-nil.
12916
12917         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12918         type.
12919
12920 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12921
12922         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12923
12924 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12925
12926         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12927         first to test gnus-single-article-buffer which may be buffer-local.
12928
12929         * gnus-sum.el (gnus-summary-setup-buffer):
12930         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12931         group; make gnus-article-buffer, gnus-article-current, and
12932         gnus-original-article-buffer always buffer-local.
12933         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12934         group.
12935         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12936
12937 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12938
12939         * nnml.el (nnml-request-compact-group): Compressed files might not
12940         have .gz extension.
12941
12942 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12943
12944         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12945         (mm-copy-to-buffer): Use with-current-buffer.
12946         (mm-display-part): Simplify.
12947         (mm-inlinable-p): Add optional arg `type'.
12948
12949 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12950
12951         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12952         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12953         Try harder to show the attachment internally or externally using
12954         gnus-mime-view-part-as-type.
12955
12956 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12957
12958         * message.el (message-from-style, message-signature-separator)
12959         (message-user-organization-file, message-send-mail-function)
12960         (message-citation-line-function, message-yank-prefix)
12961         (message-indent-citation-function, message-signature)
12962         (message-signature-file, message-signature-insert-empty-line):
12963         Remove autoloads.
12964
12965         * gnus-art.el (gnus-buttonized-mime-types):
12966         Remove "multipart/signed".  Revert 2006-04-26 change.
12967
12968 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12969
12970         * gnus.el (gnus-version-number): Bump version.
12971
12972 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12973
12974         * gnus.el: No Gnus v0.5 is released.
12975
12976 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12977
12978         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12979         fetching articles by message-id.
12980
12981 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12982
12983         * message.el (hashcash): Require hashcash as normal.
12984
12985         * ecomplete.el (ecomplete-highlight-match-line):
12986         Use point-at-eol.
12987         (ecomplete-highlight-match-line): Use `highlight', because that
12988         face exists in both Emacs and XEmacs.
12989
12990         * message.el (message-display-abbrev): Use point-at-bol.
12991
12992         * mail-source.el: Don't require timer/timer-funcs.
12993
12994         * gnus-async.el: Ditto.
12995
12996         * password.el: Ditto.
12997
12998         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12999
13000         * mm-url.el: Ditto.
13001
13002         * gnus-xmas.el: Don't require timer-funcs.
13003
13004         * mm-util.el: Require timer/timer-funcs.
13005
13006 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13007
13008         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
13009         Close.
13010
13011 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13012
13013         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
13014         unibyte after clear-decrypt function runs.
13015
13016         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
13017         returns as a unibyte string.
13018
13019 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13020
13021         * lpath.el: Revert.
13022
13023         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
13024         (pgg-gpg-process-sentinel): Revert.
13025
13026         * pgg-pgp.el (pgg-pgp-process-region): Revert.
13027         (pgg-pgp-lookup-key): Revert.
13028
13029         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
13030         (pgg-pgp5-lookup-key): Revert.
13031
13032         * pgg.el (pgg-fetch-key): Revert.
13033
13034 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13035
13036         * lpath.el: Fbind string-as-multibyte for XEmacs.
13037
13038         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
13039         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
13040         (mml1991-pgg-encrypt): Ditto.
13041
13042         * pgg-gpg.el (pgg-string-to-multibyte): New function.
13043         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
13044         a multibyte buffer.
13045
13046         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
13047         (pgg-pgp-lookup-key): Ditto.
13048
13049         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
13050         (pgg-pgp5-lookup-key): Ditto.
13051
13052         * pgg.el (pgg-fetch-key): Ditto.
13053
13054 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
13055
13056         * message.el (message-user-organization-file): Check several
13057         locations of the organization file.
13058
13059         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
13060         Add gnus-article-view-part-as-type.
13061
13062         * gnus-art.el (gnus-article-view-part-as-type): New function.
13063
13064         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
13065         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
13066
13067         * mml.el: Simplify autoload.
13068         (mml-mode): defvar dnd-protocol-alist instead of using
13069         symbol-value.
13070         (mml-default-directory): New variable.
13071         (mml-minibuffer-read-file): Use it.
13072         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
13073
13074         * message.el (message-citation-line-format): New variable.
13075         (message-insert-formated-citation-line): New function.
13076         (message-citation-line-function):
13077         Add `message-insert-formated-citation-line' to custom type.
13078
13079         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
13080         to doc string.
13081
13082         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
13083         depending on mm-verify-option.
13084
13085 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13086
13087         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
13088         binding pgg-* variables; reimplement the section which prevents
13089         MIME header from being signed.
13090         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
13091         pgg-text-mode; remove a blank line at the top of body.
13092
13093         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
13094         lines at the top of body; use gnus-newsgroup-charset if there's no
13095         Charset header.
13096
13097 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13098
13099         * message.el (message-self-insert-commands): Doc fix.
13100
13101         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
13102         (mm-uu-pgp-encrypted-test): Ditto.
13103         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
13104         between header and body; return application/pgp-encrypted handle
13105         if decryption failed; decode decrypted body by charset.
13106
13107         * mm-decode.el (mm-automatic-display): Don't make application/pgp
13108         element match to application/pgp-*.
13109
13110 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13111
13112         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
13113         HTML.
13114
13115 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13116
13117         * mail-source.el (mail-source-call-script): Message the error
13118         string.
13119
13120 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13121
13122         * gnus-util.el (gnus-byte-compile): Use it.
13123
13124 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
13125
13126         * gnus-util.el (kill-empty-logs): New function.
13127
13128 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13129
13130         * message.el (message-mail-alias-type): Doc fix.
13131         (message-mail-alias-type-p): New function.
13132         (message-send): Use it.
13133         (message-mode): Ditto.
13134         (message-strip-forbidden-properties): Ditto.
13135
13136         * ecomplete.el (ecomplete-database-file-coding-system):
13137         New variable.
13138         (ecomplete-save): Use it.
13139         (ecomplete-setup): Use it.
13140
13141 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13142
13143         * message.el (message-self-insert-commands): New variable.
13144         (message-strip-forbidden-properties): Use it.
13145
13146 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13147
13148         * message.el (message-put-addresses-in-ecomplete): Use a regexp
13149         that doesn't make XEmacs choke.
13150
13151 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
13152
13153         * gnus-util.el (gnus-replace-in-string):
13154         Prefer replace-regexp-in-string over of replace-in-string.
13155
13156 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13157
13158         * gnus-util.el (gnus-select-frame-set-input-focus):
13159         Use select-frame-set-input-focus if it is available in XEmacs; use
13160         definition defined in Emacs 22 for old Emacsen.
13161
13162         * dgnushack.el: Autoload unmorse-region for XEmacs.
13163
13164         * lpath.el: Bind cursor-in-non-selected-windows and
13165         select-frame-set-input-focus for XEmacs.
13166
13167 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13168
13169         * mm-view.el (mm-inline-text): Use equal instead of equalp.
13170
13171 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
13172
13173         * gnus-registry.el (gnus-registry-cache-save): Remove text
13174         properties when saving via the temp buffer.
13175
13176 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13177
13178         * message.el (message-generate-hashcash): Honor custom type.
13179
13180 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13181
13182         * message.el (message-generate-hashcash): Default to non-nil when
13183         hashcash is found.
13184
13185         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
13186         (gnus-refer-thread-limit): Increase default to 500.
13187
13188         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
13189
13190         * flow-fill.el (fill-flowed): Allow delete-space.
13191
13192 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13193
13194         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13195         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
13196         Remove autoloads.
13197
13198 2006-04-18  Simon Josefsson  <jas@extundo.com>
13199
13200         * message.el (message-generate-hashcash): Default to.
13201
13202 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13203
13204         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13205         concatenating segments rather than before concatenating them.
13206
13207 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13208
13209         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
13210
13211 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13212
13213         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
13214
13215         * message.el (message-forward-make-body-plain):
13216         Allow message-forward-ignored-headers to be a list.
13217         (message-remove-ignored-headers): Factor out into function.
13218         (message-forward-make-body-mml): Use it.
13219
13220         * imap.el (imap-quote-specials): New function.
13221         (imap-login-auth): Quote specials.
13222
13223         * rfc2231.el (rfc2231-parse-string): Remove dead code.
13224         (rfc2231-parse-string): Allow concatanation of parameters that
13225         aren't contiguous.  The test case is
13226           (mail-header-parse-content-type "message/external-body;
13227             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
13228             access-type=LOCAL-FILE;
13229             name*1*=plugh%2fhello-sailor%2fbing.pdf")
13230
13231 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13232
13233         * nntp.el (nntp-accept-process-output): Return the value of
13234         `nnheader-accept-process-output'.
13235
13236 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13237
13238         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
13239         (gnus-button-alist): Recognize more diff formats.
13240         (gnus-button-patch): Strip directory.
13241
13242 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13243
13244         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
13245         Emacs 22 when setting focus.
13246
13247 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13248
13249         * gnus-art.el (gnus-article-treat-types): Do treatment of
13250         text/x-verbatim parts.
13251         (gnus-button-patch): New command.
13252
13253         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
13254         addresses that contain invalid characters.
13255
13256 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13257
13258         * message.el (message-put-addresses-in-ecomplete):
13259         Use gnus-replace-in-string.
13260         (message-is-yours-p): Use the more correct
13261         mail-header-parse-address instead of
13262         mail-extract-address-components.
13263         (message-put-addresses-in-ecomplete): Fix typo.
13264
13265         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
13266         keystroke.
13267
13268         * gnus-art.el (gnus-treatment-function-alist): Change order of
13269         newsgroups/generic header folding to avoid double-folding.
13270
13271         * message.el (message-hidden-headers): Add X-Draft-From.
13272
13273         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
13274         New command.
13275         (gnus-summary-repeat-search-article-backward): New command.
13276
13277         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
13278         groups in the parent topic.
13279
13280 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
13281
13282         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
13283         (spam-extra-header-to-number): Return the CRM114 number as a
13284         number instead of a string.
13285
13286 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13287
13288         * gnus-art.el (gnus-face-properties-alist): Move here from
13289         gnus-fun.
13290
13291         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
13292
13293 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13294
13295         * message.el (message-strip-forbidden-properties): Only display on
13296         self-insert-command.
13297
13298         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
13299         reindent.
13300         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
13301
13302 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
13303
13304         * smiley.el (smiley-style): Fix typo.
13305
13306 2006-03-23  Kenichi Handa  <handa@m17n.org>
13307
13308         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
13309         instead of set-buffer-multibyte.
13310
13311 2006-03-23  Kenichi Handa  <handa@m17n.org>
13312
13313         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13314         buffer and then decode the buffer text if necessary.
13315         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13316         first, and after mm-encode-body, change the buffer to unibyte.
13317
13318 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13319
13320         * hashcash.el (hashcash-insert-payment-async-2):
13321         Use message-goto-eoh instead of doing it manually.
13322         (mail-add-payment): Use message-narrow-to-header instead of trying
13323         to do the same itself.
13324
13325         * message.el (message-hidden-headers): Add Face.
13326
13327         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
13328         reparenting code.
13329         (gnus-summary-reparent-children): Refactored out code.
13330         (gnus-summary-thread-map): New keystroke.
13331         (gnus-summary-reparent-children): Make into command.
13332
13333         * smiley.el (smiley-style): Default to `medium' if using a large
13334         font.
13335
13336         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
13337         does it itself.
13338
13339         * message.el (message-point-in-header-p): Simplify definition.
13340
13341 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13342
13343         * nnagent.el (nnagent-request-set-mark): Silence log file
13344         writing.
13345         (nnagent-request-set-mark): Use write-region instead of
13346         append-to-file.
13347
13348         * gnus-sum.el (gnus-read-header): Fudge article number if using a
13349         strange select method.
13350
13351         * ecomplete.el (ecomplete-display-matches): Get highlightling
13352         right.
13353         (ecomplete-display-matches): Use literals.
13354         (ecomplete-display-matches): Disable message logging.
13355
13356         * message.el (message-display-abbrev): Small optimization.
13357
13358         * ecomplete.el (ecomplete-display-matches): Allow automatic
13359         display.
13360
13361         * message.el (message-strip-forbidden-properties):
13362         Display abbrevs.
13363         (message-display-abbrev): Get automatic display right.
13364
13365         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
13366         keystrokes.
13367
13368 2006-04-13  Romain Francoise  <romain@orebokech.com>
13369
13370         TODO: Backport to v5-10!
13371
13372         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
13373         Move here (and rename) from gnus-registry.el.
13374
13375         * gnus-registry.el: Require gnus-util.
13376         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
13377
13378 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13379
13380         * gnus-group.el (gnus-group-catchup-current):
13381         Change if-then-else-if-then-else into cond.
13382         (gnus-group-catchup): Indent.
13383         (group-name-at-point): New function.
13384         (gnus-fetch-group): Provide default from thing at point.
13385
13386 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13387
13388         * message.el (message-display-abbrev): Fix regexp.
13389
13390         * ecomplete.el (ecomplete-highlight-match-line):
13391         Reimplement choosing.
13392         (ecomplete-highlight-match-line): Fix up code rewrite, remove
13393         dead variables.
13394
13395         * message.el (message-newline-and-indent): Remove debugging.
13396         (message-display-abbrev): Use new implementation.
13397
13398 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13399
13400         * gnus-art.el (gnus-article-mode):
13401         Set cursor-in-non-selected-windows to nil.
13402
13403         * smiley.el: Revert previous change.
13404         (smiley-data-directory): defvar it before using it in the
13405         defcustom of `smiley-style'.
13406
13407 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13408
13409         * message.el (message-newline-and-indent): New function.
13410
13411         * ecomplete.el: Implement more bits.
13412
13413         * message.el (message-put-addresses-in-ecomplete): Clean up the
13414         string.
13415
13416         * ecomplete.el (ecomplete-add-item): Chop off decimals.
13417
13418         * gnus-sum.el (gnus-summary-save-parts):
13419         Bind gnus-summary-save-parts-counter and use it to make unique file
13420         names.
13421
13422         * gnus-art.el (gnus-ignored-headers): Add some more headers.
13423
13424         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
13425         parameter to say whether to actually parse the individual
13426         addresses.
13427
13428         * message.el (message-put-addresses-in-ecomplete): New function.
13429         (ecomplete): Require.
13430         (message-mail-alias-type): Add ecomplete as an option.
13431
13432 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
13433
13434         * flow-fill.el (fill-flowed): Remove trailing space from blank
13435         quoted lines.
13436
13437 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13438
13439         * smiley.el (smiley-style): Move definition later to avoid a
13440         compilation warning.
13441
13442 2006-04-12  Kenichi Handa  <handa@m17n.org>
13443
13444         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13445         buffer and then decode the buffer text if necessary.
13446         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13447         first, and after mm-encode-body, change the buffer to unibyte.
13448         Use mm-disable-multibyte instead of set-buffer-multibyte.
13449
13450 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13451
13452         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
13453         Content-Type header instead of Content-Disposition header.
13454         (gnus-mime-inline-part): Ditto.
13455         (gnus-mime-view-part-as-charset): Ignore charset that the part
13456         specifies.
13457
13458         * mm-decode.el (mm-display-part): Work with external parts and
13459         usual parts similarly.
13460
13461         * mm-extern.el (mm-inline-external-body): Use mm-display-part
13462         instead of gnus-display-mime.
13463
13464         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
13465         instead of with-temp-buffer.
13466
13467         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
13468         tag to summarized topics part in order to encode non-ASCII text.
13469
13470 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13471
13472         * smiley.el (smiley-style): New variable.
13473         (smiley-directory): New function.
13474         (smiley-data-directory): Derive from `smiley-style' using
13475         `smiley-directory'.
13476         (smiley-regexp-alist): Add new entries.
13477
13478         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
13479         (gnus-article-browse-delete-temp): Add :version.
13480
13481 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
13482
13483         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
13484         the sieve region.
13485
13486 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13487
13488         * gnus.el (gnus-version-number): Bump version.
13489
13490 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13491
13492         * gnus.el: No Gnus v0.4 is released.
13493
13494 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13495
13496         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13497         layout.
13498
13499         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13500         unknown charset.
13501
13502         * message.el (message-header-synonyms): Add Original-To to the
13503         default.
13504
13505         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13506         optional parameter.
13507
13508 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13509
13510         * gnus-fun.el (gnus): Require it for gnus-directory.
13511
13512 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13513
13514         * gnus-fun.el (gnus-face-properties-alist): Add :version.
13515
13516 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13517
13518         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13519
13520 2006-04-05  Simon Josefsson  <jas@extundo.com>
13521
13522         * password.el (password-reset): New function.
13523
13524 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13525
13526         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13527         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13528
13529 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13530
13531         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13532         Some whitespace was matched into the url, which broke browsing hits
13533         > 100 when mm-url-use-external was nil.
13534
13535 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13536
13537         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13538         Check gnus-extra-headers for 'Newsgroups.
13539
13540         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13541         bound.
13542
13543 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13544
13545         * pgg-gpg.el: Clean up process buffers every time gpg processes
13546         complete.
13547
13548 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13549
13550         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13551         doc string.
13552
13553 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13554
13555         * pgg-gpg.el (pgg-gpg-process-filter)
13556         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13557
13558         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13559         lines, temporary fix.
13560
13561 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13562
13563         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13564
13565 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13566
13567         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13568         default-enable-multibyte-characters.  This reverts the change from
13569         revision 6.17 which is no longer necessary because the passphrase
13570         is sent separately now.  GnuPG messages are unreadable under
13571         multibyte locales with default-enable-multibyte-characters set to
13572         nil.
13573
13574 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13575
13576         * message.el (message-tool-bar-gnome): Move "spell".
13577
13578 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13579
13580         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13581         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13582         instead.
13583
13584 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13585
13586         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13587         Improve newsgroups handling for NNTP overviews which don't include
13588         Newsgroups.
13589
13590 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13591
13592         * message.el (message-resend): Bind message-generate-hashcash to nil.
13593
13594 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13595
13596         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13597         when searching for already-paid recipients.
13598
13599 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13600
13601         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13602         passphrases when it is not needed.
13603         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13604         passphrase stuff from gpg, should only be necessary when you use
13605         gpg with a smartcard.
13606
13607 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13608
13609         * mml.el (mml-insert-mime): Ignore cached contents of
13610         message/external-body part.
13611
13612         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13613         (mm-insert-part): Ditto.
13614
13615 2006-03-23  Simon Josefsson  <jas@extundo.com>
13616
13617         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13618         Reiner.
13619         (pgg-gpg-use-agent-p): Use it again.
13620
13621 2006-03-23  Simon Josefsson  <jas@extundo.com>
13622
13623         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13624         older emacsen.
13625         (pgg-gpg-use-agent-p): Don't use it.
13626
13627 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13628
13629         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13630         if we can.
13631
13632 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13633
13634         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13635         (pgg-gpg-update-agent): New function.
13636         (pgg-gpg-use-agent-p): New function.
13637         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13638         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13639         (pgg-gpg-sign-region): Use it.
13640
13641 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13642
13643         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13644         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13645
13646 2006-03-21  Simon Josefsson  <jas@extundo.com>
13647
13648         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13649         <wilde@sha-bang.de>.
13650         (pgg-gpg-use-agent): New variable.
13651         (pgg-gpg-process-region): Use it.
13652         (pgg-gpg-encrypt-region): Likewise.
13653         (pgg-gpg-encrypt-symmetric-region): Likewise.
13654         (pgg-gpg-decrypt-region): Likewise.
13655         (pgg-gpg-sign-region): Likewise.
13656         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13657
13658 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13659
13660         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13661
13662         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13663         Add comment on version.
13664
13665 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13666
13667         * smiley.el: Add missing test smiley.
13668
13669 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13670
13671         * mm-decode.el (mm-with-part): New macro.
13672         (mm-get-part): Use it; work with message/external-body as well.
13673         (mm-save-part): Treat name and filename equally.
13674
13675         * mm-extern.el (mm-extern-cache-contents): New function.
13676         (mm-inline-external-body): Use it; force the part to be displayed;
13677         move undisplayer added to the cached handle to the parent.
13678
13679         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13680         (gnus-mime-view-part-as-type): Work with message/external-body.
13681
13682         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13683
13684 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13685
13686         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13687         images in image-load-path.  [Sync with image.el, revision 1.60, in
13688         Emacs.]
13689
13690 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13691
13692         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13693         path rather than symbol.  Always return list of directories.
13694         Guarantee that image directory comes first.  [Sync with image.el,
13695         revision 1.59, in Emacs.]
13696
13697         * message.el (message-make-tool-bar): Adjust to new API of
13698         `gmm-image-load-path-for-library'.
13699
13700         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13701
13702         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13703
13704 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13705
13706         * gnus-art.el (gnus-article-only-boring-p):
13707         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13708         intangible text.
13709         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13710
13711 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13712
13713         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13714         Use `defun' instead of `gmm-defun-compat'.
13715
13716 2006-03-14  Simon Josefsson  <jas@extundo.com>
13717
13718         * message.el (message-unique-id): Don't use message-number-base36
13719         if (user-uid) is a float.
13720         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13721
13722 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13723
13724         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13725
13726         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13727         empty line between a part and a message part.
13728
13729 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13730
13731         * smiley.el: Add more test smileys.
13732         (smiley-data-directory, smiley-regexp-alist)
13733         (gnus-smiley-file-types): Fix doc strings.
13734         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13735         adding new elements.
13736         (smiley-mouse-map): Unused code.  Make it a comment.
13737
13738 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13739
13740         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13741         scan latest NoCeM messages instead of old ones.
13742         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13743         delimiters that are recently used.
13744         (gnus-nocem-load-cache): Add autoload cookie.
13745
13746         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13747
13748         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13749         level which is larger than gnus-use-nocem is specified.
13750
13751         * gnus-group.el (gnus-group-get-new-news): Ditto.
13752
13753 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13754
13755         * gnus-util.el (gnus-tool-bar-update): New function.
13756
13757         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13758         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13759
13760         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13761
13762         * gnus-group.el (gnus-group-redraw-when-idle)
13763         (gnus-group-redraw-check): Remove.
13764         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13765
13766 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13767
13768         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13769         if optional last element is specified in splits (FIELD VALUE...).
13770
13771 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13772
13773         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13774         to gmm-image-load-path-for-library.  Call with no-error argument.
13775         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13776
13777         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13778
13779         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13780
13781         * gmm-utils.el (gmm-image-load-path): Remove alias.
13782
13783 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13784
13785         * gmm-utils.el (gmm-image-load-path): Add alias.
13786
13787         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13788         nnml-generate-nov-databases-1.
13789         (nnml-generate-nov-databases): Use it.
13790         (nnml-generate-nov-databases-directory): Document no-active
13791         argument.
13792
13793         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13794         directory if path is t.  Add no-error.
13795
13796         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13797         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13798
13799         * gnus-art.el (gnus-article-browse-delete-temp-files):
13800         Simplify resetting gnus-article-browse-html-temp-list.
13801
13802         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13803         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13804         Add example to docstring.  Rename local variables.  Move error
13805         checks to default case in cond and simplify.
13806
13807 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13808
13809         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13810         handle is multipart when calling it recursively.
13811         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13812
13813 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13814
13815         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13816         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13817
13818 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13819
13820         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13821         is loaded.
13822
13823         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13824         loaded.
13825
13826 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13827
13828         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13829         to "Emacs 23 (unicode)" in doc string.
13830
13831         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13832         "Emacs 23 (unicode)" in comment.
13833
13834 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13835
13836         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13837
13838         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13839         characters 160 through 255 in Emacs 23.
13840
13841 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13842
13843         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13844         gnus-article-browse-html-temp.
13845         (gnus-article-browse-delete-temp): Make it customizable.
13846         Add `file'.  Adjust doc string.
13847         (gnus-article-browse-delete-temp-files): Add argument.
13848         Allow query for each file.  Adjust doc string.
13849         (gnus-article-browse-html-parts):
13850         Add `gnus-article-browse-delete-temp-files' to
13851         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13852
13853 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13854
13855         * gnus-art.el (gnus-article-browse-html-temp)
13856         (gnus-article-browse-delete-temp): New variables.
13857         (gnus-article-browse-delete-temp-files): New function.
13858         (gnus-article-browse-html-parts): Use it.
13859
13860 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13861
13862         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13863
13864         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13865         string.
13866
13867         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13868         gnus-summary-insert-new-articles when unplugged.
13869         Remove gnus-summary-search-article-forward.
13870
13871         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13872         display-visual-class instead of display-color-cells.
13873
13874 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13875
13876         * dgnushack.el: Autoload customize-group for XEmacs.
13877
13878         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13879         message/* containing non-ASCII text properly.
13880
13881 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13882
13883         * message.el: Require gmm-utils, remove autoloads.
13884         (message-tool-bar): Set default based on
13885         gmm-tool-bar-style.
13886         (message-tool-bar-gnome): Add gmm-customize-mode.
13887
13888         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13889         gmm-tool-bar-style.
13890         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13891
13892         * gnus-group.el (gnus-group-tool-bar): Set default based on
13893         gmm-tool-bar-style.
13894         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13895
13896         * gmm-utils.el (gmm-image-directory): Rename variable from
13897         gmm-image-load-path.
13898         (gmm-image-load-path): Use gmm-image-directory.
13899         (gmm-customize-mode): New function.
13900         (gmm-tool-bar-style): New variable.
13901
13902         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13903         gnus-group-redraw-line-number.
13904         (gnus-group-redraw-check): Simplify.
13905         (gnus-group-tool-bar-update): Remove redraw check.
13906         (gnus-group-make-tool-bar): Add redraw check.
13907
13908 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13909
13910         * gnus-art.el (gnus-button): Add missing parentheses.
13911
13912 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13913
13914         * lpath.el: Fbind line-number-at-pos.
13915
13916 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13917
13918         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13919
13920 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13921
13922         * gnus-art.el (gnus-button): New face.
13923         (gnus-article-button-face): Use it.
13924
13925         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13926         Add gnus-summary-next-page.  Re-order.
13927
13928         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13929         next-node are now included.
13930         (gnus-group-redraw-line-number): New internal variable.
13931         (gnus-group-redraw-check): Helper function for updating the tool
13932         bar.
13933         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13934
13935         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13936
13937         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13938         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13939         Use it to match format of Spamassassin 3.0 and later.
13940         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13941         (spam-check-bogofilter)
13942         (spam-bogofilter-register-with-bogofilter): Fix args of
13943         `gnus-error' calls.
13944
13945 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13946
13947         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13948         unnecessary interaction when sending queued mails.
13949         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13950
13951 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13952
13953         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13954         first or last are nil.
13955
13956 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13957
13958         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13959
13960 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13961
13962         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13963
13964 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13965
13966         * dns.el (query-dns): Protect more against buggy tcp output.
13967
13968 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13969
13970         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13971         nov.php.
13972
13973 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13974
13975         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13976         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13977         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13978         output on the server side.
13979         (nnweb-google-create-mapping): Update regexps and add some
13980         progress indication.
13981
13982 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13983
13984         * gnus-group.el (gnus-group-tool-bar-gnome):
13985         Fix gnus-agent-toggle-plugged.  Re-order icons.
13986         (gnus-group-tool-bar-gnome):
13987         Add gnus-group-{prev,next}-unread-group.
13988         (gnus-group-tool-bar-gnome): Re-order icons.
13989
13990         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13991         Move gnus-summary-insert-new-articles.
13992
13993         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13994         Fix comments.
13995
13996         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13997         also available in Emacs 21.3.
13998
13999         * message.el (message-fix-before-sending): Change "Emacs 22" to
14000         "Emacs 23 (unicode)" in comment.
14001
14002         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
14003         "Emacs 23 (unicode)" in comment.
14004
14005         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
14006         comment.
14007         (mm-coding-system-p): Add comment about no-MULE XEmacs.
14008
14009         * mm-view.el (mm-fill-flowed): Add :version.
14010
14011 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14012
14013         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
14014         and load-path.
14015
14016 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
14017
14018         * message.el: Autoload gmm-image-load-path.
14019         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
14020         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
14021         consitency.
14022
14023         * gmm-utils.el (gmm-image-load-path): Also search in
14024         "../etc/images".  Don't set gmm-image-load-path if we don't find
14025         the image.
14026
14027 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14028
14029         * gmm-utils.el (gmm-image-load-path): Don't make
14030         `gmm-image-load-path' include subdirectories which the second arg
14031         `image' might specify.
14032
14033         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
14034         subdirectory to icon file names.
14035
14036         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
14037
14038 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14039
14040         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
14041         gmm-image-load-path calls.
14042
14043         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14044
14045         * message.el (message-make-tool-bar): Ditto.
14046
14047         * mml.el (mml-preview): Add comment concerning tool bar icons.
14048
14049         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
14050         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
14051
14052         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
14053         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
14054
14055         * message.el (message-tool-bar-gnome): Use new icon names.
14056         (message-make-tool-bar): Use `gmm-image-load-path'.
14057
14058         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
14059         New functions from MH-E.
14060         (gmm-image-load-path): New variable from MH-E.
14061         (gmm-image-load-path): New function from MH-E.  Add arguments
14062         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
14063         *-image-load-path-called-flag.
14064
14065 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
14066
14067         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
14068
14069 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
14070
14071         * nnimap.el (nnimap-request-move-article): Change folder back to
14072         source group before deleting.
14073
14074 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
14075
14076         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
14077
14078         * gnus-art.el (mm-url-insert-file-contents-external):
14079         Autoload mm-url.
14080
14081         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
14082
14083 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14084
14085         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
14086         coding system which mm-charset-to-coding-system returns for a
14087         given charset is valid.
14088
14089 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
14090
14091         * html2text.el (html2text-remove-tag-list):
14092         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
14093
14094 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
14095
14096         * gnus-cus.el: Revert 2005-10-17 change.
14097
14098 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14099
14100         * gnus-art.el (article-strip-banner):
14101         Call article-really-strip-banner only when the regexp match is made.
14102
14103 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14104
14105         * gnus-art.el (article-strip-banner):
14106         Use gnus-extract-address-components instead of
14107         mail-header-parse-addresses to make it work with non-ASCII text;
14108         remove mail-encode-encoded-word-string.
14109
14110         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
14111         values which are surrounded with \"...\"; make it never cause a
14112         Lisp error; give up parsing of parameters if it failed in
14113         extracting type.
14114
14115 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
14116
14117         * smime.el (smime-cert-by-ldap-1): Fix bug where
14118         `smime-ldap-search' returns results without userCertificates.
14119
14120 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14121
14122         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
14123
14124 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14125
14126         * spam.el (spam-check-spamassassin-headers): Adapt format for
14127         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
14128         <ari@mbf.ocn.ne.jp>.
14129         (spam-list-of-processors): Add spam-use-gmane.
14130
14131 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14132
14133         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
14134         make-temp-file; make it work with XEmacs as well.
14135
14136         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
14137         mm-make-temp-file.
14138
14139         * mm-decode.el (mm-display-external): Use the 3rd arg of
14140         mm-make-temp-file.
14141         (mm-create-image-xemacs): Ditto.
14142
14143 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14144
14145         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
14146         with message-narrow-to-headers.
14147         (gnus-draft-setup): Narrow to header to run message-fetch-field.
14148         (gnus-draft-check-draft-articles): New function.
14149         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
14150
14151 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14152
14153         * gnus-art.el (gnus-article-browse-html-parts):
14154         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
14155         Don't use suffix argument for mm-make-temp-file for Emacs 21
14156         compatibility.  Remove useless `format'.
14157
14158 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14159
14160         * nnweb.el (nnweb-google-wash-article): Update regexps.
14161         (nnweb-group-alist): Use defvoo instead of defvar.
14162
14163 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14164
14165         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
14166         re-loading nn* modules.
14167
14168 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14169
14170         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
14171         for `tool-bar-mode' and don't check it's default-value.
14172
14173         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14174
14175         * message.el (message-make-tool-bar): Ditto.
14176
14177         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
14178         `substring'.  Shorten tmp-file name.
14179
14180         * gnus.el: Remove bogus comment.
14181
14182 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
14183
14184         * gnus-art.el (gnus-article-browse-html-parts): New function.
14185         (gnus-article-browse-html-article): New function for viewing html
14186         articles with a browser.
14187
14188 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
14189
14190         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
14191         in elisp.
14192         (pgg-gpg-encrypt-symmetric-region): Ditto.
14193         (pgg-gpg-sign-region): Ditto.
14194
14195         * pgg-def.el (pgg-text-mode): New variable.
14196
14197         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
14198         (mml2015-pgg-encrypt): Ditto.
14199
14200         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
14201         (mml1991-pgg-encrypt): Ditto.
14202
14203 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14204
14205         * nnfolder.el (nnfolder-insert-newsgroup-line):
14206         Use message-make-date instead of current-time-string.
14207
14208         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
14209         to gnus-decoded which mm-uu might set.
14210
14211 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14212
14213         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
14214         don't decode quoted parameters; remove misimported Emacs code.
14215         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14216         (rfc2231-decode-encoded-string): Don't use split-string which
14217         behaves differently according to Emacs version; use
14218         mm-decode-coding-region to convert charset to coding-system.
14219         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14220         (rfc2231-encode-string): Remove misimported Emacs code.
14221
14222 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14223
14224         * gnus-art.el (article-decode-charset): Don't use ignore-errors
14225         when calling mail-header-parse-content-type.
14226         (article-de-quoted-unreadable): Ditto.
14227         (article-de-base64-unreadable): Ditto.
14228         (article-wash-html): Ditto.
14229
14230         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
14231         calling mail-header-parse-content-type and
14232         mail-header-parse-content-disposition.
14233         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
14234         mail-header-parse-content-type.
14235
14236         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
14237         insert charset and format parameters; encode description after
14238         inserting it to buffer.
14239         (mml-insert-parameter): Fold lines properly even if a parameter is
14240         segmented into two or more lines; change the max column to 76.
14241
14242         * rfc1843.el (rfc1843-decode-article-body): Don't use
14243         ignore-errors when calling mail-header-parse-content-type.
14244
14245         * rfc2231.el (rfc2231-parse-string): Return at least type if
14246         possible; don't cause an error even if it fails in parsing of
14247         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14248         (rfc2231-encode-string): Don't break lines at the beginning, leave
14249         it to mml-insert-parameter.
14250
14251         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
14252         calling mail-header-parse-content-type.
14253
14254 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
14255
14256         * spam-report.el (spam-report-gmane-use-article-number):
14257         Improve doc string.
14258         (spam-report-gmane-internal): Check if a suitable header was found
14259         in the article.
14260
14261 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14262
14263         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
14264         (rfc2231-encode-string): Make param*=value always begin with LWSP.
14265
14266 2006-02-05  Romain Francoise  <romain@orebokech.com>
14267
14268         Update copyright notices of all files in the gnus directory.
14269
14270 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14271
14272         * nnweb.el (nnweb-request-group): Avoid growing overview files.
14273
14274 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14275
14276         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
14277         segmented lines of parameter value to cope with Thunderbird 1.5
14278         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
14279         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14280         (rfc2231-encode-string): Don't make lines exceeding 76 column.
14281
14282 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
14283
14284         * mml.el (mml-generate-mime-1): Correct the order of inline signed
14285         parts.
14286
14287 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14288
14289         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
14290         there's only one active file for all servers.
14291         (nnweb-request-scan): Make sure nnweb-articles is initialized on
14292         solid groups.  Gnus might have used a FAST request to select the group.
14293         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
14294         and nnweb-search redundantly in the active file.
14295         (nnweb-request-list): Don't list bogus groups.  There can only be one.
14296         (nnweb-request-create-group): Don't use ARGS.
14297         (nnweb-possibly-change-server, nnweb-request-group): Remove some
14298         initialisations.  Let nnoo do the work.
14299
14300 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14301
14302         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
14303         Say the part has been decoded.
14304
14305         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
14306
14307 2006-01-31  Kevin Ryde  <user42@zip.com.au>
14308
14309         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
14310         mailcap-viewer-test-cache when there's no 'test clause, since that
14311         will invert the meaning of a "nil" test previously determined by
14312         mailcap-mailcap-entry-passes-test.
14313
14314 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14315
14316         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
14317         compiling.
14318
14319         * gnus-sum.el: Ditto.
14320
14321         * message.el: Don't bind tool-bar-map when compiling.
14322
14323 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
14324
14325         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
14326
14327 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14328
14329         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
14330         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
14331         current Google Groups.
14332
14333 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
14334
14335         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
14336         and tool-bar-mode.
14337
14338         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
14339         and tool-bar-mode.
14340
14341         * message.el (message-tool-bar-update): Simplify.
14342         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
14343
14344         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
14345         gnus-summary-buffer.
14346         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
14347         gnus-summary-reply.
14348
14349         * gmm-utils.el (gmm): Add :version.
14350
14351 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14352
14353         * Makefile.in (clean): New rule.
14354         (distclean): Use it.
14355
14356 2006-01-26  Steve Youngs  <steve@sxemacs.org>
14357
14358         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
14359         Don't autoload.
14360
14361 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14362
14363         * gmm-utils.el (gmm-verbose): Add :group.
14364
14365 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
14366
14367         * message.el: Change some comments WRT tool-bars.
14368
14369         * gnus-sum.el (gnus-summary-tool-bar)
14370         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
14371         (gnus-summary-tool-bar-zap-list): New variables.
14372         (gnus-summary-make-tool-bar): Complete rewrite using
14373         `gmm-tool-bar-from-list'.
14374
14375         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
14376         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
14377         New variables.
14378         (gnus-group-make-tool-bar): Complete rewrite using
14379         `gmm-tool-bar-from-list'.
14380         (gnus-group-tool-bar-update): New function.
14381
14382         * message.el (message-mode-field-menu): Add "Show hidden Headers".
14383
14384 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14385
14386         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
14387         is dissected into a single part of which the type is the same as
14388         the given one; decode charset.
14389
14390 2006-01-21  Kevin Ryde  <user42@zip.com.au>
14391
14392         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
14393         into alists as symbol not string, since that's what
14394         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
14395         look for.
14396
14397 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
14398
14399         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
14400         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
14401
14402         * message.el (message-tool-bar-gnome): Use gmm-ignore.
14403
14404 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14405
14406         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
14407         (gnus-xmas-mime-security-button-menu): New function.
14408
14409         * gnus-art.el (gnus-mime-security-button-commands): New variable.
14410         (gnus-mime-security-button-menu): New definition.
14411         (gnus-mime-security-button-map): Use them.
14412         (gnus-mime-security-button-menu): New function.
14413         (gnus-insert-mime-security-button): Addition to help echo.
14414         (gnus-mime-security-run-function, gnus-mime-security-save-part)
14415         (gnus-mime-security-pipe-part): New functions.
14416
14417         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
14418         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
14419
14420         * mm-decode.el (mm-handle-set-disposition): Remove.
14421         (mm-handle-set-description): Remove.
14422
14423 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14424
14425         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
14426         (mm-w3m-standalone-supports-m17n-p): New function.
14427         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
14428         w3m usage.
14429
14430         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
14431         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
14432
14433 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14434
14435         * message.el (message-tool-bar-zap-list):
14436         Use gmm-tool-bar-zap-list as custom type.
14437         (message-tool-bar-update): New function.
14438         (message-tool-bar, message-tool-bar-gnome)
14439         (message-tool-bar-retro): Add message-tool-bar-update.
14440         (message-tool-bar-gnome): Add flyspell-buffer.
14441
14442         * gnus-util.el (gnus-error): Describe `args'.
14443
14444         * gmm-utils.el (gmm-error): Describe `args'.
14445         (gmm-tool-bar-zap-list): New widget.
14446         (gmm-tool-bar-from-list): Improve description of `zap-list'.
14447
14448 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14449
14450         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
14451         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
14452         the number of recursive calls.
14453
14454         * mm-decode.el (mm-handle-set-disposition): New macro.
14455         (mm-handle-set-description): New macro.
14456
14457 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14458
14459         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
14460         encoding.
14461
14462 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14463
14464         * message.el (message-tool-bar-zap-list, message-tool-bar)
14465         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
14466         (message-tool-bar-local-item-from-menu): Remove.
14467         (message-tool-bar-map): Replace by `message-make-tool-bar'.
14468         (message-make-tool-bar): New function.
14469         (message-mode): Use `message-make-tool-bar'.
14470
14471         * gmm-utils.el: New file.
14472         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
14473         (gmm-lazy): New widget copied from `nnmail.el'.
14474         (gmm-tool-bar-from-list): New function for creating customizable
14475         tool bars.
14476         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
14477         output.
14478         (gmm): Add :prefix to defgroup.
14479
14480 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
14481
14482         * gmm-utils.el (gmm-widget-p): New function.
14483
14484 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14485
14486         * mml.el (mml-attach-file): Describe `description' in doc string.
14487         (mml-menu): Add Emacs MIME manual and PGG manual.
14488
14489 2006-01-20  Richard M. Stallman  <rms@gnu.org>
14490
14491         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
14492
14493 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
14494
14495         * nntp.el (nntp-end-of-line): Doc fix.
14496
14497 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
14498
14499         * imap.el (imap-open): Handle case where buffer is a buffer
14500         object.
14501
14502 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14503
14504         * gnus-delay.el (gnus-delay): Don't autoload.
14505         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14506         to be re-loaded when customizing the `gnus-delay' group.
14507
14508 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
14509
14510         * message.el (message-insert-citation-line): Use newlines.
14511
14512 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14513
14514         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14515         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
14516         these routines, so the passphrase can be managed externally and
14517         passed in to the system.
14518         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14519         pgg-add-passphrase-to-cache function.
14520
14521         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14522         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
14523         these routines, so the passphrase can be managed externally and
14524         passed in to the system.
14525         (pgg-pgp5-sign-region): Use new name of
14526         pgg-add-passphrase-to-cache function.
14527
14528 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14529
14530         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14531         part of the decoded armor to find the key-identifier.
14532         (pgg-gpg-lookup-key-owner): New function to return the
14533         human-readable identifier of a key owner.
14534         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
14535         itself.
14536         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14537         the key value) if we have a key and can match it against a secret
14538         key.  Also, added a note pointing out fact that the prompt only
14539         indicates the first matching key.
14540
14541         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
14542         pgg-decrypt-region.
14543         (pgg-add-passphrase-to-cache): Rename from
14544         `pgg-add-passphrase-cache' to reduce confusion (all callers
14545         changed).
14546         (pgg-remove-passphrase-from-cache): Rename from
14547         `pgg-remove-passphrase-cache' to reduce confusion (all callers
14548         changed).
14549         (pgg-read-passphrase, pgg-add-passphrase-cache)
14550         (pgg-remove-passphrase-cache): Add informative docstrings.
14551         (pgg-decrypt): Convey provided passphrase in subordinate call to
14552         pgg-decrypt-region.
14553
14554 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
14555
14556         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14557         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14558         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14559         'passphrase' argument, so the passphrase can be managed externally
14560         and then passed in to the system.
14561
14562         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14563         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
14564         so the passphrase cache can be used reliably with identifiers
14565         besides a pgp packet's key id.
14566
14567         * pgg-gpg.el (pgg-gpg-encrypt-region)
14568         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14569         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
14570         these routines, so the passphrase can be managed externally and
14571         passed in to the system.
14572
14573         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14574         'notruncate' argument, so the passphrase cache can be used
14575         reliably with identifiers besides a pgp packet's key id.
14576
14577 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
14578
14579         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14580         symmetric encryption.
14581         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14582         encrypted session key.
14583         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14584         message ask for the passphrase in a proper way.
14585
14586         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14587         New user commands for symmetric encryption.
14588
14589 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14590
14591         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14592
14593         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14594
14595 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14596
14597         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14598
14599 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14600
14601         * mm-decode.el (mm-inlined-types): Add application/pgp.
14602         (mm-automatic-display): Ditto.
14603
14604         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14605         part as text.
14606
14607 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14608
14609         * nnrss.el: Update copyright.
14610         (nnrss-opml-import): Query whether to subscribe to each entry.
14611
14612         * gnus-art.el:
14613         * gnus-sum.el:
14614         * gnus-xmas.el:
14615         * messagexmas.el:
14616         * mm-uu.el:
14617         * mm-view.el: Update copyright.
14618
14619 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14620
14621         * message.el (message-info): New function.
14622         (message-mode-menu): Add it.
14623         Update copyright.
14624
14625         * ChangeLog: Fix and update copyright.
14626
14627 2006-01-13  Romain Francoise  <romain@orebokech.com>
14628
14629         * message.el (message-forward-subject-name-subject): Prefer the
14630         address to 'nowhere' if the sender has no name.
14631         Fix typo.  Update copyright year.
14632
14633 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14634
14635         * gnus-art.el (article-wash-html):
14636         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14637         (gnus-article-wash-html-with-w3m-standalone): New function.
14638
14639         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14640         mm-inline-text-html-render-with-w3m-standalone.
14641         (mm-text-html-washer-alist): Map w3m-standalone to
14642         gnus-article-wash-html-with-w3m-standalone.
14643         (mm-inline-text-html-render-with-w3m-standalone): New function.
14644
14645 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14646
14647         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14648         Improve LaTeX.
14649
14650 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14651
14652         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14653         (nnrss-request-article): Render text/plain parts as HTML.
14654
14655         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14656         the buffer.
14657
14658 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14659
14660         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14661         custom definition of `gnus-posting-styles'.
14662
14663         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14664         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14665
14666 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14667
14668         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14669         Use nntp for bug archive.
14670
14671 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14672
14673         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14674         parts.
14675         (nnrss-normalize-date): New function converts ISO 8601 date into
14676         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14677         (nnrss-check-group): Use it.
14678
14679 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14680
14681         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14682
14683         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14684         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14685         (nnrss-insert-w3): Ditto.
14686
14687 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14688
14689         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14690         the articles to be forwarded including the case where neither a
14691         number of articles nor a region is specified.
14692
14693 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14694
14695         * nnrss.el (nnrss-request-article): Fix last change; fill
14696         text/plain parts.
14697
14698 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14699
14700         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14701         in text/plain part.
14702         (nnrss-check-group): Don't add excessive newline to dc:subject.
14703
14704 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14705
14706         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14707         article.
14708
14709 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14710
14711         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14712         (nnml-use-compressed-files, nnml-save-mail): Support other
14713         comression programs such as bzip2.
14714
14715 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14716
14717         * dns.el (query-dns): Make sure we check the buffer size before
14718         removing tcp headers.
14719
14720 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14721
14722         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14723         remove MIME buttons associated with multipart/alternative parts.
14724         (gnus-mime-display-alternative): Tag buttons using `article-type'
14725         text property.
14726
14727         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14728         associated with multipart/alternative parts.
14729
14730         * gnus-art.el (gnus-signature-separator): Fix custom type.
14731
14732         * mm-decode.el (mm-inlined-types): Fix custom type.
14733         (mm-keep-viewer-alive-types): Ditto.
14734         (mm-automatic-display): Ditto.
14735         (mm-attachment-override-types): Ditto.
14736         (mm-inline-override-types): Ditto.
14737         (mm-automatic-external-display): Ditto.
14738
14739 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14740
14741         * spam-report.el (spam-report-user-mail-address)
14742         (spam-report-user-agent): New variables.
14743         (spam-report-url-ping-plain): Use spam-report-user-agent.
14744
14745 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14746
14747         * gnus-art.el (gnus-button-handle-custom): Do not just use
14748         `customize-apropos' for any "M-x customize-*" button but the
14749         function called for.  Accept both the function name and its
14750         argument in order to achieve this.
14751         (gnus-button-alist): Remove support for "custom:" URL's.
14752         Pass function name to `gnus-button-handle-custom' in case of "M-x
14753         customize-*" buttons.
14754
14755 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14756
14757         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14758         multipart/alternative and add xref to mm-discouraged-alternatives
14759         in doc string.
14760
14761         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14762         gnus-buttonized-mime-types in doc string.
14763
14764 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14765
14766         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14767         Suggest image/.* in the doc string.
14768
14769 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14770
14771         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14772         message-marks (Debian bug #342521).
14773
14774 2005-12-12  Simon Josefsson  <jas@extundo.com>
14775
14776         * password.el (password-read-from-cache): Add.
14777         (password-read): Use it.
14778
14779 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14780
14781         * rfc2047.el (rfc2047-charset-to-coding-system):
14782         Recognize us-ascii as a MIME charset.
14783
14784         * mm-bodies.el (mm-decode-content-transfer-encoding):
14785         Protect against the case where the 2nd arg TYPE is nil.
14786
14787 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14788
14789         * pop3.el (pop3-stream-type): Fix custom version.
14790
14791         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14792
14793 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14794
14795         * mm-decode.el (mm-display-external): Add missing cdr.
14796
14797 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14798
14799         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14800         RFC1524) if it is in mailcap or add a suffix according to
14801         mailcap-mime-extensions when generating a temp filename; postpone
14802         deleting a temp file for 2 seconds for some wrappers, shell
14803         scripts, and so on, which might exit right after having started a
14804         viewer command as a background job.
14805
14806 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14807
14808         * nntp.el (nntp-marks-directory): Fix custom group.
14809
14810         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14811         steps when < 10.
14812
14813         * gnus-start.el (gnus-no-server-1):
14814         Mention `gnus-level-default-subscribed' in doc string.
14815
14816 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14817
14818         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14819         parens.
14820
14821 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14822
14823         * gnus-xmas.el (gnus-use-toolbar): Revert.
14824         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14825         gnus-use-toolbar is default.
14826
14827         * messagexmas.el (message-use-toolbar): Revert.
14828         (message-setup-toolbar): Use global default-toolbar if
14829         message-use-toolbar is default.
14830
14831 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14832
14833         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14834         according to default-toolbar-visible-p.
14835
14836         * messagexmas.el (message-use-toolbar): Ditto.
14837
14838 2005-11-26  Dave Love  <fx@gnu.org>
14839
14840         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14841         (tls-program, tls-success): Provide openssl alternative.
14842
14843         * starttls.el: Doc fixes.
14844         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14845         SERVICE to PORT.
14846
14847         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14848         port null or service name.
14849         (starttls-negotiate): Autoload.
14850
14851 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14852
14853         * message.el (message-kill-to-signature): Fix interactive spec.
14854
14855 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14856
14857         * pop3.el (pop3-open-server): Recognize a string as a service name.
14858
14859 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14860
14861         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14862
14863 2005-11-23  Dave Love  <fx@gnu.org>
14864
14865         Add pop3s, pop3/starttls.
14866
14867         * pop3.el (pop3-authentication-scheme): Clarify doc.
14868         (open-tls-stream, starttls-open-stream): Autoload.
14869         (pop3-stream-type): New.
14870         (pop3-open-server): Use it.
14871
14872         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14873         for POP.
14874         (mail-source-keyword-map): Add :stream for POP.
14875         (mail-source-fetch-pop): Use pop3-stream-type.
14876
14877 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14878
14879         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14880         of current-time-string.
14881
14882 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14883
14884         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14885         date header.
14886
14887 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14888
14889         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14890         it can seriously impact performance as it bypasses the agent's
14891         local caches.
14892
14893 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14894
14895         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14896         must be explicitly online rather than "not explicitly offline" for
14897         its flags to be synchronized.
14898
14899         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14900         that gnus-uu-unmark-thread will function correctly.
14901
14902         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14903         1024K is instead displayed as 1M.
14904
14905 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14906
14907         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14908
14909 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14910
14911         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14912
14913 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14914
14915         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14916         error message to display actual error condition.
14917         (gnus-agent-save-local): Avoid saving symbols that are bound to
14918         nil as they simply result in a warning message in
14919         gnus-agent-read-local.
14920
14921 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14922
14923         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14924         rather than make-variable-buffer-local for file-precious-flag.
14925
14926 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14927
14928         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14929         for duplicates which are removed.  The invalid sort check then
14930         triggers a rescan after the sort as sorting may have moved
14931         duplicate entries such that they can be cheaply detected.
14932
14933 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14934
14935         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14936
14937 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14938
14939         * gnus-agent.el (gnus-agent-article-alist-save-format):
14940         Change internal variable to a custom variable.  Change default value
14941         from compressed(2) to uncompressed(1).
14942         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14943         support for uncompressed agentview files.  Taken together, reading
14944         the agentview file should now be 6-7 times faster.
14945
14946 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14947
14948         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14949         as a buffer-local variable.  This avoids creating truncated
14950         dribble files as a result of a hang up, eg.
14951
14952 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14953
14954         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14955         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14956         XEmacs.
14957
14958 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14959
14960         * gnus-start.el (gnus-start-draft-setup):
14961         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14962
14963         * gnus.el (gnus-splash): Change custom group.
14964         (gnus-group-get-parameter, gnus-group-parameter-value):
14965         Describe allow-list argument.
14966
14967         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14968         string.
14969
14970 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14971
14972         * gnus-art.el (gnus-default-article-saver): Add user-defined
14973         `function' to custom type.
14974
14975 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14976
14977         * imap.el (imap-open): Handle case where buffer is a buffer
14978         object.
14979
14980 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14981
14982         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14983         long lines.
14984         (gnus-cache-delete-group): Wrap doc strings.
14985
14986         * gnus-agent.el (gnus-agent-rename-group)
14987         (gnus-agent-delete-group): Wrap doc strings.
14988
14989 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14990
14991         * messagexmas.el (message-use-toolbar): Change the valid values
14992         into default, top, bottom, left, and right.
14993         (message-toolbar-thickness): New variable.
14994         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14995         well.
14996         (message-setup-toolbar): Make it work.
14997
14998         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14999         (gnus-use-toolbar): Change the valid values into default, top,
15000         bottom, left, and right.
15001         (gnus-toolbar-thickness): New variable.
15002         (gnus-xmas-setup-toolbar): New function.
15003         (gnus-xmas-setup-group-toolbar): Use it.
15004         (gnus-xmas-setup-summary-toolbar): Use it.
15005
15006 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15007
15008         * gnus-start.el (gnus-1): Add "native" to
15009         gnus-predefined-server-alist.
15010
15011         * gnus.el (gnus-method-to-server): Don't add "native" to the
15012         lists here, because that leads to problems when
15013         gnus-select-method is bound.
15014
15015 2005-11-09  Simon Josefsson  <jas@extundo.com>
15016
15017         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
15018         use (not sort-by-date) instead.
15019
15020 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15021
15022         * gnus-delay.el (gnus-delay-group): Don't autoload.
15023         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15024         to be re-loaded when customizing the `gnus-delay' group.
15025
15026 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
15027
15028         * message.el: Revert last changes.
15029         (message-insert-citation-line): Use newlines.
15030
15031 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
15032
15033         * message.el (message-courtesy-message)
15034         (message-mark-insert-begin, message-mark-insert-end)
15035         (message-elide-ellipsis, message-cancel-message)
15036         (message-add-header, message-change-subject)
15037         (message-cross-post-followup-to-header)
15038         (message-cross-post-insert-note, message-reduce-to-to-cc)
15039         (message-widen-reply, message-delete-not-region)
15040         (message-kill-to-signature, message-insert-signature)
15041         (message-insert-importance-high, message-insert-importance-low)
15042         (message-insert-or-toggle-importance)
15043         (message-insert-disposition-notification-to)
15044         (message-indent-citation, message-yank-original)
15045         (message-cite-original-without-signature, message-cite-original)
15046         (message-insert-citation-line, message-position-on-field)
15047         (message-fix-before-sending, message-send-mail-partially)
15048         (message-send-mail, message-send-mail-with-sendmail)
15049         (message-send-mail-with-qmail, message-send-news)
15050         (message-check-news-header-syntax, message-generate-headers)
15051         (message-insert-courtesy-copy, message-fill-address)
15052         (message-fill-header, message-shorten-references)
15053         (message-setup-1, message-cancel-news)
15054         (message-forward-make-body-plain, message-forward-make-body-mime)
15055         (message-forward-make-body-mml, message-encode-message-body)
15056         (message-forward-make-body-digest-plain)
15057         (message-forward-make-body-digest-mime)
15058         (message-use-alternative-email-as-from): Insert `hard-newline'
15059         instead of ordinary newlines.
15060
15061 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15062
15063         * message.el (message-generate-headers): Downcase the argument
15064         given to message-check-element.
15065
15066 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
15067
15068         * nntp.el (nntp-authinfo-rejected): New error condition.
15069         (nntp-wait-for): Use new error condition to signal authentication
15070         error.
15071         (nntp-retrieve-data): Rethrow new error condition to break out of
15072         recursive call to nntp-send-authinfo.
15073
15074 2005-11-08  Romain Francoise  <romain@orebokech.com>
15075
15076         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
15077         (gnus-summary-exit-map): Bind to `Z p'.
15078         (gnus-summary-make-menu-bar): Add menu item.
15079
15080 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
15081
15082         * gnus-art.el (gnus-article-treat-custom): Add `first'.
15083         (gnus-treat-*): Add `first' in all doc strings.
15084
15085         * gnus-group.el (gnus-group-compact-group): Fix typo.
15086
15087 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15088
15089         * gnus.el (gnus-parameters-case-fold-search): New variable.
15090         (gnus-parameters-get-parameter): Use it.
15091
15092         * gnus-score.el (gnus-home-score-file): Doc fix.
15093
15094 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
15095
15096         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
15097
15098 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15099
15100         * mm-util.el (mm-special-display-p): New function.
15101
15102         * mml.el (mml-preview): Use it; doc fix.
15103
15104 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15105
15106         * imap.el (imap-open): Handle case where buffer is a buffer object.
15107
15108 2005-10-29  Romain Francoise  <romain@orebokech.com>
15109
15110         * message.el (message-fix-before-sending): Fix comment.
15111
15112 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15113
15114         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
15115
15116 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15117
15118         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
15119         Used in gnus-score.el.
15120
15121 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15122
15123         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
15124
15125 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15126
15127         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
15128         whitespace removed in revision 7.8.  Use concatenated string to
15129         protect trailing whitespace.
15130
15131 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
15132
15133         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
15134         (nnimap-request-expire-articles): Use it to avoid sending 'UID
15135         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
15136         Courier IMAP ("some version from 2004").  Mostly based on similar
15137         code in the same function.
15138
15139 2005-10-26  Didier Verna  <didier@xemacs.org>
15140
15141         * gnus-group.el (gnus-group-compact-group): Invalidate original
15142         article buffer.
15143         * gnus-srvr.el (gnus-server-compact-server): Ditto.
15144         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
15145         NOV database and in article itself.
15146         Invalidate article backlog.
15147
15148 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15149
15150         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
15151
15152 2005-10-26  Simon Josefsson  <jas@extundo.com>
15153
15154         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
15155         part of 2004-07-25 change.
15156
15157 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15158
15159         * message.el (message-display-completion-list): New function.
15160         (message-expand-group): Use it; make sure the Completions buffer
15161         is modifiable.
15162 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
15163
15164         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
15165         user-mail-name is an empty string.
15166
15167 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15168
15169         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
15170         depending on gnus-score-decay-constant.
15171
15172         * encrypt.el (encrypt-insert-file-contents)
15173         (encrypt-write-file-contents): Don't use `gnus-message'.
15174
15175         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
15176         arguments.
15177         (mm-uu-type-alist): Add message-marks and insert-marks.
15178         Pass arguments to mm-uu-verbatim-marks-extract.
15179         (mm-uu-hide-markers): New variable.
15180         (mm-uu-extract): Use face similar to `gnus-cite-3'.
15181
15182         * gnus-fun.el (gnus-convert-image-to-x-face-command)
15183         (gnus-convert-image-to-face-command): Use "convert" by default to
15184         allow other input image formats.
15185         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
15186         accordingly.
15187
15188 2005-10-23  Simon Josefsson  <jas@extundo.com>
15189
15190         * imap.el (imap-gssapi-program): Align command line parameters
15191         with latest GNU SASL.
15192         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
15193
15194 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15195
15196         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
15197         HTML.
15198         (nnslashdot-request-article): Ditto.
15199
15200         * lpath.el (featurep): Add nobreak-char-display.
15201
15202 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15203
15204         * mail-source.el (mail-source-fetch-pop): Require pop3.
15205         (mail-source-check-pop): Ditto.
15206
15207 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15208
15209         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
15210         errors.
15211
15212 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15213
15214         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
15215         (gnus-treat-strip-leading-blank-lines): Improve doc string.
15216
15217         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
15218
15219         * mm-bodies.el (mm-decode-string):
15220         Call `mm-charset-to-coding-system' with allow-override argument.
15221
15222 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15223
15224         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
15225         (rfc2047-charset-to-coding-system): New function.
15226         (rfc2047-decode-encoded-words): New function.
15227         (rfc2047-decode-region): Use them.
15228         (rfc2047-decode-cte): Remove.
15229         (rfc2047-parse-and-decode): Remove.
15230         (rfc2047-decode): Remove.
15231
15232 2005-10-15  Kenichi Handa  <handa@m17n.org>
15233
15234         * rfc2047.el (rfc2047-decode-cte): New function.
15235         (rfc2047-decode-region): Change the way to decode successive
15236         encoded-words: decode B- or Q-encoding in each encoded-word,
15237         concatenate them, and decode it as charset.
15238
15239 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15240
15241         * lpath.el: Fbind codepage-setup for XEmacs.
15242
15243 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
15244
15245         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
15246         widget-move-and-invoke.
15247         (gnus-custom-mode): Use gnus-custom-map.
15248
15249 2005-10-15  Bill Wohler  <wohler@newt.com>
15250
15251         * message.el (message-tool-bar-map): Rename image file from
15252         mail_send to mail/send.
15253
15254 2005-10-16  Masatake YAMATO  <jet@gyve.org>
15255
15256         * message.el (message-expand-group): Pass the common
15257         prefix substring of completion to `display-completion-list'.
15258
15259 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
15260
15261         * mml-sec.el (mml-secure-method): New internal variable.
15262         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
15263         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
15264         New functions using mml-secure-method.
15265
15266         * mml.el (mml-mode-map): Add key bindings for those functions.
15267         (mml-menu): Simplify security menu entries.  Suggested by Jesper
15268         Harder <harder@myrealbox.com>.
15269         (mml-attach-file, mml-attach-buffer, mml-attach-external):
15270         Goto end of message if point is the headers of the message.
15271
15272         * message.el (message-in-body-p): New function.
15273
15274         * assistant.el: Autoload gnus-util and netrc.
15275
15276         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
15277         Use `mm-charset-override-alist' only when decoding.
15278
15279         * mm-bodies.el (mm-decode-body):
15280         Call `mm-charset-to-coding-system' with allow-override argument.
15281
15282         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
15283         `filename' from Content-Disposition if Content-Type doesn't
15284         provide `name'.
15285         (gnus-mime-view-part-as-type): Set default instead of
15286         initial-input.
15287
15288 2005-10-09  Daniel Brockman  <daniel@brockman.se>
15289
15290         * format-spec.el (format-spec): Propagate text properties of % spec.
15291
15292 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15293
15294         * gnus-art.el (gnus-treat-predicate): Add `first'.
15295
15296 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15297
15298         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
15299         (mm-charset-override-alist): New variable.
15300         (mm-charset-to-coding-system): Use it.
15301         (mm-codepage-setup): New helper function.
15302         (mm-charset-eval-alist): New variable.
15303         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
15304         Warn about unknown charsets.
15305
15306         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
15307
15308 2005-10-04  David Hansen  <david.hansen@gmx.net>
15309
15310         * nnrss.el (nnrss-request-article): Add support for the comments tag.
15311         (nnrss-check-group): Ditto.
15312
15313 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15314
15315         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
15316         Rename x-gnus-verbatim to x-verbatim.
15317         (mm-uu-type-alist): Fix regexp for verbatim-marks.
15318
15319         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
15320         x-verbatim.
15321
15322         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
15323
15324         * gnus-util.el (gnus-remove-duplicates): Remove.
15325
15326         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
15327         instead of gnus-remove-duplicates.
15328
15329         * message.el (message-remove-duplicates): Remove.
15330         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
15331         message-remove-duplicates.
15332
15333         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
15334         available, else use implementation from `delete-dups'.
15335
15336         * message.el (message-insert-expires): New function.
15337         (message-mode-map): Add key binding.
15338         (message-mode-field-menu): Add menu entry.
15339         (message-mode): Document it.
15340         (message-make-expires-date): Use `message-make-date'.
15341
15342 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
15343
15344         * message.el (message-make-expires-date): New function.
15345
15346 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15347
15348         * Makefile.in (list-installed-shadows): New entry.
15349         (install): Use it.
15350         (remove-installed-shadows): New entry.
15351
15352         * dgnushack.el (dgnushack-default-load-path): New variable.
15353         (dgnushack-find-lisp-shadows): New function.
15354         (dgnushack-remove-lisp-shadows): New function.
15355
15356 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15357
15358         * Makefile.in (install-el-elc): New entry.
15359         (install): Use it so that .el files are necessarily installed.
15360
15361 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15362
15363         * time-date.el: Autoload parse-time-string, XEmacs needs it.
15364
15365 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15366
15367         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
15368         function rather than the diff-mode.el package.
15369         (mm-display-external): Use with-current-buffer.
15370         (mm-viewer-completion-map, mm-viewer-completion-map):
15371         Move initialization inside declaration.
15372
15373 2005-09-29  Simon Josefsson  <jas@extundo.com>
15374
15375         * spam.el: Load hashcash when compiling, to avoid warnings.
15376         Don't autoload mail-check-payment.
15377         (spam-check-hashcash): Define unconditionally, since hashcash.el
15378         is part of Gnus now.  Ignore errors from payment checking.
15379
15380 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15381
15382         * message.el (message-bold-region, message-unbold-region):
15383         Rename from `bold-region' and `unbold-region'.
15384
15385         * message.el: Remove useless autoloads.
15386
15387 2005-09-28  Simon Josefsson  <jas@extundo.com>
15388
15389         * message.el (message-use-idna): Default to t.
15390         (message-use-idna): Test whether encoding works too.  Doc fix.
15391
15392 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15393
15394         * nntp.el (nntp-warn-about-losing-connection): Remove.
15395
15396 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15397
15398         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
15399         customizable.  Change default value.
15400         (mm-uu-diff-groups-regexp): Change default value.
15401         (mm-uu-type-alist): Add doc string.
15402         (mm-uu-configure): Add doc string.  Make it interactive.
15403         (mm-uu-tex-groups-regexp): New variable.
15404         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
15405         (mm-uu-type-alist): Add LaTeX documents.
15406         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
15407         of "text/verbatim".
15408         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
15409
15410         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15411         instead of "text/verbatim".
15412
15413         * message.el (message-mark-inserted-region)
15414         (message-mark-insert-file): Use slrn style marks when called with
15415         prefix argument.
15416
15417 2005-09-27  Simon Josefsson  <jas@extundo.com>
15418
15419         * message.el (message-idna-to-ascii-rhs-1): Reformat.
15420
15421 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
15422
15423         * message.el (message-remove-duplicates): New function.
15424         Implementation borrowed from `gnus-remove-duplicates'.
15425         (message-idna-to-ascii-rhs): Also encode idna addresses in
15426         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15427         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15428         only ask about the same idna domain once per header and also tell
15429         in what header to replace the idna domain.
15430
15431         * gnus-art.el (article-decode-idna-rhs): Also decode idna
15432         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15433         (article-decode-idna-rhs): Fix regexp so that all idna-address in
15434         a header is decoded and not just the last one.
15435
15436 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15437
15438         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
15439         has been decoded.
15440
15441         * mm-decode.el (mm-automatic-display): Add text/verbatim.
15442         (mm-insert-part): Don't modify text if it has been decoded.
15443
15444         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
15445         decoded.
15446
15447         * mm-view.el (mm-inline-text): Don't strip text props unless
15448         decoding enriched or richtext parts.
15449
15450 2005-09-25  Romain Francoise  <romain@orebokech.com>
15451
15452         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
15453         * gnus-start.el (gnus-subscribe-interactively):
15454         * gnus-uu.el (gnus-uu-grab-articles):
15455         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
15456         space.
15457
15458 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
15459
15460         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
15461         * mm-view.el (mm-view-pkcs7-decrypt):
15462         * gnus-sum.el (gnus-summary-limit-to-extra)
15463         (gnus-summary-respool-article, gnus-read-move-group-name):
15464         * gnus-score.el (gnus-summary-increase-score):
15465         * gnus-util.el (gnus-completing-read-with-default):
15466         * gnus-art.el (gnus-read-save-file-name)
15467         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
15468         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
15469         * message.el (message-check-news-header-syntax):
15470         Follow convention for reading with the minibuffer.
15471
15472 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
15473
15474         * spam-report.el (spam-report-url-ping-plain):
15475         Use gnus-extended-version as User-Agent.
15476
15477         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
15478         default value is nil.
15479
15480         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
15481         (mm-uu-verbatim-marks-extract): New function.
15482         (mm-uu-extract): New face.
15483         (mm-uu-copy-to-buffer): Use it.
15484
15485         * spam-report.el (spam-report-gmane-ham): Rename from
15486         `spam-report-gmane-unspam'.
15487         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15488         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
15489
15490         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15491         Autoload.
15492         (spam-report-gmane-unregister-routine):
15493         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15494
15495 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
15496
15497         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15498         (spam-report-gmane-unregister-routine): Add support for gmane
15499         unregistration.
15500
15501         * spam-report.el (spam-report-gmane-unspam)
15502         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15503         (spam-report-gmane): Change to take a single article and do unspam
15504         registration.
15505
15506 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15507
15508         * mm-url.el (mm-url-decode-entities): Fix regexp.
15509
15510 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15511
15512         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15513         default to nil, to be able to use Gnus at all.  If the default
15514         switches to something else, then the function should be fixed not
15515         be exceedingly slow.
15516
15517 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
15518
15519         * gnus-start.el (gnus-activate-group): If the server is nil, don't
15520         fail hard.
15521
15522         * spam-report.el: Add better Keywords line.
15523
15524         * spam.el: Add Maintainer and better Keywords line.
15525
15526 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15527
15528         * gnus-art.el (gnus-article-replace-part)
15529         (gnus-mime-replace-part): New functions.
15530         (gnus-mime-action-alist, gnus-mime-button-commands)
15531         (gnus-mime-save-part-and-strip): Add file argument.
15532         (gnus-article-part-wrapper): Add interactive argument.
15533
15534         * gnus-sum.el (gnus-summary-mime-map):
15535         Add `gnus-article-replace-part'.
15536
15537 2005-09-19  Didier Verna  <didier@xemacs.org>
15538
15539         The nnml compaction feature:
15540         * nnml.el (nnml-request-compact-group): New function.
15541         * nnml.el (nnml-request-compact): New function.
15542         * gnus-int.el (gnus-request-compact-group): New function.
15543         * gnus-int.el (gnus-request-compact): New function.
15544         * gnus-group.el (gnus-group-compact-group): New function.
15545         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15546         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15547         * gnus-srvr.el (gnus-server-compact-server): New function.
15548         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15549         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15550
15551 2005-09-18  Deepak Goel  <deego@gnufans.org>
15552
15553         * sieve.el (sieve-help): Fix `message' call: first arg should be a
15554         format spec.
15555
15556 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15557
15558         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15559
15560 2005-09-15  Romain Francoise  <romain@orebokech.com>
15561
15562         * message.el (message-fill-paragraph): Clarify docstring.
15563
15564 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15565
15566         * gnus-art.el (gnus-mime-display-part): Protect against broken
15567         MIME messages.
15568
15569 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15570
15571         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15572         before parsing header.
15573
15574 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15575
15576         * html2text.el (html2text-replace-list): Add new entities.
15577
15578 2005-09-11  Romain Francoise  <romain@orebokech.com>
15579
15580         * message.el (message-alternative-emails): Improve docstring.
15581         (message-setup-1): Call `message-use-alternative-email-as-from'
15582         after `message-setup-hook' to give it precedence over posting
15583         styles, etc.
15584         (message-use-alternative-email-as-from): Add docstring.
15585         Remove the original From header if present.
15586
15587         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15588         (nnml-save-mail): Use it.
15589
15590         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15591         articles.  Add new argument `silent'.
15592         (gnus-uu-mark-all): Report the total number of marked articles.
15593
15594 2005-09-10  Romain Francoise  <romain@orebokech.com>
15595
15596         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15597         (gnus-uu-mark-series): Likewise.
15598
15599 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15600
15601         * spam-report.el (spam-report-gmane): Fix generation of spam
15602         report URL.
15603
15604 2005-09-10  Simon Josefsson  <jas@extundo.com>
15605
15606         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15607         t, based on discussion on the ding list with Robert Epprecht
15608         <epprecht@solnet.ch>.
15609
15610 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15611
15612         * spam-report.el (spam-report-gmane): Make it work without
15613         X-Report-Spam header.  Gmane now only provides Archived-At.
15614         This is only used if `spam-report-gmane-use-article-number' is nil.
15615         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15616
15617         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15618         make `gnus-summary-sort-by-recipient' work with threading.
15619
15620         * nnweb.el (nnweb-google-wash-article): Print a message if article
15621         is not available.
15622
15623 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15624
15625         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15626         change.  Decode text/* parts content before displaying.
15627
15628 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15629
15630         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15631
15632 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15633
15634         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15635
15636         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15637         url-package-name, url-package-version,
15638         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15639         w3m-display-inline-images, and w3m-minor-mode-map.
15640
15641 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15642
15643         * message.el (message-tab-body-function): Fix mismatched custom type.
15644
15645         * gnus.el (gnus-group-change-level-function): Ditto.
15646
15647         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15648
15649         * gnus-art.el (gnus-signature-limit)
15650         (gnus-article-mime-part-function): Ditto.
15651
15652 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15653
15654         * mml.el (mml-mode): Silence the byte compiler.
15655
15656         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15657         using `(sit-for 0)' before moving the point to the specified part;
15658         skip unbuttonized parts.
15659         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15660         return to the summary window if gnus-auto-select-part is non-nil.
15661
15662 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15663
15664         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15665         New variables.
15666         (mml-dnd-attach-file, mml-mode): Use them.
15667
15668         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15669         Make fetching article by MID work again for Google Groups.
15670         Add FIXME concerning gnus-group-make-web-group.
15671
15672         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15673         Don't depend on Gnus by using mail-extract-address-components if
15674         gnus-extract-address-components is not bound.
15675
15676 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15677
15678         * gnus-art.el (gnus-mime-display-security): Don't display the
15679         signature, but only the signed part.
15680
15681 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15682
15683         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15684
15685         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15686         list, not listp.
15687
15688 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15689
15690         * mm-encode.el (mm-encode-content-transfer-encoding):
15691         Likewise when encoding.
15692
15693         * mm-bodies.el (mm-decode-content-transfer-encoding):
15694         De-canonicalize CRLF for all text content types, not just
15695         text/plain.
15696
15697 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15698
15699         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15700         valid article; point arrow and cursor at the MIME button.
15701
15702 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15703
15704         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15705         Suggested by Dan Christensen <jdc@uwo.ca>.
15706
15707         * mm-decode.el (mm-save-part): Enable change of prompt.
15708
15709 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15710
15711         * gnus-msg.el (gnus-inews-add-send-actions):
15712         Make `message-post-method' lambda parameter ARG `&optional'.
15713
15714 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15715
15716         * gnus-sum.el (gnus-summary-mime-map):
15717         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15718         gnus-article-jump-to-part.
15719
15720         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15721         (gnus-article-edit-part): Use it.
15722         (gnus-article-part-wrapper): Add no-handle argument.
15723         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15724         New functions.
15725
15726 2005-08-29  Romain Francoise  <romain@orebokech.com>
15727
15728         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15729         docstring.
15730         (gnus-face-from-file): Likewise.
15731
15732 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15733
15734         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15735         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15736         non-nil.
15737         (gnus-auto-select-part): New variable.
15738         (gnus-article-jump-to-part): New function.
15739         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15740         (gnus-mime-delete-part): Allow selecting specified part after
15741         deleting or stripping parts.
15742         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15743         part if argument is bogus.
15744
15745 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15746
15747         * gnus-art.el (w3m-minor-mode-map):
15748         * gnus-spec.el (gnus-newsrc-file-version):
15749         * gnus-util.el (nnmail-active-file-coding-system)
15750         (gnus-original-article-buffer, gnus-user-agent):
15751         * gnus.el (gnus-ham-process-destinations)
15752         (gnus-parameter-ham-marks-alist)
15753         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15754         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15755         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15756         * mm-decode.el (gnus-current-window-configuration):
15757         * mm-extern.el (gnus-article-mime-handles):
15758         * mm-url.el (url-current-object, url-package-name)
15759         (url-package-version):
15760         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15761         (smime-keys, w3m-cid-retrieve-function-alist)
15762         (w3m-current-buffer, w3m-display-inline-images)
15763         (w3m-minor-mode-map):
15764         * mml-smime.el (gnus-extract-address-components):
15765         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15766         (gnus-newsrc-hashtb, message-default-charset)
15767         (message-deletable-headers, message-options)
15768         (message-posting-charset, message-required-mail-headers)
15769         (message-required-news-headers):
15770         * mml1991.el (mc-pgp-always-sign):
15771         * mml2015.el (mc-pgp-always-sign):
15772         * nnheader.el (nnmail-extra-headers):
15773         * rfc1843.el (gnus-decode-encoded-word-function)
15774         (gnus-decode-header-function, gnus-newsgroup-name):
15775         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15776
15777 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15778
15779         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15780         the end of the date treatments.
15781
15782 2005-08-15  Simon Josefsson  <jas@extundo.com>
15783
15784         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15785         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15786         Capello and Romain Francoise.
15787         (pgg-fetch-key-function): Remove, not used?
15788         (pgg-insert-url-with-w3): Require url, to get
15789         url-insert-file-contents regardless of where it is defined.
15790
15791 2005-08-13  Romain Francoise  <romain@orebokech.com>
15792
15793         * message.el (message-cite-original-1): New function.
15794         (message-cite-original): Use it.
15795         (message-cite-original-without-signature): Ditto.
15796
15797 2005-08-08  Romain Francoise  <romain@orebokech.com>
15798
15799         * message.el (message-yank-empty-prefix): New variable.
15800         (message-indent-citation): Use it.
15801         (message-cite-original-without-signature): Respect X-No-Archive.
15802
15803 2005-08-08  Simon Josefsson  <jas@extundo.com>
15804
15805         * pgg.el: Autoload url-insert-file-contents instead of loading
15806         w3/url.
15807         (pgg-insert-url-with-w3): Don't load url here.
15808
15809 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15810
15811         * message.el (message-kill-to-signature): Don't insert newline at
15812         bol.
15813         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15814
15815 2005-08-06  Romain Francoise  <romain@orebokech.com>
15816
15817         * message.el (message-user-fqdn): Fix typo in docstring.
15818
15819 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15820
15821         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15822
15823         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15824
15825 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15826
15827         * mm-bodies.el (mm-encode-body): Use coding system rather than
15828         charset to encode text.
15829
15830         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15831         number of charsets if utf-8 is available (XEmacs).
15832
15833 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15834
15835         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15836         taken from `gnus-button-mid-or-mail-regexp'.
15837         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15838         (gnus-button-alist): Improve regexp for domain part of the MIDs
15839         for news:localpart@domain buttons.
15840         (gnus-button-ctan-directory-regexp): Update.
15841
15842 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15843
15844         * sieve-manage.el (sieve-manage-interactive-login):
15845         Use make-local-variable rather than make-variable-buffer-local.
15846         (sieve-manage-open): Ditto.
15847         (sieve-manage-authenticate): Ditto.
15848
15849         * mml.el (mml-generate-mime-1): Make the content type default to
15850         text/plain if the filename is not specified.
15851
15852 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15853
15854         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15855         instead of insert-buffer.
15856
15857         * message.el (message-yank-original): Ditto; set the mark at the
15858         end of the yanked message.
15859
15860 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15861
15862         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15863         lines to scroll rather than to stop it.
15864
15865         * mml.el (mml-generate-default-type): Add doc string.
15866         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15867         default to application/octet-stream when determining the content
15868         type if it is not specified for the part or the mml contents; add
15869         a comment about mml-generate-default-type.
15870
15871 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15872
15873         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15874         make it default to application/octet-stream when determining the
15875         content type if it is not specified for the external contents.
15876
15877 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15878
15879         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15880         segmented parameter but also other parameters might be there.
15881
15882 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15883
15884         * mm-decode.el (mm-display-external): Delete temp file, directory
15885         and buffer immediately if the external process is exited.
15886
15887 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15888
15889         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15890         fewer lines than that of scroll-margin.
15891         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15892
15893 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15894
15895         * gnus-art.el (gnus-article-next-page): Revert.
15896         (gnus-article-beginning-of-window): New macro.
15897         (gnus-article-next-page-1): Use it.
15898         (gnus-article-prev-page): Ditto.
15899         (gnus-article-edit-part): Use insert-buffer-substring instead of
15900         insert-buffer.
15901         (gnus-article-edit-exit): Ditto.
15902
15903         * gnus-util.el (gnus-beginning-of-window): Remove.
15904         (gnus-end-of-window): Remove.
15905
15906         * lpath.el: Don't bind header-line-format and scroll-margin.
15907
15908 2005-07-25  Simon Josefsson  <jas@extundo.com>
15909
15910         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15911         to have the url package without w3.  Reported by Daiki Ueno
15912         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15913
15914 2005-07-20  Didier Verna  <didier@xemacs.org>
15915
15916         * gnus-diary.el: Remove the description comment (nndiary is now
15917         properly documented in the Gnus manual).
15918         Fix the spelling of "Back End".
15919         * nndiary.el: Ditto.
15920         Fix the copyright notice.
15921
15922 2005-07-18  Romain Francoise  <romain@orebokech.com>
15923
15924         * gnus-sum.el (gnus-summary-to-prefix)
15925         (gnus-summary-newsgroup-prefix): New variables.
15926         (gnus-summary-from-or-to-or-newsgroups): Use them.
15927
15928 2005-07-17  Romain Francoise  <romain@orebokech.com>
15929
15930         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15931         space as it's generally not especially interesting to the user.
15932
15933 2005-07-16  Romain Francoise  <romain@orebokech.com>
15934
15935         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15936         nil to avoid prompting and file modification if one of the
15937         messages at the top of the nnfolder file contains a copyright
15938         notice.
15939         Update copyright notice.
15940
15941         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15942         instead of `current-time-string' as the latter creates a time
15943         string that is not RFC 2822 compliant (it lacks the zone).
15944         Update copyright notice.
15945
15946 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15947
15948         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15949         for text/rtf.  Display default in prompt.  Pass default for M-n.
15950
15951         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15952
15953 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15954
15955         * gnus-msg.el (gnus-button-mailto):
15956         Remove save-selected-window-window hackery because it relies on
15957         save-selected-window internals.
15958
15959 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15960
15961         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15962         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15963         (gnus-article-prev-page): Ditto.
15964
15965         * gnus-util.el (gnus-beginning-of-window): New function.
15966         (gnus-end-of-window): New function.
15967
15968         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15969
15970 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15971
15972         * gnus-score.el (gnus-score-edit-all-score):
15973         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15974         gnus-message.
15975
15976 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15977
15978         * gnus-msg.el (gnus-button-mailto):
15979         Remove save-selected-window-window hackery because it relies on
15980         save-selected-window internals.
15981
15982 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15983
15984         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15985         add-minor-mode.
15986         (gnus-binary-mode): Ditto.
15987
15988         * gnus-topic.el (gnus-topic-mode): Ditto.
15989
15990 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15991
15992         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15993         (gnus-article-prev-page): Take scroll-margin into consideration.
15994
15995 2005-07-04  Lute Kamstra  <lute@gnu.org>
15996
15997         Update FSF's address in GPL notices.
15998
15999 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
16000
16001         * gnus.el (gnus-exit):
16002         * gnus-group.el (gnus-group-icons):
16003         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
16004
16005         * gnus-nocem.el (gnus-nocem):
16006         * message.el (message-various, message-buffers, message-sending)
16007         (message-interface, message-forwarding, message-insertion)
16008         (message-headers, message-news, message-mail):
16009         * pgg-gpg.el (pgg-gpg):
16010         * pgg-parse.el (pgg-parse):
16011         * pgg-pgp.el (pgg-pgp):
16012         * pgg-pgp5.el (pgg-pgp5):
16013         * pop3.el (pop3): Finish `defgroup' description with period.
16014
16015 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16016
16017         * gnus-art.el (article-display-face): Improve the efficiency.
16018         (article-display-x-face): Ditto; remove grey x-face stuff.
16019
16020 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16021
16022         * gnus-art.el (article-display-face): Correct the position in
16023         which Faces are inserted.
16024
16025 2005-06-29  Didier Verna  <didier@xemacs.org>
16026
16027         * gnus-art.el (article-display-face): Display faces in correct
16028         order.
16029
16030 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16031
16032         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
16033         (gnus-fill-real-hashtb): Use hash table instead of obarray.
16034         (gnus-nocem-check-article): Fetch the Type header.
16035         (gnus-nocem-message-wanted-p): Fix the way to examine types.
16036         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
16037         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
16038         make sure gnus-nocem-hashtb is initialized.
16039         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
16040         (gnus-nocem-unwanted-article-p): Ditto.
16041
16042         * pgg.el (pgg-verify): Return the verification result.
16043
16044 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16045
16046         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
16047         is ascii.
16048
16049 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
16050
16051         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
16052         `show-nonbreak-escape'.
16053
16054 2005-06-23  Lute Kamstra  <lute@gnu.org>
16055
16056         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
16057
16058         * dig.el (dig-mode):
16059         * smime.el (smime-mode): Use gnus-run-mode-hooks.
16060
16061 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
16062
16063         * nnimap.el (nnimap-split-download-body): Fix spellings.
16064
16065 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
16066
16067         * gnus-art.el (gnus-article-encrypt-body):
16068         * gnus-cus.el (gnus-score-customize):
16069         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
16070         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
16071
16072 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
16073
16074         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
16075         header by looking for magic "MII" at the beginnig.
16076
16077 2005-06-16  Miles Bader  <miles@gnu.org>
16078
16079         * gnus-xmas.el (gnus-xmas-group-startup-message):
16080         Use renamed gnus-splash face.
16081
16082         * assistant.el (assistant-field): Remove "-face" suffix from face name.
16083         (assistant-field-face): New backward-compatibility alias for renamed
16084         face.
16085         (assistant-render-text): Use renamed assistant-field face.
16086
16087         * spam.el (spam): Remove "-face" suffix from face name.
16088         (spam-face): New backward-compatibility alias for renamed face.
16089         (spam-face, spam-initialize): Use renamed spam face.
16090
16091         * message.el (message-header-to, message-header-cc)
16092         (message-header-subject, message-header-newsgroups)
16093         (message-header-other, message-header-name)
16094         (message-header-xheader, message-separator, message-cited-text)
16095         (message-mml): Remove "-face" suffix from face names.
16096         (message-header-to-face, message-header-cc-face)
16097         (message-header-subject-face, message-header-newsgroups-face)
16098         (message-header-other-face, message-header-name-face)
16099         (message-header-xheader-face, message-separator-face)
16100         (message-cited-text-face, message-mml-face):
16101         New backward-compatibility aliases for renamed faces.
16102         (message-font-lock-keywords): Use renamed message faces.
16103
16104         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
16105         (sieve-test-commands, sieve-tagged-arguments):
16106         Remove "-face" suffix from face names.
16107         (sieve-control-commands-face, sieve-action-commands-face)
16108         (sieve-test-commands-face, sieve-tagged-arguments-face):
16109         New backward-compatibility aliases for renamed faces.
16110         (sieve-control-commands-face, sieve-action-commands-face)
16111         (sieve-test-commands-face, sieve-tagged-arguments-face):
16112         Use renamed sieve faces.
16113
16114         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
16115         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
16116         (gnus-group-news-3-empty, gnus-group-news-4)
16117         (gnus-group-news-4-empty, gnus-group-news-5)
16118         (gnus-group-news-5-empty, gnus-group-news-6)
16119         (gnus-group-news-6-empty, gnus-group-news-low)
16120         (gnus-group-news-low-empty, gnus-group-mail-1)
16121         (gnus-group-mail-1-empty, gnus-group-mail-2)
16122         (gnus-group-mail-2-empty, gnus-group-mail-3)
16123         (gnus-group-mail-3-empty, gnus-group-mail-low)
16124         (gnus-group-mail-low-empty, gnus-summary-selected)
16125         (gnus-summary-cancelled, gnus-summary-high-ticked)
16126         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
16127         (gnus-summary-high-ancient, gnus-summary-low-ancient)
16128         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
16129         (gnus-summary-low-undownloaded)
16130         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
16131         (gnus-summary-low-unread, gnus-summary-normal-unread)
16132         (gnus-summary-high-read, gnus-summary-low-read)
16133         (gnus-summary-normal-read, gnus-splash):
16134         Remove "-face" suffix from face names.
16135         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
16136         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
16137         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
16138         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
16139         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
16140         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
16141         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
16142         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
16143         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
16144         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
16145         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
16146         (gnus-summary-selected-face, gnus-summary-cancelled-face)
16147         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
16148         (gnus-summary-normal-ticked-face)
16149         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
16150         (gnus-summary-normal-ancient-face)
16151         (gnus-summary-high-undownloaded-face)
16152         (gnus-summary-low-undownloaded-face)
16153         (gnus-summary-normal-undownloaded-face)
16154         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
16155         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
16156         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
16157         (gnus-splash-face):
16158         New backward-compatibility aliases for renamed faces.
16159         (gnus-group-startup-message): Use renamed gnus faces.
16160
16161         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
16162         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
16163         (gnus-server-agent): Remove "-face" suffix from face names.
16164         (gnus-server-agent-face, gnus-server-opened-face)
16165         (gnus-server-closed-face, gnus-server-denied-face)
16166         (gnus-server-offline-face):
16167         New backward-compatibility aliases for renamed faces.
16168         (gnus-server-agent-face, gnus-server-opened-face)
16169         (gnus-server-closed-face, gnus-server-denied-face)
16170         (gnus-server-offline-face): Use renamed gnus faces.
16171
16172         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
16173         Remove "-face" suffix from face names.
16174         (gnus-picon-xbm-face, gnus-picon-face):
16175         New backward-compatibility aliases for renamed faces.
16176
16177         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
16178         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
16179         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
16180         (gnus-cite-11): Remove "-face" suffix from face names.
16181         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
16182         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
16183         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
16184         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
16185         New backward-compatibility aliases for renamed faces.
16186         (gnus-cite-attribution-face, gnus-cite-face-list)
16187         (gnus-article-boring-faces): Use renamed gnus faces.
16188
16189         * gnus-art.el (gnus-signature, gnus-header-from)
16190         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
16191         (gnus-header-content): Remove "-face" suffix from face names.
16192         (gnus-signature-face, gnus-header-from-face)
16193         (gnus-header-subject-face, gnus-header-newsgroups-face)
16194         (gnus-header-name-face, gnus-header-content-face):
16195         New backward-compatibility aliases for renamed faces.
16196         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
16197
16198         * gnus-sum.el (gnus-summary-selected-face)
16199         (gnus-summary-highlight): Use renamed gnus faces.
16200         * gnus-group.el (gnus-group-highlight): Likewise.
16201
16202 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
16203
16204         * gnus-sieve.el (gnus-sieve-article-add-rule):
16205         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
16206         * spam-stat.el (spam-stat-buffer-change-to-spam)
16207         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
16208
16209         * message.el (message-is-yours-p):
16210         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
16211
16212 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16213
16214         * mm-view.el (mm-inline-text): Withdraw the last change.
16215
16216 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16217
16218         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
16219         executing enriched-decode.
16220
16221 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16222
16223         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
16224         charset of tar files.
16225
16226 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
16227
16228         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
16229
16230 2005-06-04  Lute Kamstra  <lute@gnu.org>
16231
16232         * nnfolder.el (nnfolder-read-folder): Make sure that undo
16233         information is never recorded.
16234
16235 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16236
16237         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
16238
16239 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16240
16241         * pop3.el (pop3-apop): Run md5 in the binary mode.
16242
16243         * starttls.el (starttls-set-process-query-on-exit-flag):
16244         Use eval-and-compile.
16245
16246 2005-05-31  Simon Josefsson  <jas@extundo.com>
16247
16248         * smime.el (smime-replace-in-string): Define.
16249         (smime-cert-by-ldap-1): Use it.
16250
16251 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16252
16253         * gnus-art.el (article-display-x-face): Replace
16254         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16255
16256         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
16257         set-process-query-on-exit-flag or process-kill-without-query.
16258
16259         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
16260         loop instead of replace-regexp.
16261
16262         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
16263         instead of process-kill-without-query if it is available.
16264
16265         * lpath.el: Fbind ldap-search-entries.
16266
16267         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
16268         instead of find-file-hooks if it is available.
16269
16270         * mml1991.el: Bind pgg-default-user-id when compiling.
16271
16272         * mml2015.el: Bind pgg-default-user-id when compiling.
16273
16274         * nndraft.el (nndraft-request-associate-buffer):
16275         Use write-contents-functions instead of write-contents-hooks if it is
16276         available.
16277
16278         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
16279         instead of find-file-hooks if it is available.
16280
16281         * nntp.el (nntp-open-connection): Replace
16282         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16283         (nntp-open-ssl-stream): Ditto.
16284         (nntp-open-tls-stream): Ditto.
16285
16286         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
16287         set-process-query-on-exit-flag or process-kill-without-query.
16288         (starttls-open-stream-gnutls): Use it instead of
16289         process-kill-without-query.
16290         (starttls-open-stream): Ditto.
16291
16292 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
16293
16294         * smime.el (smime-cert-by-ldap-1): Don't use
16295         replace-regexp-in-string.
16296
16297 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
16298
16299         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
16300
16301         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
16302         in PEM format.  Adjust to the XEmacs compability.
16303
16304 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
16305
16306         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
16307         by `string-to-number'.
16308         * gnus-agent.el (gnus-agent-regenerate-group)
16309         (gnus-agent-fetch-articles): Ditto.
16310         * gnus-art.el (gnus-button-fetch-group): Ditto.
16311         * gnus-cache.el (gnus-cache-generate-active)
16312         (gnus-cache-articles-in-group): Ditto.
16313         * gnus-group.el (gnus-group-set-current-level)
16314         (gnus-group-insert-group-line): Ditto.
16315         * gnus-score.el (gnus-score-set-expunge-below)
16316         (gnus-score-set-mark-below, gnus-summary-score-effect)
16317         (gnus-summary-score-entry): Ditto.
16318         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
16319         (gnus-soup-pack): Ditto.
16320         * gnus-spec.el (gnus-xmas-format): Ditto.
16321         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
16322         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
16323         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
16324         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
16325         * nndb.el (nndb-get-remote-expire-response): Ditto.
16326         * nndiary.el (nndiary-parse-schedule-value)
16327         (nndiary-string-to-number, nndiary-request-replace-article)
16328         (nndiary-request-article): Ditto.
16329         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
16330         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
16331         * nneething.el (nneething-make-head): Ditto.
16332         * nnfolder.el (nnfolder-request-article)
16333         (nnfolder-retrieve-headers): Ditto.
16334         * nnheader.el (nnheader-file-to-number): Ditto.
16335         * nnkiboze.el (nnkiboze-request-article): Ditto.
16336         * nnmail.el (nnmail-process-unix-mail-format)
16337         (nnmail-process-babyl-mail-format): Ditto.
16338         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
16339         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
16340         (nnmh-request-create-group, nnmh-request-list-1)
16341         (nnmh-request-group, nnmh-request-article): Ditto.
16342         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
16343         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
16344         * nnsoup.el (nnsoup-make-active): Ditto.
16345         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
16346         * nntp.el (nntp-find-group-and-number)
16347         (nntp-retrieve-headers-with-xover): Ditto.
16348         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
16349         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
16350         (pgg-format-key-identifier): Ditto.
16351         * pop3.el (pop3-last, pop3-stat): Ditto.
16352         * qp.el (quoted-printable-decode-region): Ditto.
16353
16354         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
16355         of concat.
16356
16357 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16358
16359         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
16360
16361         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
16362
16363         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
16364
16365         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
16366
16367         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
16368
16369         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
16370
16371         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
16372         (gnus-carpal-mode): Ditto.
16373
16374         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
16375         (gnus-browse-mode): Ditto.
16376
16377         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
16378
16379         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
16380
16381 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16382
16383         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
16384
16385 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16386
16387         * gnus-util.el (gnus-run-mode-hooks): New function.
16388
16389         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
16390
16391         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
16392         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
16393
16394 2005-05-27  Lute Kamstra  <lute@gnu.org>
16395
16396         * dns-mode.el (dns-mode): Specify customization group.
16397
16398 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
16399
16400         * gnus-agent.el (gnus-agent-make-mode-line-string):
16401         Use mode-line-highlight as mouse-face.
16402
16403 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16404
16405         * canlock.el (canlock): Change the parent group to news.
16406
16407         * deuglify.el (gnus-outlook-deuglify): Add :group.
16408
16409         * dig.el (dig): Add :group.
16410
16411         * dns-mode.el (dns-mode): Add :group.
16412
16413         * encrypt.el (encrypt): Add :group.
16414
16415         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
16416         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
16417         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
16418         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
16419         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
16420
16421         * gnus-diary.el (gnus-diary): Add :group.
16422
16423         * gnus.el (gnus-group-news-1-face): Add :group.
16424         (gnus-group-news-1-empty-face): Ditto.
16425         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
16426         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
16427         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
16428         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
16429         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
16430         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
16431         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16432         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16433         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16434         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16435         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16436         (gnus-summary-high-ticked-face): Ditto.
16437         (gnus-summary-low-ticked-face): Ditto.
16438         (gnus-summary-normal-ticked-face): Ditto.
16439         (gnus-summary-high-ancient-face): Ditto.
16440         (gnus-summary-low-ancient-face): Ditto.
16441         (gnus-summary-normal-ancient-face): Ditto.
16442         (gnus-summary-high-undownloaded-face): Ditto.
16443         (gnus-summary-low-undownloaded-face): Ditto.
16444         (gnus-summary-normal-undownloaded-face): Ditto.
16445         (gnus-summary-high-unread-face): Ditto.
16446         (gnus-summary-low-unread-face): Ditto.
16447         (gnus-summary-normal-unread-face): Ditto.
16448         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16449         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16450
16451         * hashcash.el (hashcash): New custom group.
16452         (hashcash-default-payment): Add :group.
16453         (hashcash-payment-alist): Ditto.
16454         (hashcash-default-accept-payment): Ditto.
16455         (hashcash-accept-resources): Ditto.
16456         (hashcash-path): Ditto.
16457         (hashcash-extra-generate-parameters): Ditto.
16458         (hashcash-double-spend-database): Ditto.
16459         (hashcash-in-news): Ditto.
16460
16461         * message.el (message-minibuffer-local-map): Add :group.
16462
16463         * netrc.el (netrc): Add :group.
16464
16465         * sieve-manage.el (sieve-manage-log): Add :group.
16466         (sieve-manage-default-user): Diito.
16467         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
16468         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
16469         (sieve-manage-authenticators): Ditto.
16470         (sieve-manage-authenticator-alist): Ditto.
16471         (sieve-manage-default-port): Ditto.
16472
16473         * sieve-mode.el (sieve-control-commands-face): Add :group.
16474         (sieve-action-commands-face): Ditto.
16475         (sieve-test-commands-face): Ditto.
16476         (sieve-tagged-arguments-face): Ditto.
16477
16478         * smime.el (smime): Add :group.
16479
16480         * spam-report.el (spam-report): Add :group.
16481
16482         * spam.el (spam, spam-face): Add :group.
16483
16484 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16485
16486         * nntp.el (nntp-next-result-arrived-p): Some news servers may
16487         return \n.\n.\n at the end of articles.  Protect against that.
16488         (nntp-with-open-group): Allow debugging.
16489
16490         * nnheader.el (mail-header-set-extra): Make into a function
16491         because I just could't understand how to quote the list properly.
16492
16493         * dns.el (query-dns-cached): New function.
16494
16495 2005-05-26  Lute Kamstra  <lute@gnu.org>
16496
16497         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16498
16499 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16500
16501         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
16502
16503         * gnus-art.el: Don't autoload mail-extract-address-components.
16504
16505         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16506         eval-and-compile to evaluate it.
16507
16508         * hashcash.el: Don't autoload executable-find.
16509
16510         * nndb.el: Don't declare the nndb back end two or more times; don't
16511         autoload news-reply-mode, news-setup, cancel-timer and telnet.
16512
16513         * nntp.el: Autoload format-spec instead of format; use
16514         eval-and-compile to evaluate autoload forms.
16515
16516 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
16517
16518         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16519
16520 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16521
16522         * gnus.el (gnus-version-number): Bump version.
16523
16524 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16525
16526         * gnus.el: No Gnus v0.3 is released.
16527
16528 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16529
16530         * lpath.el (featurep): Bind show-nonbreak-escape.
16531
16532 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16533
16534         * gnus-art.el (gnus-article-edit-part): Disable undo.
16535
16536 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16537
16538         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16539         gnus-article-date-lapsed-new-header is t if date timer is active;
16540         skip headers in which the original date value is empty.
16541         (gnus-article-save-original-date): Redefine it as a macro.
16542         (gnus-display-mime): Use it.
16543
16544 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16545
16546         * gnus-art.el (article-date-ut): Support converting date in
16547         forwarded parts as well.
16548         (gnus-article-save-original-date): New function.
16549         (gnus-display-mime): Use it.
16550
16551 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16552
16553         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16554         enclosure element of <item>.
16555
16556 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16557
16558         * message.el (message-kill-buffer-query): Rename from
16559         `message-kill-buffer-query-if-modified'.  Add :version.
16560
16561 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16562
16563         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16564         window layout.
16565
16566 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16567
16568         * mml.el: Autoload dnd when compiling.
16569
16570 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16571
16572         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16573         x-dnd-*.
16574
16575 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16576
16577         * qp.el (quoted-printable-encode-region): Save excursion.
16578
16579 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16580
16581         * message.el (message-kill-buffer-query-if-modified): Add new variable
16582         so the user can kill a modified message buffer quickly.
16583         (message-kill-buffer): Use it.
16584
16585 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16586
16587         * lpath.el: Fbind display-time-event-handler; don't fbind
16588         string-to-multibyte.
16589
16590         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16591
16592 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16593
16594         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16595         contained in text because xml.el decodes entities) with LFs.
16596
16597 2005-04-11  Lute Kamstra  <lute@gnu.org>
16598
16599         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16600         differently.
16601
16602 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16603
16604         * mm-util.el (mm-detect-coding-region): Typo.
16605
16606 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16607
16608         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16609
16610 2005-04-06  Deepak Goel  <deego@gnufans.org>
16611
16612         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16613         user-function allow user modifications of the scores.
16614         (spam-stat-score-buffer-user): New function, to allow
16615         user-computed modifications to the score.
16616         (spam-stat-score-buffer-user-functions): List of additional
16617         scoring functions.
16618         (spam-stat-error-holder): Global temporary error holder.
16619         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16620         variable.
16621
16622 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16623
16624         * gnus-registry.el (gnus-registry-clean-empty-function)
16625         (gnus-registry-trim, gnus-registry-fetch-groups)
16626         (gnus-registry-delete-group): Groups that match
16627         `gnus-registry-ignored-groups' are removed from the registry
16628         entries, not just ignored for splitting.  This helps clean up the
16629         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16630         to get all the groups a message ID is in.
16631
16632         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16633         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16634         (spam-stat-score-buffer-user-functions): Add :number custom type.
16635
16636 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16637
16638         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16639         argument in XEmacs.
16640
16641         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16642         (nnrss-request-group): Decode group name first.
16643         (nnrss-request-article): Make a text/plain article if mml-to-mime
16644         failed.
16645         (nnrss-get-encoding): Return a compatible encoding according to
16646         nnrss-compatible-encoding-alist.
16647         (nnrss-find-el): Use consp instead of listp.
16648         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16649
16650 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16651
16652         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16653         which Emacs 20 doesn't support.
16654         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16655
16656 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16657
16658         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16659         silence the byte compiler inside the defun.
16660
16661         * gnus-demon.el (parse-time-string): Add autoload.
16662
16663         * gnus-delay.el (parse-time-string): Add autoload.
16664
16665         * gnus-art.el (parse-time-string): Add autoload.
16666
16667         * nnultimate.el (parse-time): Require for `parse-time-string'.
16668
16669 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16670
16671         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16672
16673         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16674
16675         * smime.el (smime-ldap-host-list): Add :version.
16676
16677 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16678
16679         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16680         pass it to `gnus-browse-read-group'.
16681         (gnus-browse-read-group): Add NUMBER argument and pass it to
16682         `gnus-group-read-ephemeral-group'.
16683
16684         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16685         argument and pass it to `gnus-group-read-group'.
16686
16687 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16688
16689         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16690         mm-xemacs-find-mime-charset-1 if we have the mule feature
16691         available at runtime.
16692
16693 2005-03-25  Werner Lemberg  <wl@gnu.org>
16694
16695         * nnmaildir.el: Replace `illegal' with `invalid'.
16696
16697 2005-03-23  Lute Kamstra  <lute@gnu.org>
16698
16699         * time-date.el: Add comment on time value formats.
16700         Don't require parse-time.
16701         (with-decoded-time-value): New macro.
16702         (encode-time-value): New function.
16703         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16704         (days-to-time): Return a valid time value when arg is huge.
16705         (time-since): Use time-subtract.
16706         (time-to-number-of-days): Use time-to-seconds.
16707
16708 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16709
16710         * gnus-start.el (gnus-display-time-event-handler):
16711         Check display-time-timer at runtime rather than only at load time
16712         in case display-time-mode is turned off in the mean time.
16713
16714 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16715
16716         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16717         used.
16718
16719         * nneething.el (nneething-map-file-directory): Derive from
16720         `gnus-directory'.
16721
16722         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16723         the To/Cc button.
16724
16725 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16726
16727         * nnmaildir.el (nnmaildir-request-accept-article):
16728         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16729
16730 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16731
16732         * gnus-async.el: Require timer-funcs at compile time when in
16733         XEmacs for `run-with-idle-timer'.
16734
16735 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16736
16737         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16738         autoloaded function.
16739
16740 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16741
16742         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16743
16744 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16745
16746         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16747
16748 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16749
16750         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16751         Add gnus-expert-user to default.
16752
16753 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16754
16755         * nnimap.el (nnimap-open-server): Ditto.
16756
16757         * imap.el (imap-authenticate): Fix typo.
16758
16759 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16760
16761         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16762         buffer (since IMAP server might return FETCH response out of
16763         order, and the nntp buffer must be sorted).
16764
16765 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16766
16767         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16768         comparison on string.
16769
16770         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16771         (gnus-agent-score): Rename category keywords to match gnus-cus.
16772         (gnus-agent-summary-fetch-series): Modify to protect against
16773         gnus-agent-summary-fetch-group clearing processable flags.
16774         (gnus-agent-synchronize-group-flags): Update live group buffer as
16775         synchronization may occur due to the user toggle the plugged
16776         status.
16777         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16778         successfully downloaded.
16779         (gnus-agent-expire-group-1): Avoid using markers when the overview
16780         is in ascending order; greatly improves performance.
16781         (gnus-agent-regenerate-group):
16782         Use gnus-agent-synchronize-group-flags to reset read status in both
16783         gnus and server.
16784         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16785
16786 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16787
16788         * message.el: Don't autoload former message-utils variables.
16789         (message-strip-subject-trailing-was): Change doc string.
16790
16791         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16792         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16793         (nnweb-google-search): Add "hl=en" here.
16794         (nnweb-google-parse-1, nnweb-google-create-mapping):
16795         Don't hardcode URL.
16796
16797 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16798
16799         * message.el (message-get-reply-headers, message-followup):
16800         Mention related variables `message-use-followup-to' and
16801         `message-use-mail-followup-to', in the information buffer.
16802
16803         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16804         of broken groups(-beta).google.com.
16805
16806 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16807
16808         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16809         parameter to invoked gnus-request-move-article; remove the
16810         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16811         all at once instead of once per article.
16812         (gnus-summary-remove-process-mark): Accept a list of articles as
16813         well as a single article for processing.
16814
16815         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16816         parameter.
16817
16818         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16819
16820         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16821
16822         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16823         parameter.
16824
16825         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16826         parameter.
16827
16828         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16829         parameter and remove the gnus-sum-hint-move-is-internal variable.
16830
16831         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16832         parameter.
16833
16834         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16835         parameter.
16836
16837         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16838         parameter.
16839
16840         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16841
16842         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16843         parameter.
16844
16845         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16846         parameter.
16847
16848 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16849
16850         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16851         a more conservative way.
16852
16853 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16854
16855         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16856         buffer, so it moves the window's cursor.
16857
16858 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16859
16860         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16861         `mm-dissect-multipart' and receive the from field as an (optional)
16862         argument from `mm-dissect-multipart'.
16863         (mm-dissect-multipart): Receive the from field as an argument and
16864         pass it on when we call `mm-dissect-buffer' on MIME parts.
16865         Fixes verification/decryption of signed/encrypted MIME parts.
16866
16867 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16868
16869         * gnus-sum.el (gnus-summary-move-article):
16870         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16871         whatever it calls (right now, only nnimap-request-move article
16872         respects it).
16873
16874         * nnimap.el (nnimap-request-move-article):
16875         When gnus-sum-hint-move-is-internal is set, don't do the extra
16876         nnimap-request-article.
16877
16878 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16879
16880         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16881
16882         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16883         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16884
16885         * gnus-sum.el (gnus-summary-caesar-message):
16886         Apply `gnus-treat-article' after rotation.
16887
16888         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16889         doc string.
16890
16891 2005-02-22  Simon Josefsson  <jas@extundo.com>
16892
16893         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16894         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16895         <arne@arnested.dk>.
16896         (encrypt): Add password-cache and password-cache-expiry as group
16897         members.
16898
16899 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16900
16901         * smime.el (smime-ldap-host-list): Doc fix.
16902         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16903         cache) password.
16904         (smime-sign-region): Use it.
16905         (smime-decrypt-region): Use it.
16906         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16907         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16908         fails.
16909         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16910         certificate from DER to PEM format rather than calling openssl.
16911
16912         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16913
16914         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16915         for signing/encryption.
16916
16917         * mml.el (mml-parse-1): Use them.
16918
16919 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16920
16921         * nnrss.el (nnrss-verbose): Remove.
16922         (nnrss-request-group): Use `nnheader-message' instead.
16923
16924 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16925
16926         * nnrss.el (nnrss-verbose): New variable.
16927         (nnrss-request-group): Make it say nnrss is requesting a group.
16928
16929 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16930
16931         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16932         Handle news URL with given port correctly.
16933
16934 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16935
16936         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16937         containing special characters.
16938
16939         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16940
16941         * mml.el (mime-to-mml): Ditto.
16942
16943         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16944         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16945         (rfc2047-decode-region): Quote decoded words containing special
16946         characters when rfc2047-quote-decoded-words-containing-tspecials
16947         is non-nil.
16948
16949 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16950
16951         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16952
16953         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16954
16955 2005-02-15  Simon Josefsson  <jas@extundo.com>
16956
16957         * nnimap.el (nnimap-debug): Doc fix.
16958
16959         * imap.el (imap-debug): Doc fix.
16960
16961 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16962
16963         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16964
16965 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16966
16967         * gnus.el (spam-contents): Improve docs for spam-contents
16968         parameter in its variable incarnation.
16969
16970 2005-02-14  Simon Josefsson  <jas@extundo.com>
16971
16972         * smime-ldap.el: Use require instead of load-library for ldap.
16973         (smime-ldap-search): Indent.
16974         (smime-ldap-search-internal): Shorten line.
16975
16976         * smime.el (smime-cert-by-dns): Add doc-string.
16977         (smime-cert-by-ldap-1): Indent.
16978
16979         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16980         mml-smime-get-dns-ldap.
16981         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16982
16983 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16984
16985         * smime.el: Require smime-ldap.
16986         (smime-ldap-host-list): New variable.
16987         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16988
16989         * mml-smime.el (mml-smime-encrypt-query): New function.
16990         (mml-smime-encrypt-query): Use it.
16991
16992         * smime-ldap.el: New file.
16993
16994 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16995
16996         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16997
16998 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16999
17000         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
17001         argument in doc string.  Make query for type more clear.
17002
17003 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17004
17005         * gnus.el (gnus-group-startup-message): Search for gnus images in
17006         etc/images/gnus.
17007         * mm-util.el (mm-image-load-path): Likewise.
17008         * smiley.el (smiley-data-directory): Search for smilies in
17009         etc/images/smilies.
17010
17011 2005-02-09  Kim F. Storm  <storm@cua.dk>
17012
17013         Change Emacs release version from 21.4 to 22.1 throughout.
17014         Change Emacs development version from 21.3.50 to 22.0.50.
17015
17016 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17017
17018         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
17019
17020         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
17021         non-Mule XEmacs as well.
17022         (mm-decompress-buffer): Signal an error intentionally if it does
17023         not decompress compressed data because auto-compression-mode is
17024         disabled.
17025
17026 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
17027
17028         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
17029         an ID in the registry even if it has no groups.
17030
17031 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17032
17033         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
17034         merge it into mm-decompress-buffer.
17035         (gnus-mime-copy-part): Use the MIME part charset, the value which
17036         a user specified or gnus-newsgroup-charset for decoding, like
17037         gnus-mime-inline-part does; set buffer-file-coding-system to tell
17038         save-buffer what was used.  Suggested by Kevin Ryde
17039         <user42@zip.com.au>.
17040         (gnus-mime-inline-part): Allow the name parameter as well as the
17041         filename parameter; force decompressing of compressed data; always
17042         display contents being not decoded as unibyte.
17043
17044         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
17045         as well as the filename parameter.
17046
17047         * mm-util.el (mm-decompress-buffer):
17048         Merge gnus-mime-jka-compr-maybe-uncompress.
17049         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
17050         of compressed data.
17051
17052 2005-02-08  Simon Josefsson  <jas@extundo.com>
17053
17054         * imap.el (imap-log): Doc fix.
17055
17056 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17057
17058         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
17059         the coding cookies; decompress compressed parts.
17060
17061         * mml.el (mml-generate-mime-1): Add the charset parameter according
17062         to the value which a user specified manually or the coding cookie.
17063
17064         * mm-util.el (mm-string-to-multibyte): New function.
17065         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
17066         (mm-coding-system-to-mime-charset): New function.
17067         (mm-decompress-buffer): New function.
17068         (mm-find-buffer-file-coding-system): New function.
17069
17070         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
17071         (mm-display-inline-fontify): Rewrite for decoding and decompressing
17072         parts.
17073
17074 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17075
17076         * mm-view.el (mm-display-inline-fontify): Decode a part according
17077         to the charset parameter.
17078
17079 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17080
17081         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
17082         prefix arg is neither nil nor a number, as info specifies.
17083
17084 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17085
17086         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
17087         timestamps.
17088
17089 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
17090
17091         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
17092         groups error checking and notify user.
17093
17094 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
17095
17096         * message.el (message-send-mail-function): Check existence of
17097         sendmail-program first before using default value
17098         `message-send-mail-with-sendmail'.  Otherwise use more generic
17099         `smtpmail-send-it'.
17100
17101 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17102
17103         * nntp.el (nntp-request-update-info): Always return nil.
17104
17105 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17106
17107         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
17108
17109 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17110
17111         * message.el (message-beginning-of-line): Change the behavior when
17112         invoked between BOL and : so that it first moves backward.
17113
17114 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17115
17116         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
17117         article buffer when editing of the article is discarded.
17118         (gnus-article-prepare): Revert.
17119
17120 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17121
17122         * gnus-art.el (gnus-article-prepare):
17123         Remove message-strip-forbidden-properties from the local hook.
17124
17125 2005-01-27  Simon Josefsson  <jas@extundo.com>
17126
17127         * password.el (password-cache-add): Only start one timer per key.
17128         Reported by Derek Atkins <warlord@MIT.EDU>.
17129
17130 2005-01-26  Steve Youngs  <steve@sxemacs.org>
17131
17132         * run-at-time.el: Remove.  It is no longer needed as
17133         timer-funcs.el in the xemacs-base package has a working version of
17134         `run-at-time'.
17135
17136         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
17137
17138         * password.el: Require timer-funcs instead of run-at-time in
17139         XEmacs.
17140         Remove `password-run-at-time' macro.
17141         (password-cache-add): Use `run-at-time' instead of
17142         `password-run-at-time'.
17143
17144         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
17145         Remove `nnheader-cancel-function-timers' alias,
17146         `cancel-function-timers' exists in XEmacs in timer-funcs.
17147
17148         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
17149         for `run-with-idle-timer'.
17150
17151         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
17152         for `run-at-time'.
17153
17154         * mm-url.el: Require timer-funcs at compile time when in XEmacs
17155         for `with-timeout'.
17156
17157         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
17158         the same as for XEmacs 21.4.
17159         No need to ignore `run-with-idle-timer', this function exists in
17160         XEmacs now in timer-funcs.el in the xemacs-base package.
17161         (dgnushack-compile): No need to delete
17162         run-at-time.el from the list of files to compile because it
17163         doesn't exist anymore.
17164
17165 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17166
17167         * mml.el (mml-generate-mime-1): Convert string into unibyte when
17168         inserting " *mml*" buffer's contents into a unibyte temp buffer.
17169
17170 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
17171
17172         * mail-source.el (mail-source-fetch-imap): Search for ^From case
17173         sensitively.
17174
17175 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
17176
17177         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
17178
17179 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17180
17181         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
17182         which will be inserted according to the multibyteness of a buffer
17183         rather than the type of contents.  Suggested by ARISAWA Akihiro
17184         <ari@mbf.ocn.ne.jp>.
17185
17186         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
17187         of string which old xml.el may return rather than a string.
17188
17189 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17190
17191         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
17192
17193 2005-01-16  Simon Josefsson  <jas@extundo.com>
17194
17195         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
17196         idn/idna.el isn't available.
17197         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
17198         <michael@waxrat.com>.
17199
17200         * hashcash.el: Remove non-FSF copyright header.
17201
17202         * hashcash.el (hashcash-extra-generate-parameters): New variable.
17203         (hashcash-generate-payment): Use it.
17204         (hashcash-generate-payment-async): Use it.
17205
17206 2005-01-15  Simon Josefsson  <jas@extundo.com>
17207
17208         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
17209         Suggested by Raymond Scholz <ray-2005@zonix.de>.
17210
17211         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
17212         gnus-summary-idna-message.
17213         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
17214         (gnus-summary-idna-message): New function.
17215
17216 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
17217
17218         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
17219         gnus-novice-user.
17220
17221 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17222
17223         * nnrss.el (nnrss-request-delete-group): Delete entries in
17224         nnrss-group-alist as well.
17225         (nnrss-save-server-data): Insert newline.
17226
17227 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
17228
17229         * gnus.el (gnus-user-agent): Use list of symbols instead of
17230         symbols.  Display full version number for (S)XEmacs.
17231         Optionally display (S)XEmacs codename.
17232
17233         * gnus-util.el (gnus-emacs-version): Update for new
17234         `gnus-user-agent'.
17235
17236         * gnus-msg.el (gnus-extended-version): Make it possible to omit
17237         Gnus version.
17238
17239 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17240
17241         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
17242         which is unreadable in some setups.
17243
17244 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17245
17246         * gnus-spec.el (gnus-update-format-specifications): Flush the
17247         group format spec cache if it doesn't support decoded group names.
17248
17249 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17250
17251         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
17252         Allow to apply decay on score files matching a regexp.
17253
17254 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17255
17256         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
17257         compatibility in %g and %c.
17258
17259 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17260
17261         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
17262         name for only %g and %c.
17263         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
17264         of gnus-tmp-group to decoded group name.
17265         (gnus-group-make-rss-group): Exclude `/'s from group names.
17266
17267 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17268
17269         * nnrss.el (nnrss-get-encoding): Fix regexp.
17270
17271 2004-12-27  Simon Josefsson  <jas@extundo.com>
17272
17273         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
17274         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
17275         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
17276
17277 2004-12-17  Kim F. Storm  <storm@cua.dk>
17278
17279         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
17280
17281         * gnus-sum.el (gnus-summary-mode-map): Likewise.
17282
17283 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17284
17285         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
17286
17287 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17288
17289         * nnrss.el: Require rfc2047 and mml.
17290         (nnrss-file-coding-system): New variable.
17291         (nnrss-format-string): Redefine it as an inline function.
17292         (nnrss-decode-group-name): New function.
17293         (nnrss-string-as-multibyte): Remove.
17294         (nnrss-retrieve-headers): Decode group name; don't use
17295         nnrss-format-string.
17296         (nnrss-request-group): Decode group name.
17297         (nnrss-request-article): Decode group name; allow a Message-ID as
17298         well as an article number; don't use nnrss-format-string; encode a
17299         Message-ID string which may contain non-ASCII characters; use
17300         mml-to-mime to compose a MIME article.
17301         (nnrss-request-expire-articles): Decode group name.
17302         (nnrss-request-delete-group): Decode group name.
17303         (nnrss-fetch): Clarify error message.
17304         (nnrss-read-server-data): Use insert-file-contents instead of load;
17305         bind file-name-coding-system; use multibyte buffer.
17306         (nnrss-save-server-data): Bind coding-system-for-write to the
17307         value of nnrss-file-coding-system; bind file-name-coding-system;
17308         add coding cookie.
17309         (nnrss-read-group-data): Use insert-file-contents instead of load;
17310         bind file-name-coding-system; use multibyte buffer.
17311         (nnrss-save-group-data): Bind coding-system-for-write to the
17312         value of nnrss-file-coding-system; bind file-name-coding-system.
17313         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
17314         make it work with non-ASCII text.
17315         (nnrss-find-el): Make it work with old xml.el as well.
17316
17317 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17318
17319         * nnrss.el (nnrss-get-encoding): New function.
17320         (nnrss-fetch): Use unibyte buffer initially; bind
17321         coding-system-for-read while performing mm-url-insert; remove ^Ms;
17322         decode contents according to the encoding attribute.
17323         (nnrss-save-group-data): Add coding cookie.
17324         (nnrss-mime-encode-string): New function.
17325         (nnrss-check-group): Use it to encode subject and author.
17326
17327 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
17328
17329         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
17330         imaginary variable.
17331
17332 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17333
17334         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
17335         correctly even if there are wide characters.
17336
17337 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
17338
17339         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
17340         downcased symbol names; make a new cache instead of reusing
17341         bbdb-hashtable.
17342
17343 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17344
17345         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17346         concatenating segments rather than before concatenating them.
17347         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17348
17349         * message.el (message-get-reply-headers): Bind `extra'.
17350
17351 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17352
17353         * message.el (message-extra-wide-headers): New variable.
17354         (message-get-reply-headers): Use it.
17355
17356 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17357
17358         * gnus-agent.el (gnus-agent-group-path): Decode group name.
17359         (gnus-agent-group-pathname): Ditto.
17360
17361         * gnus-cache.el (gnus-cache-file-name): Decode group name.
17362
17363         * gnus-group.el (gnus-group-make-group): Decode group name.
17364         (gnus-group-make-rss-group): Register the group data after opening
17365         the nnrss group.
17366
17367 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
17368
17369         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
17370         by expiry now get marked as read.
17371
17372 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17373
17374         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
17375
17376 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
17377
17378         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
17379         unify Latin characters in XEmacs.
17380         (mm-find-mime-charset-region): Use it.
17381
17382 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17383
17384         * gnus-util.el (gnus-delete-directory): New function.
17385
17386         * gnus-agent.el (gnus-agent-delete-group): Use it.
17387
17388         * gnus-cache.el (gnus-cache-delete-group): Use it.
17389
17390 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17391
17392         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
17393         names.
17394
17395 2004-12-16  Simon Josefsson  <jas@extundo.com>
17396
17397         * hashcash.el (hashcash-payment-alist): Fix custom :type.
17398
17399 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17400
17401         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
17402
17403         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
17404         (gnus-group-set-current-level): Decode group name.
17405
17406 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
17407
17408         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
17409         failed.
17410
17411 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17412
17413         * gnus-group.el (gnus-group-delete-group): Decode group name.
17414         (gnus-group-make-rss-group): Encode group name.
17415         (gnus-group-catchup-current): Decode group name.
17416         (gnus-group-kill-group): Decode group name.
17417
17418 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17419
17420         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
17421
17422 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17423
17424         * gnus-group.el (gnus-group-make-rss-group):
17425         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
17426
17427         * gnus-start.el (gnus-setup-news): Honor user's setting to
17428         gnus-message-archive-method.  Suggested by Lute Kamstra
17429         <lute@gnu.org>.
17430
17431 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
17432
17433         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
17434         global counterparts of the buffer-local variables.
17435
17436 2004-11-16  Romain Francoise  <romain@orebokech.com>
17437
17438         * gnus-sum.el (gnus-summary-exit): Don't clear the global
17439         counterparts of the buffer-local variables.
17440
17441 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17442
17443         * message.el (message-forbidden-properties): Fix typo in doc
17444         string.
17445
17446 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17447
17448         * gnus-util.el (gnus-replace-in-string): Add doc string.
17449
17450         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17451         to avoid problems when splitting mails with many recipients.
17452
17453 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17454
17455         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17456         pop-to-buffer, covered by the subsequent gnus-configure-windows.
17457
17458 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
17459
17460         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17461         if there is no hashtable in memory or file modification time is
17462         newer than cached timestamp.
17463
17464 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
17465
17466         * gnus-sum.el (gnus-summary-limit-to-recipient):
17467         Implement not-matching option.
17468
17469 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
17470
17471         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17472         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17473         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17474         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17475         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
17476         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17477
17478 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17479
17480         * message.el (message-forward-make-body-mml): Remove headers
17481         according to message-forward-ignored-headers if a message is decoded.
17482
17483 2004-12-02  Romain Francoise  <romain@orebokech.com>
17484
17485         * message.el (message-forward-make-body-plain): Always remove
17486         headers according to message-forward-ignored-headers.
17487
17488 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
17489
17490         * spam.el (spam-summary-prepare-exit): Remove the
17491         gnus-summary-limit pop for now, it has problems with ham marks for
17492         me.
17493
17494 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
17495
17496         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17497         correctly.
17498
17499 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
17500
17501         * format-spec.el (format-spec): Message the char.
17502
17503 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
17504
17505         * gnus-art.el (gnus-split-methods): Reformat comments.
17506
17507         * spam.el (spam-summary-prepare-exit): Remove article limits
17508         before exiting the summary buffer.
17509
17510 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17511
17512         * lpath.el: Remove bbdb-create-internal, bbdb-records,
17513         spam-BBDB-register-routine and spam-enter-ham-BBDB.
17514
17515         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17516         order to silence the byte compiler.
17517
17518         * spam.el: Fix the way to silence the byte compiler, which
17519         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17520         bbdb-search-simple, spam-BBDB-register-routine,
17521         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17522         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17523         spam-stat-buffer-is-spam, spam-stat-load,
17524         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17525         spam-stat-save and spam-stat-split-fancy.
17526
17527 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17528
17529         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17530         which may confuse users.
17531         (canlock-password-for-verify): Ditto.
17532
17533         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17534
17535         * gnus-art.el (gnus-emphasis-alist): Ditto.
17536
17537         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17538
17539         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17540
17541         * gnus-start.el (gnus-save-killed-list): Ditto.
17542
17543         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17544         (gnus-sum-thread-tree-root): Ditto.
17545         (gnus-sum-thread-tree-false-root): Ditto.
17546         (gnus-sum-thread-tree-single-indent): Ditto.
17547
17548         * message.el (message-courtesy-message): Ditto.
17549         (message-archive-note): Ditto.
17550         (message-subscribed-address-file): Ditto.
17551         (message-user-fqdn): Ditto.
17552
17553         * spam-report.el (spam-report-gmane-regex): Ditto.
17554
17555         * spam.el (spam-blackhole-good-server-regex): Ditto.
17556
17557 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17558
17559         * mml.el (mml-preview): Widen the message buffer before copying
17560         the contents to the preview buffer; sort headers before previewing.
17561
17562         * message.el (message-hidden-headers): Fix the way to avoid a bug
17563         in the `repeat' widget in Emacs 21.3 or earlier.
17564
17565 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17566
17567         * message.el (message-hidden-headers): Default to "^References:".
17568         Improve customization type.  Suggested by Reiner Steib
17569         <Reiner.Steib@gmx.de>.
17570
17571 2004-11-25  Romain Francoise  <romain@orebokech.com>
17572
17573         * message.el (message-strip-forbidden-properties): Remove check for
17574         obsolete `message-hidden' text property, hidden headers are not
17575         accessible in the buffer anymore.
17576
17577 2004-11-22  Romain Francoise  <romain@orebokech.com>
17578
17579         * message.el (message-header-format-alist): Add `From' in list
17580         so that it can be sorted.
17581         (message-fix-before-sending): Widen and sort headers before
17582         sending.
17583         (message-hide-headers): Use narrowing to hide headers by moving
17584         them to the top of the buffer and narrowing to the region
17585         underneath.
17586
17587 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17588
17589         * message.el (message-strip-forbidden-properties):
17590         Bind buffer-read-only (etc) to nil.
17591
17592 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17593
17594         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17595         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17596
17597 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17598
17599         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17600
17601 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17602
17603         * dns.el (query-dns): Use sit-for to time instead of
17604         accept-process-output, since that doesn't seem to work on udp
17605         sockets.
17606
17607 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17608
17609         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17610
17611 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17612
17613         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17614         doc string.  Improve doc string.
17615
17616 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17617
17618         * nntp.el (nntp-request-update-info): Return nil if
17619         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17620         may not call gnus-activate-group which uselessly issues the GROUP
17621         commands for all nntp groups and wastes time.  Reported by Romain
17622         Francoise <romain@orebokech.com>.
17623
17624         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17625
17626 2004-11-15  Simon Josefsson  <jas@extundo.com>
17627
17628         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17629         headers separately.
17630         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17631         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17632
17633 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17634
17635         * gnus-start.el (gnus-convert-old-newsrc):
17636         Assign legacy-gnus-agent to 5.10.7.
17637
17638 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17639
17640         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17641         start of the lines.
17642
17643 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17644
17645         * hashcash.el (hashcash-default-payment): Change default to 20.
17646         (hashcash-default-accept-payment): Change default to 20.
17647         (hashcash-process-alist): New variable.
17648         (hashcash-generate-payment-async): Add.
17649         (hashcash-already-paid-p): Add.
17650         (hashcash-insert-payment): Don't generate payments twice.
17651         (hashcash-insert-payment-async): Add.
17652         (hashcash-insert-payment-async-2): Add.
17653         (hashcash-cancel-async): Add.
17654         (hashcash-wait-async): Add.
17655         (hashcash-processes-running-p): Add.
17656         (hashcash-wait-or-cancel): Add.
17657         (mail-add-payment): New optional argument.  Conditionally start
17658         asynchronous calculation.
17659         (mail-add-payment-async): Add.
17660
17661         * message.el (message-send-mail): Wait for asynchronous hashcash
17662         results.  Don't clobber existing X-Hashcash headers.
17663         (message-setup-1): Call mail-add-payment-async when
17664         message-generate-hashcash is non-nil.
17665
17666 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17667
17668         * message.el (message-use-alternative-email-as-from): Examine the
17669         From header as well; use message-make-from in order to include a
17670         user's full name.
17671
17672 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17673
17674         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17675         default; improve customization type.
17676         (gnus-emphasis-custom-with-format): New macro.
17677         (gnus-emphasis-custom-value-to-external): New function.
17678         (gnus-emphasis-custom-value-to-internal): New function.
17679
17680 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17681
17682         * dns.el (query-dns): Resolve reverse addresses.
17683
17684 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17685
17686         * gnus-group.el (gnus-group-get-new-news): Use it.
17687
17688         * gnus-start.el (gnus-check-reasonable-setup): New function.
17689
17690 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17691
17692         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17693         "Args out of range" error.  Reported by Arnaud Giersch
17694         <arnaud.giersch@free.fr>.
17695
17696 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17697
17698         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17699
17700 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17701
17702         * spam.el (spam group): Add :version.
17703
17704         * pgg-def.el (pgg group): Add :version.
17705
17706 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17707
17708         * gnus-art.el (gnus-article-edit-article): Don't associate the
17709         article buffer with a draft file.  This is a temporary measure
17710         against the 2004-08-22 change to gnus-article-edit-mode.
17711
17712 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17713
17714         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17715         (html2text-format-tags): Remove unused variable `attr'.
17716
17717 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17718
17719         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17720
17721         * tls.el (tls-process-connection-type, tls-success)
17722         (tls-certtool-program): Add :version.
17723
17724         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17725         (starttls-extra-arguments, starttls-process-connection-type)
17726         (starttls-connect, starttls-failure, starttls-success): Add :version.
17727
17728         * spam-stat.el (spam-stat): Add :version.
17729
17730         * sieve.el (sieve): Add :version.
17731
17732         * sha1.el (sha1): Add :version.
17733         (sha1-use-external): Remove redundant version.
17734
17735         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17736         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17737         (nnmail-split-fancy-match-partial-words)
17738         (nnmail-split-lowercase-expanded): Add :version.
17739
17740         * nndiary.el (nndiary): Add :version.
17741
17742         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17743
17744         * mml-sec.el (mml-default-sign-method)
17745         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17746         Add :version.
17747
17748         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17749
17750         * mm-url.el (mm-url-use-external, mm-url-program)
17751         (mm-url-arguments): Add :version.
17752
17753         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17754         (mm-attachment-file-modes, mm-decrypt-option)
17755         (mm-w3m-safe-url-regexp): Add :version.
17756
17757         * message.el (message-cite-prefix-regexp)
17758         (message-sendmail-envelope-from, message-minibuffer-local-map)
17759         (message-user-fqdn, message-completion-alist): Add :version.
17760
17761         * gnus-win.el (gnus-configure-windows-hook)
17762         (gnus-use-frames-on-any-display): Add :version.
17763
17764         * gnus-art.el (gnus-article-address-banner-alist)
17765         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17766         (gnus-treat-from-picon, gnus-treat-mail-picon)
17767         (gnus-treat-x-pgp-sig): Add :version.
17768
17769         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17770         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17771         (gnus-summary-article-delete-hook)
17772         (gnus-summary-display-while-building): Add :version.
17773
17774         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17775         (gnus-get-top-new-news-hook): Add :version.
17776
17777         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17778         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17779
17780         * gnus-registry.el (gnus-registry): Add :version.
17781
17782         * gnus-spec.el (gnus-use-correct-string-widths)
17783         (gnus-make-format-preserve-properties): Add :version.
17784
17785         * gnus.el (gnus-group-charter-alist)
17786         (gnus-group-fetch-control-use-browse-url)
17787         (gnus-install-group-spam-parameters): Add :version.
17788
17789         * gnus-diary.el (gnus-diary): Add :version.
17790
17791         * gnus-delay.el (gnus-delay): Add :version.
17792
17793         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17794         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17795         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17796         Add :version.
17797
17798         * gnus-agent.el (gnus-agent-max-fetch-size)
17799         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17800         (gnus-agent-prompt-send-queue): Add :version.
17801
17802         * deuglify.el (gnus-outlook-deuglify): Add :version.
17803
17804         * html2text.el: Beautify code.  Improve doc strings.
17805         Some checkdoc cleanup.
17806         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17807
17808 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17809
17810         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17811
17812 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17813
17814         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17815         when package is loaded.
17816
17817         * spam.el (spam-summary-score-preferred-header): Add global preference
17818         for people who want to override the default SpamAssassin over
17819         Bogofilter preference (when both are set).
17820         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17821         (spam-user-format-function-S):
17822         Check spam-summary-score-preferred-header.
17823         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17824         (spam-user-format-function-S): Format the score correctly.
17825
17826 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17827
17828         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17829         signature file.  Suggested by Manoj Srivastava
17830         <srivasta@golden-gryphon.com>.
17831
17832         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17833         iso-2022-jp even in the Japanese language environment.
17834         Suggested by Jason Rumney <jasonr@gnu.org>.
17835
17836 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17837
17838         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17839         use the same characters as the dummy marks; make it free from
17840         getting affected by the language environment.
17841         (gnus-summary-read-group-1): Update mark positions only when the
17842         format spec is updated.
17843
17844         * gnus-spec.el (gnus-update-format-specifications): Return a list
17845         of updated types.
17846
17847 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17848
17849         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17850         of boundp to check if display-warning is available.
17851
17852 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17853
17854         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17855
17856 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17857
17858         * nnspool.el (nnspool-spool-directory): Use news-path if the
17859         news-directory variable is not bound.
17860
17861         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17862         function instead of display-warning if it is not available.
17863
17864 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17865
17866         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17867         v5-10: Use `point-at-bol'.
17868
17869 2004-10-26  Simon Josefsson  <jas@extundo.com>
17870
17871         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17872         <chenggao@gmail.com>.
17873
17874 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17875
17876         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17877         instead.
17878
17879 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17880
17881         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17882         to remove a server from the nnimap-server-buffer-alist.
17883         (nnimap-open-connection, nnimap-close-server): Use it.
17884
17885         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17886
17887 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17888
17889         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17890         running the major-mode function.
17891
17892 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17893
17894         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17895         dummy marks in the right way.
17896
17897 2004-10-18  David Edmondson  <dme@dme.org>
17898
17899         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17900         excessively.
17901
17902 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17903
17904         * gnus-util.el (gnus-split-references): Accept a nil references
17905         string and go on blissfully.
17906
17907         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17908         cases where the references string is non-nil but has no references.
17909
17910         * encrypt.el: Add autoload tags.
17911
17912         * spam.el (spam-resolve-registrations-routine): Remove article
17913         from unregistration list too.  Reported by David Hanak
17914         <dhanak@isis.vanderbilt.edu>
17915
17916 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17917
17918         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17919         nil.  Change custom type.
17920
17921 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17922
17923         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17924
17925         * gnus-sum.el (gnus-summary-move-article): Use it.
17926
17927 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17928
17929         * encrypt.el: Add autoload cookies.
17930
17931         * spam.el (spam-backend-article-list-property)
17932         (spam-backend-get-article-todo-list)
17933         (spam-backend-put-article-todo-list)
17934         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17935         Resolve registrations separately.
17936         (spam-register-routine): Format comments.
17937         (spam-unregister-routine, spam-register-routine): Always call with
17938         specific-articles, no default list.
17939         (spam-summary-prepare-exit): Use the spam-classifications function.
17940
17941         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17942         gnus-encrypt.el.
17943
17944         * encrypt.el: Copied from gnus-encrypt.el.
17945
17946         * gnus-encrypt.el: Commented that it's obsolete.
17947
17948 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17949
17950         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17951         (gnus-score-save): Use it.
17952
17953         * message.el (message-bury): Use `window-dedicated-p'.
17954
17955 2004-10-15  Simon Josefsson  <jas@extundo.com>
17956
17957         * pop3.el (top-level): Don't require nnheader.
17958         (pop3-read-timeout): Add.
17959         (pop3-accept-process-output): Add.
17960         (pop3-read-response, pop3-retr): Use it.
17961
17962 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17963
17964         * spam.el (spam-register-routine): Move comment.
17965         (spam-verify-bogofilter): Use 'unknown for the initial
17966         spam-bogofilter-valid state, not 'never.
17967
17968         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17969         for netrc-machine.
17970
17971         * nnimap.el (nnimap-open-connection):
17972         Use netrc-machine-user-or-password.
17973
17974 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17975
17976         * gnus-registry.el (gnus-registry-unload-hook):
17977         Set as a variable with add-hook.
17978
17979         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17980         of news-path.
17981
17982         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17983
17984         * spam.el: Delete duplicate `provide'.
17985         (spam-unload-hook): Set as a variable with add-hook.
17986
17987 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17988
17989         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17990         in the doc string.
17991
17992         * message.el (message-ignored-news-headers)
17993         (message-ignored-supersedes-headers)
17994         (message-ignored-resent-headers)
17995         (message-forward-ignored-headers): Improve custom type.
17996
17997 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17998
17999         * message.el (message-tokenize-header): Fix 2004-09-06 change
18000         which used point-min in the wrong place.
18001
18002 2004-10-12  Simon Josefsson  <jas@extundo.com>
18003
18004         * tls.el (tls-certtool-program): New variable.
18005         (tls-certificate-information): New function, based on
18006         ssl-certificate-information.
18007
18008 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18009
18010         * compface.el: Move the version of ELisp-based uncompface program
18011         to the contrib directory because of the copyright problem.
18012
18013 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18014
18015         * message.el (message-kill-buffer): Raise the current frame.
18016
18017 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18018
18019         * gnus-sum.el: Mention that multibyte characters don't work as marks.
18020
18021         * gnus.el (message-y-or-n-p): Autoload.
18022
18023         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
18024         (pop3-password-required, pop3-authentication-scheme)
18025         (pop3-leave-mail-on-server): Make customizable.
18026         (pop3): New custom group.
18027         (pop3-retr): Remove `sleep-for' statements.
18028         Suggested by Dave Love <fx@gnu.org>.
18029
18030         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
18031         Windows/DOS.
18032
18033         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18034         (imap-parse-body): Fix incorrect use of `assert'.
18035         Suggested by Dave Love <fx@gnu.org>.
18036
18037         * mml.el (mml-minibuffer-read-disposition): Require match.
18038         Suggested by Dave Love <fx@gnu.org>.
18039
18040 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18041
18042         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
18043         doc string.
18044
18045 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18046
18047         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
18048
18049 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18050
18051         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
18052         instead of calling `mm-insert-inline', to decode text/* parts
18053         before displaying them.
18054
18055 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18056
18057         * mm-uu.el (mm-uu-text-plain-type): New variable.
18058         (mm-uu-pgp-signed-extract-1): Use it.
18059         (mm-uu-pgp-encrypted-extract-1): Use it.
18060         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
18061         bind mm-uu-text-plain-type with that value.
18062         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
18063         mm-uu-dissect.
18064
18065 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18066
18067         * gnus-group.el (gnus-update-group-mark-positions):
18068         * gnus-sum.el (gnus-update-summary-mark-positions):
18069         * message.el (message-check-news-body-syntax):
18070         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
18071         of string-as-multibyte.
18072
18073 2004-10-05  Juri Linkov  <juri@jurta.org>
18074
18075         * gnus-group.el (gnus-update-group-mark-positions):
18076         * gnus-sum.el (gnus-update-summary-mark-positions):
18077         * message.el (message-check-news-body-syntax):
18078         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
18079         8-bit unibyte values to a multibyte string for search functions.
18080
18081 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18082
18083         * mm-uu.el (mm-uu-dissect): Allow optional arg.
18084         (mm-uu-dissect-text-parts): New function.
18085
18086         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
18087         dissect text parts.
18088
18089         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
18090         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
18091
18092         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
18093
18094         * gnus-topic.el (gnus-topic-hierarchical-parameters):
18095         Use gnus-current-topics instead of gnus-current-topic.
18096
18097 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
18098
18099         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
18100
18101 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
18102
18103         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
18104         where approriate.
18105
18106         * nnml.el (nnml-generate-active-info): do.
18107
18108         * nndiary.el (nndiary-generate-active-info): do.
18109
18110         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
18111         (gnus-topic-move): do.
18112
18113         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
18114         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
18115
18116         * gnus-srvr.el (gnus-server-prepare)
18117         (gnus-server-open-all-servers): do.
18118
18119         * gnus-msg.el (gnus-summary-cancel-article)
18120         (gnus-summary-resend-message)
18121         (gnus-summary-mail-crosspost-complaint): do.
18122
18123         * gnus-move.el (gnus-change-server): do.
18124
18125         * gnus-group.el (gnus-group-unmark-all-groups)
18126         (gnus-group-set-current-level): do.
18127
18128 2004-10-04  Simon Josefsson  <jas@extundo.com>
18129
18130         * message.el (message-generate-hashcash): Doc fix.
18131
18132 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
18133
18134         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
18135         avoid infinite recursion via gnus-get-function.
18136
18137 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
18138
18139         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
18140
18141         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
18142
18143         * nnmail.el (nnmail-split-history): do.
18144
18145         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
18146         (nnml-request-delete-group): do.
18147
18148         * nnslashdot.el (nnslashdot-read-groups): do.
18149
18150         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
18151         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
18152
18153         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
18154         (nnspool-sift-nov-with-sed): Use last.
18155         (nnspool-retrieve-headers-with-nov): Use mapc.
18156         (nnspool-request-newgroups): Use dolist.
18157         (nnspool-request-group): Use last.
18158
18159         * nntp.el (nntp-read-server-type): Use dolist.
18160
18161         * nnvirtual.el (nnvirtual-create-mapping)
18162         (nnvirtual-update-read-and-marked): Use dolist.
18163         (nnvirtual-convert-headers): Simplify.
18164
18165 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18166
18167         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18168         Add support for sync'ing tick marks.
18169
18170 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18171
18172         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
18173         there's no visible header.
18174
18175 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18176
18177         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18178         When necessary, pass full group name to gnus-request-set-marks.
18179
18180 2004-10-01  Simon Josefsson  <jas@extundo.com>
18181
18182         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
18183         acroread.
18184
18185 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18186
18187         * spam-report.el (spam-report-gmane): Fix interactive.
18188
18189         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
18190
18191         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
18192         when writing file.
18193         (gnus-agent-synchronize-flags): Don't default to being
18194         interactive.
18195
18196 2004-09-30  Simon Josefsson  <jas@extundo.com>
18197
18198         * message.el (message-generate-hashcash): Add.
18199         (message-send-mail): Use it, call mail-add-payment.
18200
18201 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18202
18203         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
18204
18205 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
18206
18207         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
18208         gnus-requst-update-info with explicit code to sync the in-memory
18209         info read flags with the marks being sync'd to the backend.
18210
18211         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
18212
18213 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18214
18215         * spam.el (spam-verify-bogofilter): Add new function.
18216         (spam-check-bogofilter)
18217         (spam-bogofilter-register-with-bogofilter): Use it.
18218         (spam-verify-bogofilter): Add small fixes.
18219
18220 2004-09-28  Simon Josefsson  <jas@extundo.com>
18221
18222         * hashcash.el (hashcash-generate-payment): Revert.
18223
18224 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18225
18226         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18227         Use gnus-extract-references instead of gnus-split-references.
18228
18229         * gnus-util.el (gnus-extract-references): Add new function, analogous
18230         to gnus-split-references but extracts only the message-ID without
18231         anything extra.
18232
18233         * hashcash.el (hashcash-generate-payment)
18234         (hashcash-check-payment): Do the right thing if hashcash-path is
18235         nil (because the hashcash program could not be found).
18236
18237         * spam.el (spam-use-hashcash): Remove comment.
18238
18239 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
18240
18241         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
18242         (gnus-cache-enter-article, gnus-cache-remove-article)
18243         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
18244
18245         * gnus-async.el (gnus-async-prefetch-remove-group): do.
18246
18247         * gnus-art.el (article-hide-boring-headers)
18248         (article-translate-strings, article-display-face)
18249         (gnus-article-mime-match-handle-first)
18250         (gnus-article-highlight-headers)
18251         (gnus-article-add-buttons-to-head): do.
18252
18253 2004-09-27  Simon Josefsson  <jas@extundo.com>
18254
18255         * hashcash.el: New version, from
18256         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
18257         ../contrib/.
18258
18259 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18260
18261         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
18262
18263 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
18264
18265         * gnus-dup.el (gnus-dup-open): Use mapc.
18266         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
18267
18268         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
18269         Reported by Stefan Wiens <s.wi@gmx.net>.
18270
18271         * gnus.el (gnus-shutdown): Use dolist.
18272
18273         * gnus-undo.el (gnus-undo): Use mapc.
18274
18275         * nnrss.el (nnrss-generate-active): do.
18276
18277         * message.el (message-cite-original-without-signature)
18278         (message-cite-original): Use mapc.
18279         (message-do-actions, message-make-forward-subject): Use dolist.
18280
18281 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18282
18283         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
18284         deletion to remove entire duplicate line.  Fixes merged article
18285         number bug.
18286
18287 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18288
18289         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
18290         servers that are offline.  Avoids having gnus-agent-toggle-plugged
18291         first ask if you want to open a server and then, even when you
18292         responded with no, asking if you want to synchronize the server's
18293         flags.
18294         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
18295         multi-line expressions.
18296         (gnus-agent-synchronize-group-flags): New internal function.
18297         Updates marks in memory (in the info structure) AND in the
18298         backend.
18299
18300         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
18301
18302         * nnagent.el (nnagent-request-set-mark):
18303         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
18304         method, to ensure that synchronization updates marks in the
18305         backend and in the info (in memory) structure.
18306
18307 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18308
18309         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
18310         convention fully; don't miss the root article of a thread; make
18311         the X-Draft-From header with correct article numbers.
18312
18313 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
18314
18315         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
18316         unless plugged.  Disable the agent so that an open failure causes
18317         an error.
18318
18319         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
18320         Revert 2004-09-21 change.  The backend must be opened while
18321         synchronizing flags even when the backend stores the flags
18322         locally.
18323
18324 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
18325
18326         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
18327         in `header' match.  Reported by Svend Tollak Munkejord.
18328
18329         * message.el (message-cite-original): Fix use of
18330         `message-cite-articles-with-x-no-archive'.
18331
18332 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18333
18334         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
18335         (gnus-window-to-buffer): Ditto.
18336
18337         * mml.el (mml-preview-buffer): New variable.
18338         (mml-preview): Manage window layout with gnus-buffer-configuration.
18339
18340         * gnus-msg.el (gnus-setup-message): Put article numbers into the
18341         X-Draft-From header even if those articles aren't quoted.
18342
18343 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
18344
18345         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
18346         (gnus-request-set-mark, gnus-request-update-mark): Use new
18347         g-s-t-u-l-m to decide to use backend even when unplugged.
18348
18349 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18350
18351         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
18352         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
18353
18354 2004-09-20  Simon Josefsson  <jas@extundo.com>
18355
18356         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
18357         "utf-16-le".
18358
18359 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18360
18361         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
18362
18363 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18364
18365         * uudecode.el (uudecode-use-external): Add :version.
18366
18367         * smime.el (smime-CA-file, smime-encrypt-cipher)
18368         (smime-dns-server): Add :version.
18369
18370         * smiley.el (gnus-smiley-file-types): Add :version.
18371
18372         * sha1.el (sha1-use-external): Add :version.
18373
18374         * pgg-def.el (pgg-query-keyserver): Add :version.
18375
18376         * nnmail.el (nnmail-fancy-expiry-targets)
18377         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
18378         Add :version.
18379
18380         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
18381         (nnimap-retrieve-groups-asynchronous): Add :version.
18382         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
18383
18384         * mml.el (mml-content-disposition-parameters)
18385         (mml-insert-mime-headers-always): Add :version.
18386
18387         * mm-util.el (mm-coding-system-priorities): Add :version.
18388
18389         * mm-decode.el (mm-inline-text-html-with-images)
18390         (mm-keep-viewer-alive-types, mm-external-terminal-program)
18391         (mm-verify-option): Add :version.
18392         (mm-text-html-renderer): Change :version.
18393
18394         * message.el (message-fcc-externalize-attachments)
18395         (message-required-headers, message-draft-headers)
18396         (message-subject-trailing-was-query)
18397         (message-subject-trailing-was-ask-regexp)
18398         (message-subject-trailing-was-regexp, message-mark-insert-begin)
18399         (message-mark-insert-end, message-archive-header)
18400         (message-archive-note, message-cross-post-default)
18401         (message-cross-post-note, message-followup-to-note)
18402         (message-cross-post-note-function, message-use-mail-followup-to)
18403         (message-subscribed-address-functions)
18404         (message-subscribed-address-file, message-subscribed-addresses)
18405         (message-subscribed-regexps, message-allow-no-recipients)
18406         (message-yank-cited-prefix, message-signature-insert-empty-line)
18407         (message-hidden-headers, message-hierarchical-addresses)
18408         (message-mail-user-agent, message-use-idna)
18409         (message-valid-fqdn-regexp)
18410         (message-strip-special-text-properties, message-header-synonyms)
18411         (message-beginning-of-line, message-tab-body-function): Add :version.
18412         (message-insert-canlock, message-wide-reply-confirm-recipients):
18413         Change :version.
18414
18415         * mail-source.el (mail-source-ignore-errors): Add :group, :type
18416         and :version.
18417         (mail-source-delete-old-incoming-confirm)
18418         (mail-source-movemail-program): Add :version.
18419
18420         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
18421         (gnus-agent-cache, gnus-agent): Change :version.
18422
18423         * gnus-util.el (gnus-use-byte-compile): Change :version.
18424
18425         * gnus-sum.el (gnus-summary-make-false-root-always)
18426         (gnus-summary-default-high-score)
18427         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
18428         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
18429         (gnus-read-all-available-headers, gnus-article-emulate-mime)
18430         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
18431         (gnus-sum-thread-tree-single-indent)
18432         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
18433         (gnus-sum-thread-tree-leaf-with-other)
18434         (gnus-sum-thread-tree-single-leaf): Add :version.
18435         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
18436         (gnus-article-loose-mime): Change :version.
18437
18438         * gnus-start.el (gnus-backup-startup-file)
18439         (gnus-save-startup-file-via-temp-buffer): Add :version.
18440
18441         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18442         (gnus-server-offline-face): Add :version.
18443
18444         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18445
18446         * gnus-msg.el (gnus-gcc-externalize-attachments)
18447         (gnus-debug-files, gnus-debug-exclude-variables)
18448         (gnus-discouraged-post-methods): Change :version.
18449         (gnus-confirm-mail-reply-to-news)
18450         (gnus-confirm-treat-mail-like-news): Add :version.
18451
18452         * gnus-int.el (gnus-server-unopen-status): Add :version.
18453
18454         * gnus-group.el (gnus-group-jump-to-group-prompt)
18455         (gnus-large-ephemeral-newsgroup)
18456         (gnus-fetch-old-ephemeral-headers): Add :version.
18457
18458         * gnus-fun.el (gnus-x-face-directory)
18459         (gnus-convert-pbm-to-x-face-command)
18460         (gnus-convert-image-to-x-face-command)
18461         (gnus-convert-image-to-face-command): Add :version.
18462
18463         * gnus-delay.el (gnus-delay-default-hour): Add :version.
18464
18465         * gnus-cite.el (gnus-cite-blank-line-after-header)
18466         (gnus-article-boring-faces): Add :version.
18467
18468         * gnus-art.el (gnus-buttonized-mime-types)
18469         (gnus-inhibit-mime-unbuttonizing)
18470         (gnus-treat-display-face)
18471         (gnus-treat-body-boundary): Change :version.
18472         (gnus-body-boundary-delimiter, gnus-picon-databases)
18473         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
18474         (gnus-treat-date-english, gnus-treat-fold-headers)
18475         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18476         (gnus-treat-mail-picon, gnus-treat-wash-html)
18477         (gnus-article-encrypt-protocol)
18478         (gnus-use-idna, gnus-article-over-scroll)
18479         (gnus-mime-display-multipart-alternative-as-mixed)
18480         (gnus-mime-display-multipart-related-as-mixed)
18481         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18482         (gnus-ctan-url, gnus-button-ctan-handler)
18483         (gnus-button-handle-ctan-bogus-regexp)
18484         (gnus-button-ctan-directory-regexp)
18485         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18486         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18487         (gnus-button-man-level, gnus-button-emacs-level)
18488         (gnus-button-message-level, gnus-button-browse-level): Add :version.
18489
18490         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18491         (gnus-agent-go-online): Change :version.
18492         (gnus-agent-expire-unagentized-dirs)
18493         (gnus-agent-auto-agentize-methods): Add :version.
18494
18495         * flow-fill.el (fill-flowed-display-column)
18496         (fill-flowed-encode-column): Add :version.
18497
18498         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18499         (gnus-outlook-deuglify-unwrap-max)
18500         (gnus-outlook-deuglify-cite-marks)
18501         (gnus-outlook-deuglify-unwrap-stop-chars)
18502         (gnus-outlook-deuglify-no-wrap-chars)
18503         (gnus-outlook-deuglify-attrib-cut-regexp)
18504         (gnus-outlook-deuglify-attrib-verb-regexp)
18505         (gnus-outlook-deuglify-attrib-end-regexp)
18506         (gnus-outlook-display-hook): Add :version.
18507
18508         * binhex.el (binhex-use-external): Add :version.
18509
18510 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
18511
18512         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18513         and `invisible'.
18514
18515 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18516
18517         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18518         in gnus-registry-trim.
18519
18520 2004-09-13  Simon Josefsson  <jas@extundo.com>
18521
18522         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18523
18524         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18525
18526         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18527         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18528         <yamaoka@jpl.org>.
18529         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18530         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18531         <yamaoka@jpl.org>.
18532
18533         * sieve.el (sieve-manage-mode): Ditto.
18534
18535 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18536
18537         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18538
18539 2004-09-11  Simon Josefsson  <jas@extundo.com>
18540
18541         * dns-mode.el: Add.
18542
18543         * mm-view.el (mm-display-dns-inline): Add.
18544
18545         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18546         (mm-automatic-display): Ditto.
18547
18548         * mailcap.el (mailcap-mime-data): Add text/dns.
18549         (mailcap-mime-extensions): Map .soa to text/dns.
18550
18551 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18552
18553         * gnus-art.el (article-decode-mime-words, article-babel)
18554         (gnus-article-highlight-signature, gnus-article-add-buttons)
18555         (gnus-signature-toggle): Remove unnecessary bindings of
18556         `inhibit-read-only' inherited from v5.10 merge.
18557
18558 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18559
18560         * nntp.el (nntp): New customization group.
18561         (nntp-authinfo-file): Add customization group.
18562
18563         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18564
18565         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18566
18567         * gnus.el (to-address, to-list, subscribed)
18568         (large-newsgroup-initial): Ditto.
18569
18570         * flow-fill.el (fill-flowed-display-column)
18571         (fill-flowed-encode-column): Ditto.
18572
18573 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18574
18575         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18576         Use point-min rather than 1.
18577         (message-send-mail): Use buffer-size rather than point-max.
18578
18579         * gnus-sum.el (gnus-summary-search-article-forward):
18580         Signal a specific `search-failed' rather than a generic `error'.
18581
18582         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18583         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18584         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18585
18586 2004-09-10  Simon Josefsson  <jas@extundo.com>
18587
18588         * nndb.el (require): Remove tcp and duplicate cl.
18589
18590 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18591
18592         * gnus-agent.el (directory-files-and-attributes): Move forward.
18593
18594 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18595
18596         * gnus-agent.el (directory-files-and-attributes):
18597         Optionally defined to support XEmacs.
18598
18599 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18600
18601         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18602         to avoid run-time CL dependencies.
18603         (gnus-agent-unfetch-articles): New function.
18604         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18605         article numbers even when local .overview file is missing.
18606         (gnus-agent-read-article-number): New function.  Only accepts
18607         27-bit article numbers.
18608         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18609         Use gnus-agent-read-article-number.
18610         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18611         from backend while recognizing that article numbers in .overview
18612         must be valid.
18613         (gnus-agent-update-files-total-fetched-for):
18614         Use directory-files-and-attributes to improve performance.
18615         * gnus-int.el (gnus-request-move-article):
18616         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18617         improve performance.
18618
18619         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18620         some users confused by references to .newsrc when they only have a
18621         .newsrc.eld file.
18622         (gnus-convert-mark-converter-prompt)
18623         (gnus-convert-converter-needs-prompt): Fix use of property list.
18624         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18625         New function.  Used internally to only display 'gnus converting
18626         files' message when actually necessary.
18627
18628         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18629         methods now autoloaded.
18630
18631 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18632
18633         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18634         identifiers.
18635
18636 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18637
18638         * gnus-picon.el: Fix indentation and closing parenthesis.
18639
18640 2004-09-01  Simon Josefsson  <jas@extundo.com>
18641
18642         * message.el (message-canlock-generate): Require sha1, not
18643         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18644         to require within a function.  Sadly, if sha1.el isn't loaded, the
18645         let binding in m-c-g will hide the defcustom definition, which is
18646         bad.)
18647
18648         * canlock.el: Require sha1, not sha1-el.
18649
18650         * message.el: Don't autoload sha1 (there is a autoload cookie in
18651         sha1.el).
18652
18653         * sha1-el.el: Rename to sha1.el.
18654
18655 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18656
18657         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18658
18659 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18660
18661         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18662
18663 2004-08-30  Kim F. Storm  <storm@cua.dk>
18664
18665         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18666
18667         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18668         Add :group 'nnimap.
18669
18670 2004-08-30  Andreas Schwab  <schwab@suse.de>
18671
18672         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18673         ?* and ?\;.
18674
18675         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18676         and ?\' to symbol instead of whitespace.
18677
18678 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18679
18680         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18681
18682         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18683         instead of re-search-forward.
18684
18685         * gnus-uu.el (gnus-uu-save-article): Ditto.
18686         (gnus-uu-post-encode-uuencode): Ditto.
18687
18688         * html2text.el (html2text-clean-list-items): Ditto.
18689         (html2text-clean-dtdd): Ditto.
18690         (html2text-format-tags): Ditto.
18691
18692         * message.el (message-send-mail-with-sendmail): Fix regexp.
18693         (message-fill-field-general): Use search-forward instead of
18694         re-search-forward.
18695         (unbold-region): Ditto.
18696
18697         * nnrss.el (nnrss-request-article): Ditto.
18698
18699         * nnslashdot.el (nnslashdot-request-article): Ditto.
18700
18701         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18702
18703         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18704         "Unrecognized menu descriptor" error in XEmacs.
18705
18706 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18707
18708         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18709         parent article of a sparse article in the thread hashtb.
18710
18711 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18712
18713         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18714         (nnmail-expand-newtext): Lowercase expanded entries if
18715         nnmail-split-lowercase-expanded is non-nil.
18716
18717 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18718
18719         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18720
18721         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18722         of gnus-tmp-news-method into string under XEmacs.  It will be
18723         passed to gnus-correct-length which takes only a string argument.
18724
18725 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18726
18727         * gnus-util.el (gnus-bind-print-variables): New macro.
18728         (gnus-prin1): Use it.
18729         (gnus-prin1-to-string): Use it.
18730         (gnus-pp): New function.
18731         (gnus-pp-to-string): New function.
18732
18733         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18734         Replace pp-to-string with gnus-pp-to-string.
18735         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18736         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18737         * gnus-msg.el (gnus-debug): Ditto.
18738         * gnus-score.el (gnus-score-save): Ditto.
18739         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18740         gnus-pp-to-string.
18741         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18742         with gnus-pp.
18743         * score-mode.el (gnus-score-pretty-print): Ditto.
18744         * webmail.el (webmail-debug): Ditto.
18745
18746 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18747
18748         * gnus-art.el (article-display-face, article-display-x-face):
18749         Use buffer-read-only.
18750
18751 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18752
18753         * gnus-art.el (article-hide-list-identifiers):
18754         Bind inhibit-read-only as t.
18755
18756 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18757
18758         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18759
18760 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18761
18762         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18763         (gnus-narrow-to-page): Don't assume point-min == 1.
18764         (gnus-article-edit-mode): Derive from message-mode.
18765
18766         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18767         point-min == 1.
18768
18769         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18770         Disable incorrect use of `assert'.
18771
18772         * message.el (message-mode): Set comment-start-skip.
18773
18774
18775 2004-08-22  Sam Steingold  <sds@gnu.org>
18776
18777         * pop3.el (pop3-leave-mail-on-server): New user variable.
18778         (pop3-movemail): Delete mail only when it is nil.
18779
18780 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18781
18782         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18783
18784         * mml.el (mml-preview): Use `pop-to-buffer'.
18785
18786         * message.el (message-goto-mail-followup-to): Insert after "To".
18787         (message-carefully-insert-headers): Add comment.
18788
18789         * gnus.el: Remove unused variable `gnus-article-check-size'.
18790
18791         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18792
18793         * gnus-art.el (gnus-button-alist):
18794         Improve `gnus-button-handle-library' entry.
18795
18796 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18797
18798         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18799         Use downcase, since XEmacs capitalizes error messages differently.
18800
18801 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18802
18803         * nntp.el: Add (require 'gnus) due to reference to
18804         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18805
18806 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18807
18808         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18809         Bind `mm-fill-flowed'.
18810
18811         * mm-decode.el (mm-dissect-singlepart): Check it.
18812
18813 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18814
18815         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18816         'imap' for netrc parsing.
18817
18818 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18819
18820         * mailcap.el (mailcap-mime-data): Mark as risky.
18821
18822 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18823
18824         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18825         may be included in the encoded word.
18826         (rfc2047-encode): Don't append a space if the encoded word
18827         includes close parenthesis.
18828
18829 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18830
18831         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18832         of text within parentheses.
18833
18834 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18835
18836         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18837         (gnus-encrypt-write-file-contents): Make the password key the file
18838         name PLUS the cipher, not just the cipher.  Also remove failed
18839         passwords from the cache.
18840
18841 2004-08-06  Simon Josefsson  <jas@extundo.com>
18842
18843         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18844         Doc fix.
18845
18846 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18847
18848         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18849         LWSP.
18850
18851 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18852
18853         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18854         Try to append in-reply-to: data to the references: header.
18855
18856         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18857         (netrc-parse): Use gnus-encrypt.el functions.
18858
18859         * gnus-encrypt.el: Add new file for encryption support; currently
18860         does only a few GPG ciphers and an internal XOR cipher.
18861
18862         * password.el: Add comments on using password-read-and-add.
18863         (password-read-and-add): Add function to read and add the
18864         password to the cache at once.
18865
18866 2004-07-28  Simon Josefsson  <jas@extundo.com>
18867
18868         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18869         parameter (but don't use it, for now).
18870
18871         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18872         instead of hard coding to nil.
18873
18874 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18875
18876         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18877         as mm-inline-image-xemacs does.
18878
18879 2004-07-26  Simon Josefsson  <jas@extundo.com>
18880
18881         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18882         Revert part of 2004-07-17 change below.
18883
18884 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18885
18886         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18887         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18888
18889 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18890
18891         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18892         quotes that actually start with ">" at the beginning of the
18893         lines.
18894
18895 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18896
18897         * rfc2047.el (rfc2047-encode-region): Fix last change.
18898         (rfc2047-encode-parameter): Remove useless concat.
18899
18900 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18901
18902         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18903         encode special characters; fix some kind of misconfigured headers;
18904         signal a real error if debug-on-quit or debug-on-error is non-nil.
18905         (rfc2047-encode-max-chars): New variable.
18906         (rfc2047-encode-1): Use it.
18907         (rfc2047-encode-parameter): New function.
18908
18909         * mml.el (mml-insert-parameter): Remove an excessive space.
18910
18911 2004-07-17  Simon Josefsson  <jas@extundo.com>
18912
18913         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18914         Kai Grossjohann <kai@emptydomain.de>.
18915         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18916         (gnus-group-make-menu-bar): Ditto.
18917
18918         * gnus-util.el (gnus-group-server): Add.
18919
18920 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18921
18922         * message.el (message-clone-locals): Clone sendmail and smtp
18923         variables.
18924
18925 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18926
18927         * rfc2047.el (rfc2047-encode-region): Fix last change.
18928
18929 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18930
18931         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18932         characters as non-special.
18933
18934 2004-07-09  Simon Josefsson  <jas@extundo.com>
18935
18936         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18937         Users will lose all flag changes made while unplugged with
18938         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18939         good default.  See numerous reports on ding mailing list.
18940
18941 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18942
18943         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18944         add generate-head-function and generate-article-function to the
18945         rfc822-forward entry.
18946         (nndoc-rfc822-forward-generate-article): New function.
18947         (nndoc-rfc822-forward-generate-head): New function.
18948
18949         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18950
18951 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18952
18953         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18954         respect display group parameter and gnus-summary-expunge-below.
18955         (gnus-articles-to-read): Remove unused reference to display group
18956         parameter.
18957
18958 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18959
18960         * nnheader.el (nnheader-uniquify-message-id): New experimental
18961         variable.
18962         (nnheader-nov-read-message-id): Use it.
18963
18964         * spam-report.el (spam-report-gmane): Add interactive.
18965
18966 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18967
18968         * mm-encode.el (mm-content-transfer-encoding-defaults):
18969         Use qp-or-base64 for the application/* types.
18970
18971 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18972
18973         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18974
18975 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18976
18977         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18978         trim value.
18979
18980 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18981
18982         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18983         New macro and function.
18984         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18985
18986 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18987
18988         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18989         after-load-alist.
18990
18991 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18992
18993         * gnus-group.el (gnus-group-get-new-news-this-group):
18994         Don't update info that isn't there.
18995
18996 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18997
18998         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18999         entry.
19000
19001 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19002
19003         * mm-view.el (mm-inline-render-with-function): Use multibyte
19004         buffer; decode html source by charset.
19005
19006         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
19007
19008         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
19009         Mule-UCS is loaded under XEmacs.
19010         (mm-mime-mule-charset-alist): Avoid duplicated entries.
19011
19012 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
19013
19014         * nnheader.el (nnheader-max-head-length): Increase to 8192.
19015
19016 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19017
19018         * mm-util.el (mm-coding-system-p): Return a coding-system.
19019         (mm-mime-mule-charset-alist): Use shift_jis instead of
19020         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
19021         entries for the mime charsets iso-2022-jp-3 and shift_jis.
19022         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
19023         instead of japanese-shift-jis and iso-latin-1 respectively in
19024         order to share the default value with both Emacs and XEmacs-mule.
19025         (mm-mule-charset-to-mime-charset):
19026         Make mm-coding-system-priorities effective.
19027         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
19028         while predicating of candidates upon the priorities.
19029
19030 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
19031
19032         * gnus-sum.el (gnus-summary-make-menu-bar):
19033         Add gnus-uu-invert-processable.
19034
19035         * gnus.el: Autoload gnus-uu-invert-processable.
19036
19037 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19038
19039         * mm-util.el (mm-with-multibyte-buffer): New macro.
19040
19041         * rfc2047.el (rfc2047-encode-string): Use it.
19042         (rfc2047-encode-region): Move point to the end of the region after
19043         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
19044
19045 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19046
19047         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
19048         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
19049
19050 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19051
19052         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
19053         (gnus-cite-parse): Ignore quoted envelope From_.
19054         Suggested by Karl Chen <quarl@nospam.quarl.org>.
19055
19056 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
19057
19058         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
19059         invalid addresses.
19060
19061 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
19062
19063         * spam.el: Change section markers, revise TODO list.
19064         (spam-backends): Make new master list of all installed backends.
19065         (spam-summary-exit-behavior): Add new variable to determine how
19066         messages moves are done at summary exit.
19067         (spam-move-spam-nonspam-groups-only)
19068         (spam-process-ham-in-nonham-groups)
19069         (spam-process-ham-in-spam-groups): Remove variables, the
19070         spam-summary-exit-behavior variable should be used to manage this
19071         behavior.
19072         (spam-old-ham-articles, spam-old-spam-articles): Remove.
19073         (spam-old-articles): Add variable, replacing spam-old-ham-articles
19074         and spam-old-spam-articles.
19075         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
19076         Add empty variables, placeholders for the backends they represent.
19077         (spam-set-difference): Move, unchanged.
19078         (spam-list-of-processors): Declare OBSOLETE, not used anymore
19079         unless the user has a processor variable.
19080         (spam-classifications, spam-classification-valid-p)
19081         (spam-backend-properties, spam-backend-property-valid-p)
19082         (spam-backend-function-type-valid-p)
19083         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
19084         (spam-report-articles-gmane, spam-report-articles-resend):
19085         Remove functions, they are not needed.
19086         (spam-install-backend-super, spam-backend-list)
19087         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
19088         (spam-backend-function, spam-backend-ham-registration-function)
19089         (spam-backend-spam-registration-function)
19090         (spam-backend-ham-unregistration-function)
19091         (spam-backend-spam-unregistration-function)
19092         (spam-backend-statistical-p, spam-backend-mover-p)
19093         (spam-install-backend-alias, spam-install-checkonly-backend)
19094         (spam-install-mover-backend, spam-install-nocheck-backend)
19095         (spam-install-backend, spam-install-statistical-backend)
19096         (spam-install-statistical-checkonly-backend): Add backend installation
19097         support.
19098         (spam-summary-prepare-exit): Rewrite to use the new backend code.
19099         (spam-group-processor-p): Use the new backend code and respect the
19100         summary exit behavior.
19101         (spam-mark-spam-as-expired-and-move-routine): Remove.
19102         (spam-summary-prepare): Change to use the new spam-old-articles
19103         variable.
19104         (spam-copy-or-move-routine, spam-copy-spam-routine)
19105         (spam-move-spam-routine, spam-copy-ham-routine)
19106         (spam-move-ham-routine): Add code to copy/move ham or spam.
19107         (spam-fetch-field-fast): Improve doc and code, plus allow the
19108         'number request.
19109         (spam-list-of-checks, spam-list-of-statistical-checks):
19110         Remove variables.
19111         (spam-split, spam-find-spam): Use the new backend code.
19112         (spam-registration-functions): Remove variable.
19113         (spam-unregister-routine): Add convenience wrapper.
19114         (spam-log-undo-registration, spam-register-routine)
19115         (spam-log-processing-to-registry)
19116         (spam-log-unregistration-needed-p): Rename "check" to "backend"
19117         where possible.
19118         (spam-check-gmane-xref, spam-check-regex-headers)
19119         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
19120         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
19121         (spam-check-bogofilter-headers, spam-check-spamoracle)
19122         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
19123         (spam-check-crm114-headers): Use the spam-split-group that
19124         spam-split prepares, no need to determine it every time.
19125
19126         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
19127         to the nnheader-parse-naked-head call.
19128
19129         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
19130
19131         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
19132         the nnheader-nov-read-message-id call.
19133
19134 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19135
19136         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
19137         gnus-activate-group twice.  Suggested by Markus Peter
19138         <warp@spin.de>.
19139
19140 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19141
19142         * gnus-art.el (gnus-article-time-format): Exchange the order of
19143         day and month in the default value; fix customization type.
19144         (article-date-ut): Use add-text-properties.
19145         (article-make-date-line): Use message-make-date instead of
19146         current-time-string.
19147
19148         * message.el (message-fetch-field): Don't use set-text-properties.
19149         (message-make-date): Simplify.
19150
19151         * messagexmas.el (message-xmas-make-date): New function.
19152         (message-xmas-redefine): Defalias message-make-date to it.
19153
19154 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19155
19156         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
19157         (rfc2047-encode-region): Treat text within parentheses as special;
19158         show the original text when error has occurred.
19159
19160         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
19161         already-computed method to gnus-activate-group.
19162
19163         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
19164         same select-methods identical Lisp objects.
19165
19166         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
19167         object when modifying the info.
19168
19169 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19170
19171         * gnus-srvr.el (gnus-server-set-info): Remove the server from
19172         gnus-opened-servers since it has never been opened with the new
19173         configuration yet.
19174
19175 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19176
19177         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
19178         arg to nnheader-generate-fake-message-id.
19179
19180 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
19181
19182         * nnheader.el (nnheader-generate-fake-message-id): Accept a
19183         number and build a fake message ID localized to a group and
19184         article number (so it's repeatable from that point on).
19185         (nnheader-fake-message-id-p): Change regex to accomodate new fake
19186         ID format.
19187
19188         * gnus-sum.el (gnus-get-newsgroup-headers):
19189         Call nnheader-generate-fake-message-id with the article number.
19190
19191 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
19192
19193         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
19194         end-of-buffer.
19195
19196 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19197
19198         * message.el (message-ignored-supersedes-headers): Add Approved.
19199
19200 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19201
19202         * rfc2047.el (rfc2047-encode-message-header): Remove useless
19203         goto-char.
19204         (rfc2047-encode): Fold the line before encoding.
19205
19206 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19207
19208         * rfc2047.el (rfc2047-encode-message-header): Disabled header
19209         folding -- not all headers can be folded, and this should be done
19210         by the message composition mode.  Probably.  I think.
19211
19212 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19213
19214         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
19215         fast.
19216
19217         * gnus-ems.el (gnus-remove-image): Don't use
19218         message-text-with-property; remove only the image found first.
19219
19220         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
19221         found first.
19222
19223 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
19224
19225         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
19226
19227 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19228
19229         * message.el (message-text-with-property): Make it fast and accept
19230         optional arguments.
19231         (message-strip-forbidden-properties): Use it.
19232         (message-fix-before-sending): Follow the m-t-w-p change.
19233
19234         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
19235
19236 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19237
19238         * gnus-art.el (article-hide-headers): Don't change the buffer
19239         mistakenly when performing mml-preview even if
19240         gnus-single-article-buffer is nil.
19241
19242 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
19243
19244         * message.el (message-expand-name-databases): New user option.
19245         (message-expand-name): Use it.
19246
19247 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
19248
19249         * spam.el (spam-report-articles-resend)
19250         (spam-report-resend-register-routine): Allow ham reporting.
19251         (spam-report-resend-register-ham-routine): Add wrapper.
19252         (spam-registration-functions): Add ham resending functions.
19253         (spam-list-of-processors): Add ham resend processor.
19254
19255         * gnus.el (ham-resend-to): Add new group parameter.
19256         (spam-process): Add ham resend option.
19257
19258         * spam-report.el (spam-report-resend): Allow reporting ham.
19259         (spam-report-resend-ham): Add wrapper.
19260
19261 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19262
19263         * message.el (message-cite-articles-with-x-no-archive):
19264         New variable.
19265         (message-cite-original): Use it.
19266
19267 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19268
19269         * message.el (message-cite-original): Respect X-No-Archive.
19270
19271 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19272
19273         * gnus-art.el (article-hide-headers): Refer to the values for
19274         gnus-ignored-headers and gnus-visible-headers in the summary
19275         buffer since a user may have set them as group parameters.
19276
19277 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
19278
19279         * assistant.el (assistant-node-name): Add convenience function.
19280         (assistant-render-text, assistant-render-node): Add error handling,
19281         plus handle multiple next nodes.
19282         (assistant-find-next-node): Comment out for now.
19283         (assistant-find-next-nodes): Add function, returns list of next
19284         nodes.
19285
19286 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
19287
19288         * mail-source.el (mail-source-directory): Fix doc-string.
19289
19290 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
19291
19292         * assistant.el (assistant-render-text, assistant-eval): Add :set
19293         widget type, which is different because it takes and returns a
19294         list.  Much hilarity ensues.
19295
19296 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
19297
19298         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
19299
19300         * gnus-group.el (gnus-group-get-new-news-this-group):
19301         Add doc-string.
19302
19303         * gnus-start.el (gnus-activate-group): Add doc-string.
19304
19305 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19306
19307         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
19308
19309 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
19310
19311         * assistant.el (assistant-render-text): Try to add a :set
19312         widget, more to come.
19313
19314         * spam.el (spam-group-spam-contents-p): Handle empty groupname
19315         strings.
19316         (spam-report-articles-resend)
19317         (spam-register-routine): Do registration iff any articles warrant
19318         it.
19319         (spam-summary-prepare-exit): Change log message for nil group
19320         destinations.
19321
19322 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
19323
19324         * spam.el (spam-report-resend-register-routine):
19325         Allow spam-report-resend-to to be a group parameter or a global value.
19326
19327 2004-05-26  Simon Josefsson  <jas@extundo.com>
19328
19329         * starttls.el: Merge with my GNUTLS based starttls.el.
19330         (starttls-gnutls-program, starttls-use-gnutls)
19331         (starttls-extra-arguments, starttls-process-connection-type)
19332         (starttls-connect, starttls-failure, starttls-success):
19333         New variables.
19334         (starttls-program, starttls-extra-args): Doc fix.
19335         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
19336         New functions.
19337         (starttls-negotiate, starttls-open-stream):
19338         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
19339         function if it is set.
19340
19341 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19342
19343         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
19344         structured fields.
19345
19346 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19347
19348         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
19349
19350 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
19351
19352         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19353         Add variable.
19354         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
19355         assigning the spam-mark to new messages.
19356
19357 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
19358
19359         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
19360
19361 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19362
19363         * dgnushack.el: Autoload customize-set-variable for XEmacs.
19364
19365         * rfc2047.el (rfc2047-encodable-p): Don't move point.
19366         (rfc2047-decode): Treat the ascii coding-system as raw-text by
19367         default.
19368
19369 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
19370
19371         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
19372         correct data.
19373
19374 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
19375
19376         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
19377         (spam-group-processor-p): Fix function.
19378         (spam-group-processor-multiple-p)
19379         (spam-group-spam-processor-report-gmane-p)
19380         (spam-group-spam-processor-report-resend-p)
19381         (spam-group-spam-processor-bogofilter-p)
19382         (spam-group-spam-processor-blacklist-p)
19383         (spam-group-spam-processor-ifile-p)
19384         (spam-group-ham-processor-ifile-p)
19385         (spam-group-spam-processor-spamoracle-p)
19386         (spam-group-spam-processor-crm114-p)
19387         (spam-group-ham-processor-bogofilter-p)
19388         (spam-group-spam-processor-stat-p)
19389         (spam-group-ham-processor-stat-p)
19390         (spam-group-ham-processor-whitelist-p)
19391         (spam-group-ham-processor-BBDB-p)
19392         (spam-group-ham-processor-spamoracle-p)
19393         (spam-group-ham-processor-copy-p): Remove functions with some
19394         prejudice against unneeded code.
19395         (spam-report-articles-resend)
19396         (spam-report-resend-register-routine): Allow the group/topic
19397         spam-resend-to value to override spam-report-resend-to.
19398         (spam-summary-prepare-exit): Invoke spam-group-processor-p
19399         properly now.
19400
19401         * gnus.el (spam-resend-to): Add group/topic parameter.
19402         (spam-process): Move the OBSOLETE processors to the end of the
19403         choices.
19404
19405 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
19406
19407         * spam-report.el (spam-report-resend-to, spam-report-resend):
19408         Start with resend-to set to nil, and then ask the user if necessary.
19409         (spam-report-resend): spam-report-resend takes a list of articles, not
19410         separate article numbers.
19411
19412 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19413
19414         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
19415         addition to emacs-w3m.
19416
19417 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19418
19419         * assistant.el (assistant-authinfo-data): New function.
19420         (assistant-eval): Eval for entire assistant.
19421
19422         * netrc.el (netrc-services-file): New variable.
19423         (netrc-parse-services): New function.
19424         (netrc-find-service-name): New function.
19425         (netrc-find-service-number): New function.
19426         (netrc-port-equal): New function.
19427         (netrc-machine): Use it.
19428
19429         * nnimap.el (nnimap-open-connection): Use netrc.
19430
19431         * gnus-util.el (gnus-netrc-get): Remove aliases.
19432
19433         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
19434
19435         * assistant.el (wid-edit): Fix compilation.
19436
19437         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
19438
19439 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
19440
19441         * gnus-util.el (gnus-set-file-modes): New function.  (small
19442         patch).
19443
19444 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19445
19446         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
19447
19448         * assistant.el (assistant-render-node): Fix up rendering and
19449         read-only text.
19450         (assistant-render-node): Reset.
19451         (assistant-make-read-only): Not sticky.
19452
19453 2004-05-20  Danny Siu  <dsiu@adobe.com>
19454
19455         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19456         centered even when gnus-auto-center-summary is t.
19457
19458 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19459
19460         * dns.el (dns-get-txt-answer): New function.
19461         (dns-read-txt): Ditto.
19462         (query-dns): Use it.
19463
19464 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19465
19466         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
19467         active for foreign groups even if the group level is higher than
19468         the specified value.
19469
19470 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19471
19472         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
19473         non-active groups.
19474
19475         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
19476
19477 2004-05-20  Magnus Henoch  <mange@freemail.hu>
19478
19479         * dns.el (dns-read-type): Add support for SVR.  (small patch)
19480
19481 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
19482
19483         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19484         (spam-crm114-header, spam-crm114-spam-switch)
19485         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19486         (spam-crm114-positive-spam-header)
19487         (spam-crm114-database-directory, spam-list-of-processors)
19488         (spam-group-spam-processor-crm114-p)
19489         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19490         (spam-generic-score, spam-list-of-checks)
19491         (spam-list-of-statistical-checks, spam-registration-functions)
19492         (spam-check-crm114-headers, spam-crm114-score)
19493         (spam-check-crm114, spam-crm114-register-with-crm114)
19494         (spam-crm114-register-spam-routine)
19495         (spam-crm114-unregister-spam-routine)
19496         (spam-crm114-register-ham-routine)
19497         (spam-crm114-unregister-ham-routine): Add CRM114 support.
19498         From asjo@koldfront.dk (Adam Sjøgren).
19499
19500         * gnus.el: Add spam-use-crm114.
19501
19502         * spam.el (spam-list-of-processors, spam-registration-functions):
19503         Add spam-use-resend.
19504         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19505         (spam-report-articles-gmane): Add doc fix.
19506         (spam-report-articles-resend, spam-report-resend-register-routine):
19507         Add wrappers around spam-report-resend-to.
19508
19509         * spam-report.el (spam-report-resend-to, spam-report-resend):
19510         Add support for resending spam.
19511         (spam-report-gmane): Fix line length >80.
19512
19513         * gnus.el (spam-process): Add spam-use-resend.
19514
19515 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19516
19517         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19518         number of processed spam messages.
19519         (spam-ham-copy-or-move-routine): Return the number of processed
19520         ham messages.
19521         (spam-summary-prepare-exit): Use the above values to decide
19522         whether status messages shouled be displayed.
19523
19524 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19525
19526         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19527         `rfc2047-encoding-function-alist' in order to avoid conflicting
19528         with the old version.
19529         (rfc2047-encode-region): Concatenate words containing non-ASCII
19530         characters in structured fields; don't encode space-delimited
19531         ASCII words even in unstructured fields; don't break words at
19532         char-category boundaries.
19533         (rfc2047-encode-1): New function.
19534         (rfc2047-encode): Use it; encode text so that it occupies the
19535         maximum width within 76-column; work correctly on Q encoding for
19536         iso-2022-* charsets.
19537         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19538         sure not to break a line just after the header name.
19539         (rfc2047-b-encode-region): Remove.
19540         (rfc2047-b-encode-string): New function.
19541         (rfc2047-q-encode-region): Remove.
19542         (rfc2047-q-encode-string): New function.
19543
19544         * mm-util.el (mm-replace-in-string): New function.
19545
19546 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19547
19548         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19549         Really get it right.
19550         (gnus-inews-make-draft): Really.
19551
19552 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19553
19554         * nnmh.el (nnmh-request-list-1): Don't check the link count
19555         before descending.  (small patch)
19556
19557 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19558
19559         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19560         stuff.
19561
19562         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19563         Match on real group name.
19564
19565         * gnus-art.el (gnus-signature-limit): Doc fix.
19566
19567         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19568
19569         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
19570
19571 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
19572
19573         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
19574         isn't a string.
19575
19576 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19577
19578         * gnus-draft.el (gnus-draft-send):
19579         Bind rfc2047-encode-encoded-words.
19580
19581         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19582         (rfc2047-encodable-p): Say that =? needs encoding.
19583         (rfc2047-encode-encoded-words): New variable.
19584
19585         * gnus-group.el (gnus-group-select-group): Doc fix.
19586
19587         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19588
19589         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19590         to nil.
19591
19592         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19593
19594         * nnheader.el (nnheader-get-lines-and-char): New function.
19595
19596 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19597
19598         * gnus-msg.el (gnus-summary-followup-with-original):
19599         Document yanking of region when active.
19600
19601 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19602
19603         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19604         groups if the group level is higher than the specified value.
19605
19606 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19607
19608         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19609         (gnus-group-jump-to-group): Add prefix argument using
19610         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19611         non-active group.
19612
19613         * compface.el (uncompface): Be verbose when changing
19614         `uncompface-use-external'.
19615
19616         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19617         handle manual section.
19618
19619 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19620
19621         * gnus-art.el (gnus-button-alist): Revert previous change.
19622
19623 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19624
19625         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19626
19627 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19628
19629         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19630         whether backend can accept message.
19631
19632         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19633
19634 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19635
19636         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19637         Avoid creating directory when nntp-marks-is-evil is true.
19638         Reported by Reiner Steib.
19639
19640 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19641
19642         * gnus-picon.el (gnus-picon-style): New variable.
19643         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19644         (gnus-picon-transform-address): Support `gnus-picon-style'.
19645         From Jesper Harder <harder@ifa.au.dk>.
19646
19647 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19648
19649         * message.el (message-fill-field): Return point.
19650         (message-generate-headers): Go to end of field.
19651
19652         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19653         stuff for non-living groups.
19654
19655 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19656
19657         * gnus-art.el (gnus-article-followup-with-original)
19658         (gnus-article-reply-with-original): gnus-mark-active-p ->
19659         gnus-region-active-p.
19660
19661 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19662
19663         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19664         only when there is spam or ham to be processed.
19665
19666 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19667
19668         * mail-source.el (mail-source-delete-crash-box): Refactor.
19669         (mail-source-fetch): Use it.
19670         (mail-source-fetch-file): Ditto.
19671         (mail-source-fetch-directory): Run postscript in loop.
19672         (mail-source-fetch-pop): Delete.
19673         (mail-source-fetch-maildir): Ditto.
19674         (mail-source-fetch-imap): Ditto.
19675
19676         * imap.el (imap-authenticators): Comment out sasl.
19677
19678         * message.el (message-skip-to-next-address): New function.
19679         (message-fill-header-address): Refactor.
19680         (message-fill-address): Use it.
19681         (message-delete-address): Use it.
19682         (message-fill-header-general): Refactor.
19683         (message-fill-field-address): Rename.
19684         (message-narrow-to-field): Find the start of the header.
19685         (message-header-format-alist): Don't pre-fill.
19686         (message-fill-header): Remove.
19687         (message-insert-header): New function.
19688         (message-shorten-references): Use it.
19689
19690         * rfc2047.el (rfc2047-field-value): Strip props.
19691
19692         * mail-parse.el (mail-header-make-address): New alias.
19693
19694         * ietf-drums.el (ietf-drums-make-address): New function.
19695
19696         * imap.el: Add compiler directives.
19697
19698         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19699
19700         * gnus-art.el (article-decode-idna-rhs): Don't use
19701         message-idna-inside-rhs-p.
19702
19703 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19704
19705         * message.el (message-idna-inside-rhs-p): Remove.
19706         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19707
19708         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19709         false positives.
19710
19711 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19712
19713         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19714
19715 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19716
19717         * nneething.el (nneething-file-name): Don't create spurious
19718         files.
19719
19720         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19721         (gnus-inews-do-gcc): Remove sleep.
19722
19723         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19724         part under point.
19725
19726         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19727         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19728
19729 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19730
19731         * spam.el (spam-summary-prepare-exit): Fix (length).
19732
19733 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19734
19735         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19736         as expired without moving it" message when there are spam
19737         messages left.
19738
19739 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19740
19741         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19742         header is not nil.
19743
19744 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19745
19746         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19747         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19748         (nntp-marks-changed-p): New arg SERVER.
19749         (nntp-request-update-info): Adjust caller.
19750
19751 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19752
19753         * nntp.el (nntp-save-marks): Pass missing arg.
19754
19755 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19756
19757         * nntp.el: Support marks.
19758         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19759         (nntp-marks-modtime, nntp-marks-directory): New variables.
19760         (nntp-request-set-mark, nntp-request-update-info)
19761         (nntp-possibly-create-directory, nntp-marks-changed-p)
19762         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19763         New functions.
19764
19765 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19766
19767         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19768         (gnus-xmas-redefine): Rename.
19769
19770         * gnus-score.el (gnus-score-insert-help):
19771         Use gnus-select-lowest-window.
19772
19773         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19774         appt-select-lowest-window and rename to gnus-select-lowest-window.
19775
19776         * gnus.el: do.
19777
19778 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19779
19780         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19781         encodings of MIME-encoded words, in order to improve
19782         interoperability with several broken MUAs.
19783
19784 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19785
19786         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19787         tags, only when charsets are not specified in headers.
19788         (mm-inline-text-html-render-with-w3m): Ditto.
19789
19790         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19791         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19792
19793 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19794
19795         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19796         instead of MIME-decoded from fields when checking
19797         `gnus-article-address-banner-alist'.
19798
19799 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19800
19801         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19802         description rather than subject.
19803
19804 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19805
19806         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19807
19808 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19809
19810         * gnus.el (gnus-version-number): Bump.
19811
19812 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19813
19814         * gnus.el: No Gnus v0.2 is released.
19815
19816 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19817
19818         * gnus-agent.el (gnus-agent-read-agentview):
19819         Inline gnus-uncompress-range.
19820
19821 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19822
19823         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19824         `exec-installed-p'.
19825
19826 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19827
19828         * gnus.el (spam-process, spam-autodetect-methods):
19829         Add bsfilter and bsfilter-headers.
19830
19831         * spam.el (spam-bsfilter): New customize group.
19832         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19833         (spam-bsfilter-header, spam-bsfilter-probability-header)
19834         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19835         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19836         (spam-bsfilter-database-directory): New options.
19837         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19838         (spam-list-of-statistical-checks, spam-registration-functions):
19839         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19840         (spam-bsfilter-score): New command.
19841         (spam-check-bsfilter-headers, spam-check-bsfilter)
19842         (spam-bsfilter-register-with-bsfilter)
19843         (spam-bsfilter-register-spam-routine)
19844         (spam-bsfilter-unregister-spam-routine)
19845         (spam-bsfilter-register-ham-routine)
19846         (spam-bsfilter-unregister-ham-routine): New functions.
19847         (spam-generic-score): Support bsfilter; Accept an optional argument
19848         to recalcurate spam score even if scoring header has already been
19849         added.
19850         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19851         optional argument to recalcurate spam score even if scoring header
19852         has already been added.
19853
19854 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19855
19856         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19857         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19858         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19859         link is missing.
19860
19861 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19862
19863         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19864         (html2text-get-attr): Rewrite.
19865
19866         * message.el (message-setup-1): Remove redundant put-text-property
19867         on mail-header-separator.
19868
19869 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19870
19871         * gnus-registry.el (gnus-registry-cache-whitespace)
19872         (gnus-registry-action, gnus-registry-spool-action)
19873         (gnus-registry-split-fancy-with-parent): Change message levels
19874         from 5 to 3 or 7, as needed.
19875
19876         * spam.el (spam-summary-prepare-exit)
19877         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19878         (spam-split, spam-find-spam, spam-log-undo-registration)
19879         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19880         level from 5 to 6.
19881
19882 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19883
19884         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19885         2004-03-04 change).
19886
19887 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19888
19889         * sieve-manage.el (sieve-manage-open):
19890         * nnweb.el (nnweb-insert-html):
19891         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19892         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19893         * nnspool.el (nnspool-request-group):
19894         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19895         * nnml.el (nnml-request-update-info):
19896         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19897         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19898         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19899         (nnimap-request-set-mark):
19900         * nnfolder.el (nnfolder-request-update-info):
19901         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19902         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19903         * gnus-uu.el (gnus-uu-find-articles-matching):
19904         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19905         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19906         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19907         * gnus-nocem.el (gnus-nocem-scan-groups):
19908         * gnus-int.el (gnus-start-news-server):
19909         * gnus-group.el (gnus-group-make-kiboze-group)
19910         (gnus-group-browse-foreign-server):
19911         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19912         Use mapc when appropriate.
19913
19914 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19915
19916         FIXME: Make separate entries for each person.
19917
19918         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19919         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19920         <shields@msrl.com>:
19921
19922         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19923         may need for spam sorting and scoring.
19924         (spam-user-format-function-S): Add user format function suitable for
19925         general use.
19926         (spam-article-sort-by-spam-status): Add sorting function for summary
19927         sorting.
19928         (spam-extra-header-to-number): Add function to get a score from a
19929         header.
19930         (spam-summary-score): Add function to get a numeric score from the
19931         headers.
19932         (spam-generic-score): Fix function doc, was in wrong place.
19933         (spam-initialize): Take symbols when it's run, and install the
19934         extra headers that spam-necessary-extra-headers thinks we need.
19935
19936 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19937
19938         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19939         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19940
19941 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19942
19943         * gnus-sum.el (gnus-set-global-variables)
19944         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19945         (gnus-article-get-xrefs, gnus-summary-best-group)
19946         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19947         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19948         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19949         Use with-current-buffer.
19950
19951 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19952
19953         * spam.el (spam-summary-prepare-exit): Simplify logic.
19954         (spam-fetch-article-header): Read the article header if it's not
19955         available.
19956         (spam-list-articles): Simplify logic.
19957         (spam-filelist-register-routine): Fix bug with unregister-list.
19958
19959         * gnus-registry.el: Fix comments at beginning.
19960
19961 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19962
19963         * message.el (message-cater-to-broken-inn): Remove.
19964         (message-shorten-references): Make sure the total folded length of
19965         References is shorter than 998 characters to cater to a bug in INN
19966         2.3.  Also, don't pretend that references aren't folded -- this
19967         hasn't worked for a while.
19968
19969 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19970
19971         * gnus-agent.el (gnus-agentize):
19972         gnus-agent-send-mail-real-function no longer set to current value
19973         of message-send-mail-function but rather a lambda that calls
19974         message-send-mail-function.  The change makes the agent real-time
19975         responsive to user changes to message-send-mail-function.
19976
19977 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19978
19979         * legacy-gnus-agent.el
19980         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19981         help from Florian Weimer <fw@deneb.enyo.de>
19982
19983 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19984
19985         * nnmail.el (nnmail-cache-insert): Revert last change.
19986
19987 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19988
19989         * nnmail.el (nnmail-cache-insert): Always check whether
19990         nnmail-cache-ignore-groups matches a group name.
19991
19992 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19993
19994         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19995         (spam-find-spam, spam-log-processing-to-registry)
19996         (spam-log-registered-p, spam-log-unregistration-needed-p)
19997         (spam-log-undo-registration): Use gnus-message instead of
19998         gnus-error, none of these errors are fatal.
19999
20000         * gnus-registry.el (gnus-registry-clean-empty-function)
20001         (gnus-registry-clean-empty): Remove only empty entries without
20002         extra data.
20003
20004 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
20005
20006         * spam-stat.el (spam-stat-buffer-change-to-spam)
20007         (spam-stat-buffer-change-to-non-spam): Change (error) to
20008         (gnus-message 8) invocation.
20009
20010 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20011
20012         * nntp.el (nntp-via-netcat-command): New variable.
20013         (nntp-via-netcat-switches): New variable.
20014         (nntp-open-via-rlogin-and-netcat): New function.
20015         (nntp-open-connection-function): Doc fix.
20016         (nntp-telnet-command): Doc fix.
20017         (nntp-end-of-line): Doc fix.
20018         (nntp-via-rlogin-command): Doc fix.
20019         (nntp-via-user-name): Doc fix.
20020         (nntp-via-address): Doc fix.
20021
20022 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20023
20024         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
20025         error in Emacs 21.1.
20026
20027 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
20028
20029         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
20030
20031 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20032
20033         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
20034         (gnus-agent-with-refreshed-group): New macro.
20035         (gnus-agent-rename-group): New function.
20036         (gnus-agent-delete-group): New function.
20037         (gnus-agent-save-group-info): Use gnus-command-method when
20038         `method' parameter is nil.  Don't write nil entries into the
20039         active file.
20040         (gnus-agent-get-group-info): New function.
20041         (gnus-agent-fetch-articles):
20042         Use gnus-agent-update-files-total-fetched-for to increment disk space
20043         used.
20044         (gnus-agent-fetch-headers, gnus-agent-save-alist):
20045         Use gnus-agent-update-view-total-fetched-for to increment disk space
20046         used.
20047         (gnus-agent-get-local): Add optional parameters to avoid calling
20048         gnus-group-real-name and gnus-find-method-for-group.
20049         (gnus-agent-set-local): Delete stored entry if either min, or max,
20050         are nil.
20051         (gnus-agent-fetch-session): Reworded error/quit messages.
20052         On quit, use gnus-agent-regenerate-group to record existance of any
20053         articles fetched to disk before the quit occurred.
20054         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
20055         gnus-agent-update-view-total-fetched-for, and
20056         gnus-agent-update-files-total-fetched-for to decrement disk space
20057         used.
20058         (gnus-agent-retrieve-headers):
20059         Use gnus-agent-update-view-total-fetched-for to increment disk space
20060         used.
20061         (gnus-agent-regenerate-group): Replace gnus-group-update-group
20062         with gnus-agent-update-files-total-fetched-for to decrement disk
20063         space and fresh group buffer.
20064         (gnus-agent-inhibit-update-total-fetched-for): New variable.
20065         (gnus-agent-need-update-total-fetched-for): New variable.
20066         (gnus-agent-update-files-total-fetched-for): New function.
20067         (gnus-agent-update-view-total-fetched-for): New function.
20068         (gnus-agent-total-fetched-for): New function.
20069
20070         * gnus-cache.el (gnus-cache-save-buffers):
20071         Use gnus-cache-update-overview-total-fetched-for to change disk space
20072         used by this group.
20073         (gnus-cache-possibly-enter-article):
20074         Use gnus-cache-update-file-total-fetched-for to increment disk space
20075         used by this group.
20076         (gnus-cache-possibly-remove-article):
20077         Use gnus-cache-update-file-total-fetched-for to decrement disk space
20078         used by this group.
20079         (gnus-cache-generate-nov-databases): Purge total fetched cache.
20080         (gnus-cache-rename-group): New function.
20081         (gnus-cache-delete-group): New function.
20082         (gnus-cache-inhibit-update-total-fetched-for): New variable.
20083         (gnus-cache-need-update-total-fetched-for): New variable.
20084         (gnus-cache-with-refreshed-group): New macro.
20085         (gnus-cache-update-file-total-fetched-for): New function.
20086         (gnus-cache-update-overview-total-fetched-for): New function.
20087         (gnus-cache-rename-group-total-fetched-for): New function.
20088         (gnus-cache-delete-group-total-fetched-for): New function.
20089         (gnus-cache-total-fetched-for): New function.
20090
20091         * gnus-group.el: Require gnus-sum and autoload functions to
20092         resolve warnings when gnus-group.el compiled alone.
20093         (gnus-group-line-format): Documented new %F.
20094         (size of Fetched data) group line format; identifies disk space
20095         used by agent and cache.
20096         (gnus-group-line-format-alist): Defined new F format.
20097         (gnus-total-fetched-for): New function.
20098         (gnus-group-delete-group): No longer update
20099         gnus-cache-active-altered as gnus-request-delete-group now keeps
20100         the cache in sync.
20101         (gnus-group-list-active): Let the agent store a server's active
20102         list if currently plugged.
20103
20104         * gnus-int.el (gnus-request-delete-group):
20105         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
20106         local disk in sync with the server.
20107         (gnus-request-rename-group):
20108         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
20109         local disk in sync with the server.
20110
20111         * gnus-start.el (gnus-get-unread-articles):
20112         Cosmetic simplification to logic.
20113
20114         * gnus-util.el (gnus-rename-file): New function.
20115
20116 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
20117
20118         * mm-util.el (mm-image-load-path): Handle nil in load-path.
20119
20120 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
20121
20122         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
20123         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
20124
20125 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
20126
20127         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
20128         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
20129
20130 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
20131
20132         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
20133
20134 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
20135
20136         * spam.el (spam-set-difference): Add function to replace
20137         gnus-set-difference in spam.el.
20138         (spam-summary-prepare-exit): Use spam-set-difference.
20139
20140 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
20141
20142         * gnus-registry.el (gnus-registry-cache-file): Update to use
20143         gnus-dribble-directory OR gnus-home-directory OR ~.
20144         (gnus-registry-split-fancy-with-parent): Fix doc.
20145
20146 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20147
20148         * message.el (message-exchange-point-and-mark):
20149         Use message-mark-active-p.  Suggested by Jesper Harder
20150         <harder@ifa.au.dk>.
20151
20152 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20153
20154         * message.el (message-exchange-point-and-mark): Don't activate
20155         region if it was inactive.  Suggested by Hiroshi Fujishima
20156         <pooh@nature.tsukuba.ac.jp>.
20157
20158 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20159
20160         * gnus-art.el (article-display-face): Display Faces in the same
20161         order as X-Faces.
20162
20163 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20164
20165         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
20166
20167 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20168
20169         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
20170         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
20171         (gnus-article-mime-hierarchy): Remove.
20172         (gnus-article-mime-hierarchy-next): Remove.
20173         (gnus-article-mode): Revert 2004-03-19 change.
20174         (gnus-article-setup-buffer): Revert 2004-03-19 change.
20175         (gnus-insert-mime-button): Revert 2004-03-19 change.
20176         (gnus-mime-accumulate-hierarchy): Remove.
20177         (gnus-mime-enter-multipart): Remove.
20178         (gnus-mime-leave-multipart): Remove.
20179         (gnus-mime-display-part): Revert 2004-03-19 change.
20180         (gnus-mime-display-alternative): Revert 2004-03-19 change.
20181
20182         * mml.el (mml-preview): Revert 2004-03-19 change.
20183
20184 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
20185
20186         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
20187
20188 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20189
20190         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
20191         t while entering a file name using the mm-with-multibyte macro.
20192         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20193
20194         * mm-util.el (mm-with-multibyte): New macro.
20195
20196 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20197
20198         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
20199         New user option.
20200         (gnus-mime-multipart-functions): Doc and customization fix.
20201         (gnus-article-mime-hierarchy): New variable.
20202         (gnus-article-mime-hierarchy-next): New variable.
20203         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
20204         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
20205         gnus-article-mime-hierarchy-next to nil.
20206         (gnus-insert-mime-button): Show hierarchy numbers.
20207         (gnus-mime-accumulate-hierarchy): New function.
20208         (gnus-mime-enter-multipart): New function.
20209         (gnus-mime-leave-multipart): New function.
20210         (gnus-mime-display-part): Recompute hierarchical MIME structure.
20211         (gnus-mime-display-alternative): Show hierarchy numbers.
20212
20213         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
20214         gnus-article-mime-hierarchy-next to nil.
20215
20216 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
20217
20218         * dns.el: Don't require gnus-xmas.
20219
20220 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
20221
20222         * mml.el (mml-generate-mime-1): Don't use format=flowed with
20223         inline PGP.
20224         (mml-menu): Disable mml-quote-region if mark is inactive.
20225
20226 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20227
20228         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
20229         when the group's active is not available.
20230
20231 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20232
20233         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
20234         error.
20235
20236 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
20237
20238         * imap.el (imap-store-password): New variable.
20239         (imap-interactive-login): Use it.
20240         Suggested by Mark Plaksin <happy@mcplaksin.org>.
20241
20242 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20243
20244         * gnus-art.el (gnus-article-read-summary-keys): Restore new
20245         window-start and hscroll to summary window.
20246
20247 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20248
20249         * gnus-start.el (gnus-convert-old-newsrc): Only write the
20250         conversion message to newsrc-dribble when an actual conversion is
20251         performed.
20252
20253 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
20254
20255         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
20256
20257 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20258
20259         * mm-decode.el (mm-complicated-handles): New function reviving
20260         former definition of mm-multiple-handles.
20261
20262         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
20263         (gnus-mime-delete-part): Use it.
20264
20265 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20266
20267         * gnus-agent.el (gnus-agent-read-local):
20268         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
20269         avoid the implicit assumption that they will always be equal.
20270         (gnus-agent-save-local): Bind buffer-file-coding-system, not
20271         coding-system-for-write, as the with-temp-file macro first prints
20272         to a buffer then saves the buffer.
20273
20274 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20275
20276         * gnus-art.el (gnus-article-edit-part): New function.
20277         (gnus-mime-save-part-and-strip): Use it; do query instead of
20278         signaling an error; don't use mm-multiple-handles.
20279         (gnus-mime-delete-part): Ditto.
20280
20281 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20282
20283         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
20284         old file versions.
20285         (gnus-group-prepare-hook): Remove function that converted list
20286         form of gnus-agent-expire-days to group properties.
20287
20288         * gnus-int.el: Autoload gnus-agent-regenerate-group.
20289         (gnus-request-accept-article): Re-indented.
20290
20291         * gnus-start.el (gnus-convert-old-newsrc): Registered new
20292         converters to handle old agent file formats.  Add logic for a
20293         "backup before upgrading warning".
20294         (gnus-convert-mark-converter-prompt): Developers can mark
20295         functions as needing (default), or not needing,
20296         gnus-convert-old-newsrc's "backup before upgrading warning".
20297         (gnus-convert-converter-needs-prompt): Tests whether the user
20298         should be protected from potentially irreversable changes by the
20299         function.
20300
20301         * legacy-gnus-agent.el: New.  Provides converters that are only
20302         loaded when gnus-convert-old-newsrc needs to call them.
20303
20304 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20305
20306         * mail-source.el (mail-source-touch-pop): Doc fix.
20307
20308         * message.el (message-smtpmail-send-it): Doc fix.
20309
20310 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
20311
20312         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
20313
20314         * nnmail.el (nnmail-split-fancy): do.
20315
20316         * gnus-kill.el (gnus-kill, gnus-execute): do.
20317
20318 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
20319
20320         * gnus-sum.el (gnus-widget-reversible-match)
20321         (gnus-widget-reversible-to-internal)
20322         (gnus-widget-reversible-to-external): New functions.
20323         (gnus-widget-reversible): New widget.
20324         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
20325
20326 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
20327
20328         * gnus-sum.el (gnus-thread-sort-functions)
20329         (gnus-article-sort-functions): Document `(not F)' items.
20330
20331 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
20332
20333         * spam.el (spam-use-gmane-xref): Add new backend.
20334         (spam-gmane-xref-spam-group): Add variable to control the name of the
20335         Gmane spam group.
20336         (spam-blackhole-servers, spam-blackhole-good-server-regex)
20337         (spam-regex-headers-spam, spam-regex-headers-ham)
20338         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
20339         (spam-list-of-checks): Add spam-use-gmane-xref to list of
20340         backends and checks.
20341         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
20342
20343         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
20344         an autodetect method.
20345
20346 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20347
20348         * gnus-int.el (gnus-request-accept-article): Inform the agent that
20349         articles are being added to a group.
20350         (gnus-request-replace-article): Inform the agent that articles
20351         need to be uncached as the cached contents are no longer valid.
20352
20353 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20354
20355         * binhex.el: Don't autoload executable-find.
20356
20357         * canlock.el: Don't autoload mail-fetch-field.
20358
20359         * dgnushack.el: Autoload c-mode for XEmacs.
20360
20361         * gnus-ems.el: Don't autoload appt-select-lowest-window.
20362
20363         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
20364         rmail-dont-reply-to and rmail-output.
20365
20366         * gnus-score.el: Don't autoload ffap-string-at-point.
20367
20368         * gnus-setup.el: Don't autoload sc-cite-original.
20369
20370         * imap.el: Don't autoload base64-decode-string,
20371         base64-encode-string and md5.
20372
20373         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
20374         and rmail-msg-restore-non-pruned-header.
20375
20376         * mm-decode.el: Don't autoload executable-find.
20377
20378         * mm-url.el: Don't autoload executable-find.
20379
20380         * mm-view.el: Don't autoload diff-mode.
20381
20382         * nndb.el: Don't autoload news-reply-mode, news-setup,
20383         cancel-timer and telnet.
20384
20385         * password.el: Don't autoload run-at-time for Emacs.
20386
20387         * sha1-el.el: Don't autoload executable-find.
20388
20389         * sieve-mode.el: Don't autoload c-mode.
20390
20391         * uudecode.el: Don't autoload executable-find.
20392
20393 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20394
20395         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
20396         (gnus-agent-possibly-alter-active): Avoid null in numeric
20397         comparison.
20398         (gnus-agent-set-local): Refuse to save null in local object table.
20399         (gnus-agent-regenerate-group): The REREAD parameter can now be a
20400         list of articles that will be marked as unread.
20401
20402 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20403
20404         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
20405
20406 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
20407
20408         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
20409         language tags.
20410
20411 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
20412
20413         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
20414         Don't bind "obarray".
20415
20416         * gnus-sum.el (gnus-thread-sort-functions):
20417         Add `gnus-thread-sort-by-most-recent-number' and
20418         `gnus-thread-sort-by-most-recent-date'.
20419         Reported by Kai Grossjohann <kai@emptydomain.de>.
20420
20421 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20422
20423         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
20424
20425 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20426
20427         * gnus-cus.el (gnus-agent-customize-category):
20428         Remove ignore-errors macro reference that required cl to be loaded at
20429         run-time.
20430
20431         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
20432         single-interval range of the form (min . max).  Previously the
20433         range had to look like ((min . max)).  Likewise, return
20434         (min . max) rather than ((min . max)).
20435         (gnus-range-map): Use gnus-range-normalize to accept
20436         single-interval range.
20437
20438         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20439         the cache, but not the agent, now appear with their usual face.
20440
20441         * dgnushack.el (loaddir): New variable that is bound to the
20442         directory containing the dgnushack.el file. Use loaddir, rather
20443         than srcdir, to update load-path. Change lets dgnushack compile
20444         code in directories other than GNUS/lisp.
20445
20446 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20447
20448         * lpath.el: Don't bind w3m-safe-url-regexp.
20449
20450         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20451         w3m-safe-url-regexp variable buffer-local.
20452
20453         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20454
20455 2004-02-27  Simon Josefsson  <jas@extundo.com>
20456
20457         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20458         gnus-group-real-prefix.
20459         (gnus-summary-move-article): Use it, instead of
20460         gnus-group-real-prefix.
20461
20462 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20463
20464         * lpath.el: Bind w3m-safe-url-regexp.
20465
20466         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
20467         w3m-safe-url-regexp variable buffer-local and set it as the value
20468         of mm-w3m-safe-url-regexp.
20469
20470         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20471
20472         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
20473         parsing gnus-posting-styles when the message is not for replying.
20474
20475         * dgnushack.el: Autoload sgml-mode for XEmacs.
20476
20477         * nnrss.el (nnrss-opml-export):
20478         Use mm-set-buffer-file-coding-system instead of
20479         set-buffer-file-coding-system.
20480
20481 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
20482
20483         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20484         of checkdoc.el).
20485         * nnrss.el: do.
20486         * gnus-mlspl.el: do.
20487         * gnus-ml.el: do.
20488         * gnus-srvr.el: do.
20489
20490         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20491
20492 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
20493
20494         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20495         Corrections to custom-manual links.
20496
20497         * gnus-art.el (gnus-article): Ditto.
20498
20499         * mm-decode.el (mime-display, mime-security): Ditto.
20500
20501 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20502
20503         * flow-fill.el: Typo.
20504
20505 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
20506
20507         * spam-wash.el: New file.
20508
20509 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
20510
20511         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20512
20513 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
20514
20515         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20516         to be run with new-articles as LIST1, not LIST2.
20517         (spam-registration-functions): Add spam-use-ham-copy as a nil
20518         registration backend.
20519
20520 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20521
20522         * spam-stat.el (spam-stat-washing-hook): New option.
20523         (spam-stat-buffer-words): Use it.
20524         (spam-stat-process-directory, spam-stat-test-directory):
20525         Use insert-file-contents-literally.
20526         (spam-stat-coding-system): New variable.
20527         (spam-stat-load, spam-stat-save): Use it.
20528
20529 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20530
20531         * spam-report.el (spam-report-plug-agent):
20532         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20533
20534 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20535
20536         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20537         Allow / in mailto URLs.
20538
20539 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20540
20541         * spam-report.el (spam-report-process-queue): Fix interactive use.
20542         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20543         (spam-report-unplug-agent): Doc fixes.
20544         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20545         (spam-report-agentize, spam-report-deagentize): Autoload.
20546
20547 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20548
20549         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
20550
20551         * message.el (message-setup-fill-variables): Add mml tags to
20552         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20553         <ajk@iu.edu>.
20554         (message-mode): Don't modify paragraph-separate there.
20555
20556 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20557
20558         * compface.el (uncompface-use-external): Default to undecided.
20559         (uncompface-use-external-threshold): New variable.
20560         (uncompface-float-time): New macro.
20561         (uncompface): Determine whether to use the external decoder if
20562         uncompface-use-external is undecided.
20563
20564 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20565
20566         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20567         after images.
20568
20569         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20570
20571 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20572
20573         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20574
20575         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20576
20577         * gnus-sum.el (gnus-summary-limit-to-age)
20578         (gnus-summary-limit-children): do.
20579
20580         * gnus-int.el (gnus-request-scan): do.
20581
20582         * gnus-group.el (gnus-group-suspend): do.
20583
20584         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20585
20586         * gnus-cite.el (gnus-cite-parse-attributions): do.
20587
20588         * gnus-agent.el (gnus-summary-set-agent-mark)
20589         (gnus-agent-regenerate-group): do.
20590
20591         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20592
20593         * binhex.el (binhex-decode-region-internal): do.
20594
20595 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20596
20597         * gnus-fun.el (gnus-face-properties-alist): New user option.
20598         (gnus-display-x-face-in-from): Use it.
20599
20600         * gnus-art.el (article-display-face): Ditto.
20601
20602         * compface.el (uncompface-use-external): Default to nil.
20603
20604 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20605
20606         * nntp.el (nntp-erase-buffer): New function.
20607         (nntp-retrieve-data, nntp-send-command)
20608         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20609         (nntp-possibly-change-group): Use it.
20610
20611         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20612         Use with-current-buffer.
20613
20614 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20615
20616         * compface.el: Merge the ELisp-based uncompface program.
20617         (compface): New customization group.
20618         (uncompface-use-external): New user option.
20619         (uncompface): Call uncompface-internal if uncompface-use-external
20620         is nil.
20621         (uncompface-internal): New function.  Note that there are also
20622         some other functions and variables added for this function.
20623
20624 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20625
20626         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20627         if necessary.
20628
20629 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20630
20631         * spam-report.el (spam-report-unplug-agent)
20632         (spam-report-plug-agent, spam-report-deagentize)
20633         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20634         Add support for the Agent in spam-report: when unplugged, report to a
20635         file; when plugged, submit all the requests.
20636
20637         * spam.el (spam-register-routine): Fix message about
20638         registration.
20639
20640 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20641
20642         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20643         dependencies.
20644         (rfc2047-encode): Use it.
20645
20646         * gnus-art.el (gnus-button-marker-list): Move before first
20647         reference.
20648
20649         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20650         (imap-parse-body): Fix format string mismatch.
20651
20652         * gnus-score.el (gnus-summary-increase-score): do.
20653
20654         * nnrss.el (nnrss-close): New function.
20655
20656 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20657
20658         * nnrss.el (nnrss-make-filename): New function.
20659         (nnrss-request-delete-group, nnrss-read-server-data)
20660         (nnrss-save-server-data, nnrss-read-group-data)
20661         (nnrss-save-group-data): Use it.
20662         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20663         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20664         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20665
20666 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20667
20668         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20669
20670 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20671
20672         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20673         files.
20674
20675         * message.el (message-generate-headers-first): Don't quote nil
20676         and t in docstrings.
20677
20678         * imap.el (imap-id): do.
20679
20680         * gnus-agent.el (gnus-agent-consider-all-articles)
20681         (gnus-agent-queue-mail): do.
20682
20683 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20684
20685         * spam-report.el (spam-report-process-queue): New function.
20686         Process requests from `spam-report-requests-file'.
20687         (spam-report-process-queue): Doc fix.
20688
20689 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20690
20691         * spam.el (spam-register-routine)
20692         (spam-log-processing-to-registry, spam-log-registered-p)
20693         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20694         Change "check" to "spam-check" for semi-clarity.
20695
20696 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20697
20698         * pop3.el: Require nnheader.
20699
20700         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20701
20702         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20703
20704         * gnus-picon.el: Require cl.
20705
20706         * gnus-fun.el: Require gnus-ems and gnus-util.
20707
20708         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20709
20710         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20711
20712         * gnus-art.el (gnus-article-edit-mode): Define before first
20713         reference.
20714
20715 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20716
20717         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20718         (gnus-uu-post-encoded): Use point-at-bol.
20719
20720         * gnus-topic.el (gnus-group-active-topic-p): do.
20721
20722         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20723
20724         * gnus-group.el (gnus-group-kill-region): do.
20725
20726         * gnus-art.el (article-date-ut): do.
20727
20728         * message.el (message-fetch-field): Remove redundant
20729         case-fold-search binding.
20730         (message-narrow-to-field): Simplify.
20731
20732 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20733
20734         * spam.el (spam-directory): Derive from `gnus-directory'.
20735
20736         * spam-report.el (spam-report-url-to-file)
20737         (spam-report-requests-file): New function and variable for offline
20738         reporting.
20739         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20740         and user defined function.
20741         (spam-report-url-ping-mm-url): Remove doubled slash.
20742
20743 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20744
20745         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20746
20747 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20748
20749         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20750         Fix format string mismatch.
20751
20752         * sieve.el (sieve-deactivate-all): do.
20753
20754         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20755
20756         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20757
20758         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20759
20760         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20761
20762 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20763
20764         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20765         the list of checks.
20766
20767 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20768
20769         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20770         padding.
20771
20772 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20773
20774         * mm-view.el (mm-fill-flowed): New variable.
20775         (mm-inline-text): Use it.
20776
20777 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20778
20779         * spam.el (spam-spamassassin-register-ham-routine)
20780         (spam-spamassassin-register-spam-routine): Fix function names.
20781
20782 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20783
20784         * gnus.el (gnus-tmp-grouplens): Remove.
20785         (gnus-summary-line-format): Remove grouplens.
20786
20787         * gnus-group.el (gnus-group-line-format): Ditto.
20788
20789         * gnus-spec.el (gnus-format-specs): Ditto.
20790         (gnus-update-format-specifications): Flush the group format spec
20791         cache if there's the grouplens stuff.
20792         (gnus-parse-simple-format): Replace %l with the empty string.
20793
20794 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20795
20796         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20797         omission.
20798
20799 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20800
20801         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20802         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20803
20804 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20805
20806         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20807         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20808         New macros and functions.
20809         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20810         Handle > NLINK_MAX messages.
20811         * nnmaildir.el (nnmaildir-request-set-mark):
20812         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20813
20814 2004-01-25  Alex Schroeder  <alex@gnu.org>
20815
20816         * spam-stat.el (spam-stat-process-directory-age): New option.
20817         (spam-stat-process-directory): Use it.
20818
20819 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20820
20821         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20822         (spam-stat-save): Accept prefix argument.
20823
20824 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20825
20826         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20827         links" error.
20828
20829 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20830
20831         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20832         the rest of the and/or forms.
20833
20834 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20835
20836         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20837         compatibility with old .newsrc.eld files.
20838
20839         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20840
20841         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20842
20843         * gnus-start.el (gnus-1): do.
20844
20845         * gnus-group.el (gnus-group-line-format-alist): do.
20846
20847         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20848
20849         * gnus-gl.el: Remove.
20850
20851 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20852
20853         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20854         marks consisting of a single range {for example, (3 . 5)} rather
20855         than a list of a single range { ((3 . 5)) }.
20856
20857 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20858
20859         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20860         Use with-current-buffer.
20861         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20862         avoid consing a string.
20863
20864         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20865         Remove obsolete entries for big5 and gb2312.
20866
20867 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20868
20869         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20870         uncompressed list.
20871
20872 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20873
20874         * spam-stat.el (spam-stat-strip-xref): New function.
20875         (spam-stat-process-directory): Use it.
20876
20877         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20878         here -- it's done in message-fetch-field.
20879
20880 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20881
20882         * gnus-agent.el (gnus-agent-queue-mail)
20883         (gnus-agent-prompt-send-queue): New variables.
20884         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20885         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20886         "nndraft:queue" along to gnus-draft-send.
20887         Use gnus-agent-prompt-send-queue.
20888         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20889         is "nndraft:queue".  Suggested by Gaute Strokkenes
20890         <gs234@srcf.ucam.org>
20891
20892         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20893         (agent-enable-undownloaded-faces): Add.
20894         (gnus-agent-cat-groups): Use eval-and-compile, not
20895         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20896         method of gnus-agent-cat-groups even when the buffer has been
20897         evaled.
20898         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20899         delete gnus-agent-save-active-1.
20900         (gnus-agent-save-groups): Delete.  Identical to
20901         gnus-agent-save-active.
20902         (gnus-agent-write-active): No longer adjust agent's copy of active
20903         file as agent's adjustments are now stored in their own
20904         file.  Remove optional parameter.
20905         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20906         servers.  Add use of min/max range limits from server's local
20907         file.
20908         (gnus-agent-save-alist): Remove unused optional argument.
20909         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20910         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20911         (gnus-agent-set-local): A per-server file that keeps min/max range
20912         limits for articles known to the agent.  Provides a fast mechanism
20913         for altering many active ranges.
20914         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20915         active file (local makes it unnecessary).
20916         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20917
20918         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20919         (agent-enable-undownloaded-faces): Add.
20920
20921         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20922         disable it when sending to "nndraft:queue".
20923         (gnus-group-send-queue): Add safety check to avoid sending queue
20924         when unplugged.
20925
20926         * gnus-group.el (gnus-group-catchup): Use new
20927         gnus-sequence-of-unread-articles, not
20928         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20929         numbers of articles.  Use gnus-range-map to avoid having to
20930         uncompress the unread list.
20931         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20932         Fix invalid ange-ftp reference.
20933
20934         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20935         (gnus-sorted-range-intersection): Intersection of two ranges
20936         without requiring that they first be uncompressed.
20937
20938         * gnus-start.el (gnus-activate-group): Unless blocked by the
20939         caller, possibly expand the active range to include both cached
20940         and agentized articles.
20941         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20942         multiple version-dependent converters.
20943         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20944         gnus-agent-save-active.
20945         (gnus-save-newsrc-file): Save dirty agent range limits.
20946
20947         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20948         gnus-agent-possibly-alter-active.
20949         (gnus-adjust-marked-articles): Faster handling of simple lists.
20950
20951 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20952
20953         * spam-stat.el (spam-stat-test-directory): New optional argument
20954         displays a list of files detected.  Suggested by Andrew Cohen
20955         <cohen@andy.bu.edu>.
20956         (spam-stat-buffer-words-with-scores): Don't narrow and change
20957         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20958
20959 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20960
20961         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20962         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20963         (spam-spamassassin-arguments)
20964         (spam-spamassassin-spam-flag-header)
20965         (spam-spamassassin-positive-spam-flag-header)
20966         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20967         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20968         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20969         (spam-list-of-processors, spam-list-of-checks)
20970         (spam-list-of-statistical-checks, spam-registration-functions)
20971         (spam-check-spamassassin-headers, spam-check-spamassassin)
20972         (spam-spamassassin-score)
20973         (spam-spamassassin-register-with-sa-learn)
20974         (spam-spamassassin-register-spam-routine)
20975         (spam-spamassassin-register-ham-routine)
20976         (spam-assassin-register-spam-routine)
20977         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20978         (spam-bogofilter-score): Fix to show article before scoring.
20979
20980 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20981
20982         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20983         default scoring function.
20984         (spam-generic-score): Call spam-spamassassin-score if
20985         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20986         spam-bogofilter-score otherwise.
20987
20988         * gnus.el (spam-process, spam-autodetect-methods):
20989         Add spamassassin and spamassassin-headers.
20990
20991 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20992
20993         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20994         Suppress unnecessary messages.
20995
20996 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20997
20998         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20999         make-hash-table.
21000
21001 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21002
21003         * canlock.el (base64-encode-string): Don't autoload it.
21004
21005 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21006
21007         * run-at-time.el: Remove useless (require 'itimer),
21008         eval-and-compile and (featurep 'xemacs).
21009
21010 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
21011
21012         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
21013         GROUP is a virtual group.
21014
21015 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
21016
21017         * gnus.el: Autoload `message-y-or-n-p'.
21018
21019 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
21020
21021         * pgg-parse.el: Remove unnecessary (require 'custom).
21022
21023         * pgg-def.el: do.
21024
21025         * nnmail.el: do.
21026
21027         * gnus-undo.el: do.
21028
21029         * gnus-picon.el: do.
21030
21031         * gnus-util.el: do.
21032
21033 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
21034
21035         * gnus-sum.el (gnus-pick-line-number): Add autoload.
21036
21037 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21038
21039         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
21040         handle, as well as a list.
21041
21042         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
21043         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
21044         (mm-w3m-cid-retrieve): Simplify.
21045
21046 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
21047
21048         * message.el (message-kill-to-signature): Allow prefix arg to
21049         specify number of lines to keep before signature.
21050
21051 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
21052
21053         * message.el (message-kill-to-signature): Change docstring.
21054
21055 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21056
21057         * canlock.el: Always require sha1-el.
21058         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
21059
21060         * message.el: Autoload sha1 only when compiling.
21061
21062         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
21063         eudc-expand-inline for XEmacs.
21064
21065 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21066
21067         * message.el (message-canlock-generate): Require sha1-el.
21068
21069 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
21070
21071         * message.el (message-expand-name): Silence the byte compiler.
21072
21073         * lpath.el: Add detect-coding-system.
21074
21075         * dgnushack.el (dgnushack-compile): Remove obsolete check for
21076         cus-edit.
21077
21078 2004-01-13  Simon Josefsson  <jas@extundo.com>
21079
21080         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
21081         Invoke gnus-score-mode.
21082         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
21083
21084         * gnus-range.el (gnus-compress-sequence): Doc fix.
21085         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
21086
21087 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21088
21089         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
21090
21091 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
21092
21093         * spam.el (spam-get-article-as-string): Update to use
21094         gnus-request-article-this-buffer, much simpler.
21095         (spam-get-article-as-buffer): Remove.
21096
21097 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
21098
21099         * message.el (message-expand-name): Use EUDC if the user uses that.
21100
21101 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21102
21103         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
21104         character for the encoding to avoid consing a string.
21105
21106         * rfc2047.el (rfc2047-decode-string): Don't cons a string
21107         unnecessarily.
21108
21109         * mm-util.el (mm-replace-chars-in-string): Remove.
21110
21111         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
21112         of mm-replace-chars-in-string.
21113
21114 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
21115
21116         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
21117
21118         * mm-util.el (mm-subst-char-in-string): Support inplace.
21119
21120         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
21121         a new string in every iteration.  Use shy groups.
21122
21123 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
21124
21125         * gnus-srvr.el (gnus-browse-unsubscribe-group):
21126         * gnus-soup.el (gnus-soup-group-brew):
21127         * gnus-msg.el (gnus-put-message):
21128         * gnus-move.el (gnus-group-move-group-to-server):
21129         * gnus-kill.el (gnus-batch-score):
21130         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
21131         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
21132         (gnus-group-update-group, gnus-group-read-group)
21133         (gnus-group-make-group, gnus-group-make-help-group)
21134         (gnus-group-make-archive-group, gnus-group-make-directory-group)
21135         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
21136         (gnus-group-sort-by-unread, gnus-group-catchup)
21137         (gnus-group-unsubscribe-group, gnus-group-kill-group)
21138         (gnus-group-yank-group, gnus-group-set-info)
21139         (gnus-group-list-groups):
21140         * gnus.el (gnus-generate-new-group-name):
21141         * gnus-delay.el (gnus-delay-send-queue):
21142         * nnvirtual.el (nnvirtual-catchup-group):
21143         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
21144         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
21145         (gnus-group-prepare-topics, gnus-topic-check-topology):
21146         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
21147         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
21148         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
21149         (gnus-group-make-articles-read):
21150         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
21151         (gnus-group-change-level, gnus-kill-newsgroup)
21152         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
21153         (gnus-get-unread-articles, gnus-make-articles-unread)
21154         (gnus-make-ascending-articles-unread): Use accessor
21155         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
21156         to get group information for improved readability.
21157
21158
21159 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21160
21161         * gnus-art.el (article-decode-mime-words, article-babel)
21162         (gnus-article-highlight-signature, gnus-article-add-buttons)
21163         (gnus-signature-toggle): Use gnus-with-article-buffer.
21164
21165         * gnus-art.el (gnus-article-highlight-headers)
21166         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
21167
21168         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
21169         (gnus-article-set-globals, gnus-request-article-this-buffer)
21170         (gnus-button-message-id, gnus-article-maybe-hide-headers)
21171         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
21172         (gnus-mime-display-alternative): Use with-current-buffer.
21173
21174 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21175
21176         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
21177         also under 80 char limit, and call gnus-error if needed.
21178         (spam-fetch-article-header): Fix - it was a
21179         buffer-local variable (gnus-newsgroup-data).
21180         (spam-find-spam): Use spam-generate-fake-headers, forget about
21181         spam-insert-fake-headers.
21182         (spam-insert-fake-headers): Remove.
21183
21184 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21185
21186         * deuglify.el (gnus-article-outlook-unwrap-lines)
21187         (gnus-outlook-rearrange-article)
21188         (gnus-outlook-repair-attribution-outlook)
21189         (gnus-outlook-repair-attribution-block)
21190         (gnus-outlook-repair-attribution-other): Remove redundant
21191         save-excursion.
21192
21193 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21194
21195         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
21196         (spam-fetch-field-subject-fast)
21197         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
21198         (spam-fetch-article-header): Add functions to deal with Gnus
21199         internals for fast retrieval of article header data.
21200         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
21201
21202 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21203
21204         * pop3.el (pop3-md5): Remove.
21205         (pop3-apop): Replace pop3-md5 with md5.
21206
21207         * mm-bodies.el: base64 is always built-in.
21208
21209         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
21210         Use with-current-buffer.
21211
21212 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21213
21214         * canlock.el (canlock-insert-header): Remove excessive grouping in
21215         regexp.
21216
21217         * gnus-sum.el (gnus-summary-read-document): Ditto.
21218
21219         * gnus-uu.el (gnus-uu-part-number): Ditto.
21220
21221         * html2text.el (html2text-remove-tags): Ditto.
21222         (html2text-format-tags): Ditto.
21223         (html2text-format-single-elements): Ditto.
21224
21225         * mml.el (mml-parse-1): Ditto.
21226
21227 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21228
21229         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
21230
21231         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
21232
21233         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
21234
21235         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
21236
21237 2003-11-15  Simon Josefsson  <jas@extundo.com>
21238
21239         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
21240         (pgg-gpg-lookup-key): Use regexp match instead of
21241         split-string (split-string is different between emacs 21.2 and
21242         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
21243
21244 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21245
21246         * gnus-art.el (gnus-mime-view-all-parts)
21247         (gnus-article-part-wrapper, gnus-article-view-part):
21248         Use with-current-buffer.
21249
21250 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21251
21252         * spam.el (spam-disable-spam-split-during-ham-respool)
21253         (spam-spamoracle-database, spam-cache-lookups)
21254         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
21255         (spam-group-ham-mark-p, spam-group-spam-mark-p)
21256         (spam-group-ham-marks, spam-group-spam-marks)
21257         (spam-group-spam-contents-p, spam-group-ham-contents-p)
21258         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
21259         also add spam-use-blackholes to the statistical checks.
21260         (spam-fetch-field-fast): Add interface to fetching fields, may
21261         become a macro.
21262         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
21263         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
21264         (spam-insert-fake-headers): Fake an article when needed.
21265         (spam-find-spam): Fake article when possible.
21266         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
21267         (spam-check-bogofilter-headers): Use message-fetch-field instead
21268         of nnmail-fetch-field.
21269
21270 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
21271
21272         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
21273
21274 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21275
21276         * spam.el (spam-split): Do not require spam-use-CHECK to be
21277         enabled if that check is passed to spam-split explicitly; also
21278         fix so 'spam doesn't get converted to spam-split-group when
21279         spam-split-symbolic-return is t.
21280         (spam-find-spam): Find registrations of the article and use those
21281         instead of re-running spam-split to find the spam/ham
21282         classification of the article.
21283         (spam-log-processing-to-registry, spam-log-registered-p)
21284         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21285         Use gnus-error instead of gnus-message.
21286         (spam-log-registration-type): Add function to determine the
21287         classification of a message based on registry entries; will
21288         return nil if both 'spam and 'ham are found.
21289         (spam-check-BBDB): Expand all the BBDB macros here so we can have
21290         a reasonably fast local cache without the loading errors.
21291         (spam-cache-lookups): Set to t by default.
21292         (spam-find-spam): Don't try to guess spam-cache-lookups.
21293         (spam-enter-whitelist, spam-enter-blacklist): Clear the
21294         spam-caches entry.
21295         (spam-filelist-build-cache, spam-filelist-check-cache):
21296         Fix caching of whitelist/blacklist entries.
21297         (spam-check-whitelist, spam-check-blacklist):
21298         Invoke spam-from-listed-p with a type, not a cache variable.
21299         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
21300
21301 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21302
21303         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
21304
21305         * nnmail.el (nnmail-split-fancy): do.
21306
21307         * mml.el (mml-parse): do.
21308
21309         * gnus-score.el (gnus-enter-score-words-into-hashtb)
21310         (gnus-score-adaptive): do.
21311
21312 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21313
21314         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
21315         (gnus-mime-button-map): Don't set keymap parent.
21316         (gnus-button-ctan-directory-regexp): Use shy grouping.
21317         (gnus-prev-page-map): Don't set keymap parent.
21318         (gnus-prev-page-map): Remove duplicated one.
21319         (gnus-next-page-map): Don't set keymap parent.
21320         (gnus-mime-security-button-map): Ditto.
21321
21322         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
21323         version number.
21324
21325         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
21326
21327 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21328
21329         * canlock.el (canlock-sha1-function): Remove.
21330         (canlock-sha1-function-for-verify): Remove.
21331         (canlock-openssl-program): Remove.
21332         (canlock-openssl-args): Remove.
21333         (canlock-ignore-errors): Remove.
21334         (canlock-sha1-with-openssl): Remove.
21335         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
21336         (canlock-verify): Don't use canlock-ignore-errors.
21337
21338         * sha1-el.el (sha1-string-external): Make it can return a string
21339         in binary form.
21340         (sha1-region-external): Ditto.
21341         (sha1-string-internal): Ditto.
21342         (sha1-region-internal): Ditto.
21343         (sha1-region): Ditto.
21344         (sha1-string): Ditto.
21345         (sha1): Ditto.
21346
21347 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21348
21349         * spam.el (spam-report-articles-gmane): New command.
21350
21351 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21352
21353         * gnus.el: Don't make unnecessary *Group* buffer when loading.
21354
21355         * run-at-time.el (run-at-time-saved): Remove.
21356         (run-at-time): Doc fix.
21357
21358 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21359
21360         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
21361         (gnus-summary-limit-map): Add it.
21362         (gnus-summary-make-menu-bar): do.
21363
21364 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
21365
21366         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
21367         Make attempt at some caching support (done for BBDB only now).
21368         (spam-find-spam): Set spam-cache-lookups if there are more than 2
21369         addresses to be checked.
21370         (spam-clear-cache-BBDB): Add function, to be invoked by
21371         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
21372         (spam-check-BBDB): Check and use the caches, if
21373         spam-cache-lookups is on, remove superfluous (provide).
21374
21375 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
21376
21377         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
21378
21379 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
21380
21381         * run-at-time.el (run-at-time-saved): Move to after the definition
21382         of `run-at-time'.
21383
21384         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
21385
21386 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21387
21388         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
21389         mm-w3m-local-map-property.
21390
21391         * mm-view.el (mm-w3m-mode-map): Remove.
21392         (mm-w3m-local-map-property): Remove.
21393         (mm-inline-text-html-render-with-w3m): Don't use
21394         mm-w3m-local-map-property.
21395
21396 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21397
21398         * run-at-time.el: New file.
21399
21400         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
21401         under Emacs.
21402
21403         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
21404         of gnus-set-text-properties.
21405
21406         * gnus-uu.el (gnus-uu-save-article): Ditto.
21407
21408         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
21409
21410         * gnus-cite.el (gnus-cite-parse): Ditto.
21411
21412         * gnus-art.el (gnus-button-push): Use set-text-properties instead
21413         of gnus-.
21414
21415         * gnus-xmas.el (run-at-time): Require run-at-time.
21416
21417         * gnus.el: Change calls to nnheader-run-at-time and
21418         password-run-at-time throughout to use run-at-time directly.
21419
21420         * password.el: Remove definition of run-at-time.
21421
21422         * nnheaderxm.el: Remove definition of run-at-time.
21423
21424 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
21425
21426         * mml.el (mml-minibuffer-read-disposition): Show attachment type
21427         in prompt.
21428
21429 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21430
21431         * messagexmas.el (message-xmas-redefine): Alias
21432         `message-make-caesar-translation-table' to
21433         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
21434         version.
21435
21436         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
21437         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
21438         `gnus-xmas-set-text-properties'.
21439         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
21440         `gnus-xmas-completing-read'.
21441         (gnus-xmas-completing-read): Removed.
21442         (gnus-xmas-open-network-stream): Removed.
21443
21444         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
21445         XEmacs version.
21446
21447         * dns.el (dns-make-network-process): Use `open-network-stream'
21448         instead of `gnus-xmas-open-network-stream'.
21449
21450         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
21451
21452         * .cvsignore: Add auto-autoloads.el, custom-load.el.
21453
21454 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21455
21456         * gnus-art.el (gnus-mime-display-alternative)
21457         (gnus-insert-mime-button, gnus-insert-mime-security-button)
21458         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21459         Don't use gnus-local-map-property.
21460
21461         * gnus-util.el (gnus-local-map-property): Remove.
21462
21463         * mm-view.el (mm-view-pkcs7-decrypt):
21464         Replace gnus-completing-read-maybe-default with completing-read.
21465
21466         * gnus-util.el (gnus-completing-read): do.
21467         (gnus-completing-read-maybe-default): Remove.
21468
21469 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21470
21471         * password.el: Only autoload `run-at-time' if not XEmacs.
21472         Only autoload the itimer functions if XEmacs.
21473
21474 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21475
21476         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
21477         XEmacsen.
21478
21479         * dgnushack.el: Autoload executable-find for XEmacs.
21480
21481 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21482
21483         * gnus-art.el (gnus-read-string): Remove.
21484         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21485         read-string.
21486
21487 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
21488
21489         * netrc.el: Autoload password-read.
21490         (netrc): Add configuration group.
21491         (netrc-encoding-method, netrc-openssl-path):
21492         Add variables for encoding and decoding of files with symmetric
21493         ciphers.
21494         (netrc-encode): Add assistant function to encode a file with
21495         netrc-encoding-method.
21496         (netrc-parse): Add interactive parameter, added optional
21497         decoding if netrc-encoding-method is non-nil but otherwise
21498         behavior is standard.
21499         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21500         Do s/encode/encrypt/ everywhere.
21501
21502         * spam.el: Remove executable-find autoload.
21503
21504 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21505
21506         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21507
21508         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21509
21510 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21511
21512         * gnus-art.el (gnus-treat-ansi-sequences)
21513         (article-treat-ansi-sequences): New variable and function.
21514         Suggested by Dan Jacobson <jidanni@jidanni.org>.
21515
21516         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21517         Use it.
21518
21519 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21520
21521         * mm-util.el (mm-quote-arg): Remove.
21522
21523         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21524         shell-quote-argument.
21525
21526         * gnus-uu.el (gnus-uu-command): do.
21527
21528         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21529
21530         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21531         with make-char.
21532
21533         * mm-util.el (mm-make-char): Remove.
21534
21535         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21536         add-minor-mode.
21537
21538         * gnus-undo.el (gnus-undo-mode): do.
21539
21540         * gnus-topic.el (gnus-topic-mode): do.
21541
21542         * gnus-sum.el (gnus-dead-summary-mode): do.
21543
21544         * gnus-start.el (gnus-slave-mode): do.
21545
21546         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21547
21548         * gnus-ml.el (gnus-mailing-list-mode): do.
21549
21550         * gnus-gl.el (gnus-grouplens-mode): do.
21551
21552         * gnus-draft.el (gnus-draft-mode): do.
21553
21554         * gnus-dired.el (gnus-dired-mode): do.
21555
21556         * gnus-ems.el (gnus-add-minor-mode): Remove.
21557
21558         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21559         Replace gnus-char-width with char-width.
21560
21561         * gnus-ems.el (gnus-char-width): Remove.
21562
21563         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21564         Replace gnus-char-width with char-width.
21565
21566         * gnus-ems.el (gnus-char-width): Remove.
21567
21568         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21569         definition.
21570         Remove Emacs 20 hash table compatibility code.
21571
21572         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21573         20 compatibility code.
21574
21575         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21576
21577         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21578
21579         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21580         Replace with point-at-{eol,bol}.
21581
21582         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21583
21584         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21585
21586         * flow-fill.el (fill-flowed-point-at-bol)
21587         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21588
21589         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21590         Replace with point-at-{eol,bol} throughout all files.
21591
21592 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21593
21594         * ntlm.el (ntlm-string-as-unibyte): New macro.
21595         (ntlm-build-auth-response): Use it.
21596
21597         Remove Emacs 20 stuff:
21598         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
21599         (butlast, mapc, remove): Remove the compiler macros.
21600         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21601         of delq and copy-sequence.
21602         * gnus-art.el (popup-menu): Remove the compiler macro.
21603         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21604         Emacs 20.
21605
21606 2004-01-05  Simon Josefsson  <jas@extundo.com>
21607
21608         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21609         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21610         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21611         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21612         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21613         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21614         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21615         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21616         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21617         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21618         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21619         string-xor into ntlm-string-xor.
21620         Suggested by Jesper Harder <harder@myrealbox.com>.
21621
21622         * ntlm.el: Don't include poem.
21623
21624         * md4.el (print-int32, print-string-hexa): Remove.
21625         Suggested by Jesper Harder <harder@myrealbox.com>.
21626
21627         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21628
21629         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21630         probably breaks emacs with DL patch, but do we care? Is anyone
21631         still using the DL stuff?)
21632
21633         * sieve-manage.el: Use the password package.
21634         (sieve-manage-read-passwd): Remove.
21635         (sieve-manage-interactive-login): Use password.  Re-add
21636         condition-case around loop.
21637
21638         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21639         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21640         Use the password package.
21641
21642 2003-02-19  Simon Josefsson  <jas@extundo.com>
21643
21644         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21645         token.
21646
21647 2002-08-07  Simon Josefsson  <jas@extundo.com>
21648
21649         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21650         (sieve-manage-authenticators):
21651         (sieve-manage-authenticator-alist): Add some SASL mechs.
21652         (sieve-sasl-auth): New function.
21653         (sieve-manage-cram-md5-auth):
21654         (sieve-manage-plain-auth): Rewrite using SASL library.
21655         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21656         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21657         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21658         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21659
21660 2004-01-05  Simon Josefsson  <jas@extundo.com>
21661
21662         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21663         New files.
21664
21665 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21666
21667         * gnus-group.el (gnus-no-groups-message): Update.
21668
21669         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21670
21671 2003-11-09  Simon Josefsson  <jas@extundo.com>
21672
21673         * imap.el: Support for ID IMAP extension (RFC 2971).
21674         (imap-local-variables): Add imap-id.
21675         (imap-id): New variable.
21676         (imap-id): New function.
21677         (imap-parse-response): Parse untagged ID response.
21678         * nnimap.el (nnimap-id): New variable.
21679         (nnimap-open-connection): Use it.
21680
21681 2003-12-28  Simon Josefsson  <jas@extundo.com>
21682
21683         * gnus-score.el (gnus-score-edit-all-score): New.
21684         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21685
21686 2004-01-04  Simon Josefsson  <jas@extundo.com>
21687
21688         * password.el: Add.
21689
21690 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21691
21692         * dns.el (dns-query-types): Fix typo.
21693         (dns-query-types): New function.
21694         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21695         PTR and SOA replies, see RFC 1035.
21696
21697 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21698
21699         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21700
21701         * Move to Changelog.2.
21702
21703 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21704
21705         * gnus.el (gnus-version-number): Bump version.
21706
21707 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21708
21709         * gnus.el: No Gnus v0.1 is released.
21710
21711 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21712
21713         * gnus.el: No Gnus v0.0 is released.
21714
21715 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21716
21717         * gnus.el (gnus-version-number): Bump.
21718         (gnus-version): No.
21719
21720 See ChangeLog.2 for earlier changes.
21721
21722   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21723
21724   This file is part of GNU Emacs.
21725
21726   GNU Emacs is free software: you can redistribute it and/or modify
21727   it under the terms of the GNU General Public License as published by
21728   the Free Software Foundation, either version 3 of the License, or
21729   (at your option) any later version.
21730
21731   GNU Emacs is distributed in the hope that it will be useful,
21732   but WITHOUT ANY WARRANTY; without even the implied warranty of
21733   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21734   GNU General Public License for more details.
21735
21736   You should have received a copy of the GNU General Public License
21737   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21738
21739 ;; Local Variables:
21740 ;; coding: utf-8
21741 ;; fill-column: 79
21742 ;; add-log-time-zone-rule: t
21743 ;; End: