Fix gnus-registry splitting bugs and provide better messaging.
[gnus] / lisp / ChangeLog
1 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
2
3         * gnus-registry.el (gnus-registry-post-process-groups)
4         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
5         and provide better messaging.
6
7 2011-04-06  David Engster  <dengste@eml.cc>
8
9         * Makefile.in (fail-on-warning): New rule to compile with warnings as
10         errors.
11
12         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
13         dgnushack-compile with error-on-warn enabled, and to signal an error if
14         clean compilation failed.
15         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
16         with `byte-compile-error-on-warn'.  Return nil if errors occured.
17
18 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
19
20         * gnus-registry.el: Don't use ERT if it's not available.  Load it
21         unconditionally anyway, discarding errors.
22         (gnus-registry-delete-entries): New convenience function.
23         (gnus-registry-import-eld): Import from old .eld registry.
24
25         * registry.el: Don't use ERT if it's not available.  Load it
26         unconditionally anyway, discarding errors.
27
28         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
29         version from the Claudio Bley GnuTLS patch (extra optional parameters
30         and host name).
31
32 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
33
34         * gnus-registry.el (gnus-registry-fixup-registry): New function to
35         fixup the parameters that can be customized by the user between
36         save/read cycles.
37         (gnus-registry-read): Use it.
38         (gnus-registry-make-db): Use it.
39         (gnus-registry-spool-action, gnus-registry-handle-action): Fix
40         messaging.
41         (gnus-registry--split-fancy-with-parent-internal): Fix loop.  Map
42         references to actual group names with sender and subject tracking.
43         (gnus-registry-post-process-groups): Use `cond' for better messaging.
44         (gnus-registry-usage-test): Add subject lookup test.
45
46         * registry.el (registry-db, initialize-instance): Set up constructor
47         instead of :initform arguments for the sake of older Emacsen.
48         (registry-lookup-breaks-before-lexbind): New method to demonstrate
49         pre-lexbind merge bug.
50         (registry-usage-test): Use it.
51         (initialize-instance, registry-db): Move the non-function initforms
52         back to the class definition.
53
54 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
55
56         * registry.el: New library to manage gnus-registry-style data.
57
58         * gnus-registry.el: Use it (major rewrite).
59
60         * nnregistry.el: Use it.
61
62         * spam.el: Use it.
63
64 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
65
66         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
67         marks on non-selected articles.
68
69 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
70
71         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
72         parameter to open-protocol-stream.
73
74 2011-04-01  Julien Danjou  <julien@danjou.info>
75
76         * mm-view.el (mm-display-inline-fontify): Do not fontify with
77         fundamental-mode.
78
79 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
80
81         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
82         servers.
83
84 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
85
86         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
87         made marks not propagate, again.
88
89 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
90
91         * proto-stream.el (open-protocol-stream): Bring back `network' type.
92         Make this the default type.
93         (proto-stream-open-plain): Rename from proto-stream-open-default.
94         (open-protocol-stream, proto-stream-open-starttls)
95         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
96         with `plain'.
97
98         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
99         value.
100
101         * nntp.el (nntp-open-connection-function): Document the fact that some
102         values are not functions but are instead handled specially.  Recognize
103         nntp-open-plain-stream value.
104         (nntp-open-connection): Recognize that value.
105
106 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
107
108         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
109         where it seems to be needed.
110
111 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
112
113         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
114         stuff.
115
116         * gnus-score.el (gnus-score-string): Fix calling convention of
117         `gnus-simplify-buffer-fuzzy' after last patches.
118
119         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
120         server for articles we didn't get any headers for.  This is a sanity
121         check.
122
123 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
124
125         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
126         new CAPABILITY, use it.
127
128 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
129
130         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
131         downloading anything.
132
133         * gnus.el (gnus-splash-svg-color-symbols): Removed superfluous `and'.
134
135 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
136
137         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
138         colors.
139         (gnus-splash-svg-color-symbols): New function.
140
141 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
142
143         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
144         instead of using the global gnus-simplify-subject-fuzzy-regexp.
145         (gnus-simplify-subject-fuzzy): Use the local
146         gnus-simplify-subject-fuzzy-regex instead of the global one.  This
147         makes using this variable in group parameters work.
148
149 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
150
151         * gnus-registry.el (gnus-registry-unfollowed-groups): Add
152         "archive:sent" to the unfollowed group regex (for the recent Gnus
153         archive:sent-YYYY-MM-DD groups).
154         (gnus-registry-split-fancy-with-parent): Bail out early in sender
155         tracking if there are more than `gnus-registry-max-track-groups'
156         matches.
157
158 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
159
160         * message.el (message--yank-original-internal): New function to do the
161         insertion cleanly inside eval in `message-yank-original'.
162         (message-yank-original): Use it.
163
164 2011-03-29  Julien Danjou  <julien@danjou.info>
165
166         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
167         local variables disabled rather than `normal-mode'.
168
169 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
170
171         * imap.el (imap-shell-open, imap-process-connection-type): Use
172         imap-process-connection-type for 'shell' streams as well as
173         Kerberos, SSL, other subprocesses.
174
175 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
176
177         * proto-stream.el: Changes preparatory to merging open-protocol-stream
178         with open-network-stream.
179         (proto-stream-always-use-starttls): Option removed.
180         (open-protocol-stream): Return a process object by default.  Provide a
181         new parameter :return-list specifying a list-type return value, which
182         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
183         :type `network' to `try-starttls', and `network-only' to `default'.
184         Make `default' the default, for compatibility with open-network-stream.
185         Handle the no-parameter case exactly as open-network-stream, with no
186         additional stream processing.  Search plists using plist-get.
187         Explicitly add :end-of-commend parameter if it is missing.
188         (proto-stream-open-default): Renamed from
189         proto-stream-open-network-only.  Return 'default as the type.
190         (proto-stream-open-starttls): Rename from proto-stream-open-network.
191         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
192         failed.  Always return a list with a (possibly dead) process as the
193         first element, for compatibility with open-network-stream.
194         (proto-stream-open-tls): Use plist-get.  Always return a list.
195         (proto-stream-open-shell): Return `default' as connection type.
196         (proto-stream-capability-open): Use plist-get.
197         (proto-stream-eoc): Function deleted.
198
199         * nnimap.el (nnimap-stream, nnimap-open-connection)
200         (nnimap-open-connection-1): Handle renaming of :type parameter for
201         open-protocol-stream.
202         (nnimap-open-connection-1): Pass a :return-list parameter
203         open-protocol-stream to obtain a list return value.  Parse this list
204         using plist-get.
205
206         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
207         for open-protocol-stream.  Accept open-protocol-stream return value
208         that is a subprocess object instead of a list.  Handle the case of a
209         dead returned process.
210
211 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
212
213         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
214
215         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
216
217 2011-03-21  Julien Danjou  <julien@danjou.info>
218
219         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
220         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
221         query.
222         (mm-inline-text): Render normal text with fontification whenever
223         possible.
224
225         * gnus-sum.el (gnus-summary-save-parts-1):
226         * gnus-art.el (gnus-article-browse-html-save-cid-content)
227         (gnus-article-browse-html-parts, gnus-mime-delete-part)
228         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
229         Use `mm-handle-filename'.
230
231         * mm-util.el (mm-handle-filename): New function, return the filename of
232         an handle.
233
234 2011-03-18  Julien Danjou  <julien@danjou.info>
235
236         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
237         (gnus-buffer-live-p): Check that buffer is not nil.
238
239 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
240
241         * gnus.el: No Gnus v0.15 is released.
242
243 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
244
245         * time-date.el (format-seconds): Use assoc instead of assoc-string to
246         avoid warning on XEmacs.
247
248         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
249         on XEmacs.
250
251         * gnus-art.el: Require mouse, which the build bot seems to say is
252         needed.
253
254         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
255
256         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
257         XEmacs, since it doesn't have url-retrieve-synchronously.
258
259         * time-date.el (format-seconds): Use assoc instead of assoc-string,
260         since assoc-string doesn't exist in XEmacs.
261
262 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
263
264         * gnus-group.el (gnus-group-list-ticked): New function.
265         (gnus-group-make-menu-bar): Provide a menu entry for it.
266         (gnus-group-list-map): Provide a binding for it.
267
268 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
269
270         * shr.el (shr-visit-file): New command.
271
272         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
273
274 2011-03-17  Bjørn Mork  <bjorn@mork.no>
275
276         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
277         servers.
278
279 2011-03-16  Julien Danjou  <julien@danjou.info>
280
281         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
282         inline.
283
284         * gnus-art.el (article-hide-list-identifiers): Use
285         gnus-group-get-list-identifiers.
286
287         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
288         (gnus-summary-remove-list-identifiers): Use
289         gnus-group-get-list-identifiers to get regexp.
290         (gnus-select-newsgroup, gnus-summary-insert-subject)
291         (gnus-summary-insert-articles): Call
292         gnus-summary-remove-list-identifiers unconditionally.
293
294 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
295
296         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
297         we're selecting a group with unread articles.
298
299         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
300
301         * gssapi.el: New file separated out from imap.el to provide a general
302         Kerberos 5 connection facility for Emacs.
303
304         * message.el (message-elide-ellipsis): Document the format spec
305         ellipsis.
306
307 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
308
309         * message.el (message-elide-region): Allow the ellipsis to say how many
310         lines were removed.
311
312 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
313
314         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
315         window configurations containing buffers that are now dead.
316
317         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
318         parsing to avoid integer overflows.
319         (nnimap-parse-flags): Simplify the last change.
320         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
321         too large for 32-bit Emacsen.
322
323 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
324
325         * auth-source.el (auth-source-netrc-create):
326         * message.el (message-yank-original): Fix use of `case'.
327
328 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
329
330         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
331         XEmacs, which was one character too wide.
332
333 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
334
335         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
336         default number of articles to display.
337         (gnus-articles-to-read): Use pretty names for prompt.
338
339 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
340
341         * gnus-int.el (gnus-open-server): Ditto.
342
343         * gnus-start.el (gnus-activate-group): Give a backtrace if
344         debug-on-quit is set and the user hits `C-g'.
345         (gnus-read-active-file): Ditto.
346
347         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
348
349 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
350
351         * message.el (message-yank-original): Use cond instead of CL case.
352
353 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
354
355         * auth-source.el (auth-source-netrc-create): Use usual format for the
356         default in prompts.
357
358 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
359
360         * lpath.el: Fbind read-char-choice for XEmacs.
361
362 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
363
364         * auth-source.el (auth-source-netrc-create): Show the default in the
365         prompt when prompting for token creation.
366
367 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
368
369         * auth-source.el (auth-source-format-prompt): Always convert the value
370         to a string to avoid evaluating non-string arguments.
371         (auth-source-netrc-create): Offer default properly, not as initial
372         content in `read-string'.
373         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
374         of line to determine if we've been run before.  If so, don't run again,
375         but print a trivial message to indicate the cache was hit instead.
376
377 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
378
379         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
380         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
381         The user will have to run `gnus-sync-read' manually and wait for Cloudy
382         Gnus.
383
384 2011-03-11  Julien Danjou  <julien@danjou.info>
385
386         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
387         modified file".
388
389 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
390
391         * auth-source.el (auth-source-read-char-choice): New function to read a
392         character choice using `dropdown-list', `read-char-choice', or
393         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
394         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
395         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
396         (auth-source-netrc-saver): Use it.
397         (auth-source-pick-first-password): New convenience function.
398
399 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
400
401         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
402         parameter in the credentials.
403         (nnimap-open-connection-1): Use it after a successful login.
404         (nnimap-credentials): Add IMAP-specific user and password prompt.
405
406         * auth-source.el (auth-source-search): Add :require parameter, taking a
407         list.  Document it and the :save-function return token.  Pass :require
408         down.  Change the CREATED message from a warning to a debug statement.
409         (auth-source-search-backends): Pass :require down.
410         (auth-source-netrc-search): Pass :require down.
411         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
412         Change save prompt to indicate all modifications saved here are
413         deletions.
414         (auth-source-netrc-create): Take user login name as default in user
415         prompt.  Move all the save functionality to a lexically bound function
416         under the :save-function token in the returned list.  Set up clearer
417         default prompts for user, host, port, and secret.
418         (auth-source-netrc-saver): New function, intended to be wrapped for
419         :save-function.
420
421 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
422
423         * shr.el (shr-table-horizontal-line): Change the defaults for the table
424         lines to be spaces instead.
425
426 2011-03-07  Julien Danjou  <julien@danjou.info>
427
428         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
429         (sieve-sasl-auth): Check that auth-source-search did return something,
430         or just return an empty string.
431
432 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
433
434         * gnus.el (gnus-interactive): Use read-directory-name.
435
436         * gnus-uu.el (gnus-uu-decode-uu-and-save)
437         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
438         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
439         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
440         Likewise.
441
442         * gnus-group.el (gnus-group-make-directory-group): Likewise.
443
444 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
445
446         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
447         onto the list of killed groups, too.  This makes killed nnimap groups,
448         for instance, more reliably not reappear.
449
450         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
451         the parent.
452
453         * gnus-sum.el (gnus-update-read-articles): Fix typo.
454
455         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
456         really have server-side marks.
457
458         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
459         since most backends do not usefully have server-side marks.
460         (gnus-update-read-articles): Propagate marks to all backends that
461         really have server-side marks.
462
463 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
464
465         * message.el (message-cite-reply-position, message-cite-style):
466         New variables.
467         (message-yank-original): Use the new citation styles.
468
469 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
470
471         * message.el (message-options): Revert 22da67af (workaround for XEmacs
472         buffer-local issue); don't mark it buffer-local when running under
473         XEmacs.
474
475 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
476
477         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
478         numbers too big to be `read'.
479
480 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
481
482         * password-cache.el (password-in-cache-p): Add autoload.
483
484         * message.el (message-options): Make buffer-local two ways to attempt
485         to fix a XEmacs bug.
486
487 2011-03-02  Julien Danjou  <julien@danjou.info>
488
489         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
490
491 2011-03-01  Julien Danjou  <julien@danjou.info>
492
493         * gnus-art.el (list-identifier): Add list-identifier as a parameter
494         group.
495         (article-hide-list-identifiers): Use list-identifier group parameter.
496
497 2011-02-28  Julien Danjou  <julien@danjou.info>
498
499         * sieve.el (sieve-buffer-script-name): New local variable to store
500         sieve script name.
501         (sieve-edit-script): Store sieve script name.
502         (sieve-upload): Use sieve script name when uploading.
503         (sieve-upload): Use substitute-command-keys.
504         (sieve-edit-script): Use substitute-command-keys.
505         (sieve-refresh-scriptlist): Use substitute-command-keys.
506         (sieve-manage-mode-map): Define keymap properly.
507         (sieve-manage-mode): Do not set mode name manually, change mode-name to
508         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
509         Remove commented code about cvs.
510         (sieve-manage-quit): New function.
511         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
512
513 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
514
515         * gnus-group.el (gnus-import-other-newsrc-file): New function.
516
517 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
518
519         * auth-source.el (auth-source-search): Cache empty result sets.
520
521         * password-cache.el (password-in-cache-p): Convenience function to
522         check if a key is in the cache, even if the value is nil.
523
524         * auth-source.el (auth-source-save-behavior): New variable to replace
525         `auth-source-never-create'.
526         (auth-source-netrc-create): Use it.
527         (auth-source-never-save): Remove.
528
529 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
530
531         * nnimap.el (nnimap-stream): Doc fix.
532         (nnimap-open-connection-1): Reverse the order of the ports to that the
533         prompted-for port is first.
534
535         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
536         retrieval by the no-group selection.
537
538         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
539         numerical parameters.
540
541 2011-02-25  Julien Danjou  <julien@danjou.info>
542
543         * gnus-gravatar.el: Use gnus-with-article-buffer.
544
545         * gnus-art.el (gnus-with-article-buffer): Check that the
546         gnus-article-buffer is alive.
547
548 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
549
550         * auth-source.el (auth-source-creation-prompts): New variable to manage
551         creation-time prompts.
552         (auth-source-search): Document it.
553         (auth-source-format-prompt): Add utility function.
554         (auth-source-netrc-create): Don't default the user name to
555         user-login-name.  Use `auth-source-creation-prompts' and some default
556         prompts for user, host, port, and password (the default generic prompt
557         remains ugly).
558         (auth-source-never-save): Add customizable option to never save info.
559         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
560         mode excursion.
561
562 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
563
564         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
565         argument that XEmacs doesn't support.
566
567         * dgnushack.el (dgnushack-compile): Exclude color.el from being
568         compiled for Emacsen having no `libxml-parse-html-region' support.
569
570         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
571
572         * lpath.el: Bind buffer-save-without-query for XEmacs.
573
574 2011-02-23  Julien Danjou  <julien@danjou.info>
575
576         * gnus-art.el (article-make-date-line): Ignore errors if time is
577         invalid and not convertible.
578         (article-make-date-line): Only add lapsed time if time is not nil.
579
580 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
581
582         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
583         `read-char-choice' for backwards compatibility.
584         (auth-source-netrc-element-or-first): New function to DTRT for
585         parameter extraction.
586         (auth-source-netrc-create): Use it and fix multiple parameter print
587         bug.  Use the default passed from above (given-default) or the
588         built-in (user-login-name for :user).
589
590 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
591
592         * gnus-start.el (gnus-dribble-read-file):
593         Set buffer-save-without-query, since we always want to save the dribble
594         file, probably.
595
596         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
597         nnimap.
598
599         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
600         -summary- since it's a user-visible variable.
601
602         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
603         first time you use the new Gnus.
604
605 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
606
607         * auth-source.el: Don't load netrc.el.
608         (auth-sources): Search ~/.netrc as well by default.
609         (auth-source-debug): Add 'trivia option for extra output.
610         (auth-source-do-trivia): Use it.
611         (auth-source-search): Simplify logic to use
612         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
613         appropriate.  Don't keep a running count at this level.  Layer :create
614         and :delete options appropriately on the first and second passes.
615         Don't track the backend with the search results.
616         (auth-source-search-backends): New function to search a list of
617         backends for a processed spec.
618         (auth-source-netrc-parse): Cache all netrc files, making
619         auth-source-netrc-cache an alist keyed by the file name and using the
620         file mtime as the caching criterion.  Keep the obfuscated data secret
621         with a lexical bind.
622         (auth-source-netrc-search): Don't calculate the length of the results
623         unnecessarily.
624         (auth-source-search-backends): Fix bug.
625         (auth-source-netrc-create): Rework prompts.
626
627 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
628
629         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
630         Lower case names of search constraints.
631         (nnir-run-query): Cache and reuse search constraints for all imap
632         servers.
633
634 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
635
636         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
637         after exit.
638         (gnus-setup-message): Define missing variable from last checkin.
639
640         * gnus-sum.el (gnus-summary-show-article): When called with t as the
641         value, show the raw article.
642
643 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
644
645         * gnus.el: No Gnus v0.13 is released.
646
647 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
648
649         * nnimap.el (nnimap-open-connection-1): Revert last change, since
650         auth-source now accepts numbers.
651
652         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
653         spec, too.
654         (auth-source-ensure-strings): New function.
655
656         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
657         (gnus-article-setup-buffer): Always restart the date timer so that user
658         changes to the frequency is respected.
659
660         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
661         port numbers, so make sure it gets that if nnimap-server-port is
662         explicit.
663
664 2011-02-21  Simon Josefsson  <simon@josefsson.org>
665
666         * nnimap.el (nnimap-inbox): Doc fix.
667
668 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
669
670         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
671         Autoload.  Add optional arg FRAME, and pass it to color-values.
672         (color-complement): Caller changed.  Doc fix.
673         (color-gradient): Rewrite for better clarity and efficiency.
674
675 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
676
677         * shr-color.el (shr-color->hexadecimal): Use renamed function names
678         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
679         color-lab-to-srgb.
680
681 2011-02-20  Drew Adams  <drew.adams@oracle.com>
682
683         * color.el: First part of merge from hexrgb.el.
684         (color-rgb-to-hex): Rename from color-rgb->hex.
685         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
686         saturation to zero if the value is too small.
687         (color-rgb-to-hsl): Rename from color-rgb->hsl.
688         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
689         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
690         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
691         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
692         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
693         (color-cie-de2000): Doc fix.
694
695 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
696
697         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
698         given method as in the group name if we're using an extended method.
699         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
700         command, if we're using that, instead of waiting for the beginning.
701
702         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
703         we're sure to get unique server names, and we don't output two async
704         commands in the same buffer.  This fixes an NNTP hang for some users.
705
706 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
707
708         * gnus.el: No Gnus v0.11 is released.
709
710 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
711
712         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
713         summary buffer before reading going to the next buffer.  This avoids
714         putting the point in the group buffer if you `C-g' the command.
715
716         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
717         cache (for now) to make ~/.authinfo.gpg files usable.
718
719         * nnfolder.el (copyright-update): Define for the compiler.
720
721         * auth-source.el (auth-source-search): Fix unbound variable.
722
723 2011-02-19  Glenn Morris  <rgm@gnu.org>
724
725         * gnus.el (gnus-meta): Doc fix.
726
727 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
728
729         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
730         in case it's not yet loaded.
731
732 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
733
734         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
735         line we're waiting for.
736
737 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
738
739         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
740         face with line-width greater than zero will cause RET in gnus summary
741         buffer to scroll down article page-wise because auto vscroll happens,
742         it should be temporalily disabled when doing a scroll-up.
743
744 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
745
746         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
747         outputs from the server.
748
749 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
750
751         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
752         later so that bbdb can hook in easier.
753
754 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
755
756         * auth-source.el (auth-source-search): Don't try to create credentials
757         if the caller doesn't want that.
758         (auth-source-search): If we don't find a match, don't bug out on
759         non-bound variables.
760         (auth-source-search): Only ask a single backend to create the
761         credentials.
762
763         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
764         logging.
765         (nnimap-credentials): Protect against auth-source-search returning nil.
766         (nnimap-request-list): Protect against not being able to open the
767         server.
768
769 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
770
771         * auth-source.el (auth-source-search): Do a two-phase search, one with
772         no :create to get the responses from all backends.
773
774         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
775         when getting credentials.
776
777         * gnus-util.el (gnus-delete-duplicates): New function.
778
779 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
780
781         * nnimap.el (nnimap-credentials): Instead of picking the first port as
782         a creation default, pass the whole port list down.  It will be
783         completed.
784
785         * auth-source.el (auth-source-search): Updated docs to talk about
786         multiple creation choices.
787         (auth-source-netrc-create): Accept a list as a value (from the search
788         parameters) and do completion on that list.  Keep a separate netrc line
789         with the password obscured for showing the user.
790
791         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
792         first choice to `auth-source-search' so it will be used for entry
793         creation instead of the server's Gnus-specific name.
794         (nnimap-credentials): Rely on the auth-source library to select which
795         port is actually wanted in the new netrc entry, so don't override
796         `auth-source-creation-defaults'.
797
798         * auth-source.el (auth-source-netrc-parse): Use :port instead of
799         :protocol and accept a missing user, host, or port as a wildcard match.
800         (auth-source-debug): Default to off.
801
802         (auth-source-netrc-search, auth-source-netrc-create)
803         (auth-source-secrets-search, auth-source-secrets-create)
804         (auth-source-user-or-password, auth-source-backend, auth-sources)
805         (auth-source-backend-parse-parameters, auth-source-search): Use :port
806         instead of :protocol.
807
808         * nnimap.el (nnimap-credentials): Pass a port default to
809         `auth-source-search' in case an entry needs to be created.
810         (nnimap-open-connection-1): Use :port instead of :protocol.
811
812 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
813
814         * auth-source.el: Bind load-path when loading EIEIO from
815         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
816         21.4 doesn't support, to `require'.
817         (auth-source-secrets-search): Use mm-delete-duplicates instead of
818         delete-dups that is not available in XEmacs 21.4.
819
820 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
821
822         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
823         as EIEIO must also be loaded when auth-source.el is being
824         byte-compiled.
825
826 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
827
828         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
829
830         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
831
832         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
833
834         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
835
836         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
837
838         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
839
840         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
841
842         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
843         necessary.
844
845 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
846
847         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
848         nil means that nnimap doesn't get updated.
849
850 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
851
852         * auth-source.el (auth-source-netrc-create): Return a synthetic search
853         result when the user doesn't want to write to the file.
854         (auth-source-netrc-search): Expect a synthetic result and proceed
855         accordingly.
856         (auth-source-cache-expiry): New variable to override
857         `password-cache-expiry'.
858         (auth-source-remember): Use it.
859
860         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
861         parameter.  Create entry if necessary by using :create t.
862         (nnimap-open-connection-1): Don't pass `inhibit-create'.
863
864 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
865
866         * auth-source.el (auth-source-debug): Enable by default and don't
867         mention the obsolete `auth-source-hide-passwords'.
868         (auth-source-do-warn): New function to debug unconditionally.
869         (auth-source-do-debug): Use it.
870         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
871         and for Secrets API entries when the secrets.el library is not
872         available.
873
874 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
875
876         * gnus-sum.el (gnus-propagate-marks): Default to nil.
877         (gnus-summary-exit): Kill the correct article buffer on exit from a
878         `C-d' group.
879
880         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
881         gnus-propagate-marks.
882
883         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
884         before killing the buffers so that a non-full window conf gets handled
885         correctly.
886         (gnus-summary-exit): Ditto.
887         (gnus-summary-read-group-1): Ditto.
888
889         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
890         async code again so that we can debug it properly.
891
892         * message.el (message-reply): Take an optional switch-buffer parameter
893         so that Gnus window confs are respected better.
894
895 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
896
897         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
898         `plist-get' to accept non-list parameters (XEmacs issue).
899         Fix docstring.
900         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
901         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
902         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
903         Login collection is "Login" and not "login".
904
905 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
906
907         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
908         multiple headers.
909
910         * nnimap.el (nnimap-inhibit-logging): New variable.
911         (nnimap-log-command): Don't log login commands.
912
913         * auth-source.el (auth-source-netrc-search): The asserts seem to want
914         to have more parameters.
915
916         * nnimap.el (nnimap-send-command): Mark the command time for each
917         command, so that we don't get NOOPs stepping on our toes.
918
919         * gnus-art.el (article-date-ut): Get the date from the Date header on
920         `t'.
921
922 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
923
924         * auth-source.el (auth-source-search): Use copy-sequence instead of
925         the cl.el copy-list.
926
927 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
928
929         * imap.el: Bring it back (revert
930         84d800cd31de3064f0ed39617d725709a2f8f42f).
931
932 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
933
934         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
935         Improve prompt.
936
937 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
938
939         * gnus-art.el (gnus-article-mode-line-format): Remove the article
940         washing status from the default format.  It isn't very informative.
941
942 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
943
944         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
945         Fix Gcc processing on imap.
946
947 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
948
949         * imap.el: Remove file.  All the functionality is in nnimap.el.
950
951 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
952
953         * message.el (message-bury): Don't pop up a new window when selected
954         window is dedicated.
955
956 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
957
958         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
959
960 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
961
962         * sieve-manage.el: Autoload `auth-source-search'.
963         (sieve-sasl-auth): Use it.
964
965 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
966
967         * nnimap.el: Autoload `auth-source-forget+'.
968         (nnimap-open-connection-1): Use it if the connection fails.
969
970         * auth-source.el: Require `password-cache'.
971         (auth-source-hide-passwords, auth-source-cache): Remove and mark
972         obsolete.
973         (auth-source-magic): Marker for `password-cache' keys.
974         (auth-source-do-cache): Update docstring.
975         (auth-source-search): Use and check cache.
976         (auth-source-forget-all-cached, auth-source-remember)
977         (auth-source-recall, auth-source-forget, auth-source-forget+)
978         (auth-source-specmatchp): Caching support functions.
979         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
980         Remove and obsolete.
981         (auth-source-user-or-password): Remove caching to further discourage
982         using it.  Always hide passwords.
983
984         * password-cache.el (password-cache-remove): Accept secrets that are
985         not strings.
986
987 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
988
989         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
990         code for now, since it doesn't work for all users.
991
992 2011-02-09  Julien Danjou  <julien@danjou.info>
993
994         * message.el (message-options): Make message-options really buffer
995         local.
996
997 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
998
999         * mail-source.el: Autoload `auth-source-search'.
1000         (mail-source-keyword-map): Note order matters.
1001         (mail-source-set-1): Get all the mail-source source values and
1002         defaults and search auth-source on those if needed.  This can all
1003         probably be simplified.
1004
1005         * nnimap.el: Autoload `auth-source-search'.
1006         (nnimap-credentials): Use it.
1007         (nnimap-open-connection-1): Ask for the virtual server and physical
1008         address in one shot.
1009
1010         * nntp.el: Autoload `auth-source-search'.
1011         (nntp-send-authinfo): Use it.  Note TODO.
1012
1013 2011-02-08  Julien Danjou  <julien@danjou.info>
1014
1015         * shr.el (shr-tag-body): Add support for text attribute in body
1016         markups.
1017
1018         * message.el (message-options): Make message-options a local variable.
1019
1020 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1021
1022         * auth-source.el (auth-source-secrets-search)
1023         (auth-source-user-or-password): Use `append' instead of `nconc'.
1024         (auth-source-user-or-password): Build return list better and protect
1025         against nil :secret.
1026
1027 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1028
1029         * nnimap.el (nnimap-update-info): Refactor slightly.
1030         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
1031         (nnimap-update-info): Clean up slightly.
1032         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
1033         characters.
1034         (nnimap-process-quirk): Rename function to avoid collision.
1035         (nnimap-update-info): Fix macrology bug-out.
1036         (nnimap-update-info): Simplify split history test.
1037
1038 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
1039
1040         * auth-source.el (top): Require 'eieio unconditionally.
1041         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
1042         (auth-source-secrets-search): Limit search when `max' is greater than
1043         number of results.
1044
1045 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1046
1047         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
1048         part not returning any data.
1049
1050         * proto-stream.el (open-protocol-stream): Document the return value.
1051
1052 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1053
1054         * auth-source.el (auth-source-secrets-search): Add examples.
1055
1056 2011-02-06  Julien Danjou  <julien@danjou.info>
1057
1058         * message.el (message-setup-1): Handle message-generate-headers-first
1059         set to t.
1060
1061 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1062
1063         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
1064         API with a string "secrets:collection-name" and with 'default.
1065         (auth-source-backend-parse): Parse "secrets:collection-name" and
1066         'default.  Recurse on parses instead of repeating code.  Use the
1067         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
1068         message when ignoring a source.
1069         (auth-source-search): List ignored search keys at the top level.
1070         (auth-source-netrc-create): Use `case' instead of `cond'.
1071         (auth-source-secrets-search): Created with TODOs.
1072         (auth-source-secrets-create): Created with TODOs.
1073         (auth-source-retrieve, auth-source-create, auth-source-delete)
1074         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1075         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1076         (auth-source-user-or-password-sftp)
1077         (auth-source-user-or-password-smtp): Remove.
1078         (auth-source-user-or-password): Deprecated and modified to be a wrapper
1079         around `auth-source-search'.  Not tested thoroughly.
1080
1081 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
1082
1083         * auth-source.el: Bring in assoc and eioeio libraries.
1084         (secrets-enabled): New variable to track the status of the Secrets API.
1085         (auth-source-backend): New EIOEIO class to represent a backend.
1086         (auth-source-creation-defaults): New variable to set prompt defaults
1087         during token creation (see the `auth-source-search' docstring for
1088         details).
1089         (auth-sources): Simplify to allow a simple string as a netrc backend
1090         spec.
1091         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
1092         (auth-source-backend-parse-parameters): Fill in the backend parameters.
1093         (auth-source-search): Main auth-source API entry point.
1094         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
1095         (auth-source-search-collection): Helper function for searching.
1096         (auth-source-netrc-parse, auth-source-netrc-normalize)
1097         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
1098         Supports search, create, and delete.
1099         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
1100         backend stubs.
1101         (auth-source-user-or-password): Call `auth-source-search' but it's not
1102         ready yet.
1103
1104 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1105
1106         * message.el (message-setup-1): Remove the read-only stuff, since it
1107         doesn't work under XEmacs, for some reason.
1108
1109         * gnus-sum.el (gnus-user-date): Rename back from
1110         gnus-summary-user-date since user code refers to it.
1111
1112         * shr.el (shr-render-td): Store the actual background colour used.
1113
1114         * message.el (message-setup-1): Don't bind the constant
1115         -forbidden-properties.
1116         (message-setup-1): Revert previous change, since it needs to bind the
1117         props to insert them.
1118         (message-resend): Allow removing the read-only separator line.
1119
1120 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1121
1122         * nnimap.el (nnimap-request-accept-article): Give an error message if
1123         the APPEND wasn't successful.
1124
1125 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
1126
1127         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
1128         that have no groups.
1129
1130 2011-02-03  Julien Danjou  <julien@danjou.info>
1131
1132         * gnus-draft.el: Remove progn around gnus-draft-setup.
1133
1134 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1135
1136         * gnus-start.el (gnus-read-active-for-groups): This function is never
1137         called with a nil `infos', so clean that up.
1138         (gnus-get-unread-articles): Request active files from primary/secondary
1139         methods that have no groups (yet).
1140
1141 2011-02-03  Julien Danjou  <julien@danjou.info>
1142
1143         * message.el (message-setup-1): Always generate References first.
1144         (message-mail): Return the return value of message-setup, not always t.
1145         (message-setup-1): Insert mail-header-separator with read-only and
1146         intangible properties set.
1147
1148         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
1149         user-date in docstring.
1150
1151         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
1152
1153         * gnus.el (gnus-summary-line-format): Mention &user-date format in
1154         docstring.
1155
1156         * gnus.el (gnus-user-date-format-alist): Change default value. Use
1157         defcustom, with type and group. Move from gnus-util.el. Rename to
1158         gnus-summary-user-date-format-alist.
1159
1160 2011-02-03  Glenn Morris  <rgm@gnu.org>
1161
1162         * nnimap.el (gnus-fetch-headers): Declare.
1163
1164         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
1165
1166 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1167
1168         * message.el (message-forward-make-body-digest-plain)
1169         (message-followup, message-reply): Clean up things noted by Stefan.
1170
1171         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
1172         gnus-article-update-date-headers is nil.
1173         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
1174         it didn't really work with defcustom.
1175         (article-update-date-lapsed): Make sure the window start doesn't move,
1176         either.
1177
1178 2011-02-01  Julien Danjou  <julien@danjou.info>
1179
1180         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
1181         format.
1182
1183         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
1184         standard in Emacs nowadays.
1185
1186         * color.el (color-gradient): Add a color-gradient function.
1187
1188 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1189
1190         * message.el (message-expand-name): Don't trust the return value of
1191         bbdb-complete-name.
1192         (message-check-news-header-syntax): Remove unused var `start'.
1193         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
1194         (message-inhibit-body-encoding): Move to before first use.
1195         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
1196         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
1197         (Organization, Message-ID, Date, mh-previous-window-config):
1198         Defvar the vars using dynamic scoping.
1199
1200 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1201
1202         * shr.el (shr-render-td): Only do colours at the final rendering.
1203         Should be slightly faster.
1204         (shr-insert-table): Fix up TD background colours when doing the
1205         vertical padding.
1206
1207         * gnus-art.el (article-date-ut): Protect against articles with no Date
1208         header.
1209         (article-update-date-lapsed): Don't use current-column to find the
1210         horizontal position.  It's fragile in the presence of \003 characters.
1211
1212         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
1213
1214 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1215
1216         * gnus-art.el (article-transform-date): Rewrite to still work when
1217         there are several rfc2822 parts.
1218         (article-transform-date): Fix infinite recursion.
1219         (article-date-ut): Replace infinitely many Date headers with a single
1220         one when called interactively.
1221
1222         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
1223         secure manner.
1224
1225         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
1226         move around by not using save-window-excursion.  It seems to work...
1227
1228 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1229
1230         * gnus-art.el (article-make-date-line): Work for user-defined format.
1231
1232 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1233
1234         * nntp.el (nntp-retrieve-group-data-early)
1235         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1236         fetching functions.
1237
1238         * gnus-start.el (gnus-read-active-for-groups): Read the active files
1239         thoroughly for all backends that have no known groups.  This should
1240         allow new nnml methods to retrieve mail.
1241
1242         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1243         that Gnus doesn't know exists again.
1244
1245         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1246         (gnus-treat-date-ut): Ditto.
1247         (gnus-article-update-date-header): Rename.
1248         (gnus-treat-date-local): Remove.
1249         (gnus-treat-date-english): Remove.
1250         (gnus-treat-date-lapsed): Remove.
1251         (gnus-treat-date-combined-lapsed): Remove.
1252         (gnus-treat-date-original): Remove.
1253         (gnus-treat-date-iso8601): Remove.
1254         (gnus-treat-date-user-defined): Remove.
1255         (gnus-article-date-headers): New variable to control all the date
1256         header options.
1257         (article-date-ut): Rewrite to allow using the new way to format date
1258         headers(s).
1259
1260 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1261
1262         * nnmail.el (nnmail-article-group): Check for a direct fancy split
1263         method.
1264         (nnmail-article-group): A better test for fanciness.
1265
1266         * nnimap.el (nnimap-request-head): Protect against not finding the
1267         article by Message-ID.
1268
1269 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
1270
1271         * gnus-art.el (article-update-date-lapsed): Try a better way to really
1272         keep point at the "same place".
1273
1274 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1275
1276         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1277         data if the group is unactivated.
1278
1279 2011-01-28  Julien Danjou  <julien@danjou.info>
1280
1281         * gnus-win.el: Remove dead function gnus-window-configuration-element.
1282         (gnus-all-windows-visible-p): Remove old compatibility code.
1283         (gnus-window-top-edge): Add docstring.
1284
1285         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1286
1287 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1288
1289         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1290         older request-update-info.
1291
1292         * gnus-art.el (article-make-date-line): Limit the length a bit more.
1293
1294 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
1295
1296         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1297         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1298
1299 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1300
1301         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1302         groups.  This makes the nndraft:queue group pop up if it's not already
1303         there.
1304
1305         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1306         messages" logic, which was reversed.
1307
1308         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1309         the "same place" even if point is on the line being replaced.
1310         (article-update-date-lapsed): Allow updating both the combined lapsed
1311         and the lapsed headers.
1312         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1313         (article-make-date-line): Limit the number of segments dynamically to
1314         avoid too-long lines.
1315
1316 2011-01-27  Julien Danjou  <julien@danjou.info>
1317
1318         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1319         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1320
1321 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1322
1323         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1324         Use plist-get instead of the cl function getf.
1325
1326 2011-01-27  Glenn Morris  <rgm@gnu.org>
1327
1328         * gnus-util.el (float-time): Get rid of compiler warning, again.
1329
1330 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1331
1332         * shr.el (shr-put-color): Special-case background colours: Do put them
1333         at the blank parts at the front of the lines.
1334
1335         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1336         exit hook to nix out all data on readedness on group exit.
1337
1338         * gnus-util.el (float-time): If float-time is bound, always use it on
1339         all Emacsen.  It's unclear why the subrp check was there.
1340         (time-date): Require to make some autoload issues on XEmacs go away.
1341
1342         * shr.el (shr-put-color): Don't do the box padding in tables, since
1343         they're already padded.
1344
1345 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1346
1347         * gnus-art.el (gnus-article-next-page): When the last line of the
1348         article is displayed, scroll down once more instead of going to the
1349         next article at once.
1350         (article-lapsed-string): Refactor out and allow specifying how many
1351         segments you want.
1352         (gnus-article-setup-buffer): Start updating the lapsed header directly.
1353         (gnus-article-update-lapsed-header): New variable.
1354
1355         * shr.el: Revert change that made headings use different-sized faces.
1356         The Emacs display engine isn't advanced enough that, for instance,
1357         tables can comfortably use differently-sized faces.
1358
1359 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1360
1361         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1362         used.
1363         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1364         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1365         we're using an encrypted connection.
1366
1367         * proto-stream.el: Alter the interface functions to also return the
1368         actual stream type used: network or tls.
1369
1370 2011-01-25  Julien Danjou  <julien@danjou.info>
1371
1372         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1373         (mm-display-javascript-inline): New function.
1374
1375         * mm-decode.el (mm-inline-media-tests): Add application/javascript
1376         viewing function.
1377
1378 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1379
1380         * shr.el (shr-expand-newlines): Fix variable name.
1381
1382 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1383
1384         * shr.el (shr-expand-newlines): Make nested boxes work.
1385
1386 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1387
1388         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1389         backgrounds.
1390         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1391         in a more sensible manner.
1392
1393 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1394
1395         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1396         if EPG is loaded.
1397
1398 2011-01-24  Julien Danjou  <julien@danjou.info>
1399
1400         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1401         tags.
1402
1403 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1404
1405         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1406         commands.
1407
1408         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1409         in the article buffer.
1410         (gnus-gravatar-insert): Use blank space from the current buffer to
1411         avoid breaking text properties.  This makes X-Sent updating work again.
1412
1413         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1414
1415 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
1416
1417         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1418         fix the bug in url-http.el instead.
1419
1420         * shr.el (shr-image-fetched): Ditto.
1421
1422         * shr.el (shr-image-fetched): Avoid having point move in the article
1423         buffer.
1424
1425         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1426         buffer after being called.  It's apparently being killed by url.el, and
1427         killing it made point move to end-of-buffer in a random buffer.
1428
1429         * shr.el (shr-image-fetched): Ditto.
1430
1431 2011-01-23  Julien Danjou  <julien@danjou.info>
1432
1433         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1434
1435         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1436         text/x-org.
1437
1438 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1439
1440         * gnus-sum.el (gnus-summary-move-article): Protect against backends
1441         (i.e., nnimap) returning nil as the article number.
1442
1443 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1444
1445         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1446         "DelSp" parameter in RFC3676.
1447
1448 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1449
1450         * message.el (message-check-recipients): Display the encoded version of
1451         the bogus address if they differ.
1452
1453         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1454         after sending.
1455
1456         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1457
1458         * gnus-group.el (gnus-group-refresh-group): New convenience function.
1459
1460         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1461         group buffer after sending the queue.
1462
1463         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1464
1465 2011-01-22  Julien Danjou  <julien@danjou.info>
1466
1467         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1468
1469 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1470
1471         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1472         nested related parts.
1473
1474         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1475         unexpired articles.  This fixes the regression that led expiry marks to
1476         disappear from nnfolder groups.
1477
1478 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1479
1480         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1481         Don't confuse the "ret" of "retrograde" with RET.
1482
1483 2011-01-21  Julien Danjou  <julien@danjou.info>
1484
1485         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1486         than mm-insert-inline.
1487
1488 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1489
1490         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1491         Widen article buffer.
1492
1493 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1494
1495         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1496         the temp buffer.
1497         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1498
1499 2011-01-20  Julien Danjou  <julien@danjou.info>
1500
1501         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1502
1503         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1504         than mm-insert-inline to insert inline part: this respect
1505         mm-inline-media-tests displayers.
1506
1507         * mm-view.el (mm-display-shell-script-inline): New function.
1508
1509         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1510
1511         * mm-uu.el (mm-uu-type-alist): Add org block.
1512         (mm-uu-org-src-code-block-extract): New function.
1513
1514         * mm-view.el (mm-display-org-inline): New function.
1515
1516         * mm-decode.el (mm-automatic-display): Add text/org.
1517
1518         * mailcap.el (mailcap-mime-extensions): Add .org.
1519
1520 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1521
1522         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1523         gnus-article-add-buttons.
1524
1525 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1526
1527         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1528         From header with a date and "nobody" as the sender.
1529
1530 2011-01-19  Julien Danjou  <julien@danjou.info>
1531
1532         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1533         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1534         if you have the same regexp several times.
1535         (gnus-button-push): Fix matching when regexp is symbol.
1536
1537 2011-01-15  Glenn Morris  <rgm@gnu.org>
1538
1539         * message.el (message-mail): A compose-mail function should
1540         accept headers as strings.
1541
1542 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1543
1544         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1545         Add :vert-only tags.
1546         (message-mail): New arg RETURN-ACTION.
1547         (message-return-action): New var.
1548         (message-bury): Use it.
1549         (message-mode): Make it buffer-local.
1550         (message-send-and-exit): Always call message-bury.
1551
1552         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1553         message-mail.
1554
1555 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1556
1557         * nnimap.el (nnimap-convert-partial-article): Protect against
1558         zero-length body parts.
1559
1560         * mm-decode.el (mm-preferred-alternative-precedence):
1561         Discourage showing empty parts.
1562
1563         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1564         and stuff if the backend didn't return the article number.  This fixes
1565         an Exchange-related nnimap bug.
1566
1567         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1568         group window, because it does the wrong thing when a separate frame
1569         displays the group buffer.
1570
1571         * proto-stream.el (open-protocol-stream): Protect against the low-level
1572         transport functions returning nil.
1573
1574 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1575
1576         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1577         (mml2015-epg-find-usable-secret-key): New function.
1578         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1579         mml2015-epg-find-usable-key (Bug#7797).
1580         (mml2015-epg-encrypt): Ditto.
1581
1582 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1583
1584         * dgnushack.el (rot13-string): Fix the way to get the argument.
1585
1586 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1587
1588         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1589
1590 2011-01-03  Glenn Morris  <rgm@gnu.org>
1591
1592         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1593
1594         * sieve.el (sieve-open-server): Give a more explicit error if
1595         sieve-manage-open returns nil.  (Bug#7720)
1596
1597 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1598
1599         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1600
1601 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1602
1603         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1604         This avoids sending passwords in plain text over non-encrypted
1605         channels.
1606
1607         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1608
1609         * nnimap.el (nnimap-login): Refactored out into own function, and
1610         implement CRAM-MD5.
1611         (nnimap-wait-for-line): Refactored out.
1612
1613         * mm-view.el (mml-smime): Require.
1614
1615 2010-12-20  David Engster  <deng@eml.cc>
1616
1617         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1618         use EPG to decrypt S/MIME messages instead of openssl.
1619
1620 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1621
1622         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1623
1624         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1625         status is the group clearly is unreachable.
1626
1627         * auth-source.el (auth-source-create): Add the optional second
1628         parameter to `local-variable-p' to be compatible with XEmacs.
1629
1630 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1631
1632         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1633         work when using a compressed nnml folder.
1634
1635 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1636
1637         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1638         backends after sanitising on entry, because this never makes sense:
1639         If the articles have gone missing, then the data no longer exists on
1640         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1641         overwrite anything anyway.
1642
1643         * shr.el (shr-insert-document): Bind shr-width dynamically to
1644         window-width if it's nil.
1645
1646 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1647
1648         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1649         with the meaning of using the full emacs window width for rendering.
1650
1651 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1652
1653         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1654         case when sender is not given.
1655
1656 2010-12-23  Julien Danjou  <julien@danjou.info>
1657
1658         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1659         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1660         the addresses, otherwise we might misplaced the gravatar.
1661
1662 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1663
1664         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1665         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1666         obsolete in Emacs.
1667
1668 2010-12-20  Julien Danjou  <julien@danjou.info>
1669
1670         * gnus-util.el (gnus-rescale-image): Revert last change.
1671
1672 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1673
1674         * binhex.el: Improve commentary (Bug#7482).
1675
1676 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1677
1678         * gnus-group.el (gnus-group-delete-articles): New command.
1679
1680 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1681
1682         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1683
1684 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1685
1686         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1687         here, since it's up to the backends to do CRLF removal if their
1688         protocol has it.
1689
1690         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1691
1692 2010-12-17  Julien Danjou  <julien@danjou.info>
1693
1694         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1695         they are from file. Can also scale up.
1696
1697 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1698
1699         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1700         gnus-use-agent.
1701         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1702
1703         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1704
1705 2010-12-17  Julien Danjou  <julien@danjou.info>
1706
1707         * gravatar.el (gravatar-retrieve-synchronously): New function.
1708         (gravatar-get-data): Make more robust.
1709
1710 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1711
1712         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1713
1714 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1715
1716         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1717         to really consider the last line.
1718
1719 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1720
1721         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1722         list of recipient keys, or use symmetric encryption if not a list.
1723         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1724         EPA override, replacing the call to `netrc-store-data'.
1725
1726 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1727
1728         * gnus-srvr.el: Avoid passing nil regexp argument to
1729         delete-matching-lines.
1730
1731 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1732
1733         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1734         fetching stops when Gnus exits.
1735
1736         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1737         function.
1738         (nnfolder-request-expire-articles): Save all the buffers after doing
1739         expiry.
1740
1741         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1742         the last article", since that led to serious performance regressions
1743         when expiring nnml groups.
1744
1745 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1746
1747         * nnir.el: Improve customizations.
1748
1749 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1750
1751         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1752
1753         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1754         group has been killed.
1755         (gnus-group-yank-group): Ditto.
1756
1757         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1758
1759         * nnimap.el (nnimap-request-update-group-status): New function.
1760
1761         * gnus-int.el (gnus-request-update-group-status): New interface
1762         function.
1763
1764         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1765         copying read-ness to the backends.
1766
1767         * nnimap.el (nnimap-quirk): New function.
1768         (nnimap-retrieve-group-data-early): Use it.
1769         (nnimap-quirks): New alist.
1770
1771 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1772
1773         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1774         don't delete it within indentation.
1775
1776 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1777
1778         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1779         previous line.
1780
1781 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1782
1783         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1784         QRESYNC command by deleting a superfluous space which broke Cyrus
1785         servers.  This change will break other servers that are buggy the other
1786         way around.
1787
1788 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1789
1790         * spam.el: Reindent and fix long lines.
1791         (spam-copy-or-move-routine): Exclude invalid move destinations.
1792
1793 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1794
1795         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1796         installed the registry.
1797
1798 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1799
1800         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1801
1802 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1803
1804         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1805         groupname doesn't contain "gmane".
1806
1807 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1808
1809         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1810         and netrc-bound-and-true-p bindings.
1811         (netrc-parse): Cache the netrc contents.
1812
1813         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1814         (gnus-1): Don't create the nndrafts group twice.
1815         (gnus-setup-news): There's no need to read the active file here, since
1816         that's done again later on a per-backend basis.
1817         (gnus-start-draft-setup): Make sure that the new group is started out
1818         empty.
1819
1820         * gnus-agent.el (gnus-agentize): Don't create the queue group
1821         automatically on startup.  It'll be created later, if needed.
1822
1823         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1824         of automatically subscribed groups.
1825         (gnus-auto-subscribed-categories): New variable.
1826         (gnus-matches-options-n): Use it.
1827         (gnus-default-subscribed-newsgroups): Remove unused variable.
1828         (gnus-start-draft-setup): Message a bit less.
1829
1830 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1831
1832         * nnir.el (nnir-run-imap): Return article list in order of increasing
1833         UID.
1834
1835 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1836
1837         * gnus-sum.el (gnus-summary-enter-digest-group):
1838         Mention gnus-auto-select-on-ephemeral-exit.
1839
1840         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1841         convention of the network-only option.
1842
1843 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1844
1845         * proto-stream.el (proto-stream-open-network-only): New function to
1846         have a way to specify non-STARTTLS upgrade connections.
1847
1848 2010-12-10  Julien Danjou  <julien@danjou.info>
1849
1850         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1851         email address is nil.
1852
1853         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1854
1855 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1856
1857         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1858         deletion.
1859         (nnir-run-imap): Only need to parse list once.
1860
1861 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1862
1863         * shr.el (shr-tag-script): Ignore <script>.
1864         (shr-tag-label): Add <label> support.
1865
1866 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1867
1868         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1869
1870         * shr.el (shr-image-displayer): Work for images lined side by side.
1871
1872 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1873
1874         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1875         parameter, since XEmacs doesn't accept t as a parameter.
1876
1877 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1878
1879         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1880         ids.
1881         (nnir-run-gmane): Simplify groupspec formatting.
1882         (nnir-request-expire-articles): New function.
1883
1884 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1885
1886         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1887         overflow, possibly.
1888
1889         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1890         (shr-render-td): Handle td style="" better.
1891         (shr-tag-table): Use the color from the style sheet.
1892         (shr-render-td): Make sure we copy over all the overlays, too.
1893
1894 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1895
1896         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1897         (nnir-request-article): Improve article retrieval.
1898
1899 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1900
1901         * mm-util.el (mm-extra-numeric-entities): New variable.
1902
1903         * mm-url.el (mm-url-decode-entities):
1904         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1905
1906         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1907
1908 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1909
1910         * message.el: Use completion-at-point.
1911         (message-completion-function): New fun, extracted from message-tab.
1912         (message-mode): Use it for completion-at-point-functions.
1913         (message-tab): Use it and completion-at-point.
1914
1915 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1916
1917         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1918         character if a non-breakable character follows.
1919
1920 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1921
1922         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1923         any stream.
1924
1925         * shr.el (shr-tag-font): Colorize the region.
1926         (shr-tag-body): Ditto.
1927         (shr-tag-font): Actually let the styles be inherited instead of
1928         overwriting them.
1929         (shr-tag-font): Get the background color right.
1930         (shr-tag-style): Ignore all <style> tags for the moment.
1931
1932         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1933         a Message-ID to avoid having nnimap depend on gnus-sum.
1934
1935         * shr.el (shr-descend): Only colorize something if we have a node that
1936         sets colors.
1937
1938 2010-12-06  Julien Danjou  <julien@danjou.info>
1939
1940         * shr.el (shr-render-td): Render td content with shr-descend, so style
1941         will be applied to <td> too.
1942         (shr-colorize-region): Colorize region even if we only have a background.
1943         (shr-tag-body): Fix color and background color inheritance.
1944         Do not recolorize after shr-generic.
1945         (shr-tag-font): Let shr-generic colorize via inheritance.
1946
1947 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1948
1949         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1950
1951 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1952
1953         * nnir.el (nnir-request-move-article): Remove obsolete code.
1954
1955 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1956
1957         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1958
1959 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1960
1961         * gnus-sum.el (gnus-summary-respool-article): The completion function
1962         expects a list instead of an alist.
1963
1964         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1965         string as the parameter.
1966
1967         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1968
1969         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1970         styles.
1971         (shr-colorize-region): New function.
1972         (shr-insert-background-overlay): Remove.
1973         (shr-render-td): Background setting should be taken care of on a higher
1974         level.
1975         (shr-tag-body): Use post-hoc colorizations.
1976         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1977         (shr-put-color-1): Don't overwrite old colors.
1978         (shr-colorize-region): When the background color isn't explicit, use
1979         a fixed background.
1980
1981         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1982         nnmail variables.
1983
1984 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1985
1986         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1987         unless necessary.
1988
1989 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1990
1991         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1992         server.
1993
1994 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1995
1996         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1997         so that TAB works.
1998
1999         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
2000         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
2001
2002         * shr.el (shr-urlify): Show the URL before the title to avoid
2003         misleading URLs.
2004
2005 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
2006
2007         * shr.el (shr-urlify): Display the title in <a> tags.
2008
2009 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
2010
2011         * nnir.el (nnir-categorize): Replace mapcar with mapc.
2012
2013 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
2014
2015         * nnir.el: Rearrange code to allow macros to be autoloaded by
2016         gnus-sum.el.
2017         (nnir-retrieve-headers-override-function): Make this variable
2018         customizable.
2019         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
2020
2021         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
2022         from nnir.el.
2023
2024 2010-12-03  Julien Danjou  <julien@danjou.info>
2025
2026         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
2027
2028 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2029
2030         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
2031         allow optional argument `environment'.
2032
2033 2010-12-03  Glenn Morris  <rgm@gnu.org>
2034
2035         * mm-extern.el (message-goto-body): Update declaration.
2036
2037 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2038
2039         * gnus-util.el (gnus-macroexpand-all): New function.
2040
2041         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
2042         instead of macroexpand-all that is unavailable in XEmacs.
2043
2044 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
2045
2046         * nnir.el (nnir-summary-line-format): New variable.
2047         (nnir-mode): Use it.
2048         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
2049         (nnir-article-ids): Reimplement as defsubst.
2050         (nnir-retrieve-headers): Don't mangle the subject header.
2051         (nnir-run-imap): Use 100 as RSV score.
2052         (nnir-run-find-grep): Fix for full server searching.
2053         (nnir-run-gmane): Better restriction to gmane groups.
2054
2055         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
2056         summary buffers.
2057
2058 2010-12-02  Julien Danjou  <julien@danjou.info>
2059
2060         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
2061
2062         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
2063
2064         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
2065         support.
2066
2067 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
2068
2069         * nnir.el: Update to handle the registry better.
2070         (autoload): Silence byte-compiler.
2071         (nnir-open-server): Add a hook for nnir groups.
2072         (nnir-request-move-article): Don't mangle the header. Better to use
2073         formating variables (which will be added in the future).
2074         (nnir-registry-action): Update the registry using the original article
2075         group name.
2076         (nnir-mode): Install nnir-specific hooks for updating the registry.
2077
2078         * gnus-sum.el
2079         (gnus-article-original-subject,gnus-newsgroup-original-name):
2080         Remove obsolete variables.
2081         (gnus-summary-move-article): Remove use of obsolete variables.
2082         (gnus-summary-local-variables): Make move and delete hooks local to
2083         summary buffers.
2084
2085 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2086
2087         * rtree.el: New file.
2088
2089 2010-12-01  Julien Danjou  <julien@danjou.info>
2090
2091         * message.el (message-user-organization): Do not use
2092         gnus-local-organization.
2093
2094         * gnus.el: Remove gnus-local-organization.
2095
2096         * gnus-msg.el: Remove nastygram thing.
2097
2098 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
2099
2100         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
2101         funcall.
2102
2103 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2104
2105         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
2106         names.
2107
2108         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
2109         characters.
2110
2111         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
2112         to t of inhibit-read-only since it is inside gnus-with-article-headers.
2113         Suggested by Štěpán Němec <stepnem@gmail.com>.
2114         (gnus-gravatar-transform-address): Use mail-extract-address-components
2115         that supports non-ASCII names rather than mail-header-parse-addresses.
2116
2117 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2118
2119         * proto-stream.el (open-protocol-stream): All starttls connections are
2120         handled by the network handler.
2121
2122 2010-11-30  Julien Danjou  <julien@danjou.info>
2123
2124         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
2125         (nnimap-open-connection-1): Fix PREAUTH.
2126
2127         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
2128
2129 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2130
2131         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
2132         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
2133         (shr-insert): Use them.
2134         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
2135
2136 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2137
2138         * nnir.el (nnir-request-move-article): Bail out if original group
2139         doesn't support article moves.
2140         (nnir-get-active): Improve active list retrieval.
2141
2142 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2143
2144         * shr.el (shr-find-fill-point): Don't break before apostrophes.
2145
2146 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
2147
2148         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
2149         seem to accept strings-with-numbers as port numbers,
2150
2151 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2152
2153         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
2154         change the registry.
2155
2156 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2157
2158         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
2159         delete-dups that is not available in XEmacs 21.4.
2160
2161         * mm-util.el (mm-delete-duplicates): Add comment.
2162
2163 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
2164
2165         * nnir.el (nnir-ignored-newsgroups): New variable.
2166         (nnir-get-active): Use it.
2167
2168 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2169
2170         * proto-stream.el (proto-stream-open-network): Add some comments.
2171
2172         * nntp.el (nntp-open-connection): Provide a :success condition.
2173
2174         * nnimap.el (nnimap-open-connection-1): Ditto.
2175
2176         * proto-stream.el (proto-stream-open-network): See what the response to
2177         the STARTTLS command is.
2178
2179         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
2180         backwards compatibility).
2181         (nnimap-open-connection-1): Really respect nnimap-server-port.
2182
2183         * proto-stream.el (proto-stream-open-network): When doing opportunistic
2184         TLS upgrades we don't really care about the identity of the peer.
2185         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
2186         that what we've checked for.
2187         (proto-stream-always-use-starttls): Only default to t if
2188         open-gnutls-stream exists.
2189         (proto-stream-open-network): If STARTTLS failed, then just open a
2190         normal connection.
2191         (proto-stream-open-network): Wait until the greeting before doing
2192         STARTTLS.
2193
2194         * nntp.el (nntp-open-connection): Report what the connection error is.
2195
2196         * proto-stream.el (open-protocol-stream): Rename from
2197         open-proto-stream.
2198
2199 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2200
2201         * nnimap.el (nnimap-stream): Change default to `undecided'.
2202         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
2203         first, and then network.
2204         (nnimap-open-connection-1): Respect nnimap-server-port.
2205         (nnimap-open-connection): Be more backwards-compatible.
2206
2207         * proto-stream.el (proto-stream-always-use-starttls): New variable.
2208         (proto-stream-open-starttls): De-duplicate the starttls code.
2209         (proto-stream-open-starttls): Folded back into the main function.
2210         (proto-stream-open-network): Fix typo in the gnutls path.
2211         (proto-stream-command): Refactor out.
2212
2213         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
2214
2215         * proto-stream.el (proto-stream-open-starttls): Actually implement the
2216         starttls.el STARTTLS.
2217
2218         * color.el (color-lab->srgb): Fix function call name.
2219
2220         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
2221         if we're using tls.el.
2222         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
2223         built in, then don't try to establish a STARTTLS connection.
2224
2225         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
2226         servers.
2227
2228         * proto-stream.el (open-proto-stream): Use network, not stream.
2229         (open-proto-stream): Add a way to specify what the end of a command is.
2230
2231         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
2232         connections types.
2233         (nntp-open-network-stream): Remove.
2234         (nntp-open-ssl-stream): Remove.
2235         (nntp-open-tls-stream): Remove.
2236         (nntp-ssl-program): Remove.
2237
2238         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2239
2240 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
2241
2242         * nnir.el: Fix typos.
2243         (nnir-retrieve-headers-override-function): Rename variable to reflect
2244         new semantics.
2245         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2246         macros.
2247         (nnir-request-article, nnir-request-move-article): Use them.
2248         (nnir-categorize): New function.
2249         (nnir-run-query): Use it.
2250         (nnir-retrieve-headers): Rewrite to batch header retrieval.
2251         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2252         sorted.
2253         (nnir-group-full-name): Use gnus-group-full-name instead.
2254         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2255         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2256
2257 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2258
2259         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2260
2261         * proto-stream.el: New library to provide protocol-specific
2262         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2263         protocols.
2264         (open-proto-stream): Complete the documentation.
2265         (proto-stream-open-network): Fix some typos.
2266
2267         * nnimap.el (nnimap-open-connection): Use it.
2268
2269 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
2270
2271         * pop3.el (pop3-open-server): Read server greeting before starting TLS
2272         negotiation.
2273
2274 2010-11-26  Julien Danjou  <julien@danjou.info>
2275
2276         * color.el: Rename various rgb functions to srgb.
2277
2278 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2279
2280         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2281         names.
2282
2283 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2284
2285         * shr.el (shr-insert): Revert last change.
2286         (shr-find-fill-point): Never leave point being at bol;
2287         relax the kinsoku limitation when rendering tables.
2288
2289 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2290
2291         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2292         results from -accept-article.
2293
2294         * shr-color.el: Require cl when compiling.
2295
2296         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2297         checkin.
2298
2299         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2300
2301         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2302
2303         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2304         'add and 'delete to set backend marks.
2305
2306         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2307
2308         * nnheader.el (nnheader-update-marks-actions): Refactor out.
2309
2310         * nntp.el (nntp-request-set-mark): Use it.
2311
2312         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2313
2314         * nnml.el (nnml-request-set-mark): Ditto.
2315
2316         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2317         introduces regressions in article selection.
2318         (nnimap-find-uid-response): New function.
2319         (nnimap-request-accept-article): Use the UID returned, if any.
2320         (nnimap-request-move-article): Use the UID returned, if any.
2321         (nnimap-get-groups): Reimplement to work with folded lines.
2322         (nnimap-find-uid-response): The UID is the last element in the list.
2323         (nnimap-request-set-mark): Extend syntax with 'set.
2324
2325         * nnml.el (nnml-request-set-mark): Ditto.
2326
2327         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2328
2329         * nntp.el (nntp-request-set-mark): Ditto.
2330
2331 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2332
2333         * message.el (message-called-interactively-p): A temporary macro.
2334         (message-goto-body): Use it temporarily.
2335
2336 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2337
2338         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2339         (nnimap-last-response-string): Unfold quoted lines, if they exist.
2340         (nnimap-last-response-string): Fix last unfolding fix.
2341
2342 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2343
2344         * shr.el (shr-insert): Fix the way to fold lines.
2345
2346 2010-11-25  Julien Danjou  <julien@danjou.info>
2347
2348         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2349
2350         * color.el: Rename from color-lab.el
2351         (color-rgb->hex): Add.
2352         (color-complement): Add.
2353         (color-complement-hex): Add.
2354
2355         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2356
2357 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2358
2359         * shr-color.el (shr-color-visible): Don't bug out if the colour names
2360         don't exist.
2361
2362 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2363
2364         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2365         assuming that article displaying or another mml-preview may be
2366         interrupted for an error or for the like.
2367
2368         * shr.el (shr-get-background): Fix argument name.
2369
2370 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2371
2372         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2373
2374         * gnus-sum.el (gnus-summary-include-articles): New function.
2375
2376         * message.el (message-goto-body): called-interactively-p needs a
2377         parameter, so use `any'.
2378
2379         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2380         clear marks before moving, since they're synced from the Gnus side
2381         first.
2382
2383         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2384         (gnus-summary-move-article): Copy over all marks before moving, so that
2385         IMAP doesn't think a new article has arrived.
2386
2387 2010-11-24  Julien Danjou  <julien@danjou.info>
2388
2389         * shr.el (shr-insert-background-overlay): Fix typo.
2390         (shr-render-td): Copy the background before rendering.
2391
2392         * shr-color.el (shr-color-visible): Fix docstring.
2393
2394         * shr.el (shr-tag-table): Add bgcolor support.
2395         (shr-render-td): Add bgcolor support.
2396         (shr-get-background): Add.
2397         (shr-insert-foreground-overlay): Use shr-get-background.
2398
2399         * message.el (message-goto-body): Use called-interactively-p.
2400         (message-in-body-p): message-goto-body returns point.
2401
2402 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2403
2404         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
2405         Fixes something or other in Emacs 23, and is backwards compatible.
2406
2407         * message.el (message-goto-body): Remove the <#secure special-casing,
2408         which is too special.
2409
2410         * shr.el (shr-parse-style): Drop !important from styles.
2411
2412 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
2413
2414         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2415         this function to return incorrect results when calling it with an
2416         explicit article argument different from
2417         (gnus-summary-article-number).
2418
2419 2010-11-24  Julien Danjou  <julien@danjou.info>
2420
2421         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2422         (shr-tag-body): Add background support.
2423         (shr-descend): Add background support.
2424         (shr-tag-title): Add.
2425
2426         * shr-color.el (shr-color-visible): Really return original background
2427         if fixed.
2428
2429 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2430
2431         * shr.el (shr-color-check): Protect against non-existent colour names.
2432
2433 2010-11-24  Julien Danjou  <julien@danjou.info>
2434
2435         * color-lab.el: Require 'cl when compiling.
2436
2437         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2438
2439         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2440         matched part.
2441
2442         * color-lab.el: Fix all expt calls to use float type.
2443
2444 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2445
2446         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2447         expression to shr-color-check as is.
2448
2449         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2450
2451         * color-lab.el: Add coding cookie.
2452         (float-pi): Use eval-and-compile.
2453
2454         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
2455         compiled for Emacsen having no `libxml-parse-html-region' support.
2456
2457 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2458
2459         * shr.el (shr-insert-color-overlay): Split stuff like
2460         "#444444 !important" to find the real colour.
2461         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2462         parse <font color="red"> entries.
2463
2464 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
2465
2466         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
2467         point when parsing headers.
2468
2469         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
2470         is positioned properly when parsing headers.
2471
2472 2010-11-23  Julien Danjou  <julien@danjou.info>
2473
2474         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2475
2476         * shr-color.el (shr-color->hexadecimal): Add support for color names.
2477
2478         * shr.el (shr-parse-style): Replace \n with space in style parsing.
2479
2480         * shr-color.el (shr-color-hsl-to-rgb-fractions):
2481         Use shr-color-hue-to-rgb.
2482         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2483
2484 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2485
2486         * shr.el (shr-color->hexadecimal): Autoload.
2487         (shr-descend): Add color to all tags.
2488
2489 2010-11-22  Julien Danjou  <julien@danjou.info>
2490
2491         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2492         shr-color->hexadecimal.
2493
2494         * shr-color.el (shr-color->hexadecimal): Add converting functions for
2495         RGB() or HSL() color representation.
2496
2497         * shr.el (shr-tag-font): Add.
2498         (shr-tag-color-check): New function to get better colors.
2499         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2500         tag-span.
2501
2502         * shr-color.el: New file.
2503
2504         * color-lab.el: New file.
2505
2506         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2507
2508 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2509
2510         * nnir.el: Fix typo in comments.
2511         (nnir-run-imap): Simplify code. No need to reverse artlist.
2512         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2513
2514 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2515
2516         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2517
2518         * nnimap.el (nnimap-get-capabilities): Refactor out.
2519         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2520
2521 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2522
2523         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2524         appearing when `mm-uu-hide-markers' is nil.
2525
2526 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2527
2528         * nnimap.el (nnimap-unselect-group): Make into its own function.
2529         (nnimap-request-rename-group): Unselect group before renaming.
2530         This had gotten lost somewhere.
2531         (nnimap-request-accept-article): Keep track of examined groups, and
2532         unselect the group before APPENDing to read-only groups.
2533         (nnimap-request-move-article): Clear flags before moving so that they
2534         can be re-set later.
2535
2536 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2537
2538         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2539         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2540
2541 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2542
2543         * gnus-art.el (gnus-mime-display-single)
2544         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2545         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2546         parameter.
2547
2548 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2549
2550         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2551         (shr-table-vertical-line): New variable.
2552         (shr-insert-table): Use it.
2553
2554 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2555
2556         * gnus-html.el (gnus-html-wash-images): Don't display images if
2557         gnus-inhibit-images is non-nil; register displayer for cid images.
2558         (gnus-html-display-image): Work for cid image.
2559         (gnus-html-insert-image): Allow arguments.
2560         (gnus-html-put-image): Inhibit read-only.
2561         (gnus-html-prefetch-images): Don't prefetch images if
2562         gnus-inhibit-images is non-nil.
2563
2564 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2565
2566         * shr.el (shr-put-image): Break lines when inserting big pictures.
2567
2568 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2569
2570         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2571         sender, thanks Katsumi Yamaoka.
2572
2573 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2574
2575         * nnir.el (nnir-run-imap): Reverse the article list for each group
2576         rather than the whole list.
2577
2578 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2579
2580         * shr.el (shr-image-displayer): Protect function against non-existent
2581         image source.
2582
2583         * gnus-art.el (gnus-inhibit-images): New user option.
2584         (gnus-mime-display-single): Don't display image if it is non-nil.
2585
2586         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2587         gnus-inhibit-images.
2588
2589         * shr.el (shr-image-displayer): New function.
2590         (shr-tag-img): Use it.
2591
2592 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2593
2594         * mml2015.el (mml2015-epg-sign): Use From header.
2595
2596 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2597
2598         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2599
2600         * gnus-util.el (gnus-find-text-property-region): Return markers.
2601
2602         * shr.el (shr-tag-img): Put a displayer in the text property.
2603
2604         * gnus-util.el (gnus-find-text-property-region): New utility function.
2605
2606         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2607         (gnus-html-show-images): Remove.
2608
2609         * gnus-art.el (gnus-article-show-images): New, more general function.
2610
2611         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2612         image url text properties.
2613
2614         * shr.el: Ditto.
2615
2616         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2617         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2618
2619 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2620
2621         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2622         work for two or more articles.
2623
2624 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2625
2626         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2627         divide an image that's in an html article to two or more when washing
2628         non-ASCII characters in alt text of it.
2629
2630 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2631
2632         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2633         smime-decrypt-region using function argument.
2634         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2635
2636         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2637
2638         * smime.el (smime-decrypt-region): Catch it.
2639
2640 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2641
2642         * smime.el (smime-mode-map): Move initialization into declaration.
2643         (gnus-run-mode-hooks): Don't autoload.
2644         (smime-mode): Use define-derived-mode.
2645
2646 2010-11-11  Glenn Morris  <rgm@gnu.org>
2647
2648         * smime.el (from): Restrict declaration to XEmacs.
2649
2650         * nnir.el (gnus-group-topic-name): Autoload.
2651
2652 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2653
2654         * shr.el (shr-insert): Don't break long line if it is because of
2655         kinsoku-bol characters in the line end.
2656
2657 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2658
2659         * nnir.el (nnir-request-move-article): Fix to provide original group
2660         and subject.
2661         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2662         been retrieved.
2663
2664         * gnus-sum.el (gnus-summary-move-article): Use original group and
2665         subject for virtual articles such as those in an nnir summary buffer.
2666
2667 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2668
2669         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2670         least 21.5).
2671
2672         * smime.el (from): Declare it again for XEmacs.
2673
2674 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2675
2676         * message.el (message-resend): Don't disable encoding unless it's
2677         already encoded.
2678
2679         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2680         low-numbered articles.
2681
2682 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2683
2684         * rfc2047.el (rfc2047-syntax-table): Simplify.
2685
2686         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2687
2688         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2689         set-char-table-range for XEmacs.
2690
2691 2010-11-10  Glenn Morris  <rgm@gnu.org>
2692
2693         * time-date.el (time-to-seconds): Always an alias on Emacs,
2694         never a real function.
2695         (with-no-warnings): Remove compat stub, now unused.
2696         (time-less-p): Doc fix.
2697         (time-to-number-of-days): Simplify.
2698
2699         * smime.el (from): Remove unused declaration.
2700
2701         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2702         (gnus-float-time): On Emacs, always an alias.
2703
2704         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2705         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2706
2707 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2708
2709         * dgnushack.el: Don't use ignore-errors in the top level form since it
2710         is unavailable in XEmacs even if cl is loaded.
2711
2712         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2713
2714 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2715
2716         * shr.el (browse-url-mailto): Autoload.
2717
2718         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2719
2720         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2721         regexp doesn't need quoting.
2722
2723 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2724
2725         * message.el (message-subject-trailing-was-ask-regexp)
2726         (message-subject-trailing-was-regexp): Match was: in addition to was.
2727
2728 2010-11-09  Glenn Morris  <rgm@gnu.org>
2729
2730         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2731         (nnbabyl-check-mbox): Use point-at-bol.
2732
2733 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2734
2735         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2736
2737         * message.el (message-mailto): New function.
2738         (message-mailto): Should accept other parameters.
2739         (message-mailto): Remove since it duplicates browse-url-mailto
2740         functionality.
2741
2742 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2743
2744         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2745         methods.
2746         (gnus-read-active-file): Ditto.
2747
2748         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2749         ": " from the prompt.
2750         (gnus-group-make-group): Ditto.
2751
2752 2010-11-07  Glenn Morris  <rgm@gnu.org>
2753
2754         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2755         (gnus-bookmark-kill-line): Use point-at-eol.
2756
2757 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2758
2759         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2760         asterisks in From header.
2761
2762 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2763
2764         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2765         string to avoid making the From headers syntactically invalid.
2766
2767         * message.el (message-send-mail): Don't insert courtesy messages if the
2768         message already has List-Post and List-ID messages.
2769
2770 2010-11-06  Glenn Morris  <rgm@gnu.org>
2771
2772         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2773         `condition', `type', `length' a prefix.
2774         (gnus-treat-predicate): Update for above name changes.
2775
2776 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2777
2778         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2779         binding.  Handled by `gnus-summary-refer-thread' instead.
2780         (nnir-warp-to-article): New backend function.
2781
2782         * nnimap.el (nnimap-request-thread): Force dependency updating.
2783
2784         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2785         (gnus-summary-refer-thread): Rework to improve thread-referral.
2786
2787         * gnus-int.el (gnus-warp-to-article): New function.
2788
2789         * gnus-sum.el (gnus-summary-article-map): Bind it.
2790
2791 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2792
2793         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2794         gnus-summary-refer-thread.
2795
2796         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2797         headers.
2798         (gnus-summary-limit-include-thread): Prevent articles in thread from
2799         being cut in gnus-cut-threads.
2800         (gnus-summary-refer-thread): Limit retrieved headers to those in
2801         thread.
2802
2803 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2804
2805         * message.el (message-send-mail): Use the value of
2806         message-courtesy-message from the message buffer.
2807
2808         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2809
2810         * shr.el (shr-browse-url): Implement mailto: URLs.
2811
2812         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2813         "raw".
2814
2815         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2816         if it's already selected.
2817
2818         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2819
2820 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2821
2822         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2823         to measure the length and truncate alt text.
2824
2825 2010-11-03  Glenn Morris  <rgm@gnu.org>
2826
2827         * nndiary.el (nndiary-generate-nov-databases-1)
2828         (nndiary-generate-active-info): Rename dynamic variable `files' to
2829         something less generic.
2830
2831 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2832
2833         * nnir.el (nnir-request-move-article): Call the underlying backend to
2834         move articles from nnir.
2835
2836 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2837
2838         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2839
2840 2010-11-02  Julien Danjou  <julien@danjou.info>
2841
2842         * nnir.el: Remove wais support.
2843
2844 2010-11-02  Glenn Morris  <rgm@gnu.org>
2845
2846         * gnus-html.el: Reorder requirements to quieten compiler.
2847
2848 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2849
2850         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2851         properly for XEmacs as well.
2852         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2853         (gnus-article-natural-long-line-p): Use window-width rather than
2854         frame-width.
2855
2856 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2857
2858         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2859         (nnir-read-parms): Don't modify query.
2860         (nnir-run-query): Add ability to search topic on current line.
2861         (nnir-get-active): Clean up.
2862
2863 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2864
2865         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2866         degenerate articles.
2867
2868         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2869         (gnus-print-buffer): Just print the buffer as is, without any copying
2870         to a buffer and then re-highlighting.
2871
2872         * nnimap.el (nnimap-request-group): Store the new updated info.
2873         (nnimap-request-group): Select the group when we don't know whether it
2874         exists or not.
2875
2876         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2877         groups.
2878
2879         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2880         groups.
2881
2882         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2883         groups.
2884
2885         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2886         long-lines case by only filling the long lines.
2887
2888         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2889         (bug #7311).
2890
2891 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2892
2893         * shr.el: No need to declare `declare-function' since shr.el is for
2894         only Emacsen that provide `libxml-parse-html-region'.
2895
2896         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2897         effective only in a file it is referred to.
2898
2899 2010-11-01  Glenn Morris  <rgm@gnu.org>
2900
2901         * mm-util.el (gnus-completing-read): Autoload.
2902         (mm-read-coding-system): Simplify Emacs definition.
2903
2904         * nnmail.el (gnus-activate-group):
2905         * nnimap.el (gnutls-negotiate):
2906         * nntp.el (netrc-parse): Fix declarations.
2907
2908 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2909
2910         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2911         string-match-p in Emacs >=23.
2912
2913         * gnus-msg.el (gnus-configure-posting-styles)
2914         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2915
2916 2010-11-01  Glenn Morris  <rgm@gnu.org>
2917
2918         * nnir.el (declare-function): Add compat stub.
2919         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2920         (nnir-run-gmane): Require 'mm-url.
2921
2922         * mm-util.el (mm-string-to-multibyte): Simplify.
2923
2924         * shr.el (declare-function): Add compat stub.
2925         (url-cache-create-filename): Declare.
2926         (mm-disable-multibyte, widget-convert-button): Autoload.
2927
2928         * smime.el (ldap-search): Declare.
2929         (smime-cert-by-ldap-1): Require ldap on Emacs.
2930
2931         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2932         (nnimap-keepalive): Use gnus-float-time.
2933
2934         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2935         (mail-source-delete-crash-box): Use gnus-float-time.
2936
2937         * gnus-dired.el (gnus-completing-read): Autoload.
2938
2939         * mm-view.el (gnus-rescale-image): Autoload.
2940
2941         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2942
2943         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2944
2945         * sieve-manage.el: Require 'cl when compiling.
2946
2947         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2948         (gnus-iswitchb-completing-read): Require iswitchb.
2949         (gnus-select-frame-set-input-focus): Silence compiler.
2950
2951 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2952
2953         * message.el (message-subject-trailing-was-query): Change default to t,
2954         since I think that's what most people want.
2955
2956         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2957         appending for easier debugging.
2958         (nnimap-wait-for-connection): Take a regexp.
2959         (nnimap-request-accept-article): Wait for the continuation line before
2960         sending anything unless we're streaming.
2961
2962         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2963         leave the header washing to take place.
2964
2965 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2966
2967         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2968         regular expression match and replace in posting styles.
2969
2970 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2971
2972         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2973         an entire server.
2974         (nnir-get-active): New function.
2975         (nnir-run-imap): Use it.
2976         (nnir-run-gmane): Who knew, gmane search returns an article score!
2977
2978         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2979         server on the current line with nnir.
2980
2981 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2982
2983         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2984         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2985         left edge.
2986         (gnus-article-foldable-buffer): Skip past the prefix when determining
2987         raggedness.
2988
2989         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2990         the raw article, and change `C-u g' to show the article without doing
2991         treatments.
2992
2993         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2994         on to `gnus-treat-article'.
2995         (gnus-inhibit-article-treatments): New variable.
2996
2997         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2998
2999         * gnus-art.el (gnus-treatment-function-alist): Have
3000         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
3001         (gnus-treat-fill-long-lines): Change default to fill all text/plain
3002         sections.
3003
3004         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
3005         parameter.
3006         (gnus-article-fill-cited-long-lines): New function.
3007         (gnus-article-fill-cited-article): Allow filling only long sections.
3008
3009         * shr.el (shr-find-fill-point): Don't break lines between punctuation
3010         and non-punctuation (like after the apostrophe in "'We").
3011
3012         * gnus-sum.el (gnus-summary-select-article): Make sure
3013         gnus-original-article-buffer is alive.
3014
3015         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
3016         reflect the order they're in in the digest.
3017
3018         * gnus.el (gnus-group-startup-message): Move point to the start of the
3019         buffer.
3020
3021         * nnimap.el (nnimap-capability): New function.
3022         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
3023         is set.
3024
3025 2010-10-31  David Engster  <dengste@eml.cc>
3026
3027         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
3028         conform with changes to gnus-completing-read.
3029
3030 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3031
3032         * shr.el (shr-tag-img): Output "*" instead of "[img]".
3033
3034 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3035
3036         * nnir.el: Move defvar, defcustom around to keep file organized
3037         and keep byte-compiler quiet.
3038         (nnir-read-parms): Accept search-engine as arg.
3039         (nnir-run-query): Pass search-engine as arg.
3040         (nnir-search-engine): Remove.
3041
3042 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3043
3044         * shr.el (shr-generic): The text nodes should be text, not :text.
3045
3046         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
3047         later in the file.
3048
3049 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3050
3051         * nnir.el: General clean up.  Allow searching with multiple engines.
3052         Allow separate extra-parameters for each engine.
3053         Batch queries when possible.
3054         (nnir-imap-default-search-key,nnir-method-default-engines):
3055         Add customize interface.
3056         (nnir-run-gmane): New engine.
3057         (nnir-engines): Use it.  Qualify all prompts with engine name.
3058         (nnir-search-engine): Remove global variable.
3059         (nnir-run-hyrex): Restore for now.
3060         (nnir-extra-parms,nnir-search-history): New variables.
3061         (gnus-group-make-nnir-group): Use them.
3062         (nnir-group-server): Remove in favor of gnus-group-server.
3063         (nnir-request-group): Avoid searching twice.
3064         (nnir-sort-groups-by-server): New function.
3065
3066 2010-10-30  Julien Danjou  <julien@danjou.info>
3067
3068         * gnus-group.el: Remove gnus-group-fetch-control.
3069
3070         * gnus-start.el (gnus-find-new-newsgroups):
3071         Remove gnus-check-first-time-used.
3072
3073         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
3074
3075 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3076
3077         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
3078         set on groups that don't have \* permanentflags.
3079
3080 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3081
3082         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
3083         control the background color.
3084         (shr-tag-img): Ignore very small web bug type images.
3085         (shr-put-image): Add help-echo alt texts to the images.
3086         (shr-tag-video): Show the video poster image.
3087
3088 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3089
3090         * shr.el (shr-table-depth): New variable.
3091         (shr-tag-table-1): Only insert the images after the top-level table.
3092
3093         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
3094
3095         * gnus-util.el (gnus-list-memq-of-list): New function.
3096
3097         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
3098         selected.
3099         (nnimap-unsplittable-articles): New slot.
3100         (nnimap-new-articles): Use it.
3101
3102 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
3103
3104         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
3105         move to the previous line on `M-g'.
3106
3107 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3108
3109         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
3110         *-request-group, which seems unnecessary.
3111
3112         * nnimap.el (nnimap-quote-specials): Function copied over from
3113         imap.el.
3114         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
3115         they support that.  Suggested by Tom Regner.
3116
3117 2010-10-29  Julien Danjou  <julien@danjou.info>
3118
3119         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
3120         defalias.
3121         (gnus-summary-delete-marked-with): Remove obsolete defalias.
3122
3123         * gnus.el: Remove `gnus-nntp-service' variable.
3124         (gnus-secondary-servers): Make obsolete.
3125         (gnus-nntp-server): Make obsolete.
3126
3127         * gnus-start.el (gnus-1): Remove x-splash calls.
3128
3129         * gnus-ems.el (gnus-x-splash): Remove.
3130
3131         * gnus.el (gnus-group-startup-message): Simplify/update code.
3132
3133         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
3134         definition.
3135
3136         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
3137         capability before doing anything.
3138         (gnus-group-insert-group-line): Remove useless
3139         gnus-group-remove-excess-properties.
3140
3141 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3142
3143         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
3144
3145 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3146
3147         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
3148         config after reselecting.
3149
3150 2010-10-28  Julien Danjou  <julien@danjou.info>
3151
3152         * shr.el (shr-put-image): Use point even if only inserting text.
3153         (shr-put-image): Save excursion when inserting alt text on non-graphic
3154         display, so the behaviour is the same when we are on a graphic display.
3155
3156         * nnir.el (nnir-run-swish-e): Remove hyrex support.
3157
3158 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3159
3160         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
3161         (gnus-mime-copy-part): Check coding system, not charset.
3162         (gnus-mime-view-part-externally): Never remove part.
3163         (gnus-mime-view-part-internally): Don't remove part here.
3164         (gnus-article-part-wrapper): Make sure MIME tag is visible.
3165         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
3166         multipart/alternative.
3167
3168         * mm-decode.el (mm-display-part): Take optional arg `force'.
3169
3170 2010-10-26  Julien Danjou  <julien@danjou.info>
3171
3172         * gnus-group.el (gnus-group-default-list-level): Add this function to
3173         compute the default list level.
3174         (gnus-group-default-list-level): Add possibility to use a function.
3175
3176 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3177
3178         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
3179
3180         * gnus-group.el (gnus-group-completing-read)
3181         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
3182         gnus-replace-in-string.
3183
3184 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3185
3186         * shr.el (shr-tag-div): Add.
3187
3188         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
3189
3190 2010-10-25  Julien Danjou  <julien@danjou.info>
3191
3192         * gnus-util.el: Remove `gnus-with-local-quit'.
3193
3194         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
3195
3196 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3197
3198         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
3199         the original article buffer.
3200
3201 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3202
3203         * nnimap.el (nnimap-request-head): New function.
3204         (nnimap-request-move-article): Try to be slighly faster by not
3205         requesting the entire message when moving.
3206         (nnimap-transform-headers): Don't bug out on bodiless articles.
3207         (nnimap-send-command): Have no outstanding messages if the IMAP server
3208         doesn't support streaming.
3209         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
3210
3211 2010-10-24  Julien Danjou  <julien@danjou.info>
3212
3213         * message.el (message-default-headers): Fix type.
3214
3215 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3216
3217         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
3218         prefetching images.
3219
3220         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
3221         backend for unknown groups.  This is mainly useful for nnimap groups.
3222
3223         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
3224         group isn't covered by the agent.
3225
3226 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
3227
3228         * nnir.el (nnir-method-default-engines): New variable.
3229         (nnir-run-query): Use it.
3230         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
3231         (gnus-summary-nnir-goto-thread): Change group if needed.
3232
3233         * gnus-group.el (gnus-group-group-map): Add key binding for
3234         gnus-group-make-nnir-group.
3235
3236 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3237
3238         * shr.el (shr-tag-object): Add.
3239
3240         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3241         original article buffer live.
3242         (gnus-summary-select-article-buffer):
3243         Mention gnus-widen-article-buffer.
3244
3245 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3246
3247         * shr.el (shr-tag-strong): Add.
3248
3249 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3250
3251         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3252         group names.  They mess up the group buffer badly.
3253
3254         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3255
3256         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3257         instead of the summary one.
3258
3259 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3260
3261         * mml.el (mml-preview): Work properly when editing article.
3262
3263         * gnus-start.el (gnus-read-active-file-1): Don't add method to
3264         gnus-have-read-active-file if it's already been in.
3265
3266 2010-10-22  Tom Tromey  <tromey@redhat.com>
3267
3268         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3269         gnus-group-completing-read.
3270
3271 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3272
3273         * message.el (message-mode-map): Don't bind M-; to comment region, to
3274         allow the global comment-dwim to work.
3275
3276 2010-10-21  Julien Danjou  <julien@danjou.info>
3277
3278         * message.el (message-setup-1): Allow message-default-headers to be a
3279         function.
3280
3281 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3282
3283         * shr.el (shr-tag-table): Simplify.
3284
3285 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3286
3287         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3288         to avoid trying to snarf invalid stuff.
3289
3290         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3291
3292         * gnus.el (gnus-message-archive-group): Quote value.
3293         (gnus-message-archive-group): Mark as changed.
3294
3295         * shr.el (shr-add-font): Don't put the font properties on the newline
3296         or the indentation.
3297
3298         * message.el (message-fix-before-sending): Change options when sending
3299         non-printable characters.
3300
3301         * gnus.el (gnus-message-archive-method): Change the default to
3302         monthly outgoing groups.
3303
3304         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3305         that have gotten new numbers.
3306
3307         * nnimap.el (nnimap-request-replace-article): New function.
3308
3309 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3310
3311         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3312         (nnrss-request-article): Don't use special html washing code.
3313
3314 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3315
3316         * shr.el (shr-tag-table): Remove useless nconc.
3317
3318 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3319
3320         * gnus-art.el (article-wash-html): Simplify and remove the charset
3321         stuff.  Use the normal html rendering code instead of the special html
3322         washing code.
3323
3324         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3325         `gnus-w3m' symbols.
3326         (mm-text-html-washer-alist): Remove.
3327
3328         * mm-decode.el (mm-inline-text-html-renderer): Remove.
3329         (mm-inline-media-tests): Remove use.
3330         (mm-text-html-renderer): Change default to the `shr' symbol.
3331
3332         * mm-view.el (mm-inline-text-html): Remove use.
3333
3334         * gnus-art.el (gnus-blocked-images): New function.  Allow the
3335         `gnus-blocked-images' to be a function.
3336         (gnus-article-wash-function): Remove.
3337
3338 2010-10-20  Julien Danjou  <julien@danjou.info>
3339
3340         * spam.el (spam-list-of-processors): Mark as obsolete.
3341
3342         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3343         (nnimap-insert-partial-structure): Fix boundary detection.
3344
3345 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
3346
3347         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3348         run file-truename on remote files.  This can be expensive and even
3349         prevent one from editing drafts if some unrelated buffer has a stale
3350         connection.
3351
3352 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3353
3354         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3355         kinsoku-eol regardless of shr-kinsoku-shorten.
3356         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3357         (shr-tag-table): Support caption, thead, and tfoot.
3358
3359 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3360
3361         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3362         lines.
3363         (shr-save-contents): New command and keystroke.
3364
3365         * nndoc.el (nndoc-type-alist): Add git support.
3366         (nndoc-git-type-p): New function.
3367         (nndoc-transform-git-article): Ditto.
3368         (nndoc-transform-git-headers): Ditto.
3369         (nndoc-transform-git-headers): Generate Subject headers.
3370
3371         * shr.el (shr-parse-style): New function.
3372         (shr-tag-span): Ditto.
3373
3374         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3375         to `G G' to avoid collisions.
3376
3377 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3378
3379         * shr.el: Load kinsoku if necessary.
3380         (shr-kinsoku-shorten): New internal variable.
3381         (shr-find-fill-point): Make kinsoku shorten text line if
3382         shr-kinsoku-shorten is bound to non-nil.
3383         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3384         shr-indentation too when testing if table is wider than frame width.
3385         (shr-insert-table): Use `string-width' instead of `length' to measure
3386         text width.
3387         (shr-insert-table-ruler): Make sure indentation is done at bol.
3388
3389 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3390
3391         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3392         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3393         undecoded network data.
3394
3395 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3396
3397         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3398         name in the mode line spec so that the mode line menu works
3399         (bug #2431).
3400
3401         * message.el (message-get-reply-headers): If we're fed `to-address',
3402         then always use that.
3403
3404         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3405         aren't so wide as to need to switch off the edit menu.
3406
3407         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3408         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3409
3410         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3411         `M-g'.
3412         (nnimap-update-info): Update flags/read marks even if \* isn't part of
3413         the permanent marks.
3414
3415 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
3416
3417         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3418         Splitting according to references/in-reply-to obeys the ignore-groups
3419         variable, while splitting by sender and subject do not.
3420
3421 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3422
3423         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3424         alist, so that we can look for non-Unicode chars.
3425         (article-translate-strings): Allow both character and string maps.
3426
3427 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3428
3429         * shr.el (shr-insert): Don't insert space behind a wide character
3430         categorized as kinsoku-bol, or between characters both categorized as
3431         nospace.
3432
3433 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
3434
3435         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
3436         headers to gnus-newsgroup-headers.
3437
3438 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3439
3440         * shr.el (shr-tag-img): Don't align images -- since we're not
3441         rescaling, this often leads to ugly displays.
3442
3443 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
3444
3445         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3446         duplicates.
3447
3448 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
3449
3450         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3451         call.
3452
3453 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3454
3455         * gnus.el: Autoload gnus-html-show-images.
3456
3457         * nnimap.el: Use nnheader-message throughout.
3458
3459         * shr.el (shr-tag-img): Ignore images with no data.
3460
3461 2010-10-15  Julien Danjou  <julien@danjou.info>
3462
3463         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3464         a possibility to disable format=flow encoding when using hard newlines.
3465
3466 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3467
3468         * shr.el (shr-insert): Remove space inserted before or after a
3469         breakable character or at the beginning or the end of a line.
3470         (shr-find-fill-point): Do kinsoku; find the second best point or give
3471         it up if there's no breakable point.
3472
3473 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3474
3475         * nnimap.el (nnimap-open-connection): Message when opening connection
3476         for debugging purposes.
3477
3478         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3479         on every setup buffer call to allow this to change from article to
3480         article.
3481
3482         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3483         buffers where we have a wide table.
3484
3485 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
3486
3487         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3488         uses *-request-thread.
3489
3490 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3491
3492         * nnimap.el (nnimap-open-connection): Remove %s from openssl
3493         incantation, which is no longer valid.
3494
3495 2010-10-14  Julien Danjou  <julien@danjou.info>
3496
3497         * shr.el: Fix defcustom type (char -> character).
3498
3499 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3500
3501         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3502         programs.
3503
3504 2010-10-14  Julien Danjou  <julien@danjou.info>
3505
3506         * shr.el (shr-tag-a): Use url-link as widget type.
3507
3508         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3509         `gnus-group-get-icon'.
3510
3511 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3512
3513         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3514         This should make server editing work better.
3515
3516         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3517
3518         * tls.el (tls-program): Remove spurious %s from openssl.
3519
3520         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3521         (nnimap-parse-flags): Fix regexp.
3522
3523         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3524         probably work for CJVK text, too.
3525
3526         * nnimap.el (nnimap-extend-tls-programs): Remove.
3527         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3528
3529         * tls.el (tls-starttls-switches): Remove starttls hack.
3530         (open-tls-stream): Ditto.
3531         (tls-find-starttls-argument): Ditto.
3532
3533 2010-10-13  Julien Danjou  <julien@danjou.info>
3534
3535         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3536         responses.
3537
3538 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3539
3540         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3541
3542         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3543         anything in Emacs.
3544
3545         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3546
3547 2010-10-13  Julien Danjou  <julien@danjou.info>
3548
3549         * shr.el (shr-width): Make shr-width a defcustom with default to
3550         fill-column.
3551         (shr-tag-img): Use shr-width rather than fill-column.
3552
3553 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3554
3555         * dgnushack.el (byte-optimize-apply)
3556         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3557
3558         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3559         position when (X-)Faces exist.
3560         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3561         avatars when called interactively.
3562
3563 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3564
3565         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3566         gnus-article-x-face-too-ugly is bound.
3567
3568 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3569
3570         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3571
3572         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3573         mailbox that doesn't exist.
3574
3575 2010-10-12  Julien Danjou  <julien@danjou.info>
3576
3577         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3578         (shr-get-image-data): Encode URL properly when fetching from cache.
3579         (shr-tag-img): Use aligned-to spaces to align correctly images.
3580
3581         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3582         before inserting the Gravatar.
3583
3584         * shr.el (shr-tag-img): Add align attribute support for <img>.
3585
3586 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3587
3588         * gnus-gravatar.el (gnus-art): Require.
3589
3590         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3591         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3592         Remove long obsoleted functions.
3593
3594 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3595
3596         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
3597
3598         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3599
3600         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3601         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3602         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3603         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3604         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3605         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3606         * sieve-manage.el, smime.el, spam.el:
3607         Fix comment for declare-function.
3608
3609 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3610
3611         * nnimap.el (nnimap-request-rename-group): Select group read-only
3612         before renaming it.
3613
3614         * shr.el (shr-insert): Fix up the white space only regexp.
3615
3616         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3617         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3618
3619         * shr.el (shr-current-column): New function.
3620         (shr-find-fill-point): New function.
3621
3622 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3623
3624         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3625         numbers.
3626
3627 2010-10-11  Julien Danjou  <julien@danjou.info>
3628
3629         * shr.el (shr-hr-line): Add.
3630         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3631         display hr lines.
3632         (shr-max-columns): Do not change state to nil if we just inserting
3633         spaces.
3634
3635 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3636
3637         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3638         select the last group.
3639
3640 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3641
3642         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3643
3644 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3645
3646         * dig.el (dig-mode-map): Declare and define in one step.
3647
3648 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3649
3650         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3651         for Gnus.
3652         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3653         (nnimap-update-qresync-info): Mark \Seen articles as read.
3654
3655         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3656         non-variable, too.
3657
3658         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3659         available.
3660         (nnimap-update-info): Rely more on the current active than the param
3661         active to avoid marking articles as read too much.
3662
3663         * auth-source.el (auth-source-create): Use (user-login-name) for the
3664         user name default.
3665
3666         * nnimap.el (nnimap-update-info): If the server doesn't return any
3667         useful info, just use the previous info.
3668         (nnimap-update-info): Prefer old info over start-article.
3669         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3670
3671 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3672
3673         * nnir.el (autoload): Clean up autoloads.
3674         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3675         Use key rather than value.
3676         (nnir-imap-search-other): New variable.
3677         (nnir-read-parm): Use it.
3678         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3679         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3680
3681 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3682
3683         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3684         the process, too.
3685
3686 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3687
3688         * spam.el (gnus-summary-mode-map): Bind to "$".
3689         Suggested by Russ Allbery.
3690
3691         * shr.el: Rework the way things are indented by <li> slightly.
3692
3693         * gnus.el (gnus-group-set-parameter): Fix typo.
3694
3695         * nnimap.el: Start implementing QRESYNC support.
3696
3697 2010-10-09  Julien Danjou  <julien@danjou.info>
3698
3699         * nnir.el (nnir-engines): Fix too many arguments.
3700
3701 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3702
3703         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3704         group is the "last", so that the backends like nnfolder actually save
3705         their folders.
3706
3707         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3708         try to use that for the tls stream.
3709         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3710         UIDVALIDITY and find out which groups are read-only and not.
3711         (nnimap-get-flags): Use the same marks parsing code as the rest of
3712         nnimap.
3713
3714 2010-10-09  Julien Danjou  <julien@danjou.info>
3715
3716         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3717
3718         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3719         retrieving gravatars.
3720
3721         * shr.el (shr-table-corner): Add.
3722         (shr-table-line): Add.
3723         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3724
3725 2010-10-08  Julien Danjou  <julien@danjou.info>
3726
3727         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3728
3729 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3730
3731         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3732
3733         * gnus-sum.el (gnus-mark-article-as-unread)
3734         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3735         (gnus-summary-set-bookmark): Use it.
3736
3737         * gnus-msg.el (gnus-setup-message): Use it.
3738
3739         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3740
3741         * gnus.el (gnus-group-remove-parameter): Use it.
3742
3743         * gnus-group.el (gnus-group-make-web-group): Use it.
3744
3745         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3746
3747         * nnregistry.el: Update docs to mention manual.
3748
3749         * gnus-registry.el: Update docs to mention nnregistry.el.
3750         (gnus-registry-initialize): Don't install nnregistry refer method
3751         automatically.
3752         (gnus-registry-install-nnregistry): Remove it.
3753
3754 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3755
3756         * shr.el (shr-insert): Don't insert double spaces.
3757
3758 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3759
3760         * gnus-gravatar.el (gnus-treat-from-gravatar)
3761         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3762         called interactively.
3763
3764         * gnus-art.el (gnus-mime-view-part-externally)
3765         (gnus-mime-view-part-internally): Make predicate function passed to
3766         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3767         of a mime type.
3768
3769         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3770
3771 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3772
3773         * shr.el (require): Require cl when compiling.
3774         (shr-tag-hr): New function.
3775
3776         * nnimap.el (nnimap-update-info): Remove double setting of high.
3777         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3778         This makes nnimap work properly on Courier again.
3779
3780         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3781         the variable for backwards compatibility.
3782
3783         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3784         the file name before using to avoid setting mm-default-directory to
3785         nil.
3786
3787         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3788         bidning gnus-agent variables.
3789
3790         * shr.el (shr-render-td): Use a cache for the table rendering function
3791         to avoid getting an exponential rendering behaviour in nested tables.
3792         (shr-insert): Rework the line-breaking algorithm.
3793         (shr-insert): Don't leave trailing spaces.
3794         (shr-insert-table): Also insert empty TDs.
3795         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3796
3797 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3798
3799         * gnus-sum.el (gnus-number): Rename from `number'.
3800         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3801         (gnus-summary-limit-children): Update uses correspondingly.
3802
3803 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3804
3805         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3806         (gnus-gravatar-transform-address): Don't show avatars of people of
3807         which mail addresses match gnus-gravatar-too-ugly.
3808
3809 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3810
3811         * shr.el (shr-table-widths): Expand TD elements to fill available
3812         space.
3813
3814 2010-10-07  Julien Danjou  <julien@danjou.info>
3815
3816         * nnimap.el (nnimap-request-rename-group): Add this method.
3817
3818 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3819
3820         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3821         name from XEmacs' function-arglist.
3822
3823         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3824         gravatar under XEmacs.
3825
3826 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3827
3828         * auth-source.el: Update docs with TODO items.
3829
3830         * gnus-sync.el: Update docs to explain state and plans.
3831
3832         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3833         Hooks for mark updates.
3834         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3835
3836         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3837         hooks with arguments, which is needed for mark update hooks.
3838
3839 2010-10-06  Julien Danjou  <julien@danjou.info>
3840
3841         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3842         was matched.
3843
3844         * sieve-manage.el: Update example in `Commentary'.
3845
3846         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3847
3848         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3849         not 2000.
3850         (sieve-manage-authenticate): Re-add function.
3851
3852 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3853
3854         * shr.el (shr-insert): Get 'space transition right.
3855         (shr-render-td): Only delete space at the end of the TD.
3856
3857         * nnimap.el (nnimap-open-connection): Prepare to support
3858         open-gnutls-stream.
3859
3860         * shr.el: Rearrange function order to be more logical.
3861
3862 2010-10-06  Julien Danjou  <julien@danjou.info>
3863
3864         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3865         (nnrss-discover-feed): Remove 404 URL in docstring.
3866
3867         * nnir.el: Fix Swish-E URL.
3868         Fix Namazu URL.
3869
3870         * message.el (message-change-subject): Remove 404 URL in a comment.
3871
3872 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3873
3874         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3875         called interactively.
3876
3877         * gnus-util.el (gnus-remove-if): Allow hash table.
3878         (gnus-remove-if-not): New function.
3879
3880         * gnus-art.el (gnus-mime-view-part-as-type)
3881         * gnus-score.el (gnus-summary-score-effect)
3882         * gnus-sum.el (gnus-read-move-group-name):
3883         Replace remove-if-not with gnus-remove-if-not.
3884
3885         * gnus-group.el (gnus-group-completing-read):
3886         Regard collection as a hash table if it is not a list.
3887
3888 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3889
3890         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3891
3892         * shr.el: Document the table-rendering algorithm.
3893
3894 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3895
3896         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3897         for Emacsen having no `libxml-parse-html-region' support.
3898
3899 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3900
3901         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3902         invalid URLs.
3903
3904         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3905         line-broken.
3906         (shr-tag-img): Ignore image fetching errors.
3907         (shr-overlays-in-region): Compute overlay positions correctly.
3908
3909         * mm-decode.el (mm-shr): Require shr.
3910
3911         * gnus-art.el (gnus-blocked-images): Move variable here.
3912
3913         * shr.el (shr-insert-table): Bind free variable.
3914
3915         * mm-decode.el (mm-shr): Bind shr-content-function.
3916
3917         * shr.el (shr-content-function): New variable.
3918
3919         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3920         added for symmetry.
3921
3922         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3923
3924         * gnus-group.el (gnus-group-make-group): Doc fix.
3925
3926         * nnimap.el (nnimap-request-newgroups): Return success.
3927
3928         * shr.el (shr-find-elements): New function.
3929         (shr-tag-table): Put all the images after the table.
3930         (shr-tag-table): Really inhibit images inside the table.
3931         (shr-collect-overlays): Copy over overlays from the TD elements to the
3932         main document.
3933
3934         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3935         gnus-blocked-images.
3936
3937 2010-10-05  Julien Danjou  <julien@danjou.info>
3938
3939         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3940
3941         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3942         (gnus-html-maximum-image-size): Add this function.
3943         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3944
3945         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3946         server-value of the capability is nil.
3947
3948 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3949
3950         * shr.el (shr-tag-em): Add <EM> tag.
3951
3952 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3953
3954         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3955         customizable.
3956
3957         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3958         handing broken links to browse-url.
3959
3960 2010-10-05  Julien Danjou  <julien@danjou.info>
3961
3962         * gnus-util.el (gnus-emacs-completing-read)
3963         (gnus-iswitchb-completing-read): Use autoload rather than require.
3964
3965 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3966
3967         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3968         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3969         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3970         iswitchb-temp-buflist for XEmacs.
3971
3972         * gnus-util.el (gnus-completing-read-function): Exclude
3973         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3974         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3975         XEmacs.
3976
3977         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3978         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3979
3980         * gnus-html.el: Don't require help-fns under XEmacs.
3981         (gnus-html-schedule-image-fetching): Work for XEmacs.
3982
3983         * mm-decode.el (mm-shr): Decode contents by charset.
3984
3985 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3986
3987         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3988         unknown.
3989
3990         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3991         (shr-get-image-data): Ensure against the cache file missing.
3992
3993         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3994         for data.
3995
3996         * spam-report.el (spam-report-url-ping-plain): Don't query about
3997         killing the process.
3998
3999         * shr.el (shr-render-td): Protect against too-wide text.
4000
4001 2010-10-04  Julien Danjou  <julien@danjou.info>
4002
4003         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
4004         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
4005
4006         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
4007         retrieved.
4008
4009 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4010
4011         * shr.el (browse-url): Require.
4012         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
4013         lines.
4014         (shr-show-alt-text, shr-browse-image): New commands.
4015         (shr-browse-url, shr-copy-url): New commands.
4016
4017         * gnus-sum.el (gnus-widen-article-window): New variable.
4018         (gnus-summary-select-article-buffer): Use it.
4019
4020         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
4021         without @ signs.
4022
4023 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4024
4025         * nnir.el (nnir-run-imap): Remove spurious space in search string.
4026
4027 2010-10-04  Julien Danjou  <julien@danjou.info>
4028
4029         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
4030         for XEmacs.
4031
4032 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4033
4034         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
4035
4036         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
4037         (nnimap-close-server): Implement.
4038
4039         * dgnushack.el (iswitchb): Require to shut up the compiler.
4040
4041         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
4042         (shr-insert): Tweak line breaking.
4043         (shr-insert): Handle <pre> better.
4044         (shr-tag-li): Get <li> indentation right.
4045         (shr-tag-li): Get <li> indentation even righter.
4046         (shr-tag-blockquote): Ensure paragraph start.
4047         (shr-make-table): Tweak table generation.
4048         (shr-make-table): Fix typo.
4049
4050         * shr.el: Implement table rendering.
4051
4052 2010-10-04  Julien Danjou  <julien@danjou.info>
4053
4054         * gnus-html.el (gnus-html-put-image): Fix resize image code.
4055
4056 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4057
4058         * shr.el (shr-insert): Use string anchors instead of line anchors.
4059
4060 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4061
4062         * shr.el: Add headings.
4063         (shr-ensure-paragraph): Actually work.
4064         (shr-tag-li): Make <ul> prettier.
4065         (shr-insert): Get white space at the beginning/end of elements right.
4066         (shr-tag-p): Collapse subsequent <p>s.
4067         (shr-ensure-paragraph): Don't insert double line feeds after blank
4068         lines.
4069         (shr-insert): \t is also space.
4070         (shr-tag-s): Fix "s" tag name function.
4071         (shr-tag-s): Fix face prop name.
4072
4073 2010-10-03  Julien Danjou  <julien@danjou.info>
4074
4075         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
4076
4077         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
4078         gnus-window-inside-pixel-edges.
4079
4080         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
4081         gnus-ems.
4082
4083         * mm-view.el (mm-inline-image-emacs): Support image resizing.
4084
4085         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
4086         function.
4087
4088         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
4089         resize choice.
4090
4091 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4092
4093         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
4094         beginning of the buffer.
4095
4096         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
4097         article buffer again.
4098
4099         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
4100
4101         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
4102         when it's at the start of the buffer.
4103
4104         * shr.el (shr-tag-blockquote): Convert name.
4105         (shr-rescale-image): Use the right image-size variant.
4106
4107         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
4108         buffer isn't shown, then select the current article first instead of
4109         bugging out.
4110         (gnus-summary-select-article-buffer): Show both the article and summary
4111         buffers again.
4112
4113         * shr.el (shr-fontize-cont): Protect against regions with no text.
4114         Rename tag functions to shr-tag-* for enhanced security.
4115         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
4116
4117 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
4118
4119         * shr.el (shr-insert):
4120         * pop3.el (pop3-movemail):
4121         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
4122         loaded.
4123
4124 2010-10-03  Glenn Morris  <rgm@gnu.org>
4125
4126         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
4127
4128         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
4129
4130         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
4131
4132         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
4133
4134         * gnus-util.el (gnus-make-local-hook): Simplify.
4135
4136 2010-10-02  Julien Danjou  <julien@danjou.info>
4137
4138         * gnus-util.el (gnus-iswitchb-completing-read): New function.
4139         (gnus-ido-completing-read): New function.
4140         (gnus-emacs-completing-read): New function.
4141         (gnus-completing-read): Use gnus-completing-read-function.
4142         Add gnus-completing-read-function.
4143
4144 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4145
4146         * shr.el (shr-insert-document): Autoload.
4147         (shr-img): Be silent.
4148         (shr-insert): Add a newline after every picture before text.
4149         (shr-add-font): Use overlays for combining faces.
4150         (shr-insert): Pass upwards the text start point.
4151
4152         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
4153         possible.
4154         (mm-shr): New function.
4155
4156 2010-10-02  Julien Danjou  <julien@danjou.info>
4157
4158         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
4159         should go backward.
4160
4161 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
4162
4163         * shr.el (shr): Fix typo in provide call.
4164
4165 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4166
4167         * shr.el: New file.
4168
4169         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
4170
4171         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
4172         completing read.
4173
4174 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4175
4176         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
4177         we're being queried about.  Suggested by Dan Jacobson.
4178
4179         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
4180         Suggested by Jason Eisner.
4181
4182         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
4183         table, too.  Suggested by Stefan Wiens.
4184         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
4185         the table unnecessary.  Suggested by Stefan Wiens.
4186
4187         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
4188         longer needed, and probably doesn't work either, as pointed out by
4189         Stefan Wiens.
4190         (gnus-summary-exit): Remove call to the clearing function.
4191         (gnus-summary-exit-no-update): Ditto.
4192
4193         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
4194         instead of gnus-eval-in-buffer-window to avoid popping up frames.
4195         Reported by Stefan Monnier.
4196         (gnus-summary-save-in-rmail): Ditto.
4197
4198         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
4199         article buffer, instead of both the article buffer and the summary
4200         buffer.  Sort of suggested by Dan Jacobson.
4201
4202         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
4203
4204         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
4205         Suggested by Dan Jacobson.
4206
4207         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
4208         documentation clearer.
4209
4210         * message.el (message-shorten-references): Comment on the number "21".
4211         Suggested by Stefan Monnier.
4212
4213         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
4214         Suggested by Dan Jacobson.
4215
4216         * gnus.el (gnus-large-newsgroup):
4217         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
4218
4219         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
4220         externalize attachments.  Bug reported by Steve Wen.
4221
4222         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
4223         really message anything to the user.
4224
4225         * nnmail.el (nnmail-article-group): Allow using the fancy split method
4226         directly.
4227
4228         * nnimap.el (nnimap-request-group): Low higher than high to signal no
4229         messages in empty groups.
4230
4231 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
4232
4233         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
4234         non-UIDNEXT group.
4235
4236 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4237
4238         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
4239         not the value from the collection.
4240
4241         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
4242         values.  This sometimes happens on some groups that have no info.
4243         (nnimap-request-newgroups): New function.
4244
4245 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
4246
4247         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4248         check into `gnus-registry-initialize'.
4249         (gnus-registry-initialize): Ditto.
4250         Fix and extend header docs.
4251
4252 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4253
4254         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4255         regexp backtrace overflows.
4256
4257         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4258         for starttls that tls.el implements; i.e. openssl.
4259
4260         * tls.el (tls-starttls-switches): Give up on using starttls with
4261         gnutls-cli.
4262         (tls-program): Add --insecure to be consistent with the defaults from
4263         openssl s_client.  Now all three commands are insecure.
4264
4265 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4266
4267         * lpath.el: Bind completion-styles-alist for XEmacs.
4268
4269         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4270         (gravatar-create-image): New function that's an alias to
4271         gnus-xmas-create-image, gnus-create-image, or create-image.
4272         (gravatar-data->image): Use it.
4273
4274 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
4275
4276         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4277         install the nnregistry refer method.
4278         (gnus-registry-install-hooks): Use it.
4279         (gnus-registry-unfollowed-groups): Add nnmairix to the default
4280         unfollowed groups.
4281
4282 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
4283
4284         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4285         expanding threads.
4286
4287 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4288
4289         * nnir.el: Use the server names without suffixes (bug #7009).
4290
4291         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4292         unencrypted to STARTTLS, if possible.
4293
4294 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4295
4296         * message.el (message-ignored-supersedes-headers): Strip Injection-*
4297         headers before superseding.
4298
4299 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4300
4301         * nnrss.el (nnrss-use-local): Add documentation.
4302
4303         * nnimap.el (nnimap-extend-tls-programs): New function.
4304         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4305         (nnimap-wait-for-connection): Accept the greeting from the stupid
4306         output from openssl s_client -starttls, too.
4307
4308         * tls.el (tls-starttls-switches): New variable.
4309         (tls-find-starttls-argument): Use it.
4310         (open-tls-stream): Ditto.
4311
4312         * netrc.el (netrc-credentials): Return the value of the "default" entry.
4313         (netrc-machine): Ditto.
4314
4315         * nnimap.el (nnimap-find-article-by-message-id): Really return the
4316         article number.
4317         (nnimap-split-fancy): New variable.
4318         (nnimap-split-incoming-mail): Use it.
4319
4320         * nntp.el (nntp-server-list-active-group): Document.
4321
4322         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4323         SELECT to get the message-id.
4324
4325         * mail-source.el (mail-sources): Remove webmail support.
4326         (defvar): Ditto.
4327         (mail-source-fetcher-alist): Ditto.
4328         (mail-source-fetch-webmail): Remove.
4329
4330         * webmail.el: Remove -- doesn't seem relevant any more.
4331
4332         * gnus.el: Fix up make-obsolete-variable declarations throughout.
4333
4334         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4335         the \r.
4336
4337 2010-09-30  Julien Danjou  <julien@danjou.info>
4338
4339         * gnus-agent.el (gnus-agent-add-group): Fix call to
4340         gnus-completing-read.
4341
4342 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4343
4344         * nndoc.el (nndoc-retrieve-groups): New function.
4345
4346         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4347         `default', use nnmail-split-methods.
4348         (nnimap-request-article): Downcase the NILs so that they are nil.
4349
4350         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4351         symbol.
4352
4353         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4354         code, since if the user has requested network, that's what they ought
4355         to get.
4356         (nnimap-request-set-mark): Erase the buffer before issuing commands.
4357         (nnimap-split-rule): Mark as obsolete.
4358
4359         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4360         New variable.
4361
4362         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4363         correct slot, too.
4364
4365 2010-09-29  Julien Danjou  <julien@danjou.info>
4366
4367         * gnus.el (gnus-local-domain): Declare variable obsolete.
4368
4369         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4370         Fix history computing.
4371         (gnus-ido-completing-read): Require ido.
4372
4373 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4374
4375         * gnus-registry.el: Don't prompt on load, which makes it impossible to
4376         build Gnus.
4377
4378         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4379         when interpreting the structures.
4380         (nnimap-request-accept-article): Add \r\n to the lines to make this
4381         work with Cyrus.
4382
4383         * nndraft.el (nndraft-request-expire-articles): Use the group name
4384         instead if "nndraft".  Fix found by Nils Ackermann.
4385
4386 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
4387
4388         * nnregistry.el: Add.
4389
4390 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4391
4392         * nnmail.el (group, group-art-list, group-art):
4393         Remove unneeded directives.
4394
4395 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4396
4397         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4398         (mm-mime-charset)
4399         * rfc2047.el (rfc2047-syntax-table)
4400         * utf7.el (utf7-utf-16-coding-system): Comment fix.
4401
4402         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4403         rather than `insert-file-contents' and `eval-region'.
4404
4405         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
4406         construction.
4407
4408         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
4409
4410         * time-date.el: No need to require cl for Emacs 21.
4411
4412 2010-09-29  Julien Danjou  <julien@danjou.info>
4413
4414         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4415         replacement of `gnus-gravatar-relief' to mimic
4416         `gnus-faces-properties-alist'.
4417         Add :version property.
4418
4419 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4420
4421         * mail-source.el (mail-source-report-new-mail)
4422         * message.el (message-default-mail-headers)
4423         * mm-decode.el (mm-valid-image-format-p): Comment fix.
4424
4425         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4426
4427 2010-09-28  Julien Danjou  <julien@danjou.info>
4428
4429         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4430         mail-address contains the same string as real-name.
4431
4432         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4433         non-blank in header, otherwise it'll get stripped.
4434
4435         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4436         real-name, and then for mail address rather than doing : or , search.
4437
4438 2010-09-27  Julien Danjou  <julien@danjou.info>
4439
4440         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4441         right completing-read function.
4442         (gnus-use-ido): New variable
4443         (gnus-completing-read-with-default): Remove.
4444         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4445         (gnus-agent-add-group):
4446         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4447         * mm-view.el (mm-view-pkcs7-decrypt):
4448         * mm-util.el (mm-codepage-setup):
4449         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4450         * mml-smime.el (mml-smime-openssl-sign-query):
4451         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4452         (mml-insert-multipart):
4453         * gnus-msg.el (gnus-summary-yank-message):
4454         * gnus-int.el (gnus-start-news-server):
4455         * mm-decode.el (mm-interactively-view-part):
4456         * gnus-dired.el (gnus-dired-attach):
4457         * gnus.el (gnus-read-method):
4458         * gnus-bookmark.el (gnus-bookmark-jump):
4459         * gnus-art.el (gnus-mime-view-part-as-type)
4460         (gnus-mime-action-on-part, gnus-article-encrypt-body):
4461         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4462         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4463         * nnmairix.el (nnmairix-create-server-and-default-group)
4464         (nnmairix-update-groups, nnmairix-get-server)
4465         (nnmairix-backend-to-server, nnmairix-goto-original-article)
4466         (nnmairix-get-group-from-file-path):
4467         * nnrss.el (nnrss-find-rss-via-syndic8):
4468         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4469         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4470         (gnus-group-browse-foreign-server):
4471         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4472         (gnus-summary-execute-command, gnus-summary-respool-article)
4473         (gnus-read-move-group-name):
4474         * gnus-score.el (gnus-summary-increase-score)
4475         (gnus-summary-score-effect):
4476         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4477
4478 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4479
4480         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
4481         x-focus-frame.
4482
4483         * nnimap.el (auth-source-forget-user-or-password)
4484         (auth-source-user-or-password): Autoload.
4485
4486         * message.el (message-from-style, message-interactive)
4487         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4488         (message-yank-prefix, message-indentation-spaces, message-signature)
4489         (message-signature-file): Add comment.
4490
4491 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4492
4493         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4494         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4495         new articles.
4496
4497         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4498         parts.
4499         (nnimap-request-article): Work with the t setting, too.
4500
4501         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4502         that you don't get flashes of other buffers.
4503         (gnus-summary-show-complete-article): Intern before setting.
4504
4505 2010-09-27  David Engster  <dengste@eml.cc>
4506
4507         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4508         well as HEADERS.
4509         (nnmairix-retrieve-headers): Provide new argument for the above.
4510
4511 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4512
4513         * gnus-sum.el (gnus-summary-move-article): Don't alter
4514         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4515         group.
4516
4517         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4518
4519         * message.el (message-cite-prefix-regexp): Revert my last edit.
4520
4521         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4522         variable instead of the Gnus variable.
4523
4524         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4525
4526         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4527
4528         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4529         since some servers don't like it.
4530         (nnimap-open-connection): Forget credentials if the server says the
4531         password was wrong.
4532         (nnimap-parse-line): Protect against invalid data.
4533
4534         * gnus-sum.el (gnus-summary-move-article): Add comment.
4535         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4536         nothing alters it while scanning for new messages.
4537
4538         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4539         which may or may not help.
4540         (nnimap-open-connection): If we're doing a stream connection, and then
4541         discover we're on a STARTTLS-capable server, then open a STARTTLS
4542         connection instead.
4543
4544 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4545
4546         * nnimap.el (utf7): Require.
4547
4548         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4549         prefix.
4550
4551 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4552
4553         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4554
4555 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4556
4557         * nnimap.el (nnimap-request-accept-article): Message the error on
4558         error.
4559
4560 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4561
4562         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4563
4564 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4565
4566         * nndoc.el (nndoc-request-list): Return success always.
4567
4568         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4569         `fetch-old' -- we only want to fetch the articles we've requested.
4570         The rest are in the agent, probably.
4571         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4572         disappeared server" to something low.  It's not important.
4573
4574         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4575         arrived before the FETCH data.
4576
4577         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4578         target here, because we don't know the Gnus name of the group.
4579
4580         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4581         for the correct group.
4582
4583         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4584
4585         * gnus.el (gnus): Give a final warning after startup.
4586
4587         * gnus-util.el (gnus-action-message-log): New variable.
4588         (gnus-message): Use it.
4589         (gnus-final-warning): New function.
4590
4591         * nnimap.el (nnimap-open-connection): Record the greeting.
4592         (nnimap): Add greeting.
4593
4594 2010-09-26  Julien Danjou  <julien@danjou.info>
4595
4596         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4597         arguments.
4598         (gnus-html-wash-images): Fix spec computing to include start/end.
4599
4600         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4601
4602 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4603
4604         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4605         deletion.
4606         (nnimap-retrieve-headers): Don't select the group, because that's
4607         already done by nnimap-possibly-change-group.
4608
4609         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4610         (gnus-picon-transform-address): Use it.
4611
4612         * mail-source.el (mail-source-value): Revert previous patch.
4613
4614         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4615         on failure.
4616         (nnimap-open-connection): Look up both virtual and physical server name
4617         credentials.
4618
4619         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4620
4621 2009-02-07  Dave Love  <fx@gnu.org>
4622
4623         * tls.el (open-tls-stream): Don't query killing process.
4624
4625 2009-02-08  Dave Love  <fx@gnu.org>
4626
4627         * gnus-win.el (gnus-window-to-buffer-helper)
4628         (gnus-all-windows-visible-p): Function needn't be a symbol.
4629
4630         * mail-source.el (mail-source-value): Function needn't be a symbol.
4631
4632 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4633
4634         * message.el (message-cite-prefix-regexp): Remove } from the cite
4635         prefix.
4636
4637         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4638         highlight again, so that the highlight is correct.
4639
4640         * gnus-picon.el (gnus-picon): Remove again.
4641         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4642
4643         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4644         doing the header highlightling, so that the background colour of the
4645         picon is correct.
4646
4647         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4648         (gnus-picon): Ditto.
4649         (gnus-picon): Reinstate.  The background colour for picons is white.
4650         (gnus-picon-insert-glyph): Make the background white.
4651
4652         * nnml.el (nnml-open-nov): Don't return dead buffers.
4653
4654         * auth-source.el (auth-source-create): Query the user for whether to
4655         store the credentials.
4656
4657         * netrc.el (netrc-store-data): New function.
4658
4659         * auth-source.el (auth-source-user-or-password): Use the existing auth
4660         sources, if any, for creation.
4661
4662         * gnus.el (gnus-group-fast-parameter): Return the last matching
4663         parameter instead of the first matching parameter.
4664
4665 2010-09-26  Julien Danjou  <julien@danjou.info>
4666
4667         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4668
4669 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4670
4671         * mml2015.el (mml2015-use): Remove gpg support.
4672
4673         * mml1991.el (mml1991-function-alist): Remove gpg function.
4674         (mml1991-gpg-sign): Remove.
4675
4676 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4677
4678         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4679         (gnus-browse-unsubscribe-current-group): Document it.
4680         (gnus-browse-unsubscribe-group): Use it.
4681
4682 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4683
4684         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4685         address to the To list for easier response.
4686
4687         * gnus.el (gnus-play-startup-jingle): Remove.
4688         (gnus-splash): Don't play jingle.
4689         (gnus): Silence gnus-load message.
4690
4691         * gnus-art.el (gnus-treat-play-sounds): Remove.
4692
4693         * gnus.el (gnus-play-jingle): Remove audio support.
4694
4695         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4696
4697         * earcon.el: Remove -- no users.
4698
4699         * gnus-audio.el: Remove -- no users of this package.
4700
4701         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4702
4703         * gnus-start.el (gnus-setup-news): Remove nocem support.
4704
4705         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4706
4707         * gnus.el (gnus-use-nocem): Remove.
4708
4709         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4710         Remove.
4711
4712         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4713         uses NoCeM any more.
4714
4715         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4716         (gnus-button-ctan-handler): Ditto.
4717         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4718         (gnus-button-ctan-directory-regexp): Ditto.
4719         (gnus-button-handle-ctan): Ditto.
4720         (gnus-button-tex-level): Ditto.
4721         (gnus-button-alist): Remove CTAN stuff.
4722
4723 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4724
4725         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4726         nnimap-streaming test.
4727
4728         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4729         servers twice.
4730
4731         * nnimap.el (nnimap-open-connection): Add more error reporting when
4732         nnimap fails early.
4733
4734         * nnheader.el (nnheader-get-report-string): New function.
4735         (nnheader-get-report): Use it.
4736
4737         * gnus-int.el (gnus-check-server): Say what the error was when opening
4738         failed.
4739
4740         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4741         using streaming.
4742
4743 2010-09-25  Julien Danjou  <julien@danjou.info>
4744
4745         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4746         gnus-window-inside-pixel-edges.
4747
4748 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4749
4750         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4751
4752         * mm-decode.el (mm-save-part): Allow saving to other directories the
4753         normal Emacs way.
4754
4755         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4756         Suggested by Jay Berkenbilt.
4757
4758         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4759         there isn't a single byte.
4760
4761         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4762         just do it.  It doesn't really seem to matter what the user responds
4763         here, I think, so it's just a confusing question.
4764
4765         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4766         non-streaming case.
4767
4768         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4769         (gnus-article-encrypt-body): Use it.
4770
4771         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4772         keystroke.
4773
4774         * nnimap.el (nnimap-find-wanted-parts-1):
4775         Use gnus-fetch-partial-articles.
4776
4777         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4778
4779         * nnimap.el (nnimap-insert-partial-structure): New function.
4780         (nnimap-get-partial-article): New function.
4781         (nnimap-request-article): Use it.
4782         (nnimap-wait-for-response): Return whether the wait was successful.
4783         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4784         retrieval wasn't successful.
4785         (nnimap-retrieve-group-data-early): Allow throttling servers.
4786         (nnimap-streaming): New variable.
4787         (nnimap-fetch-partial-articles): Remove.
4788
4789         * mm-decode.el (mm-with-part): Protect against killed buffers.
4790
4791         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4792         for prettier summary display.
4793
4794 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4795
4796         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4797
4798 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4799
4800         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4801         apparently third-party libraries depend on it.
4802
4803         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4804         before starting negotiation.
4805
4806         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4807         privacy reasons.
4808         (gnus-treat-mail-gravatar): Ditto.
4809
4810         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4811         buffer when inserting images.  Inserting text into the headers, for
4812         instance, can make them invalid.
4813
4814 2010-09-25  Julien Danjou  <julien@danjou.info>
4815
4816         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4817         variables.
4818
4819         * nnheader.el: Remove useless variables news-reply-yank-from and
4820         news-reply-yank-message-id.
4821
4822         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4823         variables.
4824
4825         * mml1991.el: Remove useless mml1991-verbose.
4826
4827         * gnus.el: Remove useless variable gnus-use-generic-from.
4828         Remove obsolete variable gnus-topic-indentation.
4829
4830         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4831
4832         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4833
4834         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4835
4836         * gnus-group.el: Remove useless gnus-group-icon-cache.
4837         Remove useless gnus-ephemeral-group-server.
4838
4839         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4840
4841         * mml2015.el: Remove useless mml2015-verbose.
4842
4843         * mml-smime.el: Remove useless mml-smime-verbose.
4844
4845         * gnus.el: Remove useless gnus-local-domain.
4846
4847         * gnus-gravatar.el (gnus-gravatar-transform-address):
4848         Use gnus-gravatar-size.
4849
4850         * gnus-art.el: Remove useless gnus-treat-translate.
4851
4852 2010-09-24  Julien Danjou  <julien@danjou.info>
4853
4854         * gnus-sum.el: Add support for Gravatars.
4855
4856         * gnus-art.el: Add support for Gravatars.
4857
4858         * gnus-gravatar.el: Add this file.
4859
4860         * gravatar.el: Add this file.
4861
4862 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4863
4864         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4865
4866         * gnus-group.el (gnus-group-fetch-faq): Remove.
4867
4868         * gnus.el (gnus-group-faq-directory): Remove.
4869
4870         * gnus-group.el (gnus-group-fetch-charter): Remove.
4871
4872         * gnus.el (gnus-group-charter-alist): Remove.
4873
4874         * gnus-group.el (gnus-group-archive-directory): Remove.
4875         (gnus-group-recent-archive-directory): Ditto.
4876         (gnus-group-make-archive-group): Remove.
4877
4878         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4879
4880         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4881         use the same article number for all the cached articles.
4882
4883         * nnimap.el (nnimap-command): Register the last command time so
4884         that we can use it for idling NOOPs.
4885         (nnimap-open-connection): Start the keeplive timer.
4886         (nnimap-make-process-buffer): Store all the process buffers.
4887         (nnimap-keepalive): New function.
4888
4889         * starttls.el (starttls-open-stream): Add autoload cookie.
4890
4891 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4892
4893         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4894         handling.
4895
4896 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4897
4898         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4899         its data structures.
4900
4901         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4902         instead of the cl.el copy-list.
4903         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4904         equalp.
4905
4906 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4907
4908         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4909         and tool-bar-local-item-from-menu.
4910
4911         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4912         mode-line-highlight face for Emacs.
4913
4914         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4915         loading gnus-sum.elc; fix comment for canlock-verify.
4916         (gnus-article-jump-to-part): Use read-number.
4917         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4918         Remove Emacs pre-21 compatible code for help-echo.
4919         (gnus-article-next-page-1): No need to adjust the number of lines.
4920         (gnus-article-describe-bindings): Always use help-buffer.
4921
4922         * gnus-audio.el (gnus-audio-inline-sound)
4923         * gnus-cus.el (gnus-custom-mode)
4924         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4925
4926         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4927
4928         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4929         compatible code.
4930
4931 2010-09-24  Glenn Morris  <rgm@gnu.org>
4932
4933         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4934         visiting the fcc file in rmail-mode.
4935
4936         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4937
4938 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4939
4940         * nnir.el: Silence the byte compiler.
4941
4942         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4943         alias to browse-url-url-encode-chars if any.
4944         (gnus-html-encode-url): Use it.
4945
4946 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4947
4948         * gnus-start.el (gnus-use-backend-marks): New variable.
4949         (gnus-get-unread-articles-in-group): Use it.
4950
4951         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4952         makeover.
4953
4954 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4955
4956         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4957
4958 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4959
4960         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4961         Remove.
4962         (gnus-setup-news-hook):
4963         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4964
4965         * gnus-int.el (gnus-request-update-info): Protect against backends not
4966         having the function.
4967
4968         * nnimap.el (nnimap-stream): Mention starttls.
4969         (nnimap-open-connection): Add starttls support.
4970
4971 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4972
4973         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4974
4975 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4976
4977         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4978         BODYSTRUCTUREs.
4979         (nnimap-transform-headers): Unfold quoted {42} headers.
4980
4981         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4982         the info.
4983         (gnus-get-unread-articles): Only call updatep on backends that support
4984         it.
4985
4986         * nnweb.el (nnweb-request-update-info): NOOP.
4987
4988         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4989
4990         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4991         since it only deals with marks.
4992
4993         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4994         gnus-request-marks, and make a new gnus-request-update-info.
4995
4996         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4997         the active instead of the high number, which is usually too low.
4998
4999 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
5000
5001         * netrc.el (netrc-parse): Remove encrypt.el mentions.
5002         * encrypt.el: Remove.
5003
5004 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5005
5006         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
5007         server in symbolic form.
5008
5009         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
5010
5011 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5012
5013         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
5014         (nnimap-update-info): Fix up code slightly.
5015
5016         * gnus-int.el (gnus-open-server): Add tracing for performance
5017         debugging.
5018
5019         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
5020         (gnus-group-insert-group-line): Pass the real group name so that it
5021         gets the right data.
5022
5023         * gnus-start.el (gnus-get-unread-articles): Don't have
5024         `gnus-get-unread-articles-in-group' update info, since that can be
5025         really slow and doesn't seem to be needed?
5026
5027 2010-09-22  Dan Christensen  <jdc@uwo.ca>
5028
5029         * time-date.el (date-to-time): Try using parse-time-string first before
5030         using the slower timezone-make-date-arpa-standard.
5031
5032 2010-09-22  Julien Danjou  <julien@danjou.info>
5033
5034         * gnus-group.el (gnus-group-insert-group-line):
5035         Call gnus-group-highlight-line.
5036         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
5037         default hook list.
5038         (gnus-group-update-eval-form): Add new function.
5039         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
5040         (gnus-group-get-icon): Use gnus-group-update-eval-form.
5041
5042 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5043
5044         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
5045         immediate, then expire all articles.
5046         (nnimap-update-info): Fix off-by-one errors.
5047         (nnimap-flags-to-marks): Would return no marks lists for group with no
5048         flags.  Instead return the other data.
5049
5050 2010-09-22  Julien Danjou  <julien@danjou.info>
5051
5052         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
5053         Only return an icon.
5054         (gnus-group-insert-group-line): Compute icon to return.
5055
5056         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
5057         (gnus-html-image-fetched): Only cache if
5058         gnus-html-image-automatic-caching is set.
5059         (gnus-html-image-fetched): Check for errors.
5060
5061 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5062
5063         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
5064         once per method on `g'.  This ensures that backends like nnfolder don't
5065         open all their folders.
5066
5067         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
5068         (nnimap-request-list): Nix out group in the correct buffer.
5069         (nnimap-parse-flags): Implement by using `read' instead of
5070         hand-parsing.
5071         (nnimap-flags-to-marks): Pass on permanent-flags.
5072         (nnimap-make-process-buffer): Record the server name.
5073         (nnimap-parse-flags): Fix typo.
5074         (nnimap-request-scan): Run split on the server in general, not just a
5075         single group.
5076
5077         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
5078         parameter, and propagate this downwards.
5079
5080         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
5081         since EXAMINE changes it on the server.
5082
5083         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
5084         this command might take a while.
5085
5086 2010-09-22  Julien Danjou  <julien@danjou.info>
5087
5088         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
5089         harmful if you have 2 images side-by-side, they can't be properly
5090         update on text deletion.  Using text-property is safer here.
5091         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
5092         data.
5093
5094 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5095
5096         * nnimap.el (nnimap-expunge-inbox): Remove.
5097         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
5098         (nnimap-expunge): Flip default to t.
5099
5100         * gnus.el (gnus-method-to-server): Don't push things to the cache
5101         unless it's unique.
5102         (gnus-server-to-method): Ditto.
5103
5104 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5105
5106         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
5107
5108 2010-09-22  Julien Danjou  <julien@danjou.info>
5109
5110         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
5111         get the start of data.
5112         (gnus-html-encode-url): Add this function to encode special chars in
5113         URL.
5114         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
5115         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
5116
5117         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
5118         default.
5119         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
5120
5121         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
5122         images alt-text.
5123         (gnus-html-put-image): Put alt-text as help-echo.
5124
5125 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5126
5127         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
5128         * mm-util.el (mm-decompress-buffer)
5129         * nnir.el (nnir-run-find-grep)
5130         * pop3.el (pop3-list): Use 3rd arg of split-string.
5131
5132         * time-date.el (format-seconds): Comment fix.
5133
5134         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
5135         and byte-optimize-form-code-walker.
5136         (dgnushack-make-auto-load): Don't advise make-autoload.
5137
5138         * lpath.el: Remove Emacs 21 stuff.
5139
5140 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5141
5142         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
5143         outside the active range.  Suggested by Dan Christensen.
5144
5145         * gnus-start.el (gnus-get-unread-articles): Get the extended method
5146         slightly later to avoid double-getting it.
5147
5148         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
5149         previous patch.
5150
5151         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
5152
5153 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
5154
5155         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
5156
5157 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5158
5159         * gnus-int.el (gnus-open-server): Give a better error message in the
5160         "go offline" case.
5161
5162         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
5163         marks for nnimap, which is seldom the right thing to do.
5164
5165         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
5166         (gnus-same-method-different-name): New function.
5167
5168         * nnimap.el (parse-time): Require.
5169
5170         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
5171         method in the presence of many similar methods.
5172
5173         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
5174
5175         * nnimap.el (nnimap-find-expired-articles): Don't refer to
5176         nnml-inhibit-expiry.
5177
5178         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
5179         find out whether methods are equal.
5180
5181         * nnimap.el (nnimap-find-expired-articles): New function.
5182         (nnimap-process-expiry-targets): New function.
5183         (nnimap-request-move-article): Request the article before looking at
5184         what the Message-ID is.  Fix found by Andrew Cohen.
5185         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
5186
5187         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
5188         for oldness in addition to being a predicate.
5189
5190         * nnimap.el (nnimap-request-group): When we have zero articles, return
5191         the right data to Gnus.
5192         (nnimap-request-expire-articles): Only delete articles immediately if
5193         the target is 'delete.
5194
5195         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
5196         method, this would bug out.
5197
5198         * gnus-group.el (gnus-group-expunge-group): Rename from
5199         gnus-group-nnimap-expunge, and implemented as a normal interface
5200         function.
5201
5202         * gnus-int.el (gnus-request-expunge-group): New function.
5203
5204         * nnimap.el (nnimap-request-create-group): Implement.
5205         (nnimap-request-expunge-group): New function.
5206
5207 2010-09-21  Julien Danjou  <julien@danjou.info>
5208
5209         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
5210         (gnus-html-cache-expired): Add new function.
5211         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
5212         wethever we should display image for fetch it.
5213         Compute alt-text earlier to pass it to the fetching function too.
5214         (gnus-html-schedule-image-fetching): Change function argument to only
5215         get one image at a time, not a list.
5216         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
5217         cache.
5218         (gnus-html-get-image-data): New function to retrieve image data from
5219         cache.
5220         (gnus-html-put-image): Change buffer argument to use image data rather
5221         than file, and place image above region rather than inserting a new
5222         one.  Do not take alt-text as argument, since it's useless now: we place
5223         the image above alt-text.
5224         (gnus-html-prune-cache): Remove.
5225         (gnus-html-show-images): Start to fetch image when we find one, do not
5226         push into a temporary list.
5227         (gnus-html-prefetch-images): Only fetch image if they have expired.
5228         (gnus-html-browse-image): Fix, use 'gnus-image-url.
5229         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
5230
5231 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5232
5233         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
5234
5235 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5236
5237         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
5238         spec inser "*" if the group isn't active instead of 0.
5239
5240         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
5241         opening the server.
5242         (nnimap-request-delete-group): Implement group deletion.
5243         (nnimap-transform-headers): Return the size of the entire message in
5244         the Bytes header, not just the size of the first part.
5245         (nnimap-request-move-article): When moving an article from nnimap,
5246         request the article first so the accepting form has an article to
5247         accept.  Reported by Dan Christensen.
5248         (nnimap-command): Make sure that the error message doesn't error out.
5249
5250 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
5251
5252         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
5253         we haven't requested anything.
5254
5255 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5256
5257         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
5258         "".  Fix found by Andrew Cohen.
5259
5260         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
5261         instead of -encode-string.
5262
5263 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5264
5265         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
5266
5267         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
5268         by mm-subst-char-in-string.
5269
5270 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5271
5272         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5273         waiting for the connection string.
5274
5275         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5276         arriving.
5277
5278         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5279         bogus characters.  This allows selecting certain Gmail groups.
5280
5281         * nnimap.el (nnimap-find-wanted-parts-1): New function.
5282         (nnimap-fetch-partial-articles): New variable.
5283         (nnimap-open-connection): When looking for credentials, also use the
5284         nnimap-server-port.
5285         (nnimap-request-article): Return the group/article number, so that Gnus
5286         `^' works as expected.
5287         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5288
5289         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5290         comments.
5291         (gnus-methods-sloppily-equal): New function.
5292         (gnus): When using the development version of Gnus, load the gnus-load
5293         file.
5294
5295         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5296         `gnus-open-server' on each method before trying to scan them etc.
5297         This ensures that all the backend parameters are set correctly.
5298
5299         * nnimap.el (nnimap-authenticator): New variable.
5300         (nnimap-open-connection): Allow anonymous login.
5301         (nnimap-transform-headers): The chars header is called Chars not Bytes.
5302         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5303
5304         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5305         patch, found by Knut Anders Hatlen.
5306
5307 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
5308
5309         * gnus-agent.el (gnus-agent-batch-confirmation)
5310         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5311         to gnus-message.
5312         * gnus-art.el (gnus-article-describe-briefly): Likewise.
5313         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5314         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5315         * gnus-int.el (gnus-open-server): Likewise.
5316         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5317         (gnus-score-check-syntax): Likewise.
5318         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5319         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5320         Likewise.
5321         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5322
5323 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5324
5325         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5326         calling conventions so that prefetch doesn't bug out.
5327
5328 2010-09-19  Julien Danjou  <julien@danjou.info>
5329
5330         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5331         rather than `subst-char-in-region' in order to be able to replace ASCII
5332         char by UTF-8 ones.
5333
5334         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5335         than curl.
5336         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5337         the right URL and ALT text on images.
5338         (gnus-html-wash-tags): Fix tag case.
5339         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
5340         (gnus-article-html): Add -o display_ins_del=2 option.
5341         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5342
5343 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5344
5345         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5346         the extra mail headers, which sometimes seem to happen for unknown
5347         reasons.
5348
5349         * mail-parse.el (mail-header-encode-parameter): Define as
5350         rfc2045-encode-string instead of as rfc2231-encode-string, since some
5351         (or most, perhaps?) mail readers don't understand the latter, but do
5352         understand the former.
5353
5354         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5355         to nil, so that no methods are automatically agentized.  I think this
5356         is probably what most users want.
5357
5358         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5359         from url-retrieve, for instance about invalid URLs.
5360
5361         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5362         groups that have no articles.
5363         (nnimap-request-article): Check that we really got an article when we
5364         requested one.
5365
5366         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5367         doesn't exist.
5368
5369         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5370         nntp buffer so the agent can save it.
5371         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5372         that CRLF doesn't get translated to \n.
5373         (nnimap-open-connection): Don't make 'shell commands only send \n.
5374
5375 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5376
5377         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5378         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5379         Update var name.
5380         (nnml-generate-nov-file): Use dolist.
5381         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5382         Use with-current-buffer.
5383
5384 2010-09-18  Julien Danjou  <julien@danjou.info>
5385
5386         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5387         parallel.
5388
5389 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5390
5391         * nnimap.el (nnimap-update-info): When doing partial marks update, get
5392         the range update right.
5393         (nnimap-request-group): Don't make `M-g' bug out on group with no
5394         marks.
5395         (nnoo): Require, so that other packages can require nnimap.
5396         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5397         command we're looking for.  This helps when the server sends more
5398         responses after we've gotten everything we expected.
5399         (nnimap): Add a `newlinep' field to keep track of end-of-line
5400         conventions.
5401         Don't send CRLF to things that don't want it.
5402         (nnimap-request-accept-article): Ditto.
5403
5404 2010-09-18  Julien Danjou  <julien@danjou.info>
5405
5406         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5407         than curl to retrieve images.
5408
5409 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5410
5411         * nnimap.el (nnimap-update-info): Extend the info so that we can set
5412         the marks.
5413         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5414         (nnimap-wait-for-connection): New function.
5415         (nnimap-open-connection): If we have PREAUTH, don't query for login
5416         credentials.
5417         (nnimap-update-info): Fix off-by-one error when concatenating ranges
5418         when doing a partial update.
5419
5420 2010-09-18  Julien Danjou  <julien@danjou.info>
5421
5422         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5423         tags.
5424
5425 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5426
5427         * nnimap.el (nnimap-credentials): New function.
5428         (nnimap-open-connection): Use the new function to look for credentials
5429         also on the numeric equivalents of "imap" and "imaps".
5430
5431         * gnus-start.el (gnus-activate-group): Send the info to
5432         gnus-request-group.
5433
5434         * nnimap.el (nnimap-request-group): Have the "check" version of the
5435         function parse flags and update the info, so that a `M-g' get a total
5436         resync of all flags from the group.
5437
5438         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5439         to allow backends to alter the info on group selection.  Also alter all
5440         the backend -request-group functions to take the parameter.
5441
5442         * nnimap.el (nnimap-store-info): New function.
5443         (nnimap-update-info): Store the info for later usage.
5444         (nnimap-request-group): Use the stored info for the dont-check case, so
5445         that we don't retrieve all marks when we enter a group.
5446
5447         * nnimap.el: Use deffoo instead of defun for interface functions.
5448
5449         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5450         update the group info.  This makes the nndraft groups, for instance, go
5451         back to their old behaviour.
5452
5453         * gnus-sum.el (gnus-select-newsgroup): Indent.
5454
5455         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5456         in.
5457         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5458         nothing.
5459
5460         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5461         from methods that are denied.
5462
5463         * gnus-int.el (gnus-method-denied-p): New function.
5464
5465         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5466         store the password instead of netrc.
5467         (nnimap-open-connection): Don't error out when we can't make a
5468         connections.
5469
5470         * auth-source.el (auth-source-create): In the password prompt, say what
5471         we're querying for.  Also prompt for user name if that hasn't been
5472         given.
5473
5474         * nnimap.el (nnimap-with-process-buffer): Remove.
5475
5476 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5477
5478         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5479         method when we're reading from the agent.
5480
5481         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5482
5483         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5484         that's probably most useful for users.
5485
5486         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5487         "failed" all the time.
5488
5489         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5490         ...)) with (with-current-buffer ... ).
5491
5492         * nntp.el (nntp-open-server): Return whether the open was successful or
5493         not.
5494
5495         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5496         select an unread unseen article first.
5497
5498         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5499         /etc/services, supply some sensible port defaults.
5500
5501         * dgnushack.el: Define netrc-credentials.
5502
5503 2010-09-17  Julien Danjou  <julien@danjou.info>
5504
5505         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5506
5507 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5508
5509         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5510         doesn't have any parameters.
5511
5512 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5513
5514         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5515         only upcased checks.
5516
5517         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5518
5519         * nnimap.el (nnimap-open-shell-stream): New function.
5520         (nnimap-open-connection): Use it.
5521         (nnimap-transform-headers): Get the number of lines in each message.
5522         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5523         number of lines.
5524         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5525         problem.
5526
5527         * utf7.el (utf7-encode): Autoload.
5528
5529         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5530         to allow the mail splitting to not return a default group.  This is
5531         useful for nnimap, which will leave unmatched mail in the inbox.
5532
5533         * nnimap.el: Rewritten.
5534
5535         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5536         nnimap usage.
5537
5538         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5539         if the move is internal, so that nnimap can do fast internal moves.
5540
5541         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5542         data.
5543         (gnus-read-active-for-groups): Support finishing the early retrieval of
5544         data.
5545
5546         * gnus-range.el (gnus-range-nconcat): New function.
5547
5548         * gnus-int.el (gnus-finish-retrieve-group-infos)
5549         (gnus-retrieve-group-data-early): New functions.
5550
5551 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5552
5553         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5554         (nnrss-retrieve-groups):
5555         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5556         (pop3-quit): Use with-current-buffer.
5557
5558 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5559
5560         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5561         instead of nnheader-accept-process-output.
5562
5563         * dgnushack.el (dgnushack-compile): Add comment.
5564
5565         * lpath.el: No need to fbind propertize for XEmacs 21.4.
5566
5567         * gnus-html.el (gnus-html-schedule-image-fetching)
5568         (gnus-html-prefetch-images): Replace process-kill-without-query by
5569         gnus-set-process-query-on-exit-flag.
5570
5571 2010-09-16  Romain Francoise  <romain@orebokech.com>
5572
5573         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5574
5575 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5576
5577         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5578         parameter to unintern is mandatory-ish in Emacs 24.
5579
5580         * gnus-html.el (gnus-html-schedule-image-fetching)
5581         (gnus-html-prefetch-images): Check for curl before using it.
5582
5583         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5584         depend on curl, which isn't essential.
5585
5586         * imap.el: Revert back to version
5587         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5588         seem problematic.
5589
5590 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5591
5592         * gnus-registry.el (gnus-registry-install-shortcuts):
5593         Explicitly pass `obarray' to `unintern' to avoid a warning.
5594
5595 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5596
5597         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5598         change.
5599
5600         * nnrss.el (nnrss-request-list): Remove this function and related
5601         functions, including the moreover stuff.
5602
5603 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5604
5605         * nnrss.el (nnrss-retrieve-groups): New function.
5606
5607 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5608
5609         * .dir-locals.el: Add no-byte-compile cookie.
5610
5611 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5612
5613         * time-date.el (format-seconds): Comment fix.
5614
5615         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5616         for back end that doesn't support request-scan.
5617
5618 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5619
5620         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5621         then do request scans from the backends.
5622
5623         * netrc.el (netrc-credentials): New conveniency function.
5624
5625         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5626         avoid running a hook per line, since this takes a lot of time,
5627         profiling shows.
5628         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5629         directly if gnus-visual-p is true.
5630
5631 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5632
5633         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5634         groups; replace mapcar with dolist which is a bit faster; pass groups
5635         info to gnus-read-active-file-1.
5636         (gnus-read-active-file-1): Scan only specified groups if the new
5637         optional arg `infos' is given.
5638
5639 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5640
5641         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5642
5643         * pop3.el (pop3-movemail): Remove.
5644         (pop3-streaming-movemail): Rename to pop3-movemail.
5645
5646         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5647         don't restrict end-tag searches to the end of the line.
5648
5649 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5650
5651         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5652         articles of every unchecked group to t, which means unknown since the
5653         server has never been opened.
5654
5655 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5656
5657         * gnus-html.el (gnus-html-show-alt-text): New command.
5658         (gnus-html-browse-image): Ditto.
5659         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5660         to browse the image directly.
5661         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5662         better.
5663
5664         * gnus-async.el (gnus-async-article-callback):
5665         Call `gnus-html-prefetch-images' unconditionally.
5666
5667         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5668         before feeding URLs to curl.
5669
5670 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5671
5672         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5673         internal images as deletable by `W D D'.
5674
5675         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5676         (gnus-async-article-callback): Fix typo.
5677
5678 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5679
5680         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5681         current line to work around bugs in the output from w3m.
5682
5683         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5684         for groups that want that.
5685
5686         * nntp.el (nntp-wait-for-string): Supply a timeout for
5687         accept-process-output to ensure progress.
5688
5689         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5690         level to get unread articles from, then use that for foreign groups,
5691         too.
5692
5693         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5694         confuses the rest of the function.
5695
5696         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5697         for the methods that support -retrieve-groups, too.
5698
5699         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5700
5701 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5702
5703         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5704         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5705
5706         * pop3.el: Require cl when compiling.
5707         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5708
5709 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5710
5711         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5712         that aren't going to be activated.
5713         (gnus-get-unread-articles): Fix up the last commit.
5714
5715         * gnus-html.el (gnus-article-html): Allow calling without specifying
5716         the handle.  In that case, dissect the buffer first.
5717
5718         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5719
5720         * nnimap.el (nnimap-open-connection): Revert the change that would look
5721         into authinfo for imaps instead of imap.
5722
5723         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5724         say that you don't want to call gnus-request-group with don-check, but
5725         do check the reponse.  This is for virtual groups only.
5726         (gnus-get-unread-articles): Count the archive groups as secondary, so
5727         that they're activated the same way as before.
5728
5729         * imap.el (imap-message-map): Removed optional buffer parameter, since
5730         no callers use it.
5731         (imap-message-get): Ditto.
5732         (imap-message-put): Ditto.
5733         (imap-mailbox-map): Ditto.
5734         (imap-mailbox-put): Ditto.
5735         (imap-mailbox-get): Ditto.
5736         (imap-mailbox-get): Revert last change for this function.
5737
5738         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5739         case-insensitively.
5740         (nnimap-debug): Remove.
5741
5742         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5743         to use `imap-fetch' instead.  According to the comments, this should be
5744         safe, since all other IMAP clients use the 1:* syntax.
5745         (imap-enable-exchange-bug-workaround): Removed.
5746         (imap-debug): Removed -- doesn't seem very useful.
5747
5748         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5749         mail from a file, and the file doesn't exist.
5750
5751         * imap.el (imap-log): New convenience function used throughout instead
5752         of repeating the same code all over the place.
5753
5754         * pop3.el (pop3-streaming-movemail): Return t for success.
5755
5756         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5757         .authinfo if we're using ssl connection.
5758
5759         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5760         already have if we're in a main Gnus `g' run.
5761
5762         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5763
5764 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5765
5766         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5767
5768         * nnmh.el (nnmh-request-list-1): Bind `file'.
5769
5770         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5771         alias to set-process-query-on-exit-flag or process-kill-without-query.
5772         (pop3-open-server): Use it.
5773
5774 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5775
5776         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5777         box to the Incoming file.  Fixes mistake in previous checkin.
5778
5779         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5780         request loop (for debugging purposes) removed.
5781
5782         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5783         culprit is more visible.
5784         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5785         (nnml-add-incremental-nov): New functions to do "incremental" nov
5786         updates, where we just append to the end of the existing nov files
5787         without reading/writing them in full.
5788
5789         * mail-source.el (mail-source-delete-crash-box): Really only check the
5790         incoming files once in a while.
5791
5792         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5793
5794         * mail-source.el (mail-source-delete-crash-box): Only check the
5795         incoming files for deletion once per day to save a lot of file
5796         accesses.
5797
5798         * pop3.el (pop3-logon): Fix up unbound variable typo.
5799
5800         * mail-source.el (pop3-streaming-movemail): Autoload.
5801
5802         * pop3.el (pop3-streaming-movemail):
5803         Respect pop3-leave-mail-on-server.
5804
5805         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5806         retrieval.
5807
5808         * pop3.el (pop3-process-filter): Remove unused function.
5809         (pop3-streaming-movemail, pop3-send-streaming-command)
5810         (pop3-wait-for-messages, pop3-write-to-file)
5811         (pop3-number-of-responses): New functions for streaming pop3
5812         retrieval.
5813
5814         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5815         come from no known methods.
5816         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5817         list.
5818
5819         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5820         message sizes.
5821         (pop3-movemail): Use erase-buffer instead of looping and deleting
5822         regions, which seems rather odd.
5823
5824         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5825         file once per `g' run.
5826
5827         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5828         directories.  This makes the draft queue directory work.
5829
5830         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5831         data from the backends, so that we only request the list of groups from
5832         each method once.  This should speed things up considerably.
5833
5834         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5835         detect that it's not implemented.
5836
5837         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5838         we actually do recurse down into the tree, but don't stat all leaf
5839         nodes.
5840
5841         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5842         then say so instead of bugging out.
5843
5844         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5845         files exist before trying to read them.
5846
5847         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5848         around <pre_int>.
5849
5850         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5851
5852         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5853
5854 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5855
5856         * mm-util.el (mm-image-load-path): Just return the image directories,
5857         not all directories in the path in addition to the image directories.
5858         (mm-image-load-path): Maintain a cache of the image directories so that
5859         the `g' command in Gnus doesn't have to stat dozens of directories each
5860         time.
5861
5862         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5863         (gnus-html-wash-tags): Add a new `i' command to insert images.
5864         (gnus-html-insert-image): New command and keystroke.
5865         (gnus-html-redisplay-with-images): New command and keystroke.
5866         (gnus-html-show-images): Rename command.
5867         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5868         spacers.
5869         (gnus-html-wash-tags): Decode entities at the end, so that entities
5870         inside the tags don't mess up the rest of the "parsing".
5871
5872         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5873         so that nnimap methods aren't agentized by default.  There's apparently
5874         many problems related to agent/imap behaviour.
5875
5876         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5877
5878         * gnus-html.el: Doc fix.
5879
5880 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5881
5882         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5883         specifier-spec-list for Emacs 21.
5884
5885         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5886         glyph-width and glyph-height instead of display-graphic-p and
5887         image-size; make avoidance of displaying small images work for XEmacs.
5888
5889         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5890         for XEmacs.
5891
5892         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5893         of symbol that holds plist data.
5894         (gnus-process-plist): Remove plist of process after getting it.
5895
5896 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5897
5898         * message.el (message-generate-hashcash): Change default to
5899         'opportunistic if hashcash is installed.
5900
5901         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5902         (gnus-html-put-image): Only call image-size once, since it's somewhat
5903         time-consuming on remote X servers.
5904
5905 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5906
5907         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5908         type on data, not a file name.
5909
5910         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5911         window-pixel-edges for Emacs 21.
5912
5913         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5914         decoded contents.
5915         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5916
5917 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5918
5919         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5920         group line format, since it isn't very interesting.
5921
5922         * gnus-agent.el (gnus-agent-short-article),
5923         (gnus-agent-long-article): Increase values for these two variables,
5924         since most people are likely to have more network connection and
5925         storage than before.
5926
5927         * gnus.el (gnus-refer-article-method): Change default to 'current.
5928         When referring an article, the common behaviour is to refer it from the
5929         current select method, not the native select method.  The chances of
5930         the native select method having the message in question is rather slim
5931         these days.
5932
5933         * gnus-sum.el (gnus-auto-select-subject): Change default to
5934         `unseen-or-unread'.  I think it's likely that most people want to
5935         select an unseen article over a previously seen, but unread one.
5936
5937         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5938         means that in the article buffer none of the minor mode elements will
5939         be shown, usually, and this is not desirable in most cases.
5940
5941         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5942         that commands like `d' (and the like) go to the next line in the
5943         buffer, instead of the next unread article.  I think this is the
5944         behaviour that is most natural for most users.
5945         (gnus-single-article-buffer): Change default to nil, so that people can
5946         have as many article buffers open as they have summary buffer.  I think
5947         this is the most natural way for the groups to behave.
5948
5949         * message.el (message-generate-new-buffers): Change default to
5950         `unsent', so that all new message buffers start their names with the
5951         string "*unsent", and it's easier to find the buffers if you move from
5952         them.
5953
5954 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5955
5956         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5957         small.  They're probably tracking images.
5958         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5959         (gnus-html-rescale-image): Yet another try at getting the image sizing
5960         right.
5961
5962         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5963         nntp-marks-file-name is nil.
5964
5965 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5966
5967         * gnus-html.el (gnus-html-wash-tags)
5968         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5969         Better logging.
5970
5971 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5972
5973         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5974
5975         * gnus-html.el (gnus-html-wash-tags): Check the value of
5976         gnus-blocked-images in the summary buffer.
5977
5978 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5979
5980         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5981
5982 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5983
5984         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5985         like "a", it seems like.
5986         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5987         since it needs to be picked from the correct buffer.
5988
5989         * nnwfm.el: Remove.
5990
5991         * nnlistserv.el: Remove.
5992
5993 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5994
5995         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5996         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5997
5998 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5999
6000         * nnkiboze.el: Remove.
6001
6002         * nndb.el: Remove.
6003
6004         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
6005         alt text.
6006         (gnus-html-rescale-image): Try to get the rescaling logic right for
6007         images that are just wide and not tall.
6008
6009         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
6010         overshadow variable bindings.
6011
6012 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6013
6014         * gnus-html.el (gnus-html-wash-tags)
6015         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
6016         Add extra logging.
6017
6018 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6019
6020         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
6021         (gnus-max-image-proportion): New variable.
6022         (gnus-html-rescale-image): New function.
6023         (gnus-html-put-image): Rescale images.
6024
6025 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6026
6027         Fix up some byte-compiler warnings.
6028         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
6029         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
6030         (gnus-article-fill-cited-article, gnus-article-hide-citation)
6031         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
6032         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
6033         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
6034         (gnus-group-update-group): Use save-excursion and with-current-buffer.
6035
6036 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6037
6038         * gnus-html.el (gnus-article-html): Decode contents by charset.
6039
6040 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6041
6042         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
6043         (gnus-html-frame-width, gnus-blocked-images)
6044         * message.el (message-prune-recipient-rules): Add custom version.
6045         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
6046
6047         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
6048         functions.
6049
6050         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
6051         gnus-process-get.
6052
6053 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
6054
6055         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
6056         instead of lsub directly.
6057
6058 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6059
6060         * nnwarchive.el: Remove.
6061
6062         * gnus-soup.el: Remove.
6063
6064         * nnsoup.el: Remove.
6065
6066         * nnultimate.el: Remove.
6067
6068         * gnus-html.el (gnus-blocked-images): New variable.
6069
6070         * message.el (message-prune-recipients): New function.
6071         (message-prune-recipient-rules): New variable.
6072
6073         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
6074         guess whether a long line is natural text or not.
6075
6076         * gnus-html.el (gnus-html-schedule-image-fetching):
6077         Use gnus-process-plist and friends for compatibility.
6078
6079 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6080
6081         * gnus-html.el: Require packages that define macros used in this file.
6082         (gnus-article-mouse-face): Declare to silence byte-compiler.
6083         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
6084         process-get.
6085         (gnus-html-put-image): Use plist-get to avoid getf.
6086         (gnus-html-prefetch-images): Use with-current-buffer.
6087
6088 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6089
6090         * gnus-ems.el: Provide compatibility functions for
6091         gnus-set-process-plist.
6092
6093         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
6094         header-line-format for XEmacs 21.4.
6095
6096         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
6097         * gnus.el (gnus-valid-select-methods)
6098         * message.el (message-send-mail-partially-limit)
6099         * mm-decode.el (mm-text-html-renderer)
6100         * mml.el (mml-insert-mime-headers-always)
6101         * smiley.el (smiley-regexp-alist): Bump custom version.
6102
6103 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6104
6105         * gnus-html.el: require mm-url.
6106         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
6107         with the url to `url'.
6108         (gnus-html-wash-tags): Support cid: URLs/images.
6109
6110 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6111
6112         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
6113         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
6114         bindings, as they aren't useful at all.  `w' is moved to `W w'.
6115
6116         * gnus-move.el: Remove file, since it doesn't really work.
6117
6118         * gnus-html.el (gnus-article-html): Tell w3m that the input is
6119         UTF-8.  This seems to fix problems with some German web feeds.
6120
6121         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
6122         at the top so that the proper colours are applied.
6123
6124         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
6125         don't have dots in their names.
6126
6127         * gnus-art.el (gnus-article-view-part): Doc fix.
6128
6129         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
6130         XEmacs-compatible.
6131         (gnus-html-put-image): Don't do images on non-graphic displays.
6132
6133         * nnslashdot.el: Remove this unused backend.
6134
6135         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
6136         actions.
6137         (gnus-undo-register-1): Revert last change.
6138
6139         * gnus-group.el (gnus-group-completing-read): Protect against not
6140         having completion-styles bound.
6141
6142         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
6143         make broken recipients happier.
6144
6145         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
6146
6147         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
6148         point parameter.
6149
6150         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
6151
6152         * gnus-group.el (gnus-group-completing-read): Add 'substring to
6153         completion-styles for group selection.
6154
6155 2009-02-04  Andreas Schwab  <schwab@suse.de>
6156
6157         * gnus-score.el (gnus-score-string): Fix regex for matching extra
6158         headers and regexp-quote the match if necessary.
6159
6160 2009-03-24  Miles Bader  <miles@gnu.org>
6161
6162         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
6163         the blinking smiley.
6164
6165 2009-03-24  Simon Josefsson  <simon@josefsson.org>
6166
6167         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
6168         blink smiley.
6169
6170 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6171
6172         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
6173         where the dribbel file lives exists.
6174
6175         * message.el (message-send-mail-partially-limit): Change the default to
6176         nil, since most people don't want this.
6177
6178         * mm-url.el (mm-url-decode-entities): Also decode entities like
6179         &#x3212.
6180
6181 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
6182
6183         * gnus-sum.el (gnus-summary-idna-message):
6184         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
6185         Hyperlink urls in docstrings with URL `...'.
6186
6187 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
6188
6189         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
6190         functions.
6191
6192 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6193
6194         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
6195         say what the mouseover text should be.
6196
6197         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
6198         version of the mm-w3m-safe-url-regexp variable to only download images
6199         in the groups where we want that to happen.
6200
6201         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
6202
6203         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
6204         easier debugging.
6205         (gnus-article-beginning-of-window): Add kludge to allow spacing past
6206         big pictures in the article buffer.
6207
6208         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
6209         gnus-article-html.
6210         (mm-text-html-renderer): gnus-article-html needs curl in addition to
6211         w3m.
6212
6213         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
6214
6215 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6216
6217         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
6218         which doesn't exist.
6219
6220         * message.el (message-inhibit-ecomplete): New variable to allow some
6221         function to inhibit ecomplete address storage.
6222         (message-resend): Disable ecomplete message storage when resending
6223         messages.
6224
6225         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
6226
6227 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6228
6229         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
6230         Save excursion while copying, moving, and deleting articles in order to
6231         prevent the cursor from jumping to unforeseen place.
6232
6233 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6234
6235         * lpath.el: No need to bind bookmark-current-buffer,
6236         bookmark-yank-point and bookmark-make-record-function.
6237
6238 2010-08-17  Glenn Morris  <rgm@gnu.org>
6239
6240         * gnus-sync.el: Require gnus components whose functions are used.
6241
6242         * gnus-art.el (bookmark-make-record-function):
6243         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
6244         Declare for compiler.
6245
6246         * mm-url.el (mml-compute-boundary): Autoload.
6247
6248 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6249
6250         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6251
6252 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
6253
6254         Typo fix "hoo4a" -> "hook".
6255
6256         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6257
6258 2010-08-14  Glenn Morris  <rgm@gnu.org>
6259
6260         * gnus-sync.el (gnus-sync): Fix defgroup version.
6261
6262 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
6263
6264         Doc fixes and keep unknown groups (ammended for nunion bug fix).
6265
6266         * gnus-sync.el: Fix docs.
6267         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
6268         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6269
6270 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6271
6272         Optimizations for gnus-sync.el.
6273
6274         * gnus-sync.el: Add docs about gnus-sync-backend
6275         possibilities.
6276         (gnus-sync-save): Remove unnecessary message.
6277         (gnus-sync-read): Optimize and show what groups were skipped.
6278
6279 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6280
6281         Minor bug fixes for gnus-sync.el.
6282
6283         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6284         Don't read the sync on get-new-news.
6285
6286         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6287         quiet.
6288
6289         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6290         (fix typo).
6291
6292 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
6293
6294         Make saving and restoring of hidden threads work with overlays.
6295         Patch applied by Ted Zlatanov.
6296
6297         * gnus-sum.el (gnus-hidden-threads-configuration)
6298         (gnus-restore-hidden-threads-configuration): Update to deal with text
6299         properties, rather than searching for a magic character.
6300
6301 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6302
6303         New gnus-sync.el library for synchronization of marks.
6304
6305         * gnus-sync.el: New library for synchronization of marks.
6306
6307         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6308         renamed from `gnus-registry-grep-in-list'.
6309
6310         * gnus-registry.el (gnus-registry-follow-group-p):
6311         Use `gnus-grep-in-list'.
6312
6313         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6314
6315 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6316
6317         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6318         determining charset of text fails.
6319
6320 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6321
6322         * nnmail.el (nnmail-get-new-mail-1): Revert.
6323
6324         * nnml.el (nnml-active-number): Make sure names of newly created groups
6325         in nnml-group-alist are encoded.
6326
6327 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6328
6329         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6330         containing non-ASCII characters in active file for nnml back end.
6331
6332 2010-07-24  David Engster  <dengste@eml.cc>
6333
6334         * mml-smime.el (mml-smime-epg-verify): Also accept the older
6335         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6336
6337 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
6338
6339         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6340         tag (Bug#6654).
6341
6342 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6343
6344         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6345         the article buffer, not the summary buffer.
6346
6347 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6348
6349         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6350         Emacs 23 as well.
6351
6352 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6353
6354         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
6355         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
6356
6357 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6358
6359         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6360         Patch applied by Karl Fogel.
6361
6362         * gnus-sum.el (gnus-summary-bookmark-make-record):
6363         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6364
6365 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6366
6367         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6368         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
6369         C-w still not working correctly from Article buffers; Thierry's
6370         patch to fix that will be applied after this.
6371
6372         * gnus-art.el (bookmark-make-record-function): New local variable.
6373
6374         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6375         article buffer.
6376         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6377
6378 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
6379
6380         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6381         on changes in bookmark.el.
6382
6383 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6384
6385         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
6386         `no-log' instead of message not to log prompt string.
6387
6388 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
6389
6390         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6391         the *other* type of HTML form submission.
6392
6393 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
6394
6395         * auth-source.el (auth-source-pick): If choice does not contain a
6396         questioned keyword, set the check to t.
6397
6398 2010-06-12  Romain Francoise  <romain@orebokech.com>
6399
6400         * gnus-util.el (gnus-date-get-time): Move up before first use.
6401
6402 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6403
6404         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6405         (gnus-article-edit-part): Bind it to make last part that is substituted
6406         or deleted visible.
6407         (gnus-mime-display-single): Buttonize part of which id equals to
6408         gnus-mime-buttonized-part-id.
6409
6410 2010-06-10  Dan Christensen  <jdc@uwo.ca>
6411
6412         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6413         (gnus-dd-mmm): Use gnus-date-get-time.
6414         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6415         simplify logic.
6416         (gnus-summary-limit-to-age): Use gnus-date-get-time.
6417         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6418
6419 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
6420
6421         * auth-source.el (top): Autoload `secrets-list-collections',
6422         `secrets-create-item', `secrets-delete-item'.
6423         (auth-sources): Fix tag string.
6424         (auth-get-source, auth-source-retrieve, auth-source-create)
6425         (auth-source-delete): New defuns.
6426         (auth-source-pick): Rewrite in order to avoid 2 passes.
6427         (auth-source-forget-user-or-password): New parameter USERNAME.
6428         (auth-source-user-or-password): New parameters CREATE-MISSING and
6429         DELETE-EXISTING.  Retrieve password interactively, if needed.
6430
6431 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6432
6433         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6434         deleting unused directories when gnus-expert-user is t.
6435
6436 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6437
6438         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6439         for each temp file when gnus-article-browse-delete-temp is ask.
6440
6441 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6442
6443         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
6444         Lisp calls to delete-backward-char by calls to delete-char.
6445
6446 2010-05-20  Kevin Ryde  <user42@zip.com.au>
6447
6448         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
6449
6450 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
6451
6452         * password-cache.el (password-cache-remove): Fix docstring.
6453
6454 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6455
6456         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6457         article unless decoding article to be saved.
6458
6459 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6460
6461         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6462         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6463         generated within the mm-with-unibyte-current-buffer macro.
6464
6465 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6466
6467         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6468         to nil when we're in a mml-preview buffer and no group is selected.
6469
6470 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
6471
6472         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6473         when catching the `C-g'.  Reported by "Leo".
6474
6475 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6476
6477         * message.el (message-forward-make-body-plain)
6478         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6479         multibyte-string-p.
6480
6481         * lpath.el: Revert.
6482
6483 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6484
6485         * message.el (message-forward-make-body-mml): Assume original message
6486         is multibyte string; error on unibyte.
6487         (message-forward-make-body-plain): Ditto; don't add excessive newline
6488         in body end.
6489
6490         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
6491
6492 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
6493
6494         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6495         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6496
6497 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6498
6499         * mm-extern.el (mm-extern-url): Don't use
6500         mm-with-unibyte-current-buffer.
6501         (mm-extern-cache-contents): Use with-current-buffer instead of
6502         save-excursion + set-buffer.
6503
6504 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6505
6506         * mm-util.el (mm-emacs-mule): Remove.
6507
6508 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6509
6510         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6511         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6512         change.
6513
6514 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6515
6516         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6517         bind the default value of enable-multibyte-characters to nil.
6518
6519 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6520
6521         * message.el (message-forward-make-body-plain)
6522         (message-forward-make-body-mml):
6523         Don't use mm-with-unibyte-current-buffer.
6524
6525 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6526
6527         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
6528
6529 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6530
6531         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6532         (Bug#5592).
6533
6534 2010-05-07  Julien Danjou  <julien@danjou.info>
6535
6536         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6537         it to mm-pipe-part.
6538
6539         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6540         it is given.
6541
6542 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6543
6544         * binhex.el (binhex-decode-region-internal)
6545         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
6546         (dns-query)
6547         * nnweb.el (nnweb-gmane-search)
6548         * pgg-parse.el (pgg-parse-armor)
6549         * pgg.el (pgg-verify-region)
6550         * sha1.el (sha1-string-external)
6551         * uudecode.el (uudecode-decode-region-internal)
6552         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6553         XEmacs.
6554
6555         * gnus-art.el (gnus-article-browse-html-parts)
6556         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6557         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6558         make-temp-file.
6559
6560         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6561         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6562         compiling.
6563
6564         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6565         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6566         XEmacs when compiling.
6567
6568         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6569         gnus-pick-mode-off-hook for XEmacs when compiling.
6570         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6571         gnus-binary-mode-off-hook for XEmacs when compiling.
6572
6573         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6574         Return nil if char-charset is not available.
6575
6576         * imap.el (imap-disable-multibyte)
6577         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6578         macros.
6579
6580         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6581         instead of encode-coding-string.
6582
6583         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6584         'xemacs) instead of mm-emacs-mule to switch function definitions.
6585         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6586
6587         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6588         bind temporary-file-directory for XEmacs;
6589         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6590         timer-set-function for XEmacs 21.4 and SXEmacs;
6591         bind timer-list for XEmacs 21.4 and SXEmacs;
6592         fbind char-charset and find-charset-region for non-Mule XEmacs;
6593         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6594         encode-coding-region and encode-coding-string for XEmacs having no
6595         file-coding feature.
6596
6597 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6598
6599         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6600
6601 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6602
6603         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6604         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6605
6606 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6607
6608         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6609         alias `jka-compr-delete-temp-file' no longer exists.
6610
6611 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6612
6613         Use define-minor-mode in Gnus where applicable.
6614         * mml.el (mml-mode): Use define-minor-mode.
6615         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6616         (gnus-undo-mode): Use define-minor-mode.
6617         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6618         (gnus-dead-summary-mode): Use define-minor-mode.
6619         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6620         Initialize in declaration.
6621         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6622         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6623         (gnus-mailing-list-mode): Use define-minor-mode.
6624         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6625         (gnus-draft-mode): Use define-minor-mode.
6626         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6627         (gnus-dired-mode): Use define-minor-mode.
6628
6629 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6630
6631         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6632         handles on recursive mml-to-mime translation and check them for
6633         boundary delimiter collisions.  Reported by Greg Troxel.
6634
6635 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6636
6637         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6638
6639 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6640
6641         * mm-util.el (mm-find-buffer-file-coding-system):
6642         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6643
6644 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6645
6646         * message.el (message-generate-headers): Record insertion of optional
6647         headers as well.  Otherwise the check to prevent repeated insertion of
6648         optional headers is a no-op.
6649
6650 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6651
6652         * smime.el: Don't mention CVS.
6653
6654         * nnrss.el (nnrss-fetch): Don't mention CVS.
6655
6656         * nnir.el: Don't mention CVS.
6657
6658 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6659
6660         * gnus-sum.el (gnus-summary-bookmark-make-record):
6661         Add `location' field.
6662
6663 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6664
6665         * lpath.el: Fbind bookmark-default-handler,
6666         bookmark-get-bookmark-record, bookmark-make-record-default,
6667         bookmark-prop-get for Emacs <23 and XEmacs.
6668
6669 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6670
6671         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6672         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6673         Use with-current-buffer to silence the byte-compiler.
6674         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6675         bother to require `gnus'.
6676         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6677
6678 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6679
6680         * gnus-sum.el (gnus-summary-bookmark-make-record)
6681         (gnus-summary-bookmark-jump): New functions.
6682         (gnus-summary-mode): Setup bookmark support.
6683
6684 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6685
6686         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6687         if set.
6688
6689 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6690
6691         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6692         gnus-article-browse-html-save-cid-image; make it work recursively for
6693         forwarded messages as well.
6694         (gnus-article-browse-html-parts): Work when prefix arg is given.
6695         (gnus-article-browse-html-article): Doc fix.
6696
6697 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6698
6699         * message.el (message-default-mail-headers):
6700         (message-default-headers): Carry the value mail-default-headers over
6701         into message-default-mail-headers, rather than message-default-headers.
6702
6703 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6704
6705         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6706         charset.
6707
6708         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6709         charset into the <meta> tag when the article is encoded to utf-8.
6710
6711 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6712
6713         * gnus-art.el (gnus-article-browse-delete-temp-files):
6714         Delete directories as well.
6715         (gnus-article-browse-html-parts): Work for images that do not specify
6716         file names; delete temp directory when quitting; insert header at the
6717         right place; use file: scheme for image files.
6718
6719 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6720
6721         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6722         (gnus-article-browse-html-parts): Use it to make temporary cid image
6723         files in addition to html file so that browser may display them.
6724
6725 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6726
6727         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6728
6729 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6730
6731         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6732
6733 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6734
6735         * auth-source.el (auth-sources): Change default to be simpler.
6736         Explain about Secret Service API sources.  Improve Customize options.
6737         (auth-source-pick): Change to accept any number of search parameters.
6738         Implement fallbacks iteratively, not recursively.  Add scoring on the
6739         second pass and sort by score.  Call Secret Service API when needed.
6740         (auth-source-user-or-password): Use it.  Call Secret Service API
6741         directly when needed to get the user name and the password.
6742
6743 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6744
6745         * message.el (message-interactive): Doc fix.
6746         (message-qmail-inject-args): Reflow.
6747         (message-kill-to-signature): Fix typo in docstring.
6748
6749         * smiley.el (smiley-buffer): Fix typo in docstring.
6750
6751 2010-03-24  Glenn Morris  <rgm@gnu.org>
6752
6753         * mail-source.el (gnus-message): Declare.
6754         (mail-source-delete-old-incoming): Require gnus-util.
6755
6756 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6757
6758         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6759
6760         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6761
6762         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6763         password-cache's default if it is not bound.
6764         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6765         password-cache-expiry's default if it is not bound.
6766
6767         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6768         available in Emacs 21.
6769
6770         * lpath.el: Suppress compiler warnings for:
6771         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6772         XEmacs;
6773         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6774         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6775         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6776
6777 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6778
6779         * auth-source.el (auth-sources): Fix up definition so extra parameters
6780         are always inline.
6781
6782 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6783
6784         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6785         wasn't updated after mismatch.  Clear cached mailbox info correctly
6786         when uidvalidity changes.
6787         (nnimap-group-prefixed-name): New function to avoid some code
6788         duplication.
6789         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6790         (nnimap-request-group): Use it.
6791         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6792         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6793         with many imap folders.  This is done by caching the group status from
6794         the imap server persistently in a group parameter `imap-status'.  (This
6795         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6796         but not persistently, so every Gnus startup was still very slow.)
6797
6798 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6799
6800         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6801         delete the extra newline.  Otherwise editing of :string and :number
6802         types don't work.
6803
6804 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6805
6806         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6807         secrets.el dependency.
6808         (auth-sources): Add optional user name.  Add secrets.el configuration
6809         choice (unused right now).
6810
6811 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6812
6813         * gnus-sum.el (gnus-summary-make-menu-bar):
6814         Let `gnus-registry-install-shortcuts' fill in the functions.
6815
6816         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6817         warnings.
6818         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6819         (gnus-registry-install-shortcuts): Populate and use it in a
6820         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6821
6822 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6823
6824         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6825         In-place substitutions for the group name encoding/decoding.
6826         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6827         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6828         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6829         (nnimap-update-unseen, nnimap-request-list)
6830         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6831         (nnimap-request-set-mark, nnimap-split-to-groups)
6832         (nnimap-split-articles, nnimap-request-newgroups)
6833         (nnimap-request-create-group, nnimap-request-accept-article)
6834         (nnimap-request-delete-group, nnimap-request-rename-group)
6835         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6836         `encoded-mbx' for consistency.
6837         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6838         variable `imap-current-mailbox'.
6839
6840         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6841         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6842
6843 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6844
6845         * pop3.el (pop3-display-message-size-flag): Display message size byte
6846         counts during POP3 download.
6847         (pop3-movemail): Use it.
6848         (pop3-list): Implement listing of available messages.
6849
6850 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6851
6852         * nnir.el (nnir-get-article-nov-override-function): New function to
6853         override the normal NOV retrieval.
6854         (nnir-retrieve-headers): Use it.
6855
6856 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6857
6858         * auth-source.el (netrc-machine-user-or-password): Autoload.
6859
6860 2010-03-19  Glenn Morris  <rgm@gnu.org>
6861
6862         Stop message.el from loading about 40 libraries it doesn't always need.
6863         The general approach is to autoload rather than require, and to
6864         require in the specific functions rather than the file.  (Bug#5642)
6865
6866         * gmm-utils.el: Don't require wid-edit.
6867         (widget-create-child-value, widget-convert, widget-default-get):
6868         Autoload.
6869
6870         * gnus-util.el: Don't require time-date, netrc.
6871         (message-fetch-field, gnus-group-name-decode): Declare rather than
6872         autoloading.
6873         (gnus-fetch-field): Require message.
6874         (gnus-decode-newsgroups): Require gnus-group.
6875
6876         * ietf-drums.el: Don't require time-date.
6877
6878         * message.el: Don't require hashcash, canlock, ecomplete.
6879         Do require mail-utils.  Require nnheader only when compiling.
6880         (smtpmail-default-smtp-server): Remove declaration.
6881         (message-send-mail-function): Check smtpmail-default-smtp-server
6882         is bound rather than requiring smtpmail.
6883         (message-auto-save-directory, message-insert-signature):
6884         Use expand-file-name rather than nnheader-concat.
6885         (nnheader-insert-file-contents): Autoload.
6886         (hashcash-wait-async): Declare.
6887         (message-send-mail): Only call gnus-setup-posting-charset if
6888         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6889         (message-send-mail-with-sendmail): Require sendmail.
6890         (canlock-password, canlock-password-for-verify): Declare.
6891         (message-canlock-password): Require canlock.
6892         (nnheader-get-report): Autoload.
6893         (gnus-setup-posting-charset): Declare.
6894         (message-send-news): Require gnus-msg.
6895         (message-make-references, message-make-in-reply-to): Use mail-header-id
6896         rather than the alias mail-header-message-id.
6897         (ecomplete-add-item, ecomplete-save): Declare.
6898         (message-put-addresses-in-ecomplete): Require ecomplete.
6899         (ecomplete-display-matches): Autoload.
6900
6901         * mm-decode.el: Don't require mailcap, gnus-util.
6902         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6903         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6904         Autoload.
6905         (mailcap-mime-extensions): Declare.
6906
6907         * mm-encode.el: Don't require mailcap.
6908         (mailcap-extension-to-mime): Autoload.
6909
6910         * mml-sec.el: Don't require password-cache.
6911
6912         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6913         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6914         (mml-minibuffer-read-type): Require mailcap.
6915         (mml-preview): Require gnus-msg.
6916
6917         * mml1991.el: Require password-cache.
6918         (password-cache-expiry): Remove declaration.
6919
6920         * mml2015.el: Require password-cache.
6921         (password-cache-expiry): Remove declaration.
6922
6923         * nneething.el (mailcap): Require mailcap.
6924
6925         * nnheader.el (declare-function): Add compatibility stub.
6926         (message-remove-header): Declare rather than autoload.
6927         (nnheader-replace-header): Require message.
6928
6929         * nnimap.el (declare-function): Add compatibility stub.
6930         (netrc-parse, netrc-machine-user-or-password): Declare.
6931         (nnimap-open-connection): Require netrc.
6932
6933         * nntp.el (declare-function): Add compatibility stub.
6934         (netrc-parse, netrc-machine, netrc-get): Declare.
6935         (nntp-send-authinfo): Require netrc.
6936
6937         * rfc2047.el: Don't require qp.
6938         (quoted-printable-encode-region, quoted-printable-decode-string):
6939         Autoload.
6940
6941         * sieve-mode.el: Don't require easymenu.
6942         (easy-menu-add-item): Autoload it.
6943
6944         * spam-stat.el (time-to-number-of-days): Autoload it.
6945
6946 2010-03-19  Glenn Morris  <rgm@gnu.org>
6947
6948         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6949
6950 2010-03-18  Glenn Morris  <rgm@gnu.org>
6951
6952         * hashcash.el (declare-function): Remove duplicate definition.
6953
6954 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6955
6956         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6957         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6958         value if any backslash escapes).
6959
6960 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6961
6962         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6963         if it is available.  (bug#5647)
6964
6965         * lpath.el: Suppress compiler warning for coding-system-from-name for
6966         Emacs 21 and XEmacs.
6967
6968 2010-03-14  Juri Linkov  <juri@jurta.org>
6969
6970         * hmac-def.el:
6971         * hmac-md5.el:
6972         * netrc.el: Fix keywords.
6973
6974 2010-02-26  Glenn Morris  <rgm@gnu.org>
6975
6976         * message.el (message-send-mail-function): Change the default, so that
6977         it inherits from a customized send-mail-function.  (Bug#5643)
6978
6979 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6980
6981         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6982         shell-command-to-string signals an error (bug#5299).
6983
6984 2010-02-24  Glenn Morris  <rgm@gnu.org>
6985
6986         * message.el (message-smtpmail-send-it)
6987         (message-send-mail-with-mailclient): Doc fixes.
6988
6989 2010-02-16  Glenn Morris  <rgm@gnu.org>
6990
6991         * message.el (message-default-mail-headers): Change the default value
6992         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6993
6994 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6995
6996         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6997         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6998
6999 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
7000
7001         * time-date.el (date-to-time): Doc fix (Bug#5408).
7002
7003 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
7004
7005         * message.el (message-mail): Just pass yank-action on to message-setup.
7006         (message-setup): Handle (FUN . ARGS) form of yank-action.
7007         (message-with-reply-buffer, message-widen-reply)
7008         (message-yank-original): Handle non-buffer values of
7009         message-reply-buffer (Bug#4080).
7010         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
7011
7012 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
7013
7014         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
7015         Fix typo in docstring.
7016
7017 2010-01-08  Jason Rumney  <jasonr@gnu.org>
7018
7019         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
7020         response.
7021
7022 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7023
7024         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
7025
7026         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7027
7028         * message.el (message-check-news-header-syntax): Protect against a
7029         string that `rfc822-addresses' returns when parsing fails.
7030
7031 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7032
7033         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
7034         (gnus-previous-char-property-change): New functions.
7035
7036         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
7037
7038 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
7039
7040         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
7041         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
7042
7043 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
7044
7045         * message.el (message-exchange-point-and-mark): Rework last change to
7046         avoid using optional arg of exchange-point-and-mark, for backward
7047         compatibility.
7048
7049 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
7050
7051         * message.el (message-exchange-point-and-mark):
7052         Call exchange-point-and-mark with an argument rather than setting
7053         mark-active by hand (Bug#5175).
7054
7055 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7056
7057         * nntp.el (nntp-service-to-port): Work for service expressed with
7058         numeric string; replace [:digit:] with [0-9] for XEmacs.
7059
7060 2009-12-17  Glenn Morris  <rgm@gnu.org>
7061
7062         * gnus-group.el (gnus-bug-group-download-format-alist):
7063         Change emacs entry to debbugs.gnu.org.  Bump :version.
7064
7065 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7066
7067         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
7068
7069 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7070
7071         * message.el (message-info): Explain why we use `Info-goto-node'.
7072
7073 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7074
7075         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
7076
7077 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7078
7079         * message.el (message-completion-in-region): New compatibility function.
7080         (message-expand-group): Use it.
7081
7082 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7083
7084         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
7085         with no unread article should be listed if the 2nd arg `predicate' is
7086         given.
7087
7088 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7089
7090         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
7091
7092 2009-11-29  Juri Linkov  <juri@jurta.org>
7093
7094         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
7095         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
7096         on `gnus-recenter'.  (Bug#4698, Bug#4981)
7097
7098 2009-11-26  Kevin Ryde  <user42@zip.com.au>
7099
7100         * sha1.el (sha1-string-external): default-directory "/" in case
7101         otherwise non-existent.  process-connection-type pipe for touch of
7102         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
7103
7104 2009-11-25  Kevin Ryde  <user42@zip.com.au>
7105
7106         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
7107         it's comms related and sgml-mode.el has "comm" on that basis too.
7108
7109 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7110
7111         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
7112         containing tspecial characters if they have been already quoted.
7113
7114 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
7115
7116         * dns-mode.el (auto-mode-alist): Purecopy string.
7117
7118 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7119
7120         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
7121
7122 2009-10-24  Glenn Morris  <rgm@gnu.org>
7123
7124         * gnus-art.el (help-xref-stack-item): Define for compiler.
7125
7126 2009-10-21  Kevin Ryde  <user42@zip.com.au>
7127
7128         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
7129
7130 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7131
7132         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
7133
7134 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7135
7136         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
7137         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
7138
7139 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7140
7141         * gnus.el (gnus-overlay-get): New alias to overlay-get.
7142         (gnus-overlays-in): New alias to overlays-in.
7143
7144         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
7145         gnus-overlay-get, and gnus-delete-overlay.
7146         (gnus-summary-show-thread): Make it work as well for systems in which
7147         next-single-char-property-change is not available.
7148         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
7149
7150         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
7151         (gnus-overlay-get): New alias to extent-property.
7152         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
7153
7154         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
7155         SXEmacs.
7156
7157         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
7158         SXEmacs.
7159
7160 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
7161
7162         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
7163
7164 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
7165
7166         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
7167         and XEmacs that don't have `remove-overlays'.
7168
7169 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7170
7171         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
7172         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
7173         selective display.  Use overlays instead.
7174
7175 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7176
7177         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
7178
7179 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7180
7181         * spam-stat.el (spam-stat-load): Fix typo in message.
7182
7183 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7184
7185         * dig.el (dig-invoke): Fix typo in docstring.
7186         (query-dig): Reflow docstring.
7187
7188 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
7189
7190         * gnus-art.el (gnus-article-encrypt-body):
7191         * message.el (message-check-recipients):
7192         * mm-util.el (mm-codepage-setup):
7193         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
7194         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
7195
7196 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
7197
7198         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
7199         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
7200         keys from the menu if mm-{sign,encrypt}-option is 'guided.
7201         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
7202         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
7203
7204 2009-09-21  Kevin Ryde  <user42@zip.com.au>
7205
7206         * dig.el: Add "Keywords: comm", as per net-utils.el.
7207
7208 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7209
7210         * dig.el (dig-mode): Use define-derived-mode.
7211
7212 2009-09-19  Glenn Morris  <rgm@gnu.org>
7213
7214         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7215
7216 2009-09-18  Glenn Morris  <rgm@gnu.org>
7217
7218         * gnus-diary.el (gnus-diary-check-message):
7219         * message.el (message-insert-formatted-citation-line):
7220         * nnbabyl.el (top-level):
7221         * nndiary.el (nndiary-schedule):
7222         Fix typos in condition-case handlers.
7223
7224 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7225
7226         * gnus-art.el (gnus-article-edit-part): Work for the buffer
7227         configuration that provides the sole article window in a frame;
7228         position point correctly after deleting a part.
7229
7230 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
7231
7232         * spam.el (spam-unregister-on-reregister): Add boolean variable.
7233         (spam-resolve-registrations-routine): Use it to unregister articles
7234         that change status.
7235
7236 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7237
7238         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
7239         with XEmacs.
7240         (parse-time-string-chars): Use it.
7241
7242 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7243
7244         * imap.el (imap-interactive-login): Better messages.
7245         (imap-open): Fix bug with renamed buffer on reconnect.
7246         (imap-authenticate): Add buffer-local imap-last-authenticator variable
7247         for easier debugging and cleaner code.  On successful (guessed based on
7248         server capabilities) secondary authentication, set imap-state
7249         correctly.
7250         (imap-last-authenticator): Define imap-last-authenticator as a variable
7251         to avoid warnings.
7252
7253 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7254
7255         * nnrss.el (nnrss-request-article): Remove binding of
7256         default-enable-multibyte-characters that has gotten needless by
7257         the 2007-07-13 change in rfc2047-encode-message-header.
7258
7259         * mml.el (mml-insert-multipart): Error on the message header.
7260         (mml-insert-part): Error on the message header; position point at
7261         the end of a MIME tag.
7262
7263 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7264
7265         * time-date.el (autoload): Expand define-obsolete-function-alias into
7266         defalias and make-obsolete for old Emacsen that Gnus supports.
7267         (with-no-warnings): Define it for old Emacsen.
7268         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7269         is available.
7270         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7271         float-time is available; suppress compile warning for time-to-seconds.
7272
7273         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7274         (gnus-float-time): Alias to float-time if it exists.
7275
7276         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7277         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7278         float-time is available; suppress compile warning for time-to-seconds.
7279
7280         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
7281         XEmacs.
7282
7283 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
7284
7285         * imap.el (imap-message-map): Docstring fix.
7286
7287 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7288
7289         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7290         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7291         Add the optional argument `encoding' that overrides the default.
7292
7293         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7294         mm-encode-buffer.
7295
7296 2009-09-04  Glenn Morris  <rgm@gnu.org>
7297
7298         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7299         mm-disable-multibyte, rather than default-enable-multibyte-characters.
7300         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7301         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7302         * mm-util.el (mm-with-unibyte-current-buffer)
7303         (mm-find-buffer-file-coding-system):
7304         * yenc.el (yenc-decode-region): Use default-value rather than
7305         default-enable-multibyte-characters.
7306
7307 2009-09-03  Glenn Morris  <rgm@gnu.org>
7308
7309         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7310         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7311         than default-enable-multibyte-characters.
7312
7313 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
7314
7315         * gnus-art.el (gnus-article-read-summary-keys):
7316         Fix gnus-buffer-configuration's value temporarily used.
7317
7318 2009-09-02  Glenn Morris  <rgm@gnu.org>
7319
7320         * gnus-util.el (gnus-float-time): New function.
7321         * gnus-delay.el (gnus-delay-article):
7322         * gnus-sum.el (gnus-thread-latest-date):
7323         * gnus-util.el (gnus-user-date): Use gnus-float-time.
7324         * nnspool.el (nnspool-request-newgroups):
7325         Use gnus-float-time rather than time-to-seconds.
7326         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7327
7328         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7329         (gnus-header-subject-face, gnus-header-newsgroups-face)
7330         (gnus-header-name-face, gnus-header-content-face):
7331         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7332         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7333         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7334         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7335         (gnus-cite-face-11):
7336         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7337         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7338         (gnus-server-closed-face, gnus-server-denied-face)
7339         (gnus-server-offline-face):
7340         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7341         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7342         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7343         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7344         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7345         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7346         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7347         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7348         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7349         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7350         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7351         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7352         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7353         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7354         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7355         (gnus-summary-high-undownloaded-face)
7356         (gnus-summary-low-undownloaded-face)
7357         (gnus-summary-normal-undownloaded-face)
7358         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7359         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7360         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7361         (gnus-splash-face):
7362         * message.el (message-header-to-face, message-header-cc-face)
7363         (message-header-subject-face, message-header-newsgroups-face)
7364         (message-header-other-face, message-header-name-face)
7365         (message-header-xheader-face, message-separator-face)
7366         (message-cited-text-face, message-mml-face):
7367         * sieve-mode.el (sieve-control-commands-face)
7368         (sieve-action-commands-face, sieve-test-commands-face)
7369         (sieve-tagged-arguments-face):
7370         * spam.el (spam-face):
7371         Mark face aliases with "-face" in the name as obsolete.
7372
7373 2009-09-01  Glenn Morris  <rgm@gnu.org>
7374
7375         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7376         than goto-line.
7377
7378 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7379
7380         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7381         Don't move point if the command is invoked inside the message header.
7382
7383 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7384
7385         * imap.el (imap-send-command): Simplify.
7386         (imap-wait-for-tag): point-max -> buffer-size.
7387
7388 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7389
7390         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7391         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7392         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7393         * nnir.el (nnir-swish-e-index-file):
7394         * gnus-sum.el (gnus-summary-delete-marked-as-read)
7395         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7396         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7397         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7398         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7399         (gnus-treat-display-xface): Add Emacs version of obsolescence.
7400
7401 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7402
7403         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7404         Don't save excursion.
7405
7406 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7407
7408         * nnheader.el (nnheader-find-file-noselect):
7409         * mm-util.el (mm-insert-file-contents):
7410         Use (default-value 'major-mode) instead of default-major-mode.
7411
7412 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7413
7414         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7415
7416 2009-08-26  Glenn Morris  <rgm@gnu.org>
7417
7418         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
7419         than placing in files.el.
7420
7421 2009-08-25  Glenn Morris  <rgm@gnu.org>
7422
7423         * nnir.el (top-level): Don't require cl at run-time.
7424         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7425         Replace cl-function substitute with gnus-replace-in-string.
7426         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7427         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7428         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7429         simplified expansions.
7430
7431 2009-08-25  Kevin Ryde  <user42@zip.com.au>
7432
7433         * dig.el (dig): Add autoload cookie.
7434
7435 2009-08-22  Glenn Morris  <rgm@gnu.org>
7436
7437         * gnus-art.el (gnus-button-patch): Use forward-line rather than
7438         goto-line.
7439
7440 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7441
7442         * parse-time.el (parse-time-string-chars): Save match data.
7443
7444 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
7445
7446         * parse-time.el (parse-time-string-chars): Compute using character
7447         classes, to handle non-ascii characters (Bug#3190).
7448
7449 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7450
7451         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7452
7453         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7454         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7455         (gnus-mm-display-part, gnus-mime-display-single)
7456         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7457         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7458
7459         * gnus-sum.el
7460         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7461         (gnus-summary-move-article): Add expirable mark to articles copied or
7462         moved to group that has auto-expire turned on if the option is non-nil.
7463
7464 2009-07-24  Glenn Morris  <rgm@gnu.org>
7465
7466         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7467         Fix typo.  (Bug#3903)
7468
7469 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7470
7471         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7472         gnus-article-read-summary-keys rather than gnus-summary-edit-article
7473         that should not be used for draft articles.
7474         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7475         that has no concern in minor mode keys.
7476         (gnus-article-summary-command, gnus-article-summary-command-nosave):
7477         Abolish.
7478
7479 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7480
7481         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7482         article without making inquiry to a user for unknown encoding.
7483
7484         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7485         (nnmaildir--scan): Assume i-node and device number that file-attributes
7486         returns might be cons-cell.
7487
7488         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
7489
7490         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
7491
7492 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
7493
7494         * auth-source.el: Remove docs now in auth.texi.  Don't use
7495         `gnus-message' for logging.  Add new variables `auth-source-debug' and
7496         `auth-source-hide-passwords' and use them.
7497
7498 2009-07-15  Glenn Morris  <rgm@gnu.org>
7499
7500         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7501
7502 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7503
7504         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7505         excessive whitespace from the default values of title and description.
7506
7507 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7508
7509         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7510         mail-fetch-field to fetch Content-Description header in order to
7511         exclude newlines.
7512
7513 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
7514
7515         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
7516         format used by GnuPG 2.0.11.
7517
7518 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7519
7520         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7521         to deleted part.
7522
7523 2009-05-30  David Engster  <dengste@eml.cc>
7524
7525         * nnmairix.el: Remove old documentation in the commentary block.
7526         (nnmairix-request-group): Do not update active file for nnml back ends.
7527         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7528         end so that overview files are ignored.
7529         (nnmairix-update-groups): Make updating the groups more robust by using
7530         marks.
7531         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7532         with dollar characters in message-id.
7533
7534 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7535
7536         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7537         2008-12-25 in dns.el.
7538
7539 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7540
7541         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7542         could happen if the text is only composed of spaces and/or tabs.
7543
7544 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7545
7546         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7547         when sending a queued message to avoid extra mml tags.
7548
7549 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7550
7551         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7552
7553 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7554
7555         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
7556         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
7557         rmail-toggle-header for XEmacs;
7558         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7559
7560 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7561
7562         * gnus-dired.el: Remove autoload for gnus-setup-message.
7563         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7564         displaying Gnus logo; always use compose-mail.
7565
7566 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7567
7568         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7569
7570 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7571
7572         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7573         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7574         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7575         available.
7576         (gnus-nocem-epg-verify): New function.
7577
7578 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7579
7580         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7581
7582 2009-02-15  Glenn Morris  <rgm@gnu.org>
7583
7584         * gnus-util.el (rmail-insert-rmail-file-header)
7585         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7586         autoloads.
7587         (rmail-default-rmail-file): Remove unnecessary declaration.
7588         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7589
7590 2009-02-14  Glenn Morris  <rgm@gnu.org>
7591
7592         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7593         variable (only used in gnus-util, which declares it anyway).
7594         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7595         which was only needed by gnus-art (changed to not use it any more).
7596         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7597         only used in gnus-util, which autoloads it itself.
7598         (rmail-update-summary): Fix autoload.
7599
7600         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7601         rather than rmail-output-to-rmail-file.
7602
7603 2009-02-07  Glenn Morris  <rgm@gnu.org>
7604
7605         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7606         autoload of function that no longer exists.
7607         (rmail-toggle-header): Declare.
7608         (message-forward-rmail-make-body): Handle mbox Rmail.
7609
7610 2009-01-31  Glenn Morris  <rgm@gnu.org>
7611
7612         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7613         2009-01-09 change.
7614
7615 2009-01-31  Dave Love  <fx@gnu.org>
7616
7617         * imap.el (imap-fetch-safe): Bind debug-on-error.
7618         (imap-debug): Add imap-fetch-safe.
7619
7620 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7621
7622         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7623         (auth-source-forget-all-cached): New convenience function.
7624         (auth-source-user-or-password): Accept list of modes or a single mode.
7625
7626         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7627         auth-source modes.
7628
7629         * netrc.el (netrc-machine-user-or-password): Use list of
7630         auth-source modes.
7631
7632         * nnimap.el (nnimap-open-connection): Use list of
7633         auth-source modes.
7634
7635         * nntp.el (nntp-send-authinfo): Use list of
7636         auth-source modes.
7637
7638 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7639
7640         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7641         now.
7642
7643 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7644
7645         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7646         coding system in XEmacs; add a workaround for XEmacs.
7647
7648         * lpath.el: Fbind coding-system-aliasee.
7649
7650 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7651
7652         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7653         of current-language-environment.
7654
7655 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7656
7657         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7658         available at runtime.
7659
7660 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7661
7662         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7663
7664 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7665
7666         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7667         the greatest positive fixnum value doesn't work under an XEmacs with
7668         bignum support; use the most-positive-fixnum constant instead,
7669         available since Emacs 21.1 with cl and XEmacs 21.1.
7670
7671 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7672
7673         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7674         XEmacs gets not to work.
7675
7676 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7677
7678         * mm-util.el (mm-coding-system-priorities): Allow the value like
7679         "Japanese (UTF-8)" of current-language-environment.
7680
7681 2009-01-09  Glenn Morris  <rgm@gnu.org>
7682
7683         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7684         with last-command-event.
7685
7686 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7687
7688         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7689         in the doc string.
7690
7691         * message.el (message-fix-before-sending): Amend comment.
7692
7693 2009-01-08  Dave Love  <fx@gnu.org>
7694
7695         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7696
7697 2009-01-07  David Engster  <dengste@eml.cc>
7698
7699         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7700         simplified server definitions by converting it via
7701         gnus-server-to-method.
7702
7703 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7704
7705         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7706         parameter's operands.
7707
7708 2009-01-06  David Engster  <dengste@eml.cc>
7709
7710         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7711         primary select method (for gnus-group-mark-article-as-read).
7712
7713 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7714
7715         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7716         `(gnus)Face', not `(gnus)X-Face'.
7717
7718 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7719
7720         * mm-util.el (mm-ucs-to-char): New function.
7721
7722         * mm-url.el (mm-url-decode-entities): Use it.
7723
7724         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7725         unicode-to-char.
7726
7727 2009-01-05  Dave Love  <fx@gnu.org>
7728
7729         * time-date.el: Require cl for `declare'.
7730
7731 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7732
7733         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7734         Dave Love.
7735
7736 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7737
7738         * message.el (message-fix-before-sending): Add `eight-bit' to
7739         illegible-text check.
7740
7741 2009-01-03  Michael Olson  <mwolson@gnu.org>
7742
7743         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7744         `headers' is nil.  This can occur if the IMAP server does not have
7745         permissions to read messages from a folder, but can write new messages
7746         to the folder.
7747         (nnimap-request-article-part): Do not insert `data' if it is nil.
7748
7749         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7750         characters which will confuse `read', so skip past them.
7751
7752 2009-01-01  Dave Love  <fx@gnu.org>
7753
7754         * imap.el (imap-string-to-integer): Fix typo.
7755         (imap-fetch-safe): New function.
7756         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7757
7758         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7759
7760         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7761         (imap-parse-greeting): Fix doc strings.
7762         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7763         (imap-parse-flag-list): Make messages unique.
7764         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7765
7766         * nnimap.el: Fix author email.
7767         (nnimap-split-rule): Add FIXME comment.
7768         (nnimap-debug): Fix doc string.
7769
7770 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7771
7772         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7773
7774 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7775
7776         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7777         nslookup if resolv.conf isn't available.
7778         (dns-query): Rename from query-dns.
7779         (dns-query-cached): Rename from query-dns-cached.
7780
7781 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7782
7783         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7784         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7785         to check if those variables exist (first appeared in Emacs 18.50).
7786
7787 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7788
7789         * mm-util.el (mm-line-number-at-pos): New function.
7790
7791         * spam-report.el (spam-report-process-queue): Use it.
7792
7793 2008-12-24  David Engster  <dengste@eml.cc>
7794
7795         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7796         parameters that haven't existed as variables as buffer-local variables.
7797
7798 2008-12-23  Dave Love  <fx@gnu.org>
7799
7800         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7801         cadar.
7802
7803         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7804         imap-starttls-p.
7805         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7806
7807 2008-12-22  Dave Love  <fx@gnu.org>
7808
7809         * imap.el: Fix author email.  Doc fixes.
7810         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7811         reply.
7812
7813 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7814
7815         * spam-report.el (spam-report-gmane-max-requests): New constant.
7816         (spam-report-gmane-wait): New variable.
7817         (spam-report-gmane-ham, spam-report-gmane-spam)
7818         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7819         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7820         the server.
7821
7822         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7823         Add explanations.
7824
7825         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7826         nnheader-accept-process-output and nnheader-read-timeout if available.
7827         (pop3-movemail): Use it.
7828
7829         * message.el (message-check-news-body-syntax): Fix signature check if
7830         there's an attachment.
7831
7832 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7833
7834         * mm-util.el: Add comments to the mm- emulating functions.
7835
7836 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7837
7838         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7839         Reported by Stephen Berman <stephen.berman@gmx.net>.
7840
7841 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7842
7843         * mm-util.el (mm-substring-no-properties): New function.
7844         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7845         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7846         (mm-string-to-multibyte): Doc fix.
7847
7848         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7849
7850 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7851
7852         * mml.el (mml-attach-file): Strip text properties from file name.
7853         (Bug#1574)
7854
7855 2008-12-16  Glenn Morris  <rgm@gnu.org>
7856
7857         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7858
7859 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7860
7861         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7862         knows since the charset specified might be a bogus alias that
7863         mm-charset-synonym-alist provides.
7864
7865 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7866
7867         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7868         "ISO_8859-1".
7869
7870         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7871
7872 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7873
7874         * mm-util.el (mm-charset-eval-alist):
7875         Define it before mm-charset-to-coding-system.
7876         (mm-charset-to-coding-system): Add optional argument `silent';
7877         define it before mm-charset-override-alist.
7878         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7879         default value if it can be used in Emacs currently running;
7880         silence mm-charset-to-coding-system.
7881
7882 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7883
7884         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7885         `allow-override' which says whether to use `mm-charset-override-alist'.
7886         (rfc2047-decode-encoded-words): Use it.
7887
7888         * mm-util.el (mm-charset-override-alist): Fix custom type;
7889         add `(gb2312 . gbk)' to choices.
7890
7891 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7892
7893         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7894         fast.
7895
7896         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7897
7898         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7899
7900 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7901
7902         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7903         on links.
7904
7905         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7906
7907 2008-12-03  Lute Kamstra  <lute@gnu.org>
7908
7909         * sha1.el: Remove leading * from docstrings of defcustoms,
7910         deffaces, defconsts and defuns.
7911
7912 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7913
7914         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7915         users' addresses that don't have domain parts.
7916         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7917         rather than message-narrow-to-head since there will be the message
7918         header separator.
7919
7920 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7921
7922         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7923         since the result is inserted in a unibyte buffer anyway.
7924         (nnimap-demule-use-string-to-multibyte): Remove.
7925         (nnimap-demule): Alias it to mm-string-to-multibyte.
7926
7927 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7928
7929         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7930         variable for debugging bug#464 and bug#1174.
7931         (nnimap-demule): Use it.
7932
7933 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7934
7935         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7936         score calculation correctly.
7937
7938 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7939
7940         * message.el (message-send-mail): Just set the buffer to unibyte
7941         rather than use mm-with-unibyte-current-buffer which does a lot more.
7942         (message-send-mail-partially): Don't bother with
7943         mm-with-unibyte-current-buffer since it's already been made unibyte by
7944         message-send-mail.
7945
7946 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7947
7948         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7949
7950 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7951
7952         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7953
7954 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7955
7956         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7957         require itself and to remove `with-no-warnings'.
7958
7959 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7960
7961         * starttls.el (starttls-any-program-available): Get the name of the
7962         available TLS layer program.
7963         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7964         well as the host name in the "opening" message.
7965
7966         * auth-source.el (auth-source-cache, auth-source-do-cache)
7967         (auth-source-user-or-password): Cache passwords and logins by default,
7968         allow override with `auth-source-do-cache'.
7969         (auth-source-forget-user-or-password): Allow users to remove cache
7970         entries if needed.
7971
7972 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7973
7974         * md4.el (md4-buffer): Fix typo in docstring.
7975         (md4, md4-64): Doc fixes.
7976         (md4-pack-int32): Reflow docstring.
7977
7978 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7979
7980         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7981         condition-case to only the forward-sexp call.
7982
7983 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7984
7985         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7986         quotes contained.  Make it more robust regardless by an extra
7987         condition-case wrapper.
7988
7989 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7990
7991         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7992
7993 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7994
7995         * nnml.el (nnml-request-expire-articles): Check if the function set to
7996         `nnmail-expiry-target' returns the symbol `delete'.
7997
7998         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7999
8000         * nnmail.el (nnmail-expiry-target): Fix custom type.
8001
8002 2008-10-02  Glenn Morris  <rgm@gnu.org>
8003
8004         * mm-util.el (mm-codepage-setup): Tweak codepage error.
8005         Silence compiler warning.
8006
8007 2008-10-01  Magnus Henoch  <mange@freemail.hu>
8008
8009         * tls.el (open-tls-stream): Show the actual command being
8010         executed, instead of the format string.
8011
8012 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8013
8014         * lpath.el: Fbind codepage-setup for Emacs 23.
8015
8016 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
8017
8018         * mml.el (mml-menu): Don't assume mml2015 is bound.
8019
8020 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8021
8022         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
8023         exists.
8024
8025 2008-09-27  Glenn Morris  <rgm@gnu.org>
8026
8027         * gnus-util.el (mail-header-remove-comments): Autoload it.
8028
8029 2008-09-27  Andreas Schwab  <schwab@suse.de>
8030
8031         * gnus-util.el (gnus-split-references): Strip comments.
8032         (gnus-parent-id): Likewise.
8033
8034 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
8035
8036         * message.el (message-confirm-send): Fix version.
8037
8038 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8039
8040         * message.el (message-idna-to-ascii-rhs-1): Use
8041         mail-extract-address-components rather than mail-header-parse-addresses
8042         that is an alias by default to ietf-drums-parse-addresses that does not
8043         support non-ASCII names in headers' contents.
8044
8045 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8046
8047         * message.el (message-confirm-send): Fix variable documentation to
8048         avoid the "y/n" wording.
8049
8050 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
8051
8052         * message.el (message-set-auto-save-file-name): Save to a different
8053         filename so multiple messages (especially drafts) can be recovered.
8054
8055 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
8056
8057         * message.el (message-confirm-send): Add appropriate version.
8058
8059 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8060
8061         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
8062         defvar.
8063
8064 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
8065
8066         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
8067         (mm-pkcs7-enveloped-magic): Ditto.
8068
8069 2008-09-17  Simon Josefsson  <simon@josefsson.org>
8070
8071         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
8072         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
8073
8074 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
8075
8076         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
8077         default, it's better.
8078
8079 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
8080
8081         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
8082         summary line gnus-number property and ignore them (with a warning
8083         message).
8084
8085 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8086
8087         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
8088         macro caddr in the interactive form since it won't be expanded.
8089
8090 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8091
8092         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
8093         `charset'; fix name of function called recursively.
8094         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
8095
8096 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8097
8098         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
8099         (gnus-mime-set-charset-parameters): New function.
8100         (gnus-mime-view-part-as-charset): Use it to correctly display part
8101         specifying wrong charset.
8102
8103 2008-09-08  David Engster  <dengste@eml.cc>
8104
8105         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
8106         in completing-read for back end server.
8107
8108 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
8109
8110         * message.el (message-confirm-send): New variable to confirm sending a
8111         message.
8112         (message-send): Use it.
8113
8114 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
8115
8116         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
8117
8118 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8119
8120         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
8121
8122 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
8123
8124         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
8125         prevent tracking too many groups.
8126         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
8127         Use it.
8128
8129 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
8130
8131         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
8132         moving point to the bottom of the window in order to avoid recentering.
8133
8134 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8135
8136         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
8137
8138         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
8139         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
8140         (gnus-article-beginning-of-window): Fix calculation.
8141
8142 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8143
8144         * gnus-msg.el (gnus-summary-supersede-article)
8145         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
8146         value of gnus-newsgroup-charset to decode non-MIME encoded text in
8147         message header.
8148
8149 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
8150
8151         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
8152         pending output coming after the status change.
8153
8154 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
8155
8156         * message.el:
8157         * gnus-start.el:
8158         * gnus-registry.el: Remove VMS support.
8159
8160 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8161
8162         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
8163         macro.
8164         (rfc2104-hash): Use it.
8165
8166 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
8167
8168         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
8169         (gnus-summary-sort-by-most-recent-date): New commands.
8170         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
8171         and menu entries.
8172
8173 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8174
8175         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
8176         don't redisplay article for raw contents; remove plural articles stuff.
8177
8178         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
8179         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
8180         on gnus-summary-save-article; display results properly.
8181
8182 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8183
8184         * lpath.el: No need to fbind ns-focus-frame.
8185
8186 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8187
8188         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
8189
8190 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8191
8192         * gnus-art.el (gnus-summary-save-in-pipe):
8193         Consider gnus-save-all-headers.
8194
8195 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
8196
8197         * gnus-util.el (ns-focus-frame): Remove declaration.
8198         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
8199         like x.
8200
8201 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
8202
8203         * rfc2104.el (rfc2104-zero): Delete defconst.
8204         (rfc2104-hex-alist): Likewise.
8205         (rfc2104-hex-to-int): Delete func.
8206         (rfc2104-hexstring-to-bitstring): Likewise.
8207         (rfc2104-nybbles): New defconst.
8208         (rfc2104-hash): Rewrite for speed.
8209
8210 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8211
8212         * tls.el (open-tls-stream): Make it work with the 2nd argument
8213         BUFFER that is a string but does not exist as a buffer object, as
8214         mentioned in the doc-string.
8215
8216 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8217
8218         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
8219         SXEmacs.
8220
8221 2008-07-16  Glenn Morris  <rgm@gnu.org>
8222
8223         * gnus-util.el (ns-focus-frame): Declare for compiler.
8224
8225 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8226
8227         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
8228         set as a group parameter.
8229         (gnus-summary-save-in-pipe): Work when it is called independently.
8230         (gnus-summary-pipe-to-muttprint): Don't modify
8231         gnus-summary-pipe-output-default-command.
8232
8233 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8234
8235         * message.el (message-send-mail-with-sendmail):
8236         Display the error message.
8237
8238 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8239
8240         * gnus-art.el (gnus-default-article-saver):
8241         Add gnus-summary-save-in-pipe to choices.
8242         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
8243         gnus-summary-pipe-output-default-command as the default command.
8244         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
8245         instead of gnus-last-shell-command.
8246
8247         * gnus-sum.el (gnus-summary-pipe-output-default-command):
8248         New user option.
8249         (gnus-summary-muttprint-program): Mention the value will be changed.
8250         (gnus-summary-save-article): Force showing of all headers.
8251         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
8252
8253 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
8254
8255         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
8256
8257 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
8258
8259         * nnimap.el (nnimap-id):
8260         * sieve-manage.el (sieve-manage-open): Doc fixes.
8261
8262 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
8263
8264         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
8265         if available.
8266
8267 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8268
8269         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
8270
8271         * nnkiboze.el (nnkiboze-generate-group):
8272         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
8273
8274         * nnmairix.el: Require CL.
8275
8276 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8277
8278         * dgnushack.el: Autoload get-display-table and put-display-table for
8279         XEmacs 21.5.
8280
8281         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
8282         21.4 and SXEmacs.
8283
8284 2008-06-15  David Engster  <dengste@eml.cc>
8285
8286         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
8287
8288 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
8289
8290         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
8291         New macros that expand to an `aset'/`aref' call under Emacs, and to a
8292         runtime choice under XEmacs.
8293
8294         * gnus-sum.el (gnus-summary-set-display-table):
8295         Use `gnus-put-display-table', `gnus-get-display-table',
8296         `gnus-set-display-table' for the display table, instead of `aset'.
8297
8298         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
8299         Use `gnus-put-display-table', `gnus-get-display-table',
8300         `gnus-set-display-table' for the display table.
8301
8302 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8303
8304         * nnmairix.el: Add autoloads.
8305
8306 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8307
8308         * nnmairix.el (nnmairix-delete-recreate-group)
8309         (nnmairix-update-and-clear-marks): Fix error messages.
8310
8311 2008-06-14  David Engster  <dengste@eml.cc>
8312
8313         * nnmairix.el: Upgrade to version 0.6.
8314         (nnmairix-group-toggle-propmarks-this-group)
8315         (nnmairix-group-toggle-readmarks-this-group)
8316         (nnmairix-group-delete-recreate-this-group)
8317         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
8318         (nnmairix-remove-tick-mark-original-article): New commands.
8319         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
8320         (nnmairix-propagate-marks-to-nnmairix-groups)
8321         (nnmairix-only-use-registry, nnmairix-allowfast-default)
8322         (nnmairix-marks-cache, nnmairix-version-output): New variables.
8323         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8324         functions needed for marks propagation and manipulation of read marks.
8325         (nnmairix-update-groups): New function.
8326         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8327         (nnmairix-determine-original-group-from-registry)
8328         (nnmairix-determine-original-group-from-path)
8329         (nnmairix-get-group-from-file-path, nnmairix-map-range)
8330         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8331         New helper functions.
8332         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8333         keystrokes for new commands.
8334         (nnmairix-delete-and-create-on-change): Doc string cleanup.
8335         (nnmairix-request-group): Check allow-fast group parameter.
8336         (nnmairix-request-create-group): Set allow-fast group parameter if
8337         nnmairix-allowfast-default is set.
8338         (nnmairix-close-group): Propagate marks upon closing if needed.
8339         (nnmairix-group-toggle-threads-this-group): Use new.
8340         nnmairix-group-toggle-parameter helper function.
8341         (nnmairix-search): Better check for empty search result.
8342         (nnmairix-goto-original-article): Use new helper functions for
8343         determining original article.
8344         (nnmairix-show-original-article): Make sure message-id is in brackets.
8345         (nnmairix-call-mairix-binary): Change variable name.
8346         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8347         helper function.
8348         (nnmairix-widget-toggle-activate): Fix doc string.
8349
8350 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8351
8352         * nnir.el: Require edmacro when compiling with XEmacs.
8353         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8354         available in Emacs 21.
8355
8356 2008-06-11  Glenn Morris  <rgm@gnu.org>
8357
8358         * gnus-util.el (x-focus-frame):
8359         * gnus.el (image-size):
8360         * mm-decode.el (image-size): Declare.
8361
8362         * gnus-picon.el (declare-function): Add compat definition.
8363         (image-size): Declare.
8364
8365         * gnus-group.el (tool-bar-map):
8366         * gnus-sum.el (tool-bar-map): Define for compiler.
8367
8368         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8369
8370         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8371
8372         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8373         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8374         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8375         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8376         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8377         * sieve-manage.el, spam-report.el, spam.el:
8378         Remove unnecessary eval-and-compile of autoloads.
8379
8380 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
8381
8382         * auth-source.el: Precise Tramp doc.
8383
8384 2008-06-07  Glenn Morris  <rgm@gnu.org>
8385
8386         * nnmairix.el: Remove unnecessary eval-when-compile.
8387
8388 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8389
8390         * lpath.el: Fbind propertize for XEmacs 21.4.
8391
8392 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
8393
8394         * nnir.el: Move here from ../contrib.
8395
8396 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8397
8398         * gnus-util.el (gnus-read-shell-command): New function.
8399         * mm-decode.el (mm-pipe-part):
8400         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8401
8402 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8403
8404         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8405
8406 2008-06-03  Glenn Morris  <rgm@gnu.org>
8407
8408         * pop3.el (nnheader-accept-process-output): Autoload it.
8409
8410 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8411
8412         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8413         are not 2-digit hexadecimal characters that follow `%'s.
8414
8415 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8416
8417         * message.el (message-bogus-recipient-p): Fix type in doc string.
8418         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8419         (message-bogus-addresses): Rename from message-bogus-address-regexp.
8420         Improve custom options.
8421         (message-bogus-recipient-p): Adjust accordingly.
8422
8423 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
8424
8425         * parse-time.el (parse-time-months, parse-time-weekdays): Add
8426         long-form month and day names.
8427
8428 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8429
8430         * dgnushack.el: Autoload debug, eudc-expand-inline and
8431         pgg-snarf-keys-region for XEmacs.
8432
8433         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
8434
8435         * nnmairix.el: Require edmacro when compiling with XEmacs.
8436
8437 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
8438
8439         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8440         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8441
8442 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8443
8444         * auth-source.el: Add more docs.
8445
8446         * netrc.el (netrc-machine): Always match if the port is not given.
8447
8448 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8449
8450         * nnheader.el (nnheader-read-timeout): Change the default timeout from
8451         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
8452         retrieval faster in some cases, but might make CPU usage larger.
8453         If this has any bad side effects, we might revert this change.
8454
8455         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8456         seems to make mail retrieval much, much faster.
8457         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8458         unconditionally.
8459
8460         * gnus-draft.el (gnus-group-send-queue):
8461         Bind message-send-mail-partially-limit to nil to avoid being prompted.
8462
8463 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8464
8465         * mml.el (mml-attach-buffer): Prompt for `disposition'.
8466
8467         * message.el (message-bogus-address-regexp): Fix and improve custom
8468         type.
8469         (message-setup-hook): Add message-check-recipients as custom option.
8470
8471 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
8472
8473         * message.el (message-cite-function): Remove bogus autoload which crept
8474         in during merge from v5-10.
8475
8476 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8477
8478         * nnimap.el (nnimap-open-connection): Fix login/password bug.
8479
8480         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8481
8482         * auth-source.el: Preliminary Tramp docs.
8483         (auth-sources): Change the default auth-sources to use
8484         EPA .gpg files.
8485
8486 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
8487
8488         * nntp.el: Autoload `auth-source-user-or-password'.
8489         (nntp-send-authinfo): Use it.
8490
8491         * nnimap.el: Autoload `auth-source-user-or-password'.
8492         (nnimap-open-connection): Use it.
8493
8494         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
8495         for the gnus-message function.
8496         (auth-source-user-or-password): Use it.
8497
8498 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8499
8500         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8501         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8502         (rfc2104-hash): Use it.
8503
8504 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8505
8506         * gnus-art.el (gnus-article-toggle-truncate-lines):
8507         Don't use `iff' in docstring.
8508
8509 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8510
8511         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8512
8513         * gnus-util.el (gnus-extract-address-component-name)
8514         (gnus-extract-address-component-email): Convenience functions around
8515         `gnus-extract-address-components'.
8516
8517         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8518         Use `gnus-extract-address-component-email' to fix bug of comparing full
8519         sender name to `user-mail-address'.
8520
8521 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8522
8523         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8524         catch/throw to optimize.
8525         (gnus-registry-find-keywords): Just use member to find a keyword.
8526
8527 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8528
8529         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8530         is current before calling gnus-server-prepare.
8531         (gnus-server-setup-buffer, gnus-server-update-server)
8532         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8533
8534 2008-05-04  Juri Linkov  <juri@jurta.org>
8535
8536         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8537         (mailcap-file-default-commands): Use mailcap-replace-in-string
8538         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8539         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8540
8541 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8542
8543         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8544
8545 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8546
8547         * gnus.el: Bump version to 0.11.
8548
8549 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8550
8551         * gnus.el: No Gnus v0.10 is released.
8552
8553 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8554
8555         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8556         hooks.
8557         (gnus-update-read-articles): Speed up non-marks-using users.
8558         (gnus-use-marks): Define gnus-use-marks.
8559         (gnus-propagate-marks): Rename variable to something more sensible.
8560
8561 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8562
8563         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8564         (gmm-image-load-path-for-library): Fix typos in docstrings.
8565         (gmm-message): Reflow docstring.
8566
8567 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8568
8569         * mail-source.el (mail-source-set-1, mail-source-bind):
8570         Move auth-source code out of the macro to clean it up and fix bugs.
8571
8572 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8573
8574         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8575         by sender if it's equal to user-mail-address, it's likely to be
8576         useless.
8577
8578         * mail-source.el (mail-source-bind): Don't use user or password if they
8579         are not bound.  Unintern them if they are nil.  Don't use server unless
8580         it's bound, and default it to empty string otherwise.
8581
8582 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8583
8584         * mail-source.el: Load auth-source.el.
8585         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8586         get user name or password, if auth-sources is set up.
8587
8588         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8589         strategy of splitting with parent.
8590         (gnus-registry-split-fancy-with-parent)
8591         (gnus-registry-post-process-groups): Use it and fix prior
8592         bug (returning a list as the split result).
8593
8594         * auth-source.el (auth-sources): Remove server parameter.
8595         (auth-source-pick, auth-source-user-or-password)
8596         (auth-source-user-or-password-imap)
8597         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8598         (auth-source-user-or-password-sftp)
8599         (auth-source-user-or-password-smtp): Remove server parameter.
8600
8601 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8602
8603         * smime.el (smime-sign-region, smime-encrypt-region)
8604         (smime-decrypt-region):
8605         Remove redundant calls to `generate-new-buffer-name'.
8606
8607 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8608
8609         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8610         Don't use QP for message/rfc822.
8611         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8612
8613 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8614
8615         * sieve-manage.el (sieve-string-bytes): Remove.
8616         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8617         correct byte-length only if the process's coding-system is the same as
8618         the one used internally by Emacs to represent strings.
8619
8620 2008-04-22  Juri Linkov  <juri@jurta.org>
8621
8622         * mailcap.el (mailcap-file-default-commands): New function.
8623
8624 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8625
8626         * message.el (message-signature-separator, message-cite-function):
8627         Change custom version.
8628
8629 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8630
8631         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8632         commands.
8633         (tls-checktrust): Ditto.
8634
8635 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8636
8637         * mm-decode.el (mm-display-external): Make temp file read-only.
8638
8639 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8640
8641         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8642         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8643         `C-c C-f d'.
8644
8645 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8646
8647         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8648
8649 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8650
8651         * gnus.el: Bump version to 0.9.
8652
8653 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8654
8655         * gnus.el: No Gnus v0.8 is released.
8656
8657 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8658
8659         * mail-source.el (mail-source-value):
8660         Prefer fboundp to functionp so it works with macros as well.
8661
8662 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8663
8664         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8665         Fix last change in case the element is not even a symbol.
8666
8667 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8668
8669         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8670         Prefer fboundp to functionp so it works with macros as well.
8671
8672 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8673
8674         * auth-source.el: Add docs.
8675         (auth-sources): Modify format to support server.
8676         (auth-source-pick, auth-source-user-or-password)
8677         (auth-source-user-or-password-imap)
8678         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8679         (auth-source-user-or-password-sftp)
8680         (auth-source-user-or-password-smtp): Add server parameter.
8681
8682 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8683
8684         * gnus-registry.el: Initialize the registry when gnus-registry-install
8685         is t.
8686
8687 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8688
8689         * compface.el (uncompface): Make buffer unibyte.
8690
8691 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8692
8693         * mail-source.el (mail-source-value):
8694         Prefer fboundp to functionp so it works with macros as well.
8695
8696 2008-04-05  Glenn Morris  <rgm@gnu.org>
8697
8698         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8699
8700 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8701
8702         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8703         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8704
8705         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8706         multibyteness after rather than before erasing it.
8707
8708         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8709         mm-with-multibyte.
8710         (gnus-request-article-this-buffer): Make sure the proper decoding is
8711         used if gnus-original-article-buffer happens to be unibyte.
8712
8713         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8714         default-enable-multibyte-characters.
8715
8716         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8717         default-enable-multibyte-characters.
8718
8719         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8720
8721         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8722
8723 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8724
8725         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8726         Fix last change in case the element is not even a symbol.
8727
8728 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8729
8730         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8731         (imap-message-copyuid-1): Use it.
8732         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8733         J. Williams in
8734         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8735
8736         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8737         imap-enable-exchange-bug-workaround.
8738         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8739
8740 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8741
8742         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8743         a 100 byte status-checks into a 2-3MB transfer for each group.
8744         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8745         to enable bug workaround or not.
8746         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8747
8748 2008-03-31  Glenn Morris  <rgm@gnu.org>
8749
8750         * message.el (mml2015-use): Declare for compiler.
8751         (message-info): Require mml2015 when appropriate.
8752
8753 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8754
8755         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8756         whitespace.
8757
8758 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8759
8760         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8761         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8762         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8763         (nntp-service-to-port): New function.
8764         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8765         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8766         (nntp-open-netcat-stream): New function.
8767         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8768
8769 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8770
8771         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8772
8773 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8774
8775         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8776
8777 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8778
8779         * dns.el (dns-write): Use set-buffer-multibyte.
8780
8781 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8782
8783         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8784
8785 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8786
8787         * message.el (message-signature-separator): Change default.
8788         Improve custom type.
8789         (message-cite-function): Change default to
8790         message-cite-original-without-signature.
8791
8792         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8793         toggle.
8794
8795         * message.el (message-check-news-body-syntax): Fix signature check.
8796         (message-setup-1): Mark buffer as unmodified _after_ running
8797         message-setup-hook and handling message-alternative-emails.
8798         (message-shorten-references): Be more strict when building list of
8799         valid references to comply with GNKSA.
8800
8801         * gnus-group.el (gnus-read-ephemeral-bug-group)
8802         (gnus-read-ephemeral-debian-bug-group)
8803         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8804
8805         * message.el (message-info): Don't use booleanp which isn't supported
8806         in Emacs 21 and XEmacs.
8807
8808 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8809
8810         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8811         gnus-group-gmane-group-download-format.
8812         (gnus-group-read-ephemeral-gmane-group): Rename from
8813         gnus-group-read-ephemeral-gmane-group.
8814         (gnus-read-ephemeral-gmane-group-url): Rename from
8815         gnus-group-read-ephemeral-gmane-group-url.
8816         (gnus-bug-group-download-format-alist): New variable.
8817         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8818         (gnus-read-ephemeral-emacs-bug-group): New commands.
8819
8820 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8821
8822         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8823         (gnus-visible-headers): Improve custom type.
8824
8825 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8826
8827         * mml.el (mml-menu): Add workarounds for XEmacs.
8828
8829         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8830         X-Boundary header.
8831
8832         * message.el (message-simplify-recipients): Fix previous commit.
8833
8834 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8835
8836         * mm-util.el (mm-set-buffer-multibyte): New function.
8837         * mm-decode.el (mm-copy-to-buffer): Use it.
8838
8839         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8840         Prefer fboundp to functionp so it works with macros as well.
8841
8842 2008-03-19  Glenn Morris  <rgm@gnu.org>
8843
8844         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8845         Accidentally removed in the sync process with Emacs.
8846
8847 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8848
8849         * message.el (message-alter-recipients-discard-bogus-full-name):
8850         New function.
8851         (message-alter-recipients-function): New variable.
8852         (message-get-reply-headers): Use it.
8853         (message-replace-header): New helper function.
8854         (message-recipients-without-full-name): New variable.
8855         (message-simplify-recipients): New command.
8856
8857         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8858
8859         * message.el (message-info): Handle EasyPG manual.
8860
8861         * mml.el (mml-menu): Add entry for EasyPG.
8862
8863 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8864
8865         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8866         parameter.
8867
8868         * message.el (message-disassociate-draft): Specify drafts group name
8869         fully.
8870
8871 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8872
8873         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8874         Eliminate unnecessary duplicates from the match list.
8875
8876 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8877
8878         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8879
8880         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8881
8882         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8883         args of `how-many' of which the XEmacs version doesn't take; declare
8884         Info-index-next as function.
8885
8886 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8887
8888         * gnus-score.el (gnus-score-headers): Fix handling of
8889         gnus-inhibit-slow-scoring.
8890
8891         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8892         string.
8893         (gnus-button-url-regexp): Improve handling of parenthesis.
8894         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8895         (gnus-button-handle-info-keystrokes): Handle index entries.
8896
8897 2008-03-15  Glenn Morris  <rgm@gnu.org>
8898
8899         * parse-time.el (parse-time-string): Simplify.
8900
8901 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8902
8903         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8904         Incoming* files.
8905
8906 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8907
8908         * auth-source.el (auth-sources): Rename from auth-source-choices.
8909         (auth-source-pick): Use it.
8910
8911 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8912
8913         * binhex.el (binhex-decode-region-internal):
8914         * uudecode.el (uudecode-decode-region-internal):
8915         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8916         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8917         setting default-enable-multibyte-characters.
8918
8919 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8920
8921         * auth-source.el (auth-source-protocols)
8922         (auth-source-protocols-customize, auth-source-choices): Add and
8923         modified variable customizations and defaults.
8924         (auth-source-pick, auth-source-user-or-password)
8925         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8926         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8927         (auth-source-user-or-password-sftp)
8928         (auth-source-user-or-password-smtp): Use new variables and provide an
8929         interface to netrc.el.
8930
8931 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8932
8933         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8934         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8935         Make sure the nntp port to specify is a string.
8936
8937 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8938
8939         * nntp.el: Use with-current-buffer.
8940         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8941         dubious mm-with-unibyte-current-buffer.
8942         (nntp-with-open-group-function): New function extracted from
8943         nntp-with-open-group macro.
8944         (nntp-with-open-group): Use the function, so it's easier to debug.
8945         Add indentation and debugging info.
8946         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8947         Recommend the use of the netcat alternatives.
8948
8949         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8950         Avoid mm-string-as-multibyte as well.
8951
8952         * nnweb.el (nnweb-insert-html):
8953         Remove use of nnheader-string-as-multibyte.
8954
8955         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8956         (nnheader-string-as-multibyte): Remove.
8957
8958         * mm-view.el: Use inhibit-read-only.
8959         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8960         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8961         or unibyte-string.
8962
8963         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8964         (mm-uu-yenc-extract): Use with-current-buffer.
8965
8966         * gnus-soup.el (gnus-soup-send-packet): Don't use
8967         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8968
8969         * nnmh.el: Use with-current-buffer.
8970         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8971         mm-string-as-multibyte on the output of mm-encode-coding-string.
8972
8973         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8974         (nnimap-request-move-article): Use with-current-buffer.
8975
8976         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8977         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8978         conversion uses string-make-unibyte rather than string-as-unibyte.
8979
8980         * gnus-msg.el: Use with-current-buffer.
8981
8982         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8983
8984 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8985
8986         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8987         string for caching if it is 'PIN.
8988
8989 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8990
8991         * lpath.el: Consider the case without Emacs/W3.
8992
8993 2008-03-08  Glenn Morris  <rgm@gnu.org>
8994
8995         * time-date.el (date-to-time, time-subtract, time-add)
8996         (safe-date-to-time): Doc fixes.
8997
8998 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8999
9000         * mail-source.el (mail-source-delete-old-incoming-confirm):
9001         Change default to nil.
9002         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
9003
9004 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9005
9006         * lpath.el: Rearrange.
9007
9008         * gnus-art.el (gnus-narrow-to-page): Position point properly.
9009         (gnus-article-goto-prev-page): Work for articles having ^L's.
9010
9011         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
9012
9013         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
9014
9015 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
9016
9017         * gnus-bookmark.el: Adjust for renames in bookmark.el.
9018         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
9019         (gnus-bookmark-jump): Adjust some variable names.
9020
9021 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
9022
9023         * auth-source.el: New package.
9024         (auth-source-choices): Add customization entry point variable.
9025
9026         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
9027         bug.
9028
9029 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
9030
9031         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
9032         (gnus-registry-initialize, gnus-registry-install-p): Use it.
9033         (gnus-registry-install-shortcuts): Rename from
9034         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
9035         the `gnus-registry-mark-map' keymap dynamically from
9036         `gnus-registry-marks'.  The generated functions update the summary line
9037         when a registry mark is added or deleted, and will call
9038         `gnus-registry-install-p' (see the comments in the code).
9039         (gnus-registry-user-format-function-M): Use concat intelligently.
9040
9041         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
9042         the registry mark functions.
9043
9044 2008-03-05  Glenn Morris  <rgm@gnu.org>
9045
9046         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
9047         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
9048         gnus-art.
9049         (top-level): No need to load own source when compiling.
9050
9051 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9052
9053         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
9054         Suggested by <chris.anderton@zetnet.co.uk>.
9055
9056 2008-03-04  Glenn Morris  <rgm@gnu.org>
9057
9058         * gnus-sum.el (top-level): No need to require gnus when compiling,
9059         since unconditionally required near start of file.
9060         (gnus-summary-display-while-building): Move definition before use.
9061
9062 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9063
9064         * gnus-registry.el (gnus-registry-user-format-function-M):
9065         Add formatting function.
9066
9067 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
9068
9069         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
9070         with plists.
9071         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
9072         Use new format.
9073
9074 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9075
9076         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
9077         `where-is-internal' that returns a range of key sequences.
9078
9079 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9080
9081         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
9082
9083         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
9084         (gnus-summary-jump-to-group): Consider windows on other displayed
9085         frames as well.  Similar changes might be needed elsewhere, but that's
9086         the one I've bumped into during my use.
9087
9088         * nndoc.el (nndoc-oe-dbx-type-p):
9089         * gnus-msg.el (gnus-debug):
9090         * gnus-group.el (gnus-update-group-mark-positions):
9091         Use mm-string-to-multibyte.
9092
9093 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9094
9095         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
9096         doesn't handle NotDashEscaped.
9097
9098         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
9099         (mml-dnd-attach-options): Fix typo in custom choice.
9100
9101         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
9102         Change nndoc-article-type to mbox.
9103         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
9104
9105         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
9106         to nil, instead of html2text.
9107
9108         * imap.el (imap-debug): Add `imap-ping-server'.
9109
9110         * gnus-bookmark.el: Add FIXMEs.
9111
9112         * message.el (message-form-letter-separator)
9113         (message-send-form-letter-delay): New variables.
9114         (message-send-form-letter): Use them.  New command to send form
9115         letters.  Requested by Uwe Siart.
9116         (message-send-mail-function): Doc fix.  Add "Other" custom option.
9117
9118 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9119
9120         * Update copyright years.
9121
9122 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9123
9124         Sync from EMACS_22_BASE.
9125
9126         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
9127
9128 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
9129
9130         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
9131         empty author.
9132
9133 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
9134
9135         * gnus-registry.el (gnus-registry-marks): Add variable for
9136         customization of marks and their appearance.
9137         (gnus-registry-read-mark): Use it.
9138         (gnus-registry-do-marks): Add utility function to loop through
9139         `gnus-registry-marks'.
9140         (gnus-registry-install-shortcuts-and-menus): Add function to install
9141         shortcuts and menus.
9142         (gnus-registry-initialize): Use it.
9143         (gnus-registry-default-mark): Clarify documentation.
9144
9145 2008-02-29  Glenn Morris  <rgm@gnu.org>
9146
9147         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
9148         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
9149         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
9150         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
9151         Change defcustom :version from 23.0 to 23.1.
9152
9153 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
9154
9155         * gnus-registry.el (gnus-registry-follow-group-p)
9156         (gnus-registry-post-process-groups): Add functions to aid registry
9157         splitting and improve logging.  Clarify behavior in function
9158         documentation.
9159         (gnus-registry-split-fancy-with-parent): Use them.
9160
9161 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9162
9163         * gnus-art.el: Use with-current-buffer.
9164
9165 2008-02-27  David Engster  <dengste@eml.cc>
9166
9167         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
9168         Express real group name in the response.
9169
9170 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9171
9172         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
9173         (nnmairix-last-server, nnmairix-current-server): Defvar them.
9174         (nnmairix-goto-original-article): Defvar gnus-registry-install and
9175         autoload gnus-registry-fetch-group when compiling.
9176         (nnmairix-request-group-with-article-number-correction):
9177         Remove unreferenced argument passed to nnmairix-call-backend.
9178
9179 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9180
9181         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
9182         (mm-uu-extract): Improve face for low color ttys.
9183         Reported by Sascha Wilde.
9184
9185 2008-02-27  Glenn Morris  <rgm@gnu.org>
9186
9187         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
9188         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
9189         variables to defconsts.  Convert comments to doc-strings.
9190         (nnmairix-last-server, nnmairix-current-server): Convert from free
9191         variables to defvars.  Convert comments to doc-strings.
9192         (gnus-registry-fetch-group): Autoload.
9193         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
9194         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
9195         (nnmairix-widget-build-editable-fields): Use car cddr rather than
9196         caddr.
9197         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
9198         nnmairix-request-group-with-article-number-correction call.
9199         (nnmairix-fast, nnmairix-group): New, less general names, for free
9200         variables passed from nnmairix-request-group to
9201         nnmairix-request-group-with-article-number-correction.  Declare.
9202         (nnmairix-request-group-with-article-number-correction):
9203         Use nnmairix-fast, nnmairix-group rather than fast, group.
9204
9205 2008-02-26  David Engster  <dengste@eml.cc>
9206
9207         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
9208         version 0.5.
9209
9210 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
9211
9212         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
9213         instead of making an extra function call.  Don't add the current group
9214         to articles only when they have the group.  Use
9215         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
9216         Reported by David <de_bb@arcor.de>.
9217
9218 2008-02-24  Miles Bader  <miles@gnu.org>
9219
9220         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
9221         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
9222         (mm-find-mime-charset-region):
9223         * mm-bodies.el (mm-encode-body):
9224         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
9225
9226 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9227
9228         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
9229         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
9230
9231 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
9232
9233         * mail-source.el (mail-source-delete-incoming): Change default.
9234         Supplement doc string.
9235
9236         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
9237
9238 2008-02-14  Glenn Morris  <rgm@gnu.org>
9239
9240         * time-date.el (format-seconds): New function.
9241
9242 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9243
9244         * nnmail.el (nnmail-message-id-cache-file): Derive from
9245         `gnus-home-directory'.
9246
9247 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
9248
9249         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
9250         Document negative prefix.
9251
9252         * gnus-group.el (gnus-group-read-group): Document negative prefix.
9253
9254 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9255
9256         * message.el (message-unsent-separator): Add the Exim bounce
9257         separator.
9258
9259 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
9260
9261         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
9262         list.
9263         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
9264         recipient/signer list.
9265
9266 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9267
9268         * Makefile.in (datarootdir): Define.
9269         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
9270         name that might contain whitespace.
9271
9272 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9273
9274         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
9275         fbound (Emacs 23 unicode), signal an error.
9276
9277 2008-02-08  Glenn Morris  <rgm@gnu.org>
9278
9279         * gnus-art.el (pgg-display-output-buffer): Declare as function.
9280
9281 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
9282
9283         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
9284         ports to the calls to `netrc-machine-user-or-password' in addition to
9285         "imap" and "imaps".
9286
9287 2008-02-01  Zhang Wei  <id.brep@gmail.com>
9288
9289         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
9290
9291         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
9292
9293 2008-02-01  Kenichi Handa  <handa@m17n.org>
9294
9295         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
9296         rfc2104-hexstring-to-bitstring and changed to return a byte list.
9297         (rfc2104-hash): Convert the result of concat to unibyte string.
9298
9299 2008-02-01  Dave Love  <fx@gnu.org>
9300
9301         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
9302         coding-system-for-read.
9303         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
9304
9305 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9306
9307         * gnus.el (gnus-group-startup-message): Add `find-image' call before
9308         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
9309         <hanche@math.ntnu.no>.
9310
9311 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9312
9313         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
9314
9315         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
9316
9317 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
9318
9319         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
9320         * message.el (message-beginning-of-line): Use featurep instead of bound
9321         tests in order to resolve conditionals at compile time.
9322
9323 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
9324
9325         * mail-source.el (mail-sources): Add `group' choice.
9326
9327         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
9328         parameter `in-group' to control into which group the articles go.
9329         Add treatment of `group' mail-source.
9330
9331 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9332
9333         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
9334
9335         * mm-decode.el (mm-dissect-buffer): Decode description.
9336
9337         * mml.el (mml-to-mime): Encode message header first.
9338
9339 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9340
9341         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
9342         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
9343
9344         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
9345         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
9346
9347 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
9348
9349         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
9350
9351 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9352
9353         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
9354         prefix keys.
9355         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
9356         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
9357         gnus-xmas.el.
9358
9359         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
9360         (gnus-xmas-article-describe-bindings): New function.
9361         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
9362         gnus-xmas-article-describe-bindings.
9363
9364         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
9365
9366 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9367
9368         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
9369         Add new variables for article mark management.
9370         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
9371         list of extra data entries which, when present, will indicate that the
9372         article ID should not be trimmed from the registry.
9373         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
9374         functions.
9375         (gnus-registry-read-mark): New function to read a mark name from the
9376         user.
9377         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9378         (gnus-registry-set-article-mark-internal): New functions to add and
9379         remove marks.
9380         (gnus-registry-get-article-marks): New function to show the marks for
9381         an article, or retrieve them for further use.
9382
9383 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9384
9385         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9386         keys when no argument is given.
9387
9388 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9389
9390         * imap.el (imap-ping-server): New variable.
9391         (imap-opened): On add extra ping if imap-ping-server is non-nil.
9392         (imap-ping-server): Minor doc string fixes.
9393
9394 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9395
9396         * imap.el (imap-ping-server): New function.
9397         (imap-opened): Call imap-ping-server.
9398
9399 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9400
9401         * gnus-sum.el (gnus-article-sort-by-random)
9402         (gnus-thread-sort-by-random): Fix doc strings.
9403         Reported by jidanni@jidanni.org.
9404
9405 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9406
9407         * gnus-art.el (gnus-article-describe-bindings): New function.
9408         (gnus-article-read-summary-keys): Use it.
9409         (gnus-article-mode-map): Bind `C-h b' to it.
9410
9411 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9412
9413         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9414         XEmacs.
9415         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9416         Protect against non-character events.
9417
9418         * lpath.el: Fbind map-keymap for Emacs 21.
9419
9420 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
9421
9422         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9423         New command.
9424         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9425         instead of END.  Change name of the temp file.
9426         (gnus-group-gmane-group-download-format): Add doc string.  Make it
9427         customizable.
9428
9429 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9430
9431         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9432         bind `S W' to gnus-article-wide-reply-with-original; set default
9433         binding to gnus-article-read-summary-send-keys.
9434         (gnus-article-read-summary-keys): Fix the order of keys; display
9435         continuation keys correctly in the echo area; describe bindings
9436         correctly when keys end with `C-h'.
9437         (gnus-article-read-summary-send-keys): New function.
9438         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9439         Work for gnus-article-read-summary-send-keys; display continuation keys
9440         correctly in the echo area.
9441         (gnus-article-reply-with-original): Ignore prefix argument.
9442         (gnus-article-wide-reply-with-original): New function.
9443
9444         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
9445         Emacs 21.
9446
9447 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9448
9449         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9450         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9451
9452 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9453
9454         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9455         (gnus-group-read-ephemeral-gmane-group): New command.
9456
9457 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9458
9459         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9460
9461 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9462
9463         * message.el (message-send-mail-function): Increase custom version.
9464
9465         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9466         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
9467
9468 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9469
9470         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
9471         for the cases where imap-authenticate is called with a nil buffer
9472         parameter.
9473
9474 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9475
9476         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9477         html parts correctly; support forwarded messages.
9478         (gnus-article-browse-html-article): Remove work buffers.
9479
9480         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9481         compiling.
9482         (netrc-bound-and-true-p): New macro.
9483         (netrc-parse): Use it instead of bound-and-true-p that is not available
9484         in XEmacs 21.4.
9485
9486 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9487
9488         * gnus-registry.el (gnus-registry-mark-article)
9489         (gnus-registry-article-marks): Add functionality to mark articles
9490         through the Gnus registry.
9491
9492         * encrypt.el: Clarify documentation for the new pgg method.
9493         (encrypt-file-alist): Add PGG option.
9494         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
9495         functionality.  Abstract password key and messaging to external
9496         functions.
9497         (encrypt-password-key, encrypt-get-passphrase-if-needed)
9498         (encrypt-message-method-and-cipher): Add new convenience external
9499         functions.
9500         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
9501         (encrypt-pgg-process-buffer): Add PGG functionality glue.
9502
9503         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9504         (netrc-parse): Use encrypt-file-alist to determine if
9505         encrypt-find-model or encrypt-insert-file-contents should be used.
9506
9507         * encrypt.el: Clarify documentation.  Load password-cache or
9508         password, whichever one is found first, instead of autoloading.
9509
9510 2007-12-19  Glenn Morris  <rgm@gnu.org>
9511
9512         * mml.el (message-options-set, message-narrow-to-head)
9513         (message-in-body-p, message-mail-p, message-encode-message-body):
9514         Autoload.
9515         (message-remove-header, message-narrow-to-headers-or-head)
9516         (message-subscribed-p, message-make-mail-followup-to)
9517         (message-position-on-field, message-news-p)
9518         (message-options-set-recipient, message-generate-headers)
9519         (message-sort-headers): Declare as functions.
9520
9521 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9522
9523         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9524         convention in doc string.
9525
9526 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9527
9528         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9529         title to html parts.
9530         (gnus-article-browse-html-article): Pass message header to it.
9531
9532         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9533
9534 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9535
9536         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9537         or password compatible with XEmacs.
9538
9539 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9540
9541         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9542         format document.
9543         (gnus-mime-delete-part): Don't write description line if empty.
9544         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9545
9546 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
9547
9548         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9549         (gnus-summary-mark-read-and-unread-as-read)
9550         (gnus-summary-mark-current-read-and-unread-as-read)
9551         (gnus-summary-mark-unread-as-ticked): Doc fix.
9552         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9553
9554 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9555
9556         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9557         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9558
9559 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9560
9561         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9562         yes-or-no-p.
9563
9564 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9565
9566         * mm-decode.el (mm-add-meta-html-tag): New function.
9567         (mm-save-part-to-file, mm-pipe-part): Use it.
9568
9569         * gnus-art.el (gnus-article-browse-delete-temp-files):
9570         Use gnus-y-or-n-p instead of y-or-n-p.
9571         (gnus-article-browse-html-parts): Work with message/external-body; use
9572         mm-add-meta-html-tag.
9573
9574 2007-12-11  Glenn Morris  <rgm@gnu.org>
9575
9576         * gnus-cache.el: Require gnus-sum not just when compiling.
9577
9578         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9579
9580         * gnus-int.el (gnus-server-opened, gnus-status-message):
9581         Move definitions before use.
9582
9583         * mm-decode.el: Require gnus-util.
9584         (mm-remove-part): Only call delete-annotation on XEmacs.
9585
9586         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9587
9588         * nnmail.el: Require gnus-int.
9589
9590         * spam.el: Move `require's before `eval-when-compile's.
9591
9592         * gnus-ems.el (gnus-alive-p):
9593         * gnus-fun.el (message-goto-eoh):
9594         * gnus-util.el (gnus-group-name-decode):
9595         * mail-source.el (gnus-compress-sequence):
9596         * message.el (Info-goto-node, format-spec):
9597         * mm-bodies.el (message-options-get):
9598         * mm-decode.el (mm-view-pkcs7):
9599         * mm-util.el (gmm-write-region):
9600         * mml-smime.el (mml-compute-boundary)
9601         (gnus-completing-read-with-default):
9602         * mml.el (widget-button-press, gnus-make-hashtable):
9603         * mml1991.el (mm-decode-content-transfer-encoding)
9604         (mm-encode-content-transfer-encoding)
9605         (message-options-get, message-options-set):
9606         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9607         * nnfolder.el (gnus-request-group):
9608         * nnheader.el (ietf-drums-unfold-fws):
9609         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9610         * smime.el (gnus-run-mode-hooks):
9611         * spam-stat.el (gnus-message): Autoload.
9612
9613         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9614         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9615         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9616         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9617         Add declare-function compatibility definition.
9618
9619         * gnus-cache.el (nnvirtual-find-group-art):
9620         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9621         (gnus-add-image, gnus-add-wash-type):
9622         * gnus-group.el (nnkiboze-score-file):
9623         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9624         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9625         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9626         (message-tokenize-header, gnus-get-buffer-create)
9627         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9628         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9629         * gnus.el (gnus-group-decoded-name):
9630         * mail-source.el (imap-capability):
9631         * mm-bodies.el (message-options-set):
9632         * mm-decode.el (gnus-configure-windows):
9633         * mm-extern.el (message-goto-body):
9634         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9635         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9636         (epg-sub-key-validity, message-options-set):
9637         * mml.el (widget-event-point, gnus-configure-windows):
9638         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9639         * mml2015.el (epg-check-configuration, epg-configuration)
9640         (message-options-set):
9641         * nndb.el (nndb-request-article):
9642         * nnfolder.el (gnus-request-create-group):
9643         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9644         * nnmaildir.el (gnus-group-mark-article-read):
9645         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9646         * rfc1843.el (message-fetch-field):
9647         * spam.el (gnus-extract-address-components):
9648         Declare as functions.
9649
9650 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9651
9652         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9653
9654         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9655
9656         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9657         bind show-trailing-whitespace for XEmacs.
9658
9659 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9660
9661         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9662         new no-op macro for backward compatibility.
9663
9664         * imap.el (imap-string-to-integer): New function.
9665
9666 2007-12-09  Glenn Morris  <rgm@gnu.org>
9667
9668         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9669
9670         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9671         * message.el, mm-view.el, sieve-manage.el, smime.el:
9672         Add declare-function compatibility definition.
9673
9674         * gnus-art.el (w3-region, w3m-region, Info-menu):
9675         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9676         * gnus-sum.el (gnus-get-predicate):
9677         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9678         * message.el (mail-abbrev-in-expansion-header-p):
9679         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9680         (w3m-detect-meta-charset, w3m-region):
9681         * sieve-manage.el (password-read, password-cache-add)
9682         (password-cache-remove):
9683         * smime.el (password-read-and-add): Declare as functions.
9684
9685 2007-12-08  David Kastrup  <dak@gnu.org>
9686
9687         * gnus-sum.el (gnus-summary-simplify-subject-query):
9688         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9689         `message'.
9690
9691 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9692
9693         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9694         it to bind idna-program, installation-directory, defined-colors, and
9695         face-attribute for XEmacs of the version that compiles defcustom forms.
9696
9697 2007-12-07  Glenn Morris  <rgm@gnu.org>
9698
9699         * gnus-art.el (article-make-date-line): Revert previous change.
9700
9701 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9702
9703         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9704
9705 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9706
9707         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9708         Call gnus-add-to-range ranges only once with a prepared article-list.
9709
9710 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9711
9712         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9713         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9714         group names with backslashes.
9715         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9716
9717 2007-12-06  Deepak Goel  <deego3@gmail.com>
9718
9719         * gnus-art.el (article-make-date-line):
9720         * gnus-start.el (gnus-load):
9721         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9722
9723 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9724
9725         * gnus-art.el (gnus-use-idna)
9726         * gnus-start.el (gnus-site-init-file)
9727         * message.el (message-use-idna)
9728         * mm-uu.el (mm-uu-hide-markers)
9729         * smiley.el (smiley-style): Revert changes that suppress warnings.
9730
9731 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9732
9733         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9734         specify charset to html source.
9735         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9736
9737 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9738
9739         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9740         idna-program in order to suppress byte compile warning issued by XEmacs
9741         that came to byte compile the default value section of defcustom forms
9742         recently.
9743
9744         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9745         value of installation-directory.
9746
9747         * message.el (message-use-idna): Don't directly refer to the value of
9748         idna-program.
9749
9750         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9751
9752         * smiley.el (smiley-style): Don't directly call face-attribute.
9753
9754 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9755
9756         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9757
9758         * gnus-dired.el: Reduce Gnus dependencies.
9759         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9760         Don't require.  Use autoloads instead.
9761         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9762         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9763         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9764         (gnus-dired-mode): Adjust doc string.
9765         (gnus-dired-mail-mode): New variable.
9766         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9767         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9768         (gnus-dired-mail-buffers): New function.  Return mail or message
9769         composition buffers.
9770         (gnus-dired-attach): Use it.
9771         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9772         NO-DECODE.
9773         (gnus-dired-print): Use `gnus-print-buffer' depending on
9774         `gnus-dired-mail-mode'.
9775
9776 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9777
9778         * rfc2047.el (rfc2047-encoded-word-regexp)
9779         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9780         explaining what regexp patterns are for.
9781
9782 2007-12-04  Glenn Morris  <rgm@gnu.org>
9783
9784         * password.el: Move to password-cache.el.
9785
9786         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9787         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9788         * mml-smime.el (password-read, password-cache-add)
9789         (password-cache-remove):
9790         No need to autoload, since mml-sec requires password.
9791
9792         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9793         * message.el (gnus-extract-address-components):
9794         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9795
9796         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9797         password.
9798
9799 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9800
9801         * mailcap.el: Reduce dependencies.
9802         (mail-header-parse-content-type): Autoload.
9803         (mailcap-delete-duplicates): New alias.
9804         (mailcap-mime-info): Add optional argument NO-DECODE.
9805         (mailcap-mime-types): Use mailcap-delete-duplicates.
9806
9807         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9808
9809 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9810
9811         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9812         (imap-parse-status): Upcase status-att for servers that sends them
9813         lower-case (e.g., MS Exchange 2007).
9814
9815 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9816
9817         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9818         function.
9819
9820         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9821         (gnus-uu-yenc-article): New function.
9822
9823         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9824
9825         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9826
9827 2007-12-02  Glenn Morris  <rgm@gnu.org>
9828
9829         * binhex.el (binhex): New custom group.
9830         (binhex-decoder-program, binhex-decoder-switches)
9831         (binhex-use-external): Move to the binhex custom group.
9832
9833         * uudecode.el (uudecode): New custom group.
9834         (uudecode-decoder-program, uudecode-decoder-switches)
9835         (uudecode-use-external): Move to the uudecode custom group.
9836
9837         * netrc.el (top-level): Don't load `encrypt' features.
9838         (netrc-parse): Don't use encrypt.
9839         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9840
9841         * encrypt.el: Remove file.
9842
9843 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9844
9845         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9846         matches on patches.
9847
9848         * gnus-art.el (gnus-article-browse-html-article):
9849         Mention `mm-text-html-renderer' in the doc string.
9850
9851         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9852         string.  Add comments.
9853
9854         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9855         if rhs is ASCII.
9856
9857 2007-12-01  Glenn Morris  <rgm@gnu.org>
9858
9859         * mail-source.el (top-level): Require format-spec before
9860         eval-when-compile.
9861
9862 2007-11-30  Glenn Morris  <rgm@gnu.org>
9863
9864         * encrypt.el: Require password, rather than autoloading password-read.
9865
9866 2007-11-29  Glenn Morris  <rgm@gnu.org>
9867
9868         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9869         (sasl-make-client, sasl-next-step, sasl-step-data)
9870         (sasl-step-set-data): Declare as functions.
9871
9872 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9873
9874         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9875
9876 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9877
9878         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9879         certs should be verified and what is to be done in the event of a
9880         verification failure.
9881
9882         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9883         caller can indicate whether the cache should be disregarded for this
9884         call.  This way the result of the call is reproducible at all times and
9885         can be considered a canonical server name for the supplied method.
9886         (gnus-agent-method-p): Canonicalize server names by pushing their
9887         method through `gnus-method-to-server' using the no-cache argument.
9888
9889         * gnus-srvr.el (gnus-server-insert-server-line):
9890         Call `gnus-method-to-server' with `no-cache' argument.
9891
9892         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9893         gnus-agent-possibly-synchronize-flags as this should be called when the
9894         server is actually being opened.
9895         (gnus-agent-possibly-synchronize-flags)
9896         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9897         flags file of an agentized server to the latter function.
9898
9899         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9900         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9901         after a connection has been established successfully.
9902
9903 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9904
9905         * gnus-art.el (article-display-face): Force to display face if called
9906         interactively; check if gnus-article-x-face-too-ugly matches author.
9907         (article-display-x-face): Display face even if From header is missing
9908         as article-display-face does.
9909
9910 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9911
9912         * hashcash.el (message-narrow-to-headers-or-head)
9913         (message-fetch-field, message-goto-eoh)
9914         (message-narrow-to-headers): Declare as functions.
9915
9916 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9917
9918         * mail-source.el (mail-sources): Default to fetch from file for
9919         compatibility with default of nnmail-spool-file.
9920
9921 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9922
9923         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9924         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9925         to look for encoded word that should be encoded again.
9926         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9927         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9928         encoding pattern.
9929         (rfc2047-decode-region): Switch strict regexp and loose one according
9930         to rfc2047-allow-irregular-q-encoded-words.
9931
9932 2007-11-25  Romain Francoise  <romain@orebokech.com>
9933
9934         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9935
9936 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9937
9938         * tls.el (tls-program): Provide more custom choices from
9939         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9940         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9941
9942 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9943
9944         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9945         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9946
9947         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9948         `nnmail-spool-file'.
9949
9950         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9951         `nnmail-spool-file'.
9952
9953         * gnus-move.el (gnus-change-server): Ditto.
9954
9955         * gnus-kill.el (gnus-batch-score): Ditto.
9956
9957         * gnus-cache.el (gnus-jog-cache): Ditto.
9958
9959         * gnus-msg.el (gnus-summary-reply):
9960         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9961
9962 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9963
9964         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9965         version.  Minor improvement to doc strings.
9966         (tls-program): Add comment.
9967
9968 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9969
9970         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9971         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9972         mismatch between the hostname provided in the certificate and the name
9973         of the host connnecting to.
9974         (open-tls-stream): Use them.  Check certificates against trusted root
9975         certificates.
9976
9977 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9978
9979         * gnus-cache.el (gnus-cache-generate-nov-databases):
9980         Use nnml-generate-nov-databases-directory instead of
9981         nnml-generate-nov-databases-1.
9982
9983 2007-11-24  Glenn Morris  <rgm@gnu.org>
9984
9985         * message.el (message-tool-bar-retro): Update for rename
9986         mail_send.xpm->mail-send.xpm.
9987
9988 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9989
9990         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9991         `smime-ldap-search' for Emacs 22 and up.
9992
9993 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9994
9995         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9996
9997         * message.el (message-send-mail-function): Fix error convention.
9998         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9999         (message-widen-reply, message-send-mail, message-talkative-question)
10000         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
10001         (message-clone-locals, message-send-news): Use with-current-buffer.
10002         (message-insert-or-toggle-importance): Remove unused var `valid'.
10003         (message-make-references): Remove unused var `new-references'.
10004         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
10005
10006 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
10007
10008         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
10009         (spam-split-symbolic-return-positive): Reflow docstring.
10010         (spam-backends, spam-summary-exit-behavior)
10011         (spam-mark-ham-unread-before-move-from-spam-group)
10012         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
10013         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10014         (spam-clear-cache, spam-backend-check, spam-install-backend)
10015         (spam-install-statistical-backend, spam-list-of-processors)
10016         (spam-group-processor-p, spam-split, spam-bogofilter-score)
10017         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
10018         (spam-check-crm114, spam-initialize, spam-unload-hook):
10019         Fix typos in docstrings.
10020
10021 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10022
10023         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
10024         been checked if they have never been read and those group levels are
10025         higher than the one that a user specified.
10026
10027 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10028
10029         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
10030         foreign groups unless a group level is specified by a user.
10031         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
10032
10033 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
10034
10035         * message.el (message-send-mail-function): Require sendmail.
10036
10037 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
10038
10039         * message.el (message-send-mail-function): Check for smtpmail too.
10040
10041         * utf7.el (utf7-encode, utf7-decode): Use coding system
10042         `utf-7'/`utf-7-imap' from utf-7.el' if available.
10043
10044         * message.el (message-send-mail-function): New function.
10045         (message-send-mail-function): Set default using
10046         message-send-mail-function.  Adjust doc string.
10047         (message-send-mail-with-mailclient): New function.
10048
10049 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
10050
10051         * smime.el (from):
10052         * rfc2047.el (message-posting-charset):
10053         * qp.el (mm-use-ultra-safe-encoding):
10054         * pop3.el (parse-time-months):
10055         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
10056         * nnml.el (files):
10057         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
10058         (jka-compr-compression-info-list, ange-ftp-path-format)
10059         (efs-path-regexp):
10060         * nndiary.el (files):
10061         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
10062         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
10063         (epg-digest-algorithm-alist, inhibit-redisplay)
10064         (password-cache-expiry):
10065         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
10066         (pgg-output-buffer, password-cache-expiry):
10067         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
10068         (efs-path-regexp):
10069         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
10070         (inhibit-redisplay):
10071         * mm-uu.el (file-name, start-point, end-point, entry)
10072         (gnus-newsgroup-name, gnus-newsgroup-charset):
10073         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
10074         (latin-unity-ucs-list):
10075         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
10076         (mm-uu-binhex-decode-function):
10077         * message.el (gnus-message-group-art, gnus-list-identifiers)
10078         (rmail-enable-mime-composing, gnus-local-organization)
10079         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
10080         (gnus-read-active-file, facemenu-add-face-function)
10081         (facemenu-remove-face-function, gnus-article-decoded-p)
10082         (tool-bar-mode):
10083         * mail-source.el (display-time-mail-function):
10084         * gnus-util.el (nnmail-pathname-coding-system)
10085         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
10086         (gnus-original-article-buffer, gnus-user-agent)
10087         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
10088         (xemacs-codename, sxemacs-codename, emacs-program-version):
10089         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
10090         * gnus-start.el (gnus-agent-covered-methods)
10091         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
10092         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
10093         (gnus-newsgroup-headers, gnus-group-list-mode)
10094         (gnus-group-mark-positions, gnus-newsgroup-data)
10095         (gnus-newsgroup-unreads, nnoo-state-alist)
10096         (gnus-current-select-method, mail-sources)
10097         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
10098         (nnmail-spool-file, gnus-cache-active-hashtb):
10099         * gnus-mh.el (mh-lib-progs):
10100         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
10101         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
10102         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
10103         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
10104         (gnus-group-buffer):
10105         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
10106         (font-lock-set-defaults):
10107         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
10108         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
10109         (gnus-summary-post-menu, total-parts, type, condition, length):
10110         * gnus-agent.el (gnus-agent-read-agentview):
10111         * flow-fill.el (show-trailing-whitespace):
10112         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
10113         eval-and-compile wrappers for byte compiler pacifiers.
10114
10115         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
10116         (mm-display-inline-fontify): Check for featurep 'xemacs not
10117         extent-list.
10118
10119         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
10120         itimer-list.
10121         (mm-create-image-xemacs): Only do something for XEmacs.
10122         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
10123
10124         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
10125
10126         * gnus-registry.el (gnus-adaptive-word-syntax-table):
10127         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
10128
10129 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
10130
10131         * nnimap.el (nnimap-split-download-body):
10132         * gnus-demon.el (gnus-demon):
10133         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
10134
10135 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10136
10137         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
10138         New macros.
10139         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
10140         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
10141         copy data from unibyte buffer to multibyte current buffer.
10142         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
10143         to copy data from unibyte current buffer to multibyte buffer.
10144         (nntp-make-process-buffer): Make process buffer unibyte.
10145
10146         * pop3.el (pop3-open-server): Fix typo in Lisp code.
10147
10148 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
10149
10150         * pop3.el (pop3-open-server): Accept and process data more robustly at
10151         connexion start to avoid spurious "POP SSL connexion failed" errors.
10152
10153 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10154
10155         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
10156         read group names.
10157
10158 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
10159
10160         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
10161
10162 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10163
10164         * nnmail.el (nnmail-parse-active): Make group names unibyte.
10165         (nnmail-save-active): Use a unibyte buffer when saving active file,
10166         which may contain non-ASCII group names.
10167
10168         * nnml.el (nnml-request-group): Decode group names in messages.
10169
10170 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
10171
10172         * message.el (message-citation-line-function)
10173         (message-insert-formatted-citation-line): Fix spelling of
10174         `message-insert-formated-citation-line'.
10175
10176 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
10177
10178         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
10179
10180 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10181
10182         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
10183         nnmail-pathname-coding-system.
10184
10185         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
10186         that a user enters; decode group names in messages.
10187
10188         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
10189
10190 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10191
10192         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
10193
10194         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
10195
10196         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
10197         risky local variable.
10198
10199         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
10200
10201 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
10202
10203         * encrypt.el: Improve documentation to fix function name typo.
10204         Reported by Daiki Ueno <ueno@unixuser.org>.
10205
10206 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10207
10208         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
10209         even if the point is not in the last page of an article.
10210         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
10211         back to the previous page.
10212
10213 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
10214
10215         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
10216
10217 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10218
10219         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
10220
10221 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10222
10223         * message.el (message-check-news-body-syntax):
10224         Avoid mm-string-as-multibyte.
10225         (message-hide-headers): Don't assume (point-min)==1.
10226
10227 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10228
10229         * message.el (message-remove-blank-cited-lines): Fix if remove is
10230         given.
10231         (message-bogus-address-regexp): New variable.
10232         (message-bogus-recipient-p): New function.
10233         (message-check-recipients): New command.
10234         (message-syntax-checks): Add `bogus-recipient'.
10235         (message-fix-before-sending): Add `bogus-recipient'.
10236
10237         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
10238         (gnus-treat-body-boundary): Don't test window-system.
10239
10240 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
10241
10242         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
10243
10244 2007-10-28  Miles Bader  <miles@gnu.org>
10245
10246         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
10247         at compile-time too.
10248
10249 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10250
10251         * gnus-msg.el (gnus-message-setup-hook):
10252         Add `message-remove-blank-cited-lines' to options.
10253
10254 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10255
10256         * message.el (message-remove-blank-cited-lines): New function.
10257         Suggested by Karl Plästerer.
10258
10259 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10260
10261         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
10262         mapc.
10263
10264         * imap.el (imap-open): Replace mapcar called for effect with mapc.
10265         (top-level): Use mapc to set functions to be traced for debugging.
10266
10267         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
10268         called for effect with while loop.
10269
10270         * message.el (message-talkative-question): Replace mapcar called for
10271         effect with mapc.
10272
10273         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
10274         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
10275         called for effect with dolist.
10276
10277         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
10278
10279         * nndiary.el: Use dolist instead of mapcar to add diary headers to
10280         gnus-extra-headers and nnmail-extra-headers.
10281
10282         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
10283         called for effect with dolist.
10284         (top-level): Use mapc to set functions to be traced for debugging.
10285
10286         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
10287         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
10288         dolist.
10289
10290         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
10291         Replace mapcar called for effect with mapc.
10292         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
10293         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
10294         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
10295         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
10296
10297         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
10298         remove-if that's a cl function.
10299
10300         * webmail.el (webmail-debug): Replace mapcar called for effect with
10301         dolist.
10302
10303         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
10304         with mapc.
10305
10306 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10307
10308         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
10309         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
10310         with while loop.
10311
10312         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
10313         functions from article-* functions.
10314         (gnus-multi-decode-header): Replace mapcar called for effect with
10315         dolist.
10316
10317         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
10318         (gnus-bookmark-show-details): Replace mapcar called for effect with
10319         while loop.
10320
10321         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
10322         called for effect with while loop.
10323
10324         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
10325         with dolist.
10326
10327         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10328         Replace mapcar called for effect with dolist.
10329
10330         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
10331
10332         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
10333         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
10334         Replace mapcar called for effect with dolist.
10335         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
10336         mapc.
10337
10338         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
10339         Replace mapcar called for effect with dolist.
10340         (gnus-topic-list): Replace mapcar called for effect with mapc.
10341
10342         * gnus.el: Use mapc instead of mapcar to add autoloads.
10343
10344 2007-10-23  Richard Stallman  <rms@gnu.org>
10345
10346         * gnus-group.el (gnus-group-highlight): Mark as risky.
10347
10348 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10349
10350         * gnus.el (gnus-server-to-method): Return method found first in
10351         gnus-newsrc-alist.
10352
10353         * gnus-art.el (gnus-article-highlight-signature)
10354         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
10355         button overlay without the front stickiness.
10356
10357 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
10358
10359         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
10360         overview buffer needed a catch to receive its throw.
10361         (gnus-agent-flush-cache): Declare as interactive to make this function
10362         easier to use.
10363
10364 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
10365
10366         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
10367         `next-line'.
10368
10369 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10370
10371         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
10372         exclude address matching message-dont-reply-to-names.
10373
10374 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10375
10376         * gnus-util.el (gnus-string<): New function.
10377
10378         * gnus-sum.el (gnus-article-sort-by-author)
10379         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
10380
10381 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10382
10383         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
10384         the frame-focus tag is set in gnus-buffer-configuration.
10385
10386 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10387
10388         * gnus-art.el (gnus-article-add-button): Make a button overlay without
10389         the front stickiness.
10390
10391 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10392
10393         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
10394         url pattern; remove duplicate one.
10395         (gnus-article-extend-url-button): New function.
10396         (gnus-article-add-buttons): Use it.
10397         (gnus-button-push): Use concatenated url that it makes.
10398
10399 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
10400
10401         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
10402
10403 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10404
10405         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10406         Don't hardcode point-min==1.
10407
10408 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
10409
10410         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
10411         Fix comment about "iso8859-1".
10412
10413 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
10414
10415         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10416         ones returned from the verify-function.
10417
10418         * mm-uu.el (mm-uu-pgp-signed-extract-1):
10419         Call mml2015-extract-cleartext-signature if extraction failed.
10420
10421 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
10422
10423         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10424         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10425         failed.
10426
10427 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10428
10429         * Relicense "GPLv2 or later" files to "GPLv3 or later".
10430
10431 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
10432
10433         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
10434         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
10435         recommends to use EasyPG instead of PGG.
10436
10437         * pgg.el: Revert to revision 6.23.2.16.
10438
10439         * pgg-def.el: Revert to revision 6.6.2.14.
10440
10441         * pgg-gpg.el: Revert to revision 6.23.2.34.
10442
10443 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
10444
10445         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10446         to mark a thread as expirable.  Add variable `hide' to handle hiding of
10447         thread for both the null and zero (kill/expire thread) universal prefix
10448         cases.
10449         (gnus-summary-expire-thread): Add new function to expire a thread,
10450         using gnus-summary-kill-thread.
10451         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10452         shortcuts for gnus-summary-expire-thread.
10453         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10454         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
10455
10456 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10457
10458         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10459         extras value, so an extras entry can be deleted.
10460         (gnus-registry-delete-extra-entry): Use it.
10461         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10462         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10463         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10464         storage through the gnus-registry, and provide an appropriate API for
10465         it.
10466
10467 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10468
10469         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10470         Suggested by Leo <sdl.web@gmail.com>.
10471
10472         * gnus.el: Do.
10473
10474 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10475
10476         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10477         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
10478
10479         * gnus-agent.el (gnus-agent-fetch-headers): Do.
10480
10481         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10482         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10483
10484 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10485
10486         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10487         newline.
10488         (nnmbox-request-accept-article): Don't change article in source buffer;
10489         narrow to header to use message-fetch-field rather than
10490         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10491         (nnmbox-request-replace-article): Quote lines that'll be misidentified
10492         as delimiters; make sure article ends with newline.
10493         (nnmbox-delete-mail): Correct last position of article to be deleted;
10494         ignore X-Gnus-Newsgroup header in article body.
10495         (nnmbox-save-mail): Quote lines looking like delimiters at the right
10496         positions; make sure article ends with newline.
10497
10498         * message.el (message-display-abbrev): Don't infloop when a user
10499         inserts SPC in the beginning of header.
10500
10501         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
10502         coding-system-for-read and coding-system-for-write for XEmacs having no
10503         file-coding feature.
10504
10505         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
10506
10507 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10508
10509         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10510         list of groups not followed by default.  Fix type to be regexp.
10511         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10512
10513 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10514
10515         * hmac-def.el (define-hmac-function): Switch from old-style to
10516         new-style backquotes.
10517
10518         * md4.el (md4-make-step): Likewise.
10519
10520 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10521
10522         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10523         raw-text coding system when saving .newsrc file, which may contain
10524         non-ASCII group names.
10525
10526 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10527
10528         * gnus-cus.el (gnus-score-extra): New widget.
10529         (gnus-score-extra-convert): New function.
10530         (gnus-score-customize): Use it for Extra.
10531
10532 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10533
10534         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10535         (mml2015-mailcrypt-clear-verify): Use it.
10536         (mml2015-gpg-clear-verify): Use it.
10537         (mml2015-pgg-clear-verify): Use it.
10538         (mml2015-epg-clear-verify): Replace the current part with the output
10539         from GnuPG; don't extract the plaintext by itself.
10540
10541         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10542         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10543         mml2015-clear-verify-function; don't touch the armor headers or
10544         dash-escaped text here.
10545
10546 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10547
10548         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10549         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10550         parts, or application/octet-stream as a last resort.
10551         (gnus-mime-view-part-as-type): Don't toggle display.
10552         (gnus-mime-view-part-as-charset): Don't turn off display before
10553         querying charset.
10554
10555         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10556         stuff to undisplayer function in Emacs.
10557         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10558
10559         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10560         text/calendar parts.
10561
10562 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10563
10564         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10565         decoding text/calendar parts.
10566
10567         * message.el (message-forward-make-body-mime): Always mark body as
10568         having no illegible text; remove signed-or-encrypted argument.
10569         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10570
10571         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10572         (mml-generate-mime-1): Don't encode body if it is specified to be in
10573         raw form; don't make buffer be unibyte when inserting multibyte string.
10574
10575 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10576
10577         * sha1.el: Fix up comment style.
10578         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10579         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10580
10581         * hex-util.el: Fix up comment style.
10582         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10583
10584         * gnus-salt.el: Use with-current-buffer.
10585         (gnus-pick-setup-message): Fix long-standing typo.
10586
10587 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10588
10589         * imap.el (imap-logout-timeout): New variable.
10590         (imap-logout, imap-logout-wait): New functions.
10591         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10592
10593         * nnimap.el (nnimap-logout-timeout): New server variable.
10594         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10595         nnimap-logout-timeout.
10596
10597         * gnus-art.el (gnus-article-summary-command-nosave)
10598         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10599
10600 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10601
10602         * gnus.el (gnus-maximum-newsgroup): New variable.
10603
10604         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10605         according to gnus-maximum-newsgroup.
10606
10607         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10608         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10609         Limit the range of articles according to gnus-maximum-newsgroup.
10610
10611 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10612
10613         * gnus-art.el (gnus-sticky-article): Fix problems described in
10614         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10615         Don't perform gnus-configure-windows here; reuse existing sticky
10616         article buffer.
10617
10618         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10619         it doesn't exist in gnus-article-mode.
10620
10621 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10622
10623         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10624         (gnus-agent-decoded-group-name): New function.
10625         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10626         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10627
10628 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10629
10630         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10631         Add binding for gnus-sticky-article.
10632         (gnus-summary-exit): Don't kill sticky article buffers.
10633
10634         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10635         article buffer.
10636         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10637         (gnus-kill-sticky-article-buffers): New commands.
10638
10639 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10640
10641         * nntp.el (nntp-xref-number-is-evil): New server variable.
10642         (nntp-find-group-and-number): If it is non-nil, don't trust article
10643         numbers in the Xref header.
10644
10645 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10646
10647         * gnus-agent.el (gnus-agent-read-group): New function.
10648         (gnus-agent-flush-group, gnus-agent-expire-group)
10649         (gnus-agent-regenerate-group): Use it.
10650         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10651         nnmail-pathname-coding-system.
10652
10653 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10654
10655         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10656
10657         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10658         that are unread as unread, and also as selected so that information of
10659         marks having been changed by a user may be updated when exiting group.
10660
10661 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10662
10663         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10664
10665 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10666
10667         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10668         calculated ignoring signature parts to gnus-treat-article.
10669
10670 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10671
10672         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10673         a point here in order to keep the window start.
10674         (gnus-insert-mime-security-button): Make a button overlay without the
10675         front stickiness.
10676         (gnus-mime-display-security): Goto the end of a button.
10677
10678         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10679
10680 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10681
10682         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10683         group-name-at-point.
10684         (gnus-group-completing-read): New function that offers decoded
10685         non-ASCII group names for completion.
10686         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10687         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10688         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10689         (gnus-group-fetch-control): Use it.
10690         (gnus-fetch-group): Use group-name-at-point for the initial value
10691         rather than the default value; use gnus-alive-p.
10692
10693         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10694         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10695         (gnus-summary-post-news): Use gnus-group-completing-read.
10696
10697         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10698         (gnus-read-move-group-name): Decode group name for completion.
10699
10700 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10701
10702         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10703         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10704         Yamaoka slightly modified the code).
10705
10706 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10707
10708         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10709         (nnmail-split-incoming): Bind it.
10710
10711         * nnml.el (nnml-group-name-charset): New function.
10712         (nnml-decoded-group-name): Use it; don't decode group name if
10713         nnmail-group-names-not-encoded-p is non-nil.
10714         (nnml-encoded-group-name): New function.
10715         (nnml-group-pathname): Inline nnml-decoded-group-name.
10716         (nnml-request-expire-articles): Decode group name in message.
10717         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10718         nnmail-pathname-coding-system.
10719         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10720         not decoded ones according to nnmail-group-names-not-encoded-p.
10721         (nnml-generate-active-info): Use nnml-encoded-group-name.
10722
10723 2007-08-08  Glenn Morris  <rgm@gnu.org>
10724
10725         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10726         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10727         doc-strings and comments.
10728
10729 2007-07-25  Glenn Morris  <rgm@gnu.org>
10730
10731         * Relicense all FSF files to GPLv3 or later.
10732
10733 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10734
10735         * gnus-sum.el (gnus-summary-move-article):
10736         Make gnus-summary-respool-article work.
10737
10738 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10739
10740         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10741         string.
10742
10743 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10744
10745         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10746         that should be ignored when comparing distant RSS articles with local
10747         ones.
10748         (nnrss-make-hash-index): New function.  Create a hash index according
10749         to the ignored fields.
10750         (nnrss-check-group): Use it.
10751
10752 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10753
10754         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10755
10756         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10757
10758         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10759         the new optional argument ENCODED is non-nil.
10760         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10761         coding system for encoding group name.
10762         (gnus-group-make-rss-group): Pass un-encoded group name to
10763         gnus-group-make-group.
10764         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10765         encoded.
10766
10767         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10768         Encode group name to which articles are moved or copied.
10769         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10770         coding system for encoding Newsgroup, Followup-To and Xref headers.
10771
10772         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10773         marks; use nnheader-file-coding-system to write a file.
10774         (nnagent-retrieve-headers): Bind file-name-coding-system to
10775         nnmail-pathname-coding-system.
10776
10777         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10778
10779         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10780         (nnml-request-article, nnml-request-create-group)
10781         (nnml-request-rename-group, nnml-find-id)
10782         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10783         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10784         (nnml-save-marks): Use nnml-group-pathname instead of
10785         nnmail-group-pathname.
10786
10787         (nnml-request-create-group, nnml-request-expire-articles)
10788         (nnml-request-move-article, nnml-request-delete-group)
10789         (nnml-deletable-article-p, nnml-possibly-create-directory)
10790         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10791         (nnml-open-marks): Bind file-name-coding-system to
10792         nnmail-pathname-coding-system.
10793
10794         (nnml-request-article): Pass server argument to nnml-find-group-number.
10795         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10796         Pass server argument to nnml-possibly-create-directory.
10797         (nnml-request-accept-article): Pass server argument to
10798         nnml-active-number and nnml-save-mail.
10799         (nnml-find-group-number): Pass server argument to nnml-find-id.
10800         (nnml-request-update-info): Pass server argument to
10801         nnml-marks-changed-p.
10802
10803         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10804         (nnml-save-mail, nnml-active-number): Add server argument.
10805
10806         (nnml-request-delete-group): Warn if group is missing.
10807         (nnml-get-nov-buffer): Decode group name.
10808         (nnml-generate-active-info): Encode group name.
10809         (nnml-open-marks): Decode group name in messages.
10810
10811 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10812
10813         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10814         if it is not specified.
10815         (gnus-article-pipe-part, gnus-article-save-part)
10816         (gnus-article-interactively-view-part, gnus-article-copy-part)
10817         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10818         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10819         (gnus-article-replace-part, gnus-article-delete-part)
10820         (gnus-article-view-part-as-type): Pass raw prefix argument to
10821         gnus-article-part-wrapper.
10822
10823 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10824
10825         * gnus-agent.el (gnus-agent-save-active):
10826         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10827
10828         * gnus-cache.el (gnus-cache-save-buffers)
10829         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10830         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10831         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10832         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10833         (gnus-cache-generate-active, gnus-cache-rename-group)
10834         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10835         (gnus-cache-update-overview-total-fetched-for):
10836         Bind file-name-coding-system to nnmail-pathname-coding-system.
10837         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10838         New variables.
10839         (gnus-cache-decoded-group-name): New function.
10840         (gnus-cache-file-name): Use it.
10841         (gnus-cache-generate-active): Use non-decoded group name for active.
10842
10843         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10844         right place.
10845         (gnus-write-active-file): Don't break non-ASCII group names.
10846
10847         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10848         nnmail-pathname-coding-system.
10849
10850         * lpath.el: Bind default-file-name-coding-system,
10851         file-name-coding-system and language-info-alist for XEmacs.
10852
10853         * gnus-uu.el (gnus-uu-decode-save): Typo.
10854
10855 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10856
10857         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10858
10859 2007-07-14  David Kastrup  <dak@gnu.org>
10860
10861         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10862         finishing actions if we did not edit the article.
10863
10864 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10865
10866         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10867         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10868         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10869         (gnus-agent-flush-group, gnus-agent-flush-cache)
10870         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10871         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10872         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10873         (gnus-agent-regenerate-group)
10874         (gnus-agent-update-files-total-fetched-for)
10875         (gnus-agent-update-view-total-fetched-for):
10876         Bind file-name-coding-system to nnmail-pathname-coding-system.
10877         (gnus-agent-group-pathname): Don't encode file names by
10878         nnmail-pathname-coding-system.
10879         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10880         coding-system-for-write instead of buffer-file-coding-system to
10881         gnus-agent-file-coding-system.
10882
10883         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10884         Decode group name.
10885
10886         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10887
10888         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10889         (gnus-read-newsrc-el-file): Make group names unibyte.
10890
10891         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10892         nnmail-pathname-coding-system.
10893
10894         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10895         (nnrss-request-delete-group): Bind file-name-coding-system to
10896         nnmail-pathname-coding-system.
10897         (nnrss-read-server-data, nnrss-read-group-data):
10898         Bind file-name-coding-system correctly.
10899         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10900
10901         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10902         (nntp-server-to-method-cache): New variable.
10903         (nntp-group-pathname): New function that decodes non-ASCII group names.
10904         (nntp-possibly-create-directory, nntp-marks-changed-p)
10905         (nntp-save-marks, nntp-open-marks): Use it.
10906         (nntp-possibly-create-directory, nntp-open-marks):
10907         Bind file-name-coding-system to nnmail-pathname-coding-system.
10908         (nntp-open-marks): Decode group names when bootstrapping marks.
10909
10910         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10911         Newsgroups and Folowup-To headers.
10912
10913 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10914
10915         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10916         (gnus-server-closed-face, gnus-server-denied-face)
10917         (gnus-server-offline-face): Remove variable.
10918         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10919
10920         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10921         of modifying message-stack directly for XEmacs.
10922
10923         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10924         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10925         if the coding-system argument is nil for XEmacs.
10926
10927         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10928         mm-charset-override-alist.
10929
10930         * rfc2047.el: Don't require base64; require rfc2045 for the function
10931         rfc2045-encode-string.
10932         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10933         to quote the parameter value.
10934
10935 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10936
10937         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10938         form in gnus-group-name-charset-method-alist.
10939
10940         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10941         overrides the default layout edit-form.
10942
10943         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10944
10945         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10946
10947 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10948
10949         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10950         as unfetched articles.
10951
10952 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10953
10954         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10955
10956 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10957
10958         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10959         original back end that keeps marks in the local system.
10960
10961 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10962
10963         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10964         arg of pop-to-buffer for XEmacs.
10965         (gnus-article-read-summary-keys): Ditto; don't restore window
10966         configuration if summary command ends up with neither article buffer
10967         nor summary buffer; describe bindings if summary keys end with C-h.
10968
10969 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10970
10971         * message.el (message-fix-before-sending): Skip raw message part to be
10972         forwarded while checking illegible text.
10973         (message-forward-make-body-mime, message-forward-make-body):
10974         Mark signed or encrypted raw message as having no illegible text.
10975
10976 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10977
10978         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10979         (gnus-message-with-timestamp-1): New macro.
10980         (gnus-message-with-timestamp): New function.
10981         (gnus-message): Use them.
10982
10983         * nnheader.el (nnheader-message): Use them.
10984
10985 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10986
10987         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10988         .newsrc.eld file.
10989
10990 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10991
10992         * gnus-agent.el (gnus-agent-fetch-headers)
10993         (gnus-agent-retrieve-headers):
10994         Bind gnus-decode-encoded-address-function to identity.
10995
10996         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10997         available also when the server returns simply a dot.
10998
10999         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
11000
11001 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11002
11003         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
11004
11005 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11006
11007         * gnus-ems.el (gnus-x-splash): Make it work.
11008
11009         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
11010         from being used.
11011
11012         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
11013
11014 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11015
11016         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
11017         4th and the 5th arguments.
11018
11019         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
11020         the front stickiness.
11021         (gnus-article-summary-command-nosave): Correct the order of the
11022         arguments passed to pop-to-buffer.
11023         (gnus-article-read-summary-keys): Ditto; make it work properly when the
11024         summary command ends up with the article buffer.
11025
11026         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
11027         the same faces.
11028
11029 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
11030
11031         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
11032
11033 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
11034
11035         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
11036         * gnus-sum.el (gnus-summary-highlight):
11037         * pgg.el (pgg-sign-region, pgg-sign):
11038         * mail-source.el (mail-source-delete-old-incoming-confirm):
11039         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
11040
11041 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11042
11043         * gnus-art.el (gnus-mime-view-part-externally)
11044         (gnus-mime-view-part-internally): Fix predicate function passed to
11045         completing-read.
11046
11047         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
11048
11049         * gnus.el (gnus-update-message-archive-method): Add :version.
11050
11051 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11052
11053         * gnus.el (gnus-update-message-archive-method): New variable.
11054
11055         * gnus-start.el (gnus-setup-news): Update saved "archive" method
11056         according to gnus-message-archive-method if
11057         gnus-update-message-archive-method is non-nil.
11058
11059 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11060
11061         * gnus-sum.el (gnus-summary-limit-to-address): New function.
11062         Suggested by Loic Dachary <loic@dachary.org>.
11063         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11064
11065 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11066
11067         * message.el (message-pop-to-buffer): Add switch-function argument.
11068         (message-mail): Pass switch-function argument to it.
11069
11070 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
11071
11072         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
11073         Improve doc string.
11074
11075 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11076
11077         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
11078         (gnus-header-content)
11079         * gnus-cite.el (gnus-cite-10)
11080         * gnus-srvr.el (gnus-server-closed)
11081         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
11082         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
11083         (gnus-group-mail-3-empty, gnus-group-mail-low)
11084         (gnus-group-mail-low-empty, gnus-splash)
11085         * message.el (message-header-to, message-header-cc)
11086         (message-header-subject, message-header-other, message-header-name)
11087         (message-header-xheader, message-separator, message-cited-text)
11088         (message-mml): Lighten colors of faces used for dark background.
11089
11090 2007-05-24  Simon Josefsson  <simon@josefsson.org>
11091
11092         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
11093         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
11094
11095 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11096
11097         * message.el (message-narrow-to-headers-or-head):
11098         Ignore mail-header-separator in the body.
11099
11100 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11101
11102         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
11103         same as window size.
11104
11105 2007-05-22  Kevin Ryde  <user42@zip.com.au>
11106
11107         * message.el (message-font-lock-keywords): Use message-header-xheader
11108         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
11109         ahead of the anything pattern, to get it recognised.
11110
11111 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11112
11113         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
11114         spam.el loads uses it in the compiled defadvice form.
11115
11116 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
11117
11118         * gnus-sum.el (gnus-articles-to-read)
11119         (gnus-summary-insert-old-articles): Don't truncate group name for
11120         `read-string'.
11121
11122         * gnus-util.el (gnus-limit-string): Delete this function.
11123
11124         * gnus-sum.el (gnus-simplify-subject-fully):
11125         Use `truncate-string-to-width' instead.
11126
11127 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
11128
11129         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
11130         Tell if, on summary exit, the next group has to be selected.
11131         (gnus-summary-exit): Use it.
11132
11133 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
11134
11135         * gnus-art.el (gnus-article-mode): Fix comment about displaying
11136         non-break space.
11137
11138 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11139
11140         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
11141         Check if group is not a directory.
11142         (nnfolder-request-expire-articles): Don't delete articles if the target
11143         group is not available.
11144
11145         * nnml.el (nnml-request-create-group): Properly check if group is not a
11146         file.
11147         (nnml-request-expire-articles): Don't delete articles if the target
11148         group is not available.
11149
11150         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11151         Don't quote characters that are within parentheses.
11152
11153 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11154
11155         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
11156         (gnus-handle-ephemeral-exit): Select article according to it.
11157
11158 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11159
11160         * message.el (message-insert-formated-citation-line): Remove newline.
11161         (message-citation-line-format): Add final \n here so that the user can
11162         avoid a blank line.
11163
11164 2007-05-03  Dan Christensen  <jdc@uwo.ca>
11165
11166         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
11167         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
11168         Update lanl/arXiv support.
11169
11170 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11171
11172         * gnus.el: Bump version number.
11173
11174 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11175
11176         * gnus.el (gnus-version-number): Bump version.
11177
11178 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11179
11180         * gnus.el: No Gnus v0.6 is released.
11181
11182 2007-04-27  Didier Verna  <didier@xemacs.org>
11183
11184         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
11185         * gmm-utils.el (gmm-regexp-concat): ... here.
11186         * message.el: Don't require 'gnus-util.
11187         (message-dont-reply-to-names): Handle name change above.
11188         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
11189
11190 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11191
11192         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
11193         since the initial value varies according to the system.
11194
11195 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11196
11197         * mm-util.el (mm-charset-synonym-alist): Defcustom.
11198
11199 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
11200
11201         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
11202
11203 2007-04-24  Didier Verna  <didier@xemacs.org>
11204
11205         Improve the type of gnus-ignored-from-addresses.
11206         * gnus-util.el (gnus-orify-regexp): New function.
11207         * message.el (gnus-util): Require it.
11208         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
11209         * gnus-sum.el (gnus-ignored-from-addresses): New function.
11210         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
11211
11212 2007-04-24  Didier Verna  <didier@xemacs.org>
11213
11214         * gnus-sum.el:
11215         * gnus-utils.el: Fix some trailing whitespaces.
11216
11217 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11218
11219         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
11220         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
11221         article's Message-ID; refer parent article in summary buffer.
11222
11223         * message.el (message-bounce): Call mime-to-mml.
11224
11225         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
11226         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
11227         optimize and/or forms properly.
11228
11229 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
11230
11231         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
11232         URL.
11233
11234 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11235
11236         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
11237
11238 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11239
11240         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
11241         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
11242         displayed of multipart/alternative part if it is invoked from summary
11243         buffer.
11244
11245         * mm-view.el (mm-inline-text-html-render-with-w3m)
11246         (mm-inline-text-html-render-with-w3m-standalone)
11247         (mm-inline-render-with-function): Use mail-parse-charset by default.
11248
11249 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
11250
11251         * parse-time.el (parse-time-string-chars): Check if CHAR
11252         is less than the length of parse-time-syntax.
11253
11254 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11255
11256         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
11257         from gnus-newsgroup-processable.
11258
11259 2007-04-16  Didier Verna  <didier@xemacs.org>
11260
11261         * gnus-msg.el (gnus-configure-posting-styles):
11262         Handle message-signature-directory properly with :file syntax.
11263         Reported by "Leo".
11264
11265 2007-04-11  Didier Verna  <didier@xemacs.org>
11266
11267         New user option: message-signature-directory.
11268         * gnus-msg.el (gnus-configure-posting-styles): Support it.
11269         * message.el (message-insert-signature): Ditto.
11270         * message.el (message-signature-file): Doc update.
11271         * message.el (message-signature-directory): New.
11272
11273 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11274
11275         * gnus-msg.el (gnus-inews-yank-articles):
11276         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
11277
11278 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11279
11280         * message.el (message-yank-original): Make sure cited text ends with
11281         newline; don't exchange point and mark.
11282
11283 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
11284
11285         * tls.el (open-tls-stream): Properly handle case where there
11286         is no associated buffer.
11287
11288 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
11289
11290         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
11291         message-yank-original, make sure (< mark TEXT point).
11292
11293 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11294
11295         * message.el (message-fill-column): New variable.
11296         (message-mode): Use it.  Add comment on a possible new hook.
11297
11298         * nnmail.el (nnmail-spool-file): Mark as obsolete.
11299         (nnmail-get-new-mail): Reformat.
11300
11301         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
11302
11303         * gmm-utils.el: Fix Commentary.
11304         (gmm-tool-bar-from-list): Fix typo in doc string.
11305
11306 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
11307
11308         * message.el (message-yank-original): Don't switch point and mark
11309         unnecessarily to put point and mark as documented.
11310
11311 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11312
11313         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
11314         from the message heads.
11315
11316 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
11317
11318         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
11319         article buffer does not have a window.  This may not be the best
11320         solution but is certainly better than setting the start of the null,
11321         that is the current, window.
11322
11323 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11324
11325         * gnus-draft.el (gnus-draft-setup-hook): New hook.
11326         (gnus-draft-setup): Run it.
11327
11328         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
11329         gnus-score-fast-scoring.  Allow regexp.
11330         (gnus-score-headers): Use it.
11331
11332         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
11333         XEmacs.
11334
11335         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
11336         string.
11337         (gnus-button-alist): Also catch `<f1> k ...'.
11338         (gnus-treat-display-x-face): Fix doc string.
11339
11340 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11341
11342         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
11343         evaluation of gnus-extended-version to ensure correct generation of the
11344         User-Agent header when message-generate-headers-first is used.
11345
11346 2007-03-24  Simon Josefsson  <simon@josefsson.org>
11347
11348         * hashcash.el (hashcash-generate-payment-async): Don't crash if
11349         hashcash-path is nil.  Don't call callback with incorrect number of
11350         parameters if val is 0.
11351
11352 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11353
11354         * message.el (message-required-news-headers):
11355         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
11356
11357 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
11358
11359         * tls.el (open-tls-stream): In handshake-waiting loop,
11360         don't wait more if there is output available to process.
11361
11362 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
11363
11364         * tls.el (tls-program): Doc fix.
11365
11366 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11367
11368         * message.el (message-generate-new-buffers): Change the meaning of the
11369         nil value; add `standard' to the choices; treat t as `unique'; improve
11370         doc string.
11371         (gnus-select-frame-set-input-focus): Autoload.
11372         (message-buffer-name): Search for the existing message buffer if
11373         message-generate-new-buffers is nil or `standard'; treat the value t of
11374         message-generate-new-buffers as `unique'.
11375         (message-pop-to-buffer): Raise the frame already displaying the message
11376         buffer; clear the echo area after querying.
11377         (message-setup): Pass the `continue' argument to compose-mail.
11378         (message-mail): Prefer `switch-function' if it is given; search for the
11379         existing message buffer if the `continue' argument is non-nil; pass
11380         continue and switch-function arguments to compose-mail by way of
11381         message-setup.
11382         (message-mail-other-window): Adjust argument of message-setup.
11383         (message-mail-other-frame): Ditto.
11384
11385 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11386
11387         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
11388         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
11389         to turn font-lock on when turning gnus-message-citation-mode on.
11390
11391 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
11392
11393         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
11394         (mml-smime-function-alist): New variable; add epg as the backend.
11395         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
11396         mml-smime- functions instead.
11397         * mm-view.el: Require smime.
11398
11399 2007-03-05  Didier Verna  <didier@xemacs.org>
11400
11401         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
11402         instead of just inheritance for posting styles.
11403         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
11404
11405 2007-02-24  Chris Moore  <dooglus@gmail.com>
11406
11407         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
11408         * pgg-pgp.el (pgg-pgp-encrypt-region):
11409         * pgg-gpg.el (pgg-gpg-encrypt-region):
11410         Check pgg-encrypt-for-me if no other recipients.
11411
11412 2007-02-24  John Paul Wallington  <jpw@pobox.com>
11413
11414         * tls.el (tls-certtool-program): Fix custom type.
11415
11416 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11417
11418         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
11419         and point-at-eol instead of line-(beginning|end)-position.
11420
11421         * assistant.el (assistant-parse-buffer): Ditto.
11422
11423         * netrc.el (netrc-parse-services): Ditto.
11424
11425 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
11426
11427         * mml2015.el (mml2015-epg-find-usable-key): New function.
11428         (mml2015-epg-sign): Use it.
11429         (mml2015-epg-encrypt): Use it.
11430
11431 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11432
11433         * message.el (message-make-in-reply-to): Quote name containing
11434         non-ASCII characters.  It will make the RFC2047 encoder cause an error
11435         if there are special characters.  Reported by NAKAJI Hiroyuki
11436         <nakaji@jp.freebsd.org>.
11437
11438 2007-02-27  Didier Verna  <didier@xemacs.org>
11439
11440         Include the group parameters as well as the topic ones in the
11441         inheritance filter process.
11442         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
11443         argument GROUP-PARAMS-LIST.
11444         * gnus-topic.el (gnus-group-topic-parameters): Use it.
11445
11446 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11447
11448         * nntp.el (nntp-never-echoes-commands)
11449         (nntp-open-connection-functions-never-echo-commands): New variables.
11450         (nntp-send-command): Use them.
11451
11452 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
11453
11454         * mml2015.el (mml2015-epg-verify): Simplify.
11455
11456 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11457
11458         * mml.el (mml-content-disposition-alist): New user option.
11459         (mml-content-disposition): New function.
11460         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
11461         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
11462
11463 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
11464
11465         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11466         verification.
11467
11468 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11469
11470         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11471         articles posted in the last 24 hours.
11472
11473 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
11474
11475         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11476
11477 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
11478
11479         * nntp.el (nntp-send-command): Don't wait for echoes when
11480         nntp-open-ssl-stream is used.
11481
11482 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11483
11484         * gnus-cite.el (gnus-test-font-lock-add-keywords)
11485         (gnus-message-add-citation-keywords)
11486         (gnus-message-remove-citation-keywords): Remove.
11487         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11488         directly, make the variables in font-lock-defaults buffer-local, add
11489         gnus-message-citation-keywords to them and then update the value of
11490         font-lock-keywords.
11491
11492 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11493
11494         * message.el (message-cite-original-1): Don't call
11495         gnus-article-highlight-citation.
11496
11497         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11498         citations; fix line count.
11499
11500 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11501
11502         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11503         (gnus-message-add-citation-keywords)
11504         (gnus-message-remove-citation-keywords): Use it; fix the emulating
11505         versions of font-lock-add-keywords and font-lock-remove-keywords to
11506         work with XEmacs correctly.
11507
11508 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11509
11510         * gnus-cite.el (gnus-cite-face-list): Set the values of
11511         gnus-message-max-citation-depth and gnus-message-citation-keywords.
11512         (gnus-message-max-citation-depth): Use defvar rather than defconst.
11513         (gnus-message-cite-prefix-regexp): New variable.
11514         (gnus-message-search-citation-line): Use it; protect against long
11515         citation prefix; fill match data with nil rather than 0 for XEmacs; set
11516         the 0th match data for Emacs.
11517         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11518         (gnus-message-add-citation-keywords): Append keywords rather than
11519         prepending; emulate font-lock-add-keywords if it is not available.
11520         (gnus-message-remove-citation-keywords):
11521         Emulate font-lock-remove-keywords if it is not available.
11522
11523         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11524
11525         * message.el (message-cite-prefix-regexp): Set the value of
11526         gnus-message-cite-prefix-regexp.
11527
11528 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11529
11530         * nnweb.el (nnweb-google-parse-1): Update parser.
11531
11532 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11533
11534         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11535
11536 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11537
11538         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11539         regexp.
11540
11541 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11542
11543         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11544         string-to-multibyte.
11545         (uudecode-decode-region-internal): Use it.
11546
11547         * lpath.el: Fbind string-as-multibyte for XEmacs.
11548
11549 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11550
11551         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11552         Fix custom choice.
11553
11554         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11555
11556 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11557
11558         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11559
11560         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11561         `write-region' to respect `mm-inhibit-file-name-handlers'.
11562
11563 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11564
11565         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11566         Use gnus-home-directory instead of "~/" or "$HOME".
11567
11568 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11569
11570         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11571         to mention filename.
11572         Add comments at beginning regarding usage.
11573         (encrypt-write-file-contents): Change interactive so a string is
11574         acceptable.  If the file has no associated model, show an error instead
11575         of a nonsense prompt.
11576
11577 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11578
11579         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11580         Thanks to Yoshihiko Yamada for kind notification of this typo.
11581
11582 2007-01-12  Kenichi Handa  <handa@m17n.org>
11583
11584         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11585         multibyte buffer.
11586
11587 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11588
11589         * gnus-score.el (gnus-score-fast-scoring): New variable.
11590         (gnus-score-headers): Use it.
11591
11592         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11593
11594         * message.el (message-cite-original-1):
11595         Call gnus-article-highlight-citation if requested.
11596         (message-make-from): Allow name and address as optional arguments.
11597
11598         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11599
11600         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11601         bugs to doc string.
11602         (gnus-button-alist): Add mid\\|message-id.
11603         (gnus-button-fetch-group): Extend for use in
11604         `browse-url-browser-function'.
11605         (gnus-button-url-regexp): Try to catch paired parentheses like in
11606         Wikipedia URLs.
11607
11608         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11609         Suggested by Simon Krahnke <overlord@gmx.li>.
11610
11611 2007-01-13  Romain Francoise  <romain@orebokech.com>
11612
11613         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11614         Update copyright.
11615
11616 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11617
11618         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11619
11620 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11621
11622         * gnus-registry.el (gnus-registry-unfollowed-groups)
11623         (gnus-registry-split-fancy-with-parent): Fix documentation.
11624
11625 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11626
11627         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11628         from nnweb groups.
11629
11630 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11631
11632         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11633         Xref urls.  Erase buffer before requesting head.
11634
11635         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11636
11637 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11638
11639         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11640         customizable.
11641
11642 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11643
11644         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11645         no signing key is found.
11646         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11647         no encrypting and/or signing key is found.
11648
11649 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11650
11651         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11652
11653 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11654
11655         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11656         headers read from disk with the ones newly found in the current search.
11657         This should no longer cause problems, because the article numbers in
11658         Gmane's `nov.php' output are ignored since the previous change.
11659
11660 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11661
11662         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11663
11664 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11665
11666         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11667         replace-regexp-in-string; bind url-version; fbind display-images-p and
11668         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11669         find-face and set-itimer-function for Emacs; bind itimer-list for
11670         Emacs.
11671
11672         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11673
11674 2007-01-01  Romain Francoise  <romain@orebokech.com>
11675
11676         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11677
11678 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11679
11680         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11681         `define-minor-mode' macro definition expanded properly.
11682         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11683         exclude it there.
11684
11685         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11686         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11687         `fboundp' test.
11688         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11689         This is OK to autoload in (S)XEmacs now.
11690
11691 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11692
11693         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11694         keystroke.
11695         (gnus-summary-limit-to-singletons): Fix typo.
11696
11697         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11698         else fails.
11699
11700 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11701
11702         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11703         docstring.
11704
11705         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11706         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11707         (gnus-summary-insert-dormant-articles): Fix typo in message.
11708
11709 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11710
11711         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11712         nil for XEmacs.
11713         (gnus-message-citation-mode): Don't autoload in XEmacs.
11714
11715         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11716
11717 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11718
11719         * nnimap.el (nnimap-expunge-search-string):
11720         Mention nnimap-search-uids-not-since-is-evil in docstring.
11721
11722 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11723
11724         * spam.el: Revert to make-obsolete-variable because
11725         define-obsolete-variable-alias is not supported in Emacs 21.
11726
11727         * spam.el (spam-ifile-path, spam-ifile-database-path)
11728         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11729         make-obsolete-variable.
11730         (spam-bsfilter-path, spam-bsfilter-program)
11731         (spam-spamassassin-path, spam-spamassassin-program)
11732         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11733         Don't use "path" inappropriately.
11734         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11735         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11736         variable names.
11737
11738 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11739
11740         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11741         summary buffer.
11742
11743         * password.el (password-cache-remove): Use clear-string to burn
11744         password, if available.
11745
11746 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11747
11748         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11749
11750         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11751
11752         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11753         (gnus-message-highlight-citation): Move defcustom here from
11754         gnus-cite.el.
11755         (gnus-message-citation-mode): Autoload.
11756
11757         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11758         checks to make it compile with XEmacs.
11759         (gnus-message-citation-mode): New minor mode.
11760         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11761         (gnus-message-highlight-citation): New variables.
11762         (gnus-message-search-citation-line)
11763         (gnus-message-add-citation-keywords)
11764         (gnus-message-remove-citation-keywords)
11765         (turn-on-gnus-message-citation-mode)
11766         (turn-off-gnus-message-citation-mode): New functions.
11767
11768 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11769
11770         * gnus-cite.el: Enable highlighting of different citation levels in
11771         message-mode.
11772
11773 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11774
11775         * message.el (message-make-fqdn): Fix comment.
11776         (message-bogus-system-names): Add ".local".
11777
11778         * spam.el (spam-ifile-path, spam-ifile-program)
11779         (spam-ifile-database-path, spam-ifile-database)
11780         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11781         Don't use "path" inappropriately.
11782         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11783         strings.
11784         (spam-check-ifile, spam-ifile-register-with-ifile)
11785         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11786         Use new variable names.
11787
11788         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11789         (gnus-treat-display-smileys): Simplify using
11790         gnus-image-type-available-p.
11791
11792         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11793         available.
11794
11795         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11796         Use `display-images-p' if available.
11797
11798 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11799
11800         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11801         one after turning on the buffer's multibyteness instead of decoding
11802         them directly in the unibyte buffer that causes unexpected conversion
11803         in Emacs 23 (unicode).
11804
11805 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11806
11807         * message.el (message-generate-hashcash): Fix custom type.
11808
11809 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11810
11811         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11812
11813 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11814
11815         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11816         disconnect icons.  Add help text.
11817
11818 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11819
11820         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11821         negated to be consistent with the others we handle.
11822
11823 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11824
11825         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11826         version of gnus-summary-buffer to something, so that we can use two
11827         article buffers at the same time.
11828
11829 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11830
11831         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11832         trigger all the extra headers.
11833         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11834         sorting.
11835
11836 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11837
11838         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11839         solid groups.
11840
11841 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11842
11843         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11844
11845 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11846
11847         * legacy-gnus-agent.el: Add Copyright notice.
11848
11849 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11850
11851         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11852
11853 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11854
11855         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11856
11857         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11858         to make it work reliably in CVS Emacs.
11859         (gnus-summary-limit-strange-charsets-predicate)
11860         (gnus-summary-limit-to-predicate): New functions.
11861
11862 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11863
11864         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11865         specifying array size.
11866         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11867         array if it is too small.
11868         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11869         (gnus-sort-threads-loop): New function.
11870
11871 2006-12-06  Chris Moore  <dooglus@gmail.com>
11872
11873         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11874         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11875
11876 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11877
11878         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11879         options.
11880
11881 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11882
11883         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11884         DOS-ing the recipient.
11885
11886         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11887         the headers when creating the mapping to avoid mismappings.
11888         (nnweb-gmane-create-mapping): Always nix out old mapping.
11889
11890 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11891
11892         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11893         and mm-verify-option to never.
11894
11895 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11896
11897         * message.el (message-signed-or-encrypted-p): New function.
11898         (message-forward-make-body): Use it.
11899
11900         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11901         Replace encode-coding-string with mm-encode-coding-string.
11902
11903 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11904
11905         * nneething.el (nneething-decode-file-name):
11906         Replace decode-coding-string with mm-decode-coding-string.
11907
11908         * gnus-int.el (gnus-open-server): Say failed server's name.
11909
11910 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11911
11912         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11913         strings to a single string.  Quote `errors-file-name'.
11914         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11915         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11916         Adjust calls.  Use `shell-quote-argument'.
11917
11918 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11919
11920         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11921         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11922
11923         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11924         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11925         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11926         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11927         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11928         (gnus-subscribe-newsgroup, gnus-1):
11929         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11930         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11931         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11932         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11933
11934 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11935
11936         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11937         keystroke.
11938         (gnus-summary-limit-to-bodies): Implement headersp.
11939
11940 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11941
11942         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11943
11944 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11945
11946         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11947
11948 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11949
11950         * message.el (message-generate-hashcash): Expand range of values to
11951         include `opportunistic'.
11952         (message-send-mail): Use it.
11953
11954 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11955
11956         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11957         and comment it.
11958
11959         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11960
11961 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11962
11963         * gnus-util.el (gnus-extract-address-components): Improve comment.
11964
11965 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11966
11967         * gnus-util.el (gnus-extract-address-components): Work with address in
11968         which the name portion contains @.
11969
11970         * lpath.el: Fbind custom-autoload.
11971
11972 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11973
11974         * gnus.el (gnus-start): Move custom group up.
11975         (gnus-select-method): Don't autoload, but make it available for
11976         `customize-variable'.
11977         (gnus-getenv-nntpserver): Don't autoload.
11978
11979 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11980
11981         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11982
11983 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11984
11985         * message.el (message-sendmail-extra-arguments): New variable.
11986         (message-send-mail-with-sendmail): Use it.
11987
11988 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11989
11990         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11991         mm-with-unibyte-current-buffer to make string unibyte.
11992
11993         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11994         mm-string-as-multibyte.
11995
11996 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11997
11998         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11999         Reported by Werner Koch <wk@gnupg.org>.
12000
12001 2006-11-14  Daiki Ueno  <ueno@p360>
12002
12003         * mml2015.el: Autoload epa-select-keys when compiling.
12004
12005 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12006
12007         * mml2015.el (mml2015-epg-sign): Save the signing keys in
12008         message-options.
12009         (mml2015-epg-encrypt): Save the recipient keys in message-options.
12010
12011 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12012
12013         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
12014         EasyPG (< 0.0.6).
12015         (mml2015-always-trust): New user option.
12016         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
12017         prompt.
12018
12019 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12020
12021         * nntp.el (nntp-authinfo-force): New variable.
12022         (nntp-send-authinfo): Use it.
12023
12024 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
12025
12026         * message.el (message-strip-subject-encoded-words): Allow _not_ to
12027         decode encoded words.  Improve prompt.  Add comment about forwarding.
12028         (message-replacement-char): Move up.
12029
12030 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
12031
12032         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
12033         instead of gnus-intersection because arguments of gnus-sorted-nunion
12034         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
12035
12036 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
12037
12038         * message.el (message-strip-subject-encoded-words): Reformat prompt.
12039         (message-simplify-subject-functions):
12040         Enable message-strip-subject-encoded-words by default.
12041
12042 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
12043
12044         * message.el (message-strip-subject-encoded-words): New function.
12045         (message-simplify-subject-functions): New variable.
12046         (message-simplify-subject): Use it.  Fix typo in doc string.
12047         Support message-strip-subject-encoded-words.
12048
12049 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
12050
12051         * gnus-diary.el (gnus-diary-delay-format-function):
12052         * nndiary.el (nndiary-reminders):
12053         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
12054
12055 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12056
12057         * gnus-art.el (article-hide-boring-headers): Fetch date from
12058         gnus-original-article-buffer to avoid problems with localized date
12059         strings.
12060
12061 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12062
12063         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
12064
12065 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
12066
12067         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12068         New variables.
12069         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12070         (mm-charset-synonym-alist): Move some entries to
12071         mm-codepage-iso-8859-list.
12072         (mm-charset-synonym-alist, mm-charset-override-alist):
12073         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12074
12075 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12076
12077         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
12078
12079 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12080
12081         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
12082         with Emacs 21 and XEmacs.
12083
12084 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
12085
12086         * spam.el (spam-parse-address): New function for better parsing,
12087         catching errors, etc.
12088         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
12089
12090 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12091
12092         * mm-view.el: Add interactive arg to html2text autoload.
12093
12094 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12095
12096         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
12097
12098 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
12099
12100         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12101         New variables.
12102         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12103         (mm-charset-synonym-alist): Move some entries to
12104         mm-codepage-iso-8859-list.
12105
12106         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
12107
12108 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
12109
12110         * message.el (message-citation-line-format)
12111         (message-insert-formated-citation-line): Fix implementation of %E, %N
12112         and %n according to the doc string.
12113
12114 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
12115
12116         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12117         Use car-safe to avoid bad parses.
12118
12119 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12120
12121         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
12122         names.
12123
12124         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
12125
12126 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12127
12128         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
12129         header.
12130
12131         * message.el (message-draft-headers): Add Date.
12132         (message-headers-to-generate): Fix typo in docstring.
12133
12134         * nndraft.el (nndraft-required-headers): New variable.
12135         (nndraft-generate-headers): Use it.
12136
12137         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
12138
12139 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12140
12141         * gnus-registry.el (gnus-registry-wash-for-keywords)
12142         (gnus-registry-find-keywords): New functions to allow easy searching of
12143         articles that are in the registry.
12144
12145 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12146
12147         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12148         Use ietf-drums-parse-address instead of gnus-extract-address-components.
12149         Reported by Damien Elmes <damien@repose.cx>.
12150
12151 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12152
12153         * gnus.el (gnus-mime): Remove unused custom group.
12154
12155 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12156
12157         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
12158         "blank line" when searching for end of armor headers.
12159
12160 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12161
12162         * gmm-utils.el (gmm-write-region): Fix variable name.
12163
12164 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12165
12166         * gmm-utils.el (gmm-write-region): New function based on compatibility
12167         code from `mm-make-temp-file'.
12168
12169         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
12170
12171         * nnmaildir.el (nnmaildir--update-nov)
12172         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
12173         Use `gmm-write-region'.
12174
12175 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12176
12177         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
12178         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12179
12180         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
12181
12182         * message.el (message-replacement-char): New variable.
12183         (message-fix-before-sending): Use it.
12184         (message-simplify-subject): New function to remove duplicate code.
12185         (message-reply, message-followup): Use it.
12186
12187         * gnus-sum.el (gnus-summary-make-menu-bar):
12188         Clarify gnus-summary-limit-to-articles.
12189
12190 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12191
12192         * gnus-util.el (gnus-with-local-quit): New macro.
12193
12194         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
12195
12196 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
12197
12198         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
12199         ignore non-string data.
12200
12201 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12202
12203         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
12204         non-string data (needs to be done in the registry too).
12205
12206 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12207
12208         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
12209         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
12210         (gnus-registry-split-fancy-with-parent)
12211         (gnus-registry-fetch-simplified-message-subject-fast)
12212         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
12213         Remove text properties on ingress into the registry and when it's saved.
12214         (gnus-registry-clean-empty-function): Fix bug with cleaning the
12215         registry from entries with no groups.
12216
12217 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12218
12219         * gnus-util.el (gnus-string-remove-all-properties): Add utility
12220         function to remove string properties.
12221
12222 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12223
12224         * gmm-utils.el (gmm): Adjust custom version.
12225
12226         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
12227         Adjust custom version.
12228
12229         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
12230
12231 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12232
12233         * gnus-art.el (gnus-insert-prev-page-button)
12234         (gnus-insert-next-page-button): Simplify.  Reformat.
12235
12236 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12237
12238         * gnus-art.el (gnus-insert-prev-page-button)
12239         (gnus-insert-next-page-button): Apply gnus-article-button-face.
12240
12241 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
12242
12243         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
12244
12245 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12246
12247         * gnus-art.el (gnus-insert-mime-button)
12248         (gnus-insert-mime-security-button):
12249         Apply gnus-article-button-face to MIME and security buttons.
12250
12251 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
12252
12253         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
12254         readable.
12255
12256 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12257
12258         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
12259
12260 2006-09-20  Steve Youngs  <steve@sxemacs.org>
12261
12262         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
12263         `browse-url-of-file' instead of `browse-url'.
12264
12265 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12266
12267         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12268         regexp.  Articles containing quotation were cut prematurely.
12269
12270 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12271
12272         * message.el (message-cite-original-1): Use nobody by default for the
12273         value of From header.
12274         (message-reply): Ditto.
12275
12276 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
12277
12278         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
12279         to the gnus-info.  This fixes a bug of inline-PGP message verification.
12280         Reported by Michael Piotrowski <mxp@dynalabs.de>.
12281
12282 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
12283
12284         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
12285         mails in the doc string.  Add some URLs in comment.
12286         (pop3-movemail): Warn about pop3-leave-mail-on-server.
12287
12288 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12289
12290         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
12291         backslashes handling and the way to find boundaries of quoted strings.
12292
12293 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
12294
12295         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
12296         mml1991-encrypt-to-self is set and mml1991-signers is not set.
12297         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
12298         mml2015-encrypt-to-self is set and mml2015-signers is not set.
12299
12300 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12301
12302         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
12303         doc string.
12304         (gnus-button-regexp, gnus-button-last): Remove unused variables.
12305
12306 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12307
12308         * lpath.el: Fbind epg-check-configuration.
12309
12310 2006-09-06  Simon Josefsson  <jas@extundo.com>
12311
12312         * mml2015.el (mml2015-use): Doc fix, mention epg.
12313
12314 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12315
12316         * mml2015.el (mml2015-use): Default to epg, if available.
12317
12318 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12319
12320         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
12321         message-sender.
12322         (mml1991-epg-encrypt): Ditto.
12323         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
12324         message-sender.
12325         (mml2015-epg-encrypt): Ditto.
12326
12327 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
12328
12329         * message.el (message-send-mail-with-sendmail): Look for sendmail in
12330         several common directories.
12331
12332 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
12333
12334         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
12335         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
12336
12337 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12338
12339         * gnus-art.el (article-decode-encoded-words): Make it fast.
12340
12341 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12342
12343         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
12344
12345         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
12346         in quoted string into `\'.
12347
12348 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12349
12350         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12351         Use standard-syntax-table.
12352
12353 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12354
12355         * gnus-art.el (gnus-decode-address-function): New variable.
12356         (article-decode-encoded-words): Use it to decode headers which are
12357         assumed to contain addresses.
12358         (gnus-mime-delete-part): Remove useless `or'.
12359
12360         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
12361         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
12362         (gnus-nov-parse-line): Use it to decode From header.
12363         (gnus-get-newsgroup-headers): Ditto.
12364         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
12365
12366         * mail-parse.el (mail-decode-encoded-address-region): New alias.
12367         (mail-decode-encoded-address-string): New alias.
12368
12369         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12370         New function.
12371         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
12372         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
12373         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
12374         (rfc2047-decode-string): Ditto.
12375         (rfc2047-decode-address-region): New function.
12376         (rfc2047-decode-address-string): New function.
12377
12378 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
12379
12380         * message.el (message-caesar-buffer-body): Allow rotating headers.
12381
12382         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
12383
12384         * message.el (message-insert-formated-citation-line): Fix %f.
12385         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
12386
12387 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12388
12389         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
12390         (gnus-bookmark-mouse-available-p): New macro.
12391         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
12392         (gnus-bookmark-bmenu-show-infos): Use it.
12393         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
12394         (gnus-bookmark-bmenu-hide-infos): Ditto.
12395         (gnus-bookmark-remove-properties): New function.
12396         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
12397         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
12398         (gnus-bookmark-write-file): Bind coding-system-for-write.
12399         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
12400         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
12401         group before selecting it.
12402         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
12403         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
12404         quit-window if it is not available; use gnus-mouse-2 and bind it to
12405         gnus-bookmark-bmenu-select-by-mouse.
12406         (gnus-bookmark-show-details): Remove unused variable `details-list'.
12407         (gnus-bookmark-bmenu-select-by-mouse): New function.
12408
12409 2006-08-13  Romain Francoise  <romain@orebokech.com>
12410
12411         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
12412         space.
12413
12414 2006-08-10  Romain Francoise  <romain@orebokech.com>
12415
12416         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
12417         (dns-mode-soa-auto-increment-serial): New user option.
12418         (dns-mode-soa-maybe-increment-serial): New function.
12419         (dns-mode): Add the latter to `write-contents-functions'.
12420
12421 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12422
12423         * compface.el (uncompface): Use binary rather than raw-text-unix.
12424
12425 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12426
12427         * compface.el (uncompface): Make sure the eol conversion doesn't take
12428         place when communicating with the external programs.
12429         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12430
12431 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12432
12433         * nnheader.el (nnheader-insert-head): Fix typo in comment.
12434
12435 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12436
12437         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12438         Make it more robust by parsing author and date independently.
12439
12440 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12441
12442         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
12443
12444 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
12445
12446         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
12447         first matching secret key.
12448         (mml2015-epg-encrypt): Ditto.
12449
12450         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
12451         first matching secret key.
12452         (mml1991-epg-encrypt): Ditto.
12453
12454         * mml2015.el (mml2015-encrypt-to-self): New user option.
12455         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
12456         mml2015-epg-encrypt-to-self is set.
12457
12458         * mml1991.el (mml1991-encrypt-to-self): New variable.
12459         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
12460         mml1991-epg-encrypt-to-self is set.
12461
12462         * mml2015.el (mml2015-signers): New user option.
12463         (mml2015-epg-sign): Reflect the value of mml2015-signers.
12464         (mml2015-epg-encrypt): Allow to select signing keys.
12465
12466         * mml1991.el (mml1991-signers): New variable.
12467         (mml1991-epg-sign): Reflect the value of mml1991-signers.
12468         (mml1991-epg-encrypt): Allow to select signing keys.
12469
12470 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12471
12472         * nnheader.el (nnheader-insert-head): Make it work even if the file
12473         uses CRLF for the line-break code.
12474
12475 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
12476
12477         * mml2015.el: Require mml-sec instead of password.
12478         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12479         (mml2015-cache-passphrase): Inherit the default value from
12480         mml-secure-cache-passphrase.
12481         (mml2015-passphrase-cache-expiry): Inherit the default value from
12482         mml-secure-passphrase-cache-expiry.
12483
12484         * mml1991.el: Require mml-sec instead of password.
12485         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12486         (mml1991-cache-passphrase): Inherit the default value from
12487         mml-secure-cache-passphrase.
12488         (mml1991-passphrase-cache-expiry): Inherit the default value from
12489         mml-secure-passphrase-cache-expiry.
12490
12491         * mml-sec.el: Require password.
12492         (mml-secure-verbose): New user option.
12493         (mml-secure-cache-passphrase): New user option.
12494         (mml-secure-passphrase-cache-expiry): New user option.
12495
12496 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
12497
12498         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12499         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
12500         andreas@altroot.de (Andreas Vögele).
12501
12502         FIXME: Use `tiny change'?
12503
12504 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12505
12506         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12507         workaround for the url package included with Emacs.
12508
12509         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12510
12511 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12512
12513         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12514         correctly.  This fixes a bug caused by the 2006-05-12 change.
12515
12516 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
12517
12518         * nnmail.el (nnmail-article-group): If splitting raises an error, give
12519         some information about the error when saying that the `bogus' mail
12520         group will be used.
12521
12522 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
12523
12524         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12525         string.
12526
12527 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12528
12529         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12530
12531 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12532
12533         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12534
12535 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12536
12537         * mml1991.el (mml1991-function-alist): Add epg.
12538         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12539         (mml1991-epg-encrypt): New functions.
12540
12541 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12542
12543         * mml2015.el (mml2015-verbose): New variable.
12544         (mml2015-cache-passphrase): Ditto.
12545         (mml2015-passphrase-cache-expiry): Ditto.
12546         (mml2015-function-alist): Add epg.
12547         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12548         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12549         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12550         New functions.
12551
12552 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12553
12554         * message.el (message-cite-original-1): Preserve region when removing
12555         quoted text due to X-No-Archive in order to avoid bogus attribution
12556         when citing multiple messages.
12557
12558 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12559
12560         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12561         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12562
12563 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12564
12565         * gnus-diary.el (gnus-user-format-function-d)
12566         (gnus-user-format-function-D): Autoload.
12567
12568         * imap.el (Commentary): Fix typo.
12569
12570         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12571         2006-04-22 contribution.
12572
12573 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12574
12575         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12576         It didn't really fix the bogosity I'm seeing with solid web groups.
12577
12578 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12579
12580         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12581         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12582         created using server names.  If we use the feature without declaring
12583         it, Gnus does not properly manage server and group state.
12584
12585         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12586         bound.
12587
12588 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12589
12590         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12591         looking up the method using GROUP's prefix before inventing a new one.
12592         It is used on killed/unknown groups in various places where returning
12593         an all-new method isn't expected by the caller.
12594
12595         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12596         and match semantics of gnus-group-real-prefix.
12597
12598 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12599
12600         * nnmail.el (nnmail-broken-references-mailers): New variable.
12601         (nnmail-ignore-broken-references): New function generalizing
12602         nnmail-fix-eudora-headers.
12603         (nnmail-fix-eudora-headers): Now obsolete.
12604
12605         * gnus-art.el (gnus-button-handle-custom):
12606         Support `customize-apropos*'.
12607
12608 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12609
12610         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12611
12612         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12613         articles.
12614
12615 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12616
12617         * message.el (message-cite-reply-above): New variable.
12618         (message-yank-original): Use it.
12619
12620 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12621
12622         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12623
12624 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12625
12626         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12627         as read.
12628
12629         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12630
12631 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12632
12633         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12634         (gnus-bookmark-default-file): Use gnus-directory.
12635         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12636         Remove "*" in doc string.
12637         (gnus-bookmark-write-file): Simplify.
12638         (gnus-bookmark-maybe-sort-alist): Use `when'.
12639         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12640         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12641         Add FIXME about Emacs 21 and XEmacs compatibility.
12642         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12643         compatibility.
12644         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12645         compatibility.
12646         (gnus-bookmark-menu-heading): Fix version.
12647
12648 2006-06-19  Bastien Guerry  <bzg@altern.org>
12649
12650         * gnus-bookmark.el: New file.
12651
12652 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12653
12654         * message.el (message-syntax-checks): Doc fix.
12655
12656 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12657
12658         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12659         unsubscribed groups as if they were killed ones.  It causes duplicate
12660         entries in gnus-newsrc-alist.
12661
12662 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12663
12664         * message.el (message-syntax-checks): Doc fix.
12665         (message-send-mail): Add check for continuation headers.
12666         (message-check-news-header-syntax): Fix regexp used to check for
12667         continuation headers.
12668
12669 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12670
12671         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12672
12673 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12674
12675         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12676
12677 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12678
12679         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12680         default-truncate-lines.
12681
12682 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12683
12684         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12685         to fill the utf-8 entry.
12686
12687         * lpath.el: Fbind unicode-precedence-list.
12688
12689 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12690
12691         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12692
12693 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12694
12695         * gnus-agent.el (directory-files-and-attributes): Move all the way
12696         forward (the third and final move).
12697         (gnus-agent-read-agentview): Trap reconstruction errors due to
12698         nonexistent directory.  Handle by returning nil.
12699
12700 2006-05-30  Didier Verna  <didier@xemacs.org>
12701
12702         * message.el (message-dont-reply-to-names): Update the custom type.
12703         * message.el (message-dont-reply-to-names): New defsubst: potentially
12704         convert a list of regexps into a single one.
12705         * message.el (message-get-reply-headers): Use it.
12706         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12707
12708 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12709
12710         * gnus-agent.el (directory-files-and-attributes): Move forward.
12711
12712 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12713
12714         * gnus-ml.el (gnus-mailing-list-subscribe)
12715         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12716         (gnus-mailing-list-message): Fix doc strings.
12717
12718 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12719
12720         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12721         of doing it manually.
12722
12723 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12724
12725         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12726         comment.
12727
12728 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12729
12730         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12731         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12732         (gnus-agent-read-local): All symbols allocated in my-obarray.
12733         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12734         (gnus-agent-regenerate-group): Check numeric names to see if they are
12735         messages or groups.
12736         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12737         better way of do this...)
12738
12739         * gnus-cache.el (gnus-agent-total-fetched-for):
12740         Ignore 'dummy.group' (there should be a better way of do this...)
12741
12742 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12743
12744         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12745         (gnus-saved-headers): Ditto.
12746         (gnus-default-article-saver): Mention functions may have properties.
12747         (gnus-article-save): Override gnus-save-all-headers and
12748         gnus-saved-headers by :headers property which saver function may have.
12749         (gnus-summary-save-in-file): Add :headers property.
12750         (gnus-summary-write-to-file): Ditto.
12751
12752         * gnus-sum.el (gnus-summary-save-article): Bind
12753         gnus-prompt-before-saving to t when saving many articles in a file;
12754         always show all headers.
12755
12756         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12757
12758 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12759
12760         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12761         marks.
12762
12763         * message.el (message-indent-citation): Add optional arguments to allow
12764         using it outside of message buffers.
12765
12766         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12767         (gnus-article-treat-unfold-headers): Use it.
12768         (gnus-article-truncate-lines): New variable.
12769         (gnus-article-mode): Use it.
12770         (gnus-article-toggle-truncate-lines): New function.
12771
12772         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12773         Add gnus-article-toggle-truncate-lines.
12774
12775         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12776         coding system in XEmacs, use binary.
12777
12778 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12779
12780         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12781         after-load-alist.
12782
12783         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12784         this function should save decoded articles.
12785         (gnus-summary-write-to-file): Use property to specify this function
12786         should save decoded articles and specify gnus-summary-save-in-file
12787         should be used to save articles other than the first one when saving
12788         many articles.
12789         (gnus-summary-save-body-in-file): Use property to specify this
12790         function should save decoded articles.
12791         (gnus-summary-write-body-to-file): Use property to specify this
12792         function should save decoded articles and specify
12793         gnus-summary-save-body-in-file should be used to save articles other
12794         than the first one when saving many articles.
12795
12796         * gnus-sum.el (gnus-summary-save-article): Simplify.
12797
12798 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12799
12800         * gnus-art.el (gnus-default-article-saver):
12801         Add gnus-summary-write-body-to-file.
12802         (gnus-article-save-coding-system): Don't use coding system object
12803         in XEmacs.
12804         (gnus-read-save-file-name): Add optional `dir-var' argument which
12805         specifies directory in which files are saved; work even if optional
12806         `variable' argument is not specified.
12807         (gnus-summary-write-to-file): Read file name.
12808         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12809         (gnus-summary-write-body-to-file): New function.
12810
12811         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12812         (gnus-summary-local-variables): Add it.
12813         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12814         (gnus-summary-save-article): Remove optional `decode' argument;
12815         determine whether to decode articles by the value of
12816         gnus-default-article-saver; when saving many files using
12817         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12818         it first and use gnus-summary-save-in-file or
12819         gnus-summary-save-body-in-file thereafter unless
12820         gnus-prompt-before-saving is always; move point to article which
12821         will be saved.
12822         (gnus-summary-save-article-file): Revert.
12823         (gnus-summary-write-article-file): Revert.
12824         (gnus-summary-save-article-body-file): Revert.
12825         (gnus-summary-write-article-body-file): New function.
12826
12827 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12828
12829         * gnus-art.el (gnus-default-article-saver): Doc fix.
12830         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12831         from gnus-summary-save-article-coding-system, and default to a
12832         certain coding system.
12833         (gnus-output-to-file): Add coding cookie and encode text according
12834         to gnus-article-save-coding-system; don't use mm-append-to-file.
12835
12836         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12837         gnus-art.el and rename to gnus-article-save-coding-system.
12838         (gnus-summary-save-article): Require gnus-art; don't show all
12839         headers if it decodes articles; don't add coding cookie here;
12840         don't bind mm-text-coding-system-for-write.
12841         (gnus-summary-save-article-file): Save decoded articles.
12842         (gnus-summary-write-article-file): When saving many files, use
12843         gnus-summary-write-to-file first and gnus-summary-save-in-file
12844         thereafter unless gnus-prompt-before-saving is always.
12845         (gnus-summary-save-article-body-file): Save decoded articles.
12846
12847         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12848
12849 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12850
12851         * nnrss.el (nnrss-check-group): Bind hash-index.
12852
12853 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12854
12855         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12856         its hash index.  Store this hash in `nnrss-group-data'.
12857         (nnrss-read-group-data): Update accordingly.
12858
12859 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12860
12861         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12862         entry.
12863
12864         * gnus-sum.el (gnus-summary-make-menu-bar):
12865         Add gnus-article-browse-html-article.
12866
12867 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12868
12869         * gnus-sum.el (gnus-summary-mime-map):
12870         Add gnus-article-browse-html-article.
12871
12872         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12873
12874 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12875
12876         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12877         suitable coding systems in customize.
12878
12879 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12880
12881         * mail-source.el (mail-sources): Fix custom type.
12882
12883 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12884
12885         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12886         (gnus-summary-expire-articles-now): Shorten prompt.
12887
12888         * gmm-utils.el (wid-edit): Require.
12889         (defun-gmm): Rename from `gmm-defun-compat'.
12890         (gmm-image-search-load-path): Use it.
12891         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12892
12893 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12894
12895         * gnus-sum.el (gnus-summary-save-article-coding-system):
12896         New variable.
12897         (gnus-summary-save-article): Add optional `decode' argument.
12898         If it is set and gnus-summary-save-article-coding-system is non-nil,
12899         save decoded article.
12900         (gnus-summary-write-article-file): Save decoded article if
12901         gnus-summary-save-article-coding-system is non-nil.
12902
12903         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12904         type.
12905
12906 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12907
12908         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12909
12910 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12911
12912         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12913         first to test gnus-single-article-buffer which may be buffer-local.
12914
12915         * gnus-sum.el (gnus-summary-setup-buffer):
12916         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12917         group; make gnus-article-buffer, gnus-article-current, and
12918         gnus-original-article-buffer always buffer-local.
12919         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12920         group.
12921         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12922
12923 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12924
12925         * nnml.el (nnml-request-compact-group): Compressed files might not
12926         have .gz extension.
12927
12928 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12929
12930         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12931         (mm-copy-to-buffer): Use with-current-buffer.
12932         (mm-display-part): Simplify.
12933         (mm-inlinable-p): Add optional arg `type'.
12934
12935 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12936
12937         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12938         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12939         Try harder to show the attachment internally or externally using
12940         gnus-mime-view-part-as-type.
12941
12942 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12943
12944         * message.el (message-from-style, message-signature-separator)
12945         (message-user-organization-file, message-send-mail-function)
12946         (message-citation-line-function, message-yank-prefix)
12947         (message-indent-citation-function, message-signature)
12948         (message-signature-file, message-signature-insert-empty-line):
12949         Remove autoloads.
12950
12951         * gnus-art.el (gnus-buttonized-mime-types):
12952         Remove "multipart/signed".  Revert 2006-04-26 change.
12953
12954 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12955
12956         * gnus.el (gnus-version-number): Bump version.
12957
12958 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12959
12960         * gnus.el: No Gnus v0.5 is released.
12961
12962 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12963
12964         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12965         fetching articles by message-id.
12966
12967 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12968
12969         * message.el (hashcash): Require hashcash as normal.
12970
12971         * ecomplete.el (ecomplete-highlight-match-line):
12972         Use point-at-eol.
12973         (ecomplete-highlight-match-line): Use `highlight', because that
12974         face exists in both Emacs and XEmacs.
12975
12976         * message.el (message-display-abbrev): Use point-at-bol.
12977
12978         * mail-source.el: Don't require timer/timer-funcs.
12979
12980         * gnus-async.el: Ditto.
12981
12982         * password.el: Ditto.
12983
12984         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12985
12986         * mm-url.el: Ditto.
12987
12988         * gnus-xmas.el: Don't require timer-funcs.
12989
12990         * mm-util.el: Require timer/timer-funcs.
12991
12992 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12993
12994         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12995         Close.
12996
12997 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12998
12999         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
13000         unibyte after clear-decrypt function runs.
13001
13002         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
13003         returns as a unibyte string.
13004
13005 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13006
13007         * lpath.el: Revert.
13008
13009         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
13010         (pgg-gpg-process-sentinel): Revert.
13011
13012         * pgg-pgp.el (pgg-pgp-process-region): Revert.
13013         (pgg-pgp-lookup-key): Revert.
13014
13015         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
13016         (pgg-pgp5-lookup-key): Revert.
13017
13018         * pgg.el (pgg-fetch-key): Revert.
13019
13020 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13021
13022         * lpath.el: Fbind string-as-multibyte for XEmacs.
13023
13024         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
13025         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
13026         (mml1991-pgg-encrypt): Ditto.
13027
13028         * pgg-gpg.el (pgg-string-to-multibyte): New function.
13029         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
13030         a multibyte buffer.
13031
13032         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
13033         (pgg-pgp-lookup-key): Ditto.
13034
13035         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
13036         (pgg-pgp5-lookup-key): Ditto.
13037
13038         * pgg.el (pgg-fetch-key): Ditto.
13039
13040 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
13041
13042         * message.el (message-user-organization-file): Check several
13043         locations of the organization file.
13044
13045         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
13046         Add gnus-article-view-part-as-type.
13047
13048         * gnus-art.el (gnus-article-view-part-as-type): New function.
13049
13050         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
13051         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
13052
13053         * mml.el: Simplify autoload.
13054         (mml-mode): defvar dnd-protocol-alist instead of using
13055         symbol-value.
13056         (mml-default-directory): New variable.
13057         (mml-minibuffer-read-file): Use it.
13058         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
13059
13060         * message.el (message-citation-line-format): New variable.
13061         (message-insert-formated-citation-line): New function.
13062         (message-citation-line-function):
13063         Add `message-insert-formated-citation-line' to custom type.
13064
13065         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
13066         to doc string.
13067
13068         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
13069         depending on mm-verify-option.
13070
13071 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13072
13073         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
13074         binding pgg-* variables; reimplement the section which prevents
13075         MIME header from being signed.
13076         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
13077         pgg-text-mode; remove a blank line at the top of body.
13078
13079         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
13080         lines at the top of body; use gnus-newsgroup-charset if there's no
13081         Charset header.
13082
13083 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13084
13085         * message.el (message-self-insert-commands): Doc fix.
13086
13087         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
13088         (mm-uu-pgp-encrypted-test): Ditto.
13089         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
13090         between header and body; return application/pgp-encrypted handle
13091         if decryption failed; decode decrypted body by charset.
13092
13093         * mm-decode.el (mm-automatic-display): Don't make application/pgp
13094         element match to application/pgp-*.
13095
13096 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13097
13098         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
13099         HTML.
13100
13101 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13102
13103         * mail-source.el (mail-source-call-script): Message the error
13104         string.
13105
13106 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13107
13108         * gnus-util.el (gnus-byte-compile): Use it.
13109
13110 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
13111
13112         * gnus-util.el (kill-empty-logs): New function.
13113
13114 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13115
13116         * message.el (message-mail-alias-type): Doc fix.
13117         (message-mail-alias-type-p): New function.
13118         (message-send): Use it.
13119         (message-mode): Ditto.
13120         (message-strip-forbidden-properties): Ditto.
13121
13122         * ecomplete.el (ecomplete-database-file-coding-system):
13123         New variable.
13124         (ecomplete-save): Use it.
13125         (ecomplete-setup): Use it.
13126
13127 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13128
13129         * message.el (message-self-insert-commands): New variable.
13130         (message-strip-forbidden-properties): Use it.
13131
13132 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13133
13134         * message.el (message-put-addresses-in-ecomplete): Use a regexp
13135         that doesn't make XEmacs choke.
13136
13137 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
13138
13139         * gnus-util.el (gnus-replace-in-string):
13140         Prefer replace-regexp-in-string over of replace-in-string.
13141
13142 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13143
13144         * gnus-util.el (gnus-select-frame-set-input-focus):
13145         Use select-frame-set-input-focus if it is available in XEmacs; use
13146         definition defined in Emacs 22 for old Emacsen.
13147
13148         * dgnushack.el: Autoload unmorse-region for XEmacs.
13149
13150         * lpath.el: Bind cursor-in-non-selected-windows and
13151         select-frame-set-input-focus for XEmacs.
13152
13153 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13154
13155         * mm-view.el (mm-inline-text): Use equal instead of equalp.
13156
13157 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
13158
13159         * gnus-registry.el (gnus-registry-cache-save): Remove text
13160         properties when saving via the temp buffer.
13161
13162 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13163
13164         * message.el (message-generate-hashcash): Honor custom type.
13165
13166 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13167
13168         * message.el (message-generate-hashcash): Default to non-nil when
13169         hashcash is found.
13170
13171         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
13172         (gnus-refer-thread-limit): Increase default to 500.
13173
13174         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
13175
13176         * flow-fill.el (fill-flowed): Allow delete-space.
13177
13178 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13179
13180         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13181         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
13182         Remove autoloads.
13183
13184 2006-04-18  Simon Josefsson  <jas@extundo.com>
13185
13186         * message.el (message-generate-hashcash): Default to.
13187
13188 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13189
13190         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13191         concatenating segments rather than before concatenating them.
13192
13193 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13194
13195         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
13196
13197 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13198
13199         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
13200
13201         * message.el (message-forward-make-body-plain):
13202         Allow message-forward-ignored-headers to be a list.
13203         (message-remove-ignored-headers): Factor out into function.
13204         (message-forward-make-body-mml): Use it.
13205
13206         * imap.el (imap-quote-specials): New function.
13207         (imap-login-auth): Quote specials.
13208
13209         * rfc2231.el (rfc2231-parse-string): Remove dead code.
13210         (rfc2231-parse-string): Allow concatanation of parameters that
13211         aren't contiguous.  The test case is
13212           (mail-header-parse-content-type "message/external-body;
13213             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
13214             access-type=LOCAL-FILE;
13215             name*1*=plugh%2fhello-sailor%2fbing.pdf")
13216
13217 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13218
13219         * nntp.el (nntp-accept-process-output): Return the value of
13220         `nnheader-accept-process-output'.
13221
13222 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13223
13224         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
13225         (gnus-button-alist): Recognize more diff formats.
13226         (gnus-button-patch): Strip directory.
13227
13228 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13229
13230         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
13231         Emacs 22 when setting focus.
13232
13233 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13234
13235         * gnus-art.el (gnus-article-treat-types): Do treatment of
13236         text/x-verbatim parts.
13237         (gnus-button-patch): New command.
13238
13239         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
13240         addresses that contain invalid characters.
13241
13242 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13243
13244         * message.el (message-put-addresses-in-ecomplete):
13245         Use gnus-replace-in-string.
13246         (message-is-yours-p): Use the more correct
13247         mail-header-parse-address instead of
13248         mail-extract-address-components.
13249         (message-put-addresses-in-ecomplete): Fix typo.
13250
13251         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
13252         keystroke.
13253
13254         * gnus-art.el (gnus-treatment-function-alist): Change order of
13255         newsgroups/generic header folding to avoid double-folding.
13256
13257         * message.el (message-hidden-headers): Add X-Draft-From.
13258
13259         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
13260         New command.
13261         (gnus-summary-repeat-search-article-backward): New command.
13262
13263         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
13264         groups in the parent topic.
13265
13266 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
13267
13268         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
13269         (spam-extra-header-to-number): Return the CRM114 number as a
13270         number instead of a string.
13271
13272 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13273
13274         * gnus-art.el (gnus-face-properties-alist): Move here from
13275         gnus-fun.
13276
13277         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
13278
13279 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13280
13281         * message.el (message-strip-forbidden-properties): Only display on
13282         self-insert-command.
13283
13284         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
13285         reindent.
13286         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
13287
13288 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
13289
13290         * smiley.el (smiley-style): Fix typo.
13291
13292 2006-03-23  Kenichi Handa  <handa@m17n.org>
13293
13294         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
13295         instead of set-buffer-multibyte.
13296
13297 2006-03-23  Kenichi Handa  <handa@m17n.org>
13298
13299         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13300         buffer and then decode the buffer text if necessary.
13301         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13302         first, and after mm-encode-body, change the buffer to unibyte.
13303
13304 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13305
13306         * hashcash.el (hashcash-insert-payment-async-2):
13307         Use message-goto-eoh instead of doing it manually.
13308         (mail-add-payment): Use message-narrow-to-header instead of trying
13309         to do the same itself.
13310
13311         * message.el (message-hidden-headers): Add Face.
13312
13313         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
13314         reparenting code.
13315         (gnus-summary-reparent-children): Refactored out code.
13316         (gnus-summary-thread-map): New keystroke.
13317         (gnus-summary-reparent-children): Make into command.
13318
13319         * smiley.el (smiley-style): Default to `medium' if using a large
13320         font.
13321
13322         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
13323         does it itself.
13324
13325         * message.el (message-point-in-header-p): Simplify definition.
13326
13327 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13328
13329         * nnagent.el (nnagent-request-set-mark): Silence log file
13330         writing.
13331         (nnagent-request-set-mark): Use write-region instead of
13332         append-to-file.
13333
13334         * gnus-sum.el (gnus-read-header): Fudge article number if using a
13335         strange select method.
13336
13337         * ecomplete.el (ecomplete-display-matches): Get highlightling
13338         right.
13339         (ecomplete-display-matches): Use literals.
13340         (ecomplete-display-matches): Disable message logging.
13341
13342         * message.el (message-display-abbrev): Small optimization.
13343
13344         * ecomplete.el (ecomplete-display-matches): Allow automatic
13345         display.
13346
13347         * message.el (message-strip-forbidden-properties):
13348         Display abbrevs.
13349         (message-display-abbrev): Get automatic display right.
13350
13351         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
13352         keystrokes.
13353
13354 2006-04-13  Romain Francoise  <romain@orebokech.com>
13355
13356         TODO: Backport to v5-10!
13357
13358         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
13359         Move here (and rename) from gnus-registry.el.
13360
13361         * gnus-registry.el: Require gnus-util.
13362         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
13363
13364 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13365
13366         * gnus-group.el (gnus-group-catchup-current):
13367         Change if-then-else-if-then-else into cond.
13368         (gnus-group-catchup): Indent.
13369         (group-name-at-point): New function.
13370         (gnus-fetch-group): Provide default from thing at point.
13371
13372 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13373
13374         * message.el (message-display-abbrev): Fix regexp.
13375
13376         * ecomplete.el (ecomplete-highlight-match-line):
13377         Reimplement choosing.
13378         (ecomplete-highlight-match-line): Fix up code rewrite, remove
13379         dead variables.
13380
13381         * message.el (message-newline-and-indent): Remove debugging.
13382         (message-display-abbrev): Use new implementation.
13383
13384 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13385
13386         * gnus-art.el (gnus-article-mode):
13387         Set cursor-in-non-selected-windows to nil.
13388
13389         * smiley.el: Revert previous change.
13390         (smiley-data-directory): defvar it before using it in the
13391         defcustom of `smiley-style'.
13392
13393 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13394
13395         * message.el (message-newline-and-indent): New function.
13396
13397         * ecomplete.el: Implement more bits.
13398
13399         * message.el (message-put-addresses-in-ecomplete): Clean up the
13400         string.
13401
13402         * ecomplete.el (ecomplete-add-item): Chop off decimals.
13403
13404         * gnus-sum.el (gnus-summary-save-parts):
13405         Bind gnus-summary-save-parts-counter and use it to make unique file
13406         names.
13407
13408         * gnus-art.el (gnus-ignored-headers): Add some more headers.
13409
13410         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
13411         parameter to say whether to actually parse the individual
13412         addresses.
13413
13414         * message.el (message-put-addresses-in-ecomplete): New function.
13415         (ecomplete): Require.
13416         (message-mail-alias-type): Add ecomplete as an option.
13417
13418 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
13419
13420         * flow-fill.el (fill-flowed): Remove trailing space from blank
13421         quoted lines.
13422
13423 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13424
13425         * smiley.el (smiley-style): Move definition later to avoid a
13426         compilation warning.
13427
13428 2006-04-12  Kenichi Handa  <handa@m17n.org>
13429
13430         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13431         buffer and then decode the buffer text if necessary.
13432         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13433         first, and after mm-encode-body, change the buffer to unibyte.
13434         Use mm-disable-multibyte instead of set-buffer-multibyte.
13435
13436 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13437
13438         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
13439         Content-Type header instead of Content-Disposition header.
13440         (gnus-mime-inline-part): Ditto.
13441         (gnus-mime-view-part-as-charset): Ignore charset that the part
13442         specifies.
13443
13444         * mm-decode.el (mm-display-part): Work with external parts and
13445         usual parts similarly.
13446
13447         * mm-extern.el (mm-inline-external-body): Use mm-display-part
13448         instead of gnus-display-mime.
13449
13450         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
13451         instead of with-temp-buffer.
13452
13453         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
13454         tag to summarized topics part in order to encode non-ASCII text.
13455
13456 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13457
13458         * smiley.el (smiley-style): New variable.
13459         (smiley-directory): New function.
13460         (smiley-data-directory): Derive from `smiley-style' using
13461         `smiley-directory'.
13462         (smiley-regexp-alist): Add new entries.
13463
13464         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
13465         (gnus-article-browse-delete-temp): Add :version.
13466
13467 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
13468
13469         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
13470         the sieve region.
13471
13472 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13473
13474         * gnus.el (gnus-version-number): Bump version.
13475
13476 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13477
13478         * gnus.el: No Gnus v0.4 is released.
13479
13480 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13481
13482         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13483         layout.
13484
13485         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13486         unknown charset.
13487
13488         * message.el (message-header-synonyms): Add Original-To to the
13489         default.
13490
13491         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13492         optional parameter.
13493
13494 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13495
13496         * gnus-fun.el (gnus): Require it for gnus-directory.
13497
13498 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13499
13500         * gnus-fun.el (gnus-face-properties-alist): Add :version.
13501
13502 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13503
13504         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13505
13506 2006-04-05  Simon Josefsson  <jas@extundo.com>
13507
13508         * password.el (password-reset): New function.
13509
13510 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13511
13512         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13513         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13514
13515 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13516
13517         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13518         Some whitespace was matched into the url, which broke browsing hits
13519         > 100 when mm-url-use-external was nil.
13520
13521 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13522
13523         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13524         Check gnus-extra-headers for 'Newsgroups.
13525
13526         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13527         bound.
13528
13529 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13530
13531         * pgg-gpg.el: Clean up process buffers every time gpg processes
13532         complete.
13533
13534 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13535
13536         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13537         doc string.
13538
13539 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13540
13541         * pgg-gpg.el (pgg-gpg-process-filter)
13542         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13543
13544         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13545         lines, temporary fix.
13546
13547 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13548
13549         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13550
13551 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13552
13553         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13554         default-enable-multibyte-characters.  This reverts the change from
13555         revision 6.17 which is no longer necessary because the passphrase
13556         is sent separately now.  GnuPG messages are unreadable under
13557         multibyte locales with default-enable-multibyte-characters set to
13558         nil.
13559
13560 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13561
13562         * message.el (message-tool-bar-gnome): Move "spell".
13563
13564 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13565
13566         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13567         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13568         instead.
13569
13570 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13571
13572         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13573         Improve newsgroups handling for NNTP overviews which don't include
13574         Newsgroups.
13575
13576 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13577
13578         * message.el (message-resend): Bind message-generate-hashcash to nil.
13579
13580 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13581
13582         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13583         when searching for already-paid recipients.
13584
13585 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13586
13587         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13588         passphrases when it is not needed.
13589         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13590         passphrase stuff from gpg, should only be necessary when you use
13591         gpg with a smartcard.
13592
13593 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13594
13595         * mml.el (mml-insert-mime): Ignore cached contents of
13596         message/external-body part.
13597
13598         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13599         (mm-insert-part): Ditto.
13600
13601 2006-03-23  Simon Josefsson  <jas@extundo.com>
13602
13603         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13604         Reiner.
13605         (pgg-gpg-use-agent-p): Use it again.
13606
13607 2006-03-23  Simon Josefsson  <jas@extundo.com>
13608
13609         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13610         older emacsen.
13611         (pgg-gpg-use-agent-p): Don't use it.
13612
13613 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13614
13615         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13616         if we can.
13617
13618 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13619
13620         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13621         (pgg-gpg-update-agent): New function.
13622         (pgg-gpg-use-agent-p): New function.
13623         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13624         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13625         (pgg-gpg-sign-region): Use it.
13626
13627 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13628
13629         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13630         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13631
13632 2006-03-21  Simon Josefsson  <jas@extundo.com>
13633
13634         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13635         <wilde@sha-bang.de>.
13636         (pgg-gpg-use-agent): New variable.
13637         (pgg-gpg-process-region): Use it.
13638         (pgg-gpg-encrypt-region): Likewise.
13639         (pgg-gpg-encrypt-symmetric-region): Likewise.
13640         (pgg-gpg-decrypt-region): Likewise.
13641         (pgg-gpg-sign-region): Likewise.
13642         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13643
13644 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13645
13646         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13647
13648         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13649         Add comment on version.
13650
13651 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13652
13653         * smiley.el: Add missing test smiley.
13654
13655 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13656
13657         * mm-decode.el (mm-with-part): New macro.
13658         (mm-get-part): Use it; work with message/external-body as well.
13659         (mm-save-part): Treat name and filename equally.
13660
13661         * mm-extern.el (mm-extern-cache-contents): New function.
13662         (mm-inline-external-body): Use it; force the part to be displayed;
13663         move undisplayer added to the cached handle to the parent.
13664
13665         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13666         (gnus-mime-view-part-as-type): Work with message/external-body.
13667
13668         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13669
13670 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13671
13672         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13673         images in image-load-path.  [Sync with image.el, revision 1.60, in
13674         Emacs.]
13675
13676 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13677
13678         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13679         path rather than symbol.  Always return list of directories.
13680         Guarantee that image directory comes first.  [Sync with image.el,
13681         revision 1.59, in Emacs.]
13682
13683         * message.el (message-make-tool-bar): Adjust to new API of
13684         `gmm-image-load-path-for-library'.
13685
13686         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13687
13688         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13689
13690 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13691
13692         * gnus-art.el (gnus-article-only-boring-p):
13693         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13694         intangible text.
13695         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13696
13697 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13698
13699         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13700         Use `defun' instead of `gmm-defun-compat'.
13701
13702 2006-03-14  Simon Josefsson  <jas@extundo.com>
13703
13704         * message.el (message-unique-id): Don't use message-number-base36
13705         if (user-uid) is a float.
13706         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13707
13708 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13709
13710         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13711
13712         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13713         empty line between a part and a message part.
13714
13715 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13716
13717         * smiley.el: Add more test smileys.
13718         (smiley-data-directory, smiley-regexp-alist)
13719         (gnus-smiley-file-types): Fix doc strings.
13720         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13721         adding new elements.
13722         (smiley-mouse-map): Unused code.  Make it a comment.
13723
13724 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13725
13726         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13727         scan latest NoCeM messages instead of old ones.
13728         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13729         delimiters that are recently used.
13730         (gnus-nocem-load-cache): Add autoload cookie.
13731
13732         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13733
13734         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13735         level which is larger than gnus-use-nocem is specified.
13736
13737         * gnus-group.el (gnus-group-get-new-news): Ditto.
13738
13739 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13740
13741         * gnus-util.el (gnus-tool-bar-update): New function.
13742
13743         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13744         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13745
13746         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13747
13748         * gnus-group.el (gnus-group-redraw-when-idle)
13749         (gnus-group-redraw-check): Remove.
13750         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13751
13752 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13753
13754         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13755         if optional last element is specified in splits (FIELD VALUE...).
13756
13757 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13758
13759         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13760         to gmm-image-load-path-for-library.  Call with no-error argument.
13761         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13762
13763         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13764
13765         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13766
13767         * gmm-utils.el (gmm-image-load-path): Remove alias.
13768
13769 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13770
13771         * gmm-utils.el (gmm-image-load-path): Add alias.
13772
13773         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13774         nnml-generate-nov-databases-1.
13775         (nnml-generate-nov-databases): Use it.
13776         (nnml-generate-nov-databases-directory): Document no-active
13777         argument.
13778
13779         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13780         directory if path is t.  Add no-error.
13781
13782         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13783         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13784
13785         * gnus-art.el (gnus-article-browse-delete-temp-files):
13786         Simplify resetting gnus-article-browse-html-temp-list.
13787
13788         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13789         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13790         Add example to docstring.  Rename local variables.  Move error
13791         checks to default case in cond and simplify.
13792
13793 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13794
13795         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13796         handle is multipart when calling it recursively.
13797         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13798
13799 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13800
13801         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13802         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13803
13804 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13805
13806         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13807         is loaded.
13808
13809         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13810         loaded.
13811
13812 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13813
13814         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13815         to "Emacs 23 (unicode)" in doc string.
13816
13817         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13818         "Emacs 23 (unicode)" in comment.
13819
13820 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13821
13822         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13823
13824         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13825         characters 160 through 255 in Emacs 23.
13826
13827 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13828
13829         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13830         gnus-article-browse-html-temp.
13831         (gnus-article-browse-delete-temp): Make it customizable.
13832         Add `file'.  Adjust doc string.
13833         (gnus-article-browse-delete-temp-files): Add argument.
13834         Allow query for each file.  Adjust doc string.
13835         (gnus-article-browse-html-parts):
13836         Add `gnus-article-browse-delete-temp-files' to
13837         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13838
13839 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13840
13841         * gnus-art.el (gnus-article-browse-html-temp)
13842         (gnus-article-browse-delete-temp): New variables.
13843         (gnus-article-browse-delete-temp-files): New function.
13844         (gnus-article-browse-html-parts): Use it.
13845
13846 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13847
13848         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13849
13850         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13851         string.
13852
13853         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13854         gnus-summary-insert-new-articles when unplugged.
13855         Remove gnus-summary-search-article-forward.
13856
13857         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13858         display-visual-class instead of display-color-cells.
13859
13860 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13861
13862         * dgnushack.el: Autoload customize-group for XEmacs.
13863
13864         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13865         message/* containing non-ASCII text properly.
13866
13867 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13868
13869         * message.el: Require gmm-utils, remove autoloads.
13870         (message-tool-bar): Set default based on
13871         gmm-tool-bar-style.
13872         (message-tool-bar-gnome): Add gmm-customize-mode.
13873
13874         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13875         gmm-tool-bar-style.
13876         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13877
13878         * gnus-group.el (gnus-group-tool-bar): Set default based on
13879         gmm-tool-bar-style.
13880         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13881
13882         * gmm-utils.el (gmm-image-directory): Rename variable from
13883         gmm-image-load-path.
13884         (gmm-image-load-path): Use gmm-image-directory.
13885         (gmm-customize-mode): New function.
13886         (gmm-tool-bar-style): New variable.
13887
13888         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13889         gnus-group-redraw-line-number.
13890         (gnus-group-redraw-check): Simplify.
13891         (gnus-group-tool-bar-update): Remove redraw check.
13892         (gnus-group-make-tool-bar): Add redraw check.
13893
13894 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13895
13896         * gnus-art.el (gnus-button): Add missing parentheses.
13897
13898 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13899
13900         * lpath.el: Fbind line-number-at-pos.
13901
13902 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13903
13904         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13905
13906 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13907
13908         * gnus-art.el (gnus-button): New face.
13909         (gnus-article-button-face): Use it.
13910
13911         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13912         Add gnus-summary-next-page.  Re-order.
13913
13914         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13915         next-node are now included.
13916         (gnus-group-redraw-line-number): New internal variable.
13917         (gnus-group-redraw-check): Helper function for updating the tool
13918         bar.
13919         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13920
13921         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13922
13923         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13924         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13925         Use it to match format of Spamassassin 3.0 and later.
13926         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13927         (spam-check-bogofilter)
13928         (spam-bogofilter-register-with-bogofilter): Fix args of
13929         `gnus-error' calls.
13930
13931 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13932
13933         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13934         unnecessary interaction when sending queued mails.
13935         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13936
13937 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13938
13939         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13940         first or last are nil.
13941
13942 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13943
13944         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13945
13946 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13947
13948         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13949
13950 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13951
13952         * dns.el (query-dns): Protect more against buggy tcp output.
13953
13954 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13955
13956         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13957         nov.php.
13958
13959 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13960
13961         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13962         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13963         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13964         output on the server side.
13965         (nnweb-google-create-mapping): Update regexps and add some
13966         progress indication.
13967
13968 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13969
13970         * gnus-group.el (gnus-group-tool-bar-gnome):
13971         Fix gnus-agent-toggle-plugged.  Re-order icons.
13972         (gnus-group-tool-bar-gnome):
13973         Add gnus-group-{prev,next}-unread-group.
13974         (gnus-group-tool-bar-gnome): Re-order icons.
13975
13976         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13977         Move gnus-summary-insert-new-articles.
13978
13979         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13980         Fix comments.
13981
13982         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13983         also available in Emacs 21.3.
13984
13985         * message.el (message-fix-before-sending): Change "Emacs 22" to
13986         "Emacs 23 (unicode)" in comment.
13987
13988         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13989         "Emacs 23 (unicode)" in comment.
13990
13991         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13992         comment.
13993         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13994
13995         * mm-view.el (mm-fill-flowed): Add :version.
13996
13997 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13998
13999         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
14000         and load-path.
14001
14002 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
14003
14004         * message.el: Autoload gmm-image-load-path.
14005         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
14006         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
14007         consitency.
14008
14009         * gmm-utils.el (gmm-image-load-path): Also search in
14010         "../etc/images".  Don't set gmm-image-load-path if we don't find
14011         the image.
14012
14013 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14014
14015         * gmm-utils.el (gmm-image-load-path): Don't make
14016         `gmm-image-load-path' include subdirectories which the second arg
14017         `image' might specify.
14018
14019         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
14020         subdirectory to icon file names.
14021
14022         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
14023
14024 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14025
14026         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
14027         gmm-image-load-path calls.
14028
14029         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14030
14031         * message.el (message-make-tool-bar): Ditto.
14032
14033         * mml.el (mml-preview): Add comment concerning tool bar icons.
14034
14035         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
14036         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
14037
14038         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
14039         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
14040
14041         * message.el (message-tool-bar-gnome): Use new icon names.
14042         (message-make-tool-bar): Use `gmm-image-load-path'.
14043
14044         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
14045         New functions from MH-E.
14046         (gmm-image-load-path): New variable from MH-E.
14047         (gmm-image-load-path): New function from MH-E.  Add arguments
14048         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
14049         *-image-load-path-called-flag.
14050
14051 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
14052
14053         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
14054
14055 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
14056
14057         * nnimap.el (nnimap-request-move-article): Change folder back to
14058         source group before deleting.
14059
14060 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
14061
14062         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
14063
14064         * gnus-art.el (mm-url-insert-file-contents-external):
14065         Autoload mm-url.
14066
14067         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
14068
14069 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14070
14071         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
14072         coding system which mm-charset-to-coding-system returns for a
14073         given charset is valid.
14074
14075 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
14076
14077         * html2text.el (html2text-remove-tag-list):
14078         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
14079
14080 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
14081
14082         * gnus-cus.el: Revert 2005-10-17 change.
14083
14084 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14085
14086         * gnus-art.el (article-strip-banner):
14087         Call article-really-strip-banner only when the regexp match is made.
14088
14089 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14090
14091         * gnus-art.el (article-strip-banner):
14092         Use gnus-extract-address-components instead of
14093         mail-header-parse-addresses to make it work with non-ASCII text;
14094         remove mail-encode-encoded-word-string.
14095
14096         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
14097         values which are surrounded with \"...\"; make it never cause a
14098         Lisp error; give up parsing of parameters if it failed in
14099         extracting type.
14100
14101 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
14102
14103         * smime.el (smime-cert-by-ldap-1): Fix bug where
14104         `smime-ldap-search' returns results without userCertificates.
14105
14106 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14107
14108         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
14109
14110 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14111
14112         * spam.el (spam-check-spamassassin-headers): Adapt format for
14113         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
14114         <ari@mbf.ocn.ne.jp>.
14115         (spam-list-of-processors): Add spam-use-gmane.
14116
14117 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14118
14119         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
14120         make-temp-file; make it work with XEmacs as well.
14121
14122         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
14123         mm-make-temp-file.
14124
14125         * mm-decode.el (mm-display-external): Use the 3rd arg of
14126         mm-make-temp-file.
14127         (mm-create-image-xemacs): Ditto.
14128
14129 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14130
14131         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
14132         with message-narrow-to-headers.
14133         (gnus-draft-setup): Narrow to header to run message-fetch-field.
14134         (gnus-draft-check-draft-articles): New function.
14135         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
14136
14137 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14138
14139         * gnus-art.el (gnus-article-browse-html-parts):
14140         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
14141         Don't use suffix argument for mm-make-temp-file for Emacs 21
14142         compatibility.  Remove useless `format'.
14143
14144 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14145
14146         * nnweb.el (nnweb-google-wash-article): Update regexps.
14147         (nnweb-group-alist): Use defvoo instead of defvar.
14148
14149 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14150
14151         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
14152         re-loading nn* modules.
14153
14154 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14155
14156         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
14157         for `tool-bar-mode' and don't check it's default-value.
14158
14159         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14160
14161         * message.el (message-make-tool-bar): Ditto.
14162
14163         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
14164         `substring'.  Shorten tmp-file name.
14165
14166         * gnus.el: Remove bogus comment.
14167
14168 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
14169
14170         * gnus-art.el (gnus-article-browse-html-parts): New function.
14171         (gnus-article-browse-html-article): New function for viewing html
14172         articles with a browser.
14173
14174 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
14175
14176         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
14177         in elisp.
14178         (pgg-gpg-encrypt-symmetric-region): Ditto.
14179         (pgg-gpg-sign-region): Ditto.
14180
14181         * pgg-def.el (pgg-text-mode): New variable.
14182
14183         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
14184         (mml2015-pgg-encrypt): Ditto.
14185
14186         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
14187         (mml1991-pgg-encrypt): Ditto.
14188
14189 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14190
14191         * nnfolder.el (nnfolder-insert-newsgroup-line):
14192         Use message-make-date instead of current-time-string.
14193
14194         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
14195         to gnus-decoded which mm-uu might set.
14196
14197 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14198
14199         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
14200         don't decode quoted parameters; remove misimported Emacs code.
14201         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14202         (rfc2231-decode-encoded-string): Don't use split-string which
14203         behaves differently according to Emacs version; use
14204         mm-decode-coding-region to convert charset to coding-system.
14205         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14206         (rfc2231-encode-string): Remove misimported Emacs code.
14207
14208 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14209
14210         * gnus-art.el (article-decode-charset): Don't use ignore-errors
14211         when calling mail-header-parse-content-type.
14212         (article-de-quoted-unreadable): Ditto.
14213         (article-de-base64-unreadable): Ditto.
14214         (article-wash-html): Ditto.
14215
14216         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
14217         calling mail-header-parse-content-type and
14218         mail-header-parse-content-disposition.
14219         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
14220         mail-header-parse-content-type.
14221
14222         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
14223         insert charset and format parameters; encode description after
14224         inserting it to buffer.
14225         (mml-insert-parameter): Fold lines properly even if a parameter is
14226         segmented into two or more lines; change the max column to 76.
14227
14228         * rfc1843.el (rfc1843-decode-article-body): Don't use
14229         ignore-errors when calling mail-header-parse-content-type.
14230
14231         * rfc2231.el (rfc2231-parse-string): Return at least type if
14232         possible; don't cause an error even if it fails in parsing of
14233         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14234         (rfc2231-encode-string): Don't break lines at the beginning, leave
14235         it to mml-insert-parameter.
14236
14237         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
14238         calling mail-header-parse-content-type.
14239
14240 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
14241
14242         * spam-report.el (spam-report-gmane-use-article-number):
14243         Improve doc string.
14244         (spam-report-gmane-internal): Check if a suitable header was found
14245         in the article.
14246
14247 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14248
14249         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
14250         (rfc2231-encode-string): Make param*=value always begin with LWSP.
14251
14252 2006-02-05  Romain Francoise  <romain@orebokech.com>
14253
14254         Update copyright notices of all files in the gnus directory.
14255
14256 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14257
14258         * nnweb.el (nnweb-request-group): Avoid growing overview files.
14259
14260 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14261
14262         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
14263         segmented lines of parameter value to cope with Thunderbird 1.5
14264         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
14265         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14266         (rfc2231-encode-string): Don't make lines exceeding 76 column.
14267
14268 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
14269
14270         * mml.el (mml-generate-mime-1): Correct the order of inline signed
14271         parts.
14272
14273 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14274
14275         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
14276         there's only one active file for all servers.
14277         (nnweb-request-scan): Make sure nnweb-articles is initialized on
14278         solid groups.  Gnus might have used a FAST request to select the group.
14279         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
14280         and nnweb-search redundantly in the active file.
14281         (nnweb-request-list): Don't list bogus groups.  There can only be one.
14282         (nnweb-request-create-group): Don't use ARGS.
14283         (nnweb-possibly-change-server, nnweb-request-group): Remove some
14284         initialisations.  Let nnoo do the work.
14285
14286 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14287
14288         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
14289         Say the part has been decoded.
14290
14291         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
14292
14293 2006-01-31  Kevin Ryde  <user42@zip.com.au>
14294
14295         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
14296         mailcap-viewer-test-cache when there's no 'test clause, since that
14297         will invert the meaning of a "nil" test previously determined by
14298         mailcap-mailcap-entry-passes-test.
14299
14300 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14301
14302         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
14303         compiling.
14304
14305         * gnus-sum.el: Ditto.
14306
14307         * message.el: Don't bind tool-bar-map when compiling.
14308
14309 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
14310
14311         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
14312
14313 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14314
14315         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
14316         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
14317         current Google Groups.
14318
14319 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
14320
14321         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
14322         and tool-bar-mode.
14323
14324         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
14325         and tool-bar-mode.
14326
14327         * message.el (message-tool-bar-update): Simplify.
14328         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
14329
14330         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
14331         gnus-summary-buffer.
14332         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
14333         gnus-summary-reply.
14334
14335         * gmm-utils.el (gmm): Add :version.
14336
14337 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14338
14339         * Makefile.in (clean): New rule.
14340         (distclean): Use it.
14341
14342 2006-01-26  Steve Youngs  <steve@sxemacs.org>
14343
14344         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
14345         Don't autoload.
14346
14347 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14348
14349         * gmm-utils.el (gmm-verbose): Add :group.
14350
14351 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
14352
14353         * message.el: Change some comments WRT tool-bars.
14354
14355         * gnus-sum.el (gnus-summary-tool-bar)
14356         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
14357         (gnus-summary-tool-bar-zap-list): New variables.
14358         (gnus-summary-make-tool-bar): Complete rewrite using
14359         `gmm-tool-bar-from-list'.
14360
14361         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
14362         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
14363         New variables.
14364         (gnus-group-make-tool-bar): Complete rewrite using
14365         `gmm-tool-bar-from-list'.
14366         (gnus-group-tool-bar-update): New function.
14367
14368         * message.el (message-mode-field-menu): Add "Show hidden Headers".
14369
14370 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14371
14372         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
14373         is dissected into a single part of which the type is the same as
14374         the given one; decode charset.
14375
14376 2006-01-21  Kevin Ryde  <user42@zip.com.au>
14377
14378         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
14379         into alists as symbol not string, since that's what
14380         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
14381         look for.
14382
14383 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
14384
14385         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
14386         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
14387
14388         * message.el (message-tool-bar-gnome): Use gmm-ignore.
14389
14390 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14391
14392         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
14393         (gnus-xmas-mime-security-button-menu): New function.
14394
14395         * gnus-art.el (gnus-mime-security-button-commands): New variable.
14396         (gnus-mime-security-button-menu): New definition.
14397         (gnus-mime-security-button-map): Use them.
14398         (gnus-mime-security-button-menu): New function.
14399         (gnus-insert-mime-security-button): Addition to help echo.
14400         (gnus-mime-security-run-function, gnus-mime-security-save-part)
14401         (gnus-mime-security-pipe-part): New functions.
14402
14403         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
14404         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
14405
14406         * mm-decode.el (mm-handle-set-disposition): Remove.
14407         (mm-handle-set-description): Remove.
14408
14409 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14410
14411         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
14412         (mm-w3m-standalone-supports-m17n-p): New function.
14413         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
14414         w3m usage.
14415
14416         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
14417         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
14418
14419 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14420
14421         * message.el (message-tool-bar-zap-list):
14422         Use gmm-tool-bar-zap-list as custom type.
14423         (message-tool-bar-update): New function.
14424         (message-tool-bar, message-tool-bar-gnome)
14425         (message-tool-bar-retro): Add message-tool-bar-update.
14426         (message-tool-bar-gnome): Add flyspell-buffer.
14427
14428         * gnus-util.el (gnus-error): Describe `args'.
14429
14430         * gmm-utils.el (gmm-error): Describe `args'.
14431         (gmm-tool-bar-zap-list): New widget.
14432         (gmm-tool-bar-from-list): Improve description of `zap-list'.
14433
14434 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14435
14436         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
14437         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
14438         the number of recursive calls.
14439
14440         * mm-decode.el (mm-handle-set-disposition): New macro.
14441         (mm-handle-set-description): New macro.
14442
14443 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14444
14445         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
14446         encoding.
14447
14448 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14449
14450         * message.el (message-tool-bar-zap-list, message-tool-bar)
14451         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
14452         (message-tool-bar-local-item-from-menu): Remove.
14453         (message-tool-bar-map): Replace by `message-make-tool-bar'.
14454         (message-make-tool-bar): New function.
14455         (message-mode): Use `message-make-tool-bar'.
14456
14457         * gmm-utils.el: New file.
14458         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
14459         (gmm-lazy): New widget copied from `nnmail.el'.
14460         (gmm-tool-bar-from-list): New function for creating customizable
14461         tool bars.
14462         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
14463         output.
14464         (gmm): Add :prefix to defgroup.
14465
14466 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
14467
14468         * gmm-utils.el (gmm-widget-p): New function.
14469
14470 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14471
14472         * mml.el (mml-attach-file): Describe `description' in doc string.
14473         (mml-menu): Add Emacs MIME manual and PGG manual.
14474
14475 2006-01-20  Richard M. Stallman  <rms@gnu.org>
14476
14477         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
14478
14479 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
14480
14481         * nntp.el (nntp-end-of-line): Doc fix.
14482
14483 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
14484
14485         * imap.el (imap-open): Handle case where buffer is a buffer
14486         object.
14487
14488 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14489
14490         * gnus-delay.el (gnus-delay): Don't autoload.
14491         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14492         to be re-loaded when customizing the `gnus-delay' group.
14493
14494 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
14495
14496         * message.el (message-insert-citation-line): Use newlines.
14497
14498 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14499
14500         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14501         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
14502         these routines, so the passphrase can be managed externally and
14503         passed in to the system.
14504         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14505         pgg-add-passphrase-to-cache function.
14506
14507         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14508         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
14509         these routines, so the passphrase can be managed externally and
14510         passed in to the system.
14511         (pgg-pgp5-sign-region): Use new name of
14512         pgg-add-passphrase-to-cache function.
14513
14514 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14515
14516         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14517         part of the decoded armor to find the key-identifier.
14518         (pgg-gpg-lookup-key-owner): New function to return the
14519         human-readable identifier of a key owner.
14520         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
14521         itself.
14522         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14523         the key value) if we have a key and can match it against a secret
14524         key.  Also, added a note pointing out fact that the prompt only
14525         indicates the first matching key.
14526
14527         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
14528         pgg-decrypt-region.
14529         (pgg-add-passphrase-to-cache): Rename from
14530         `pgg-add-passphrase-cache' to reduce confusion (all callers
14531         changed).
14532         (pgg-remove-passphrase-from-cache): Rename from
14533         `pgg-remove-passphrase-cache' to reduce confusion (all callers
14534         changed).
14535         (pgg-read-passphrase, pgg-add-passphrase-cache)
14536         (pgg-remove-passphrase-cache): Add informative docstrings.
14537         (pgg-decrypt): Convey provided passphrase in subordinate call to
14538         pgg-decrypt-region.
14539
14540 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
14541
14542         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14543         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14544         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14545         'passphrase' argument, so the passphrase can be managed externally
14546         and then passed in to the system.
14547
14548         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14549         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
14550         so the passphrase cache can be used reliably with identifiers
14551         besides a pgp packet's key id.
14552
14553         * pgg-gpg.el (pgg-gpg-encrypt-region)
14554         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14555         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
14556         these routines, so the passphrase can be managed externally and
14557         passed in to the system.
14558
14559         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14560         'notruncate' argument, so the passphrase cache can be used
14561         reliably with identifiers besides a pgp packet's key id.
14562
14563 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
14564
14565         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14566         symmetric encryption.
14567         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14568         encrypted session key.
14569         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14570         message ask for the passphrase in a proper way.
14571
14572         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14573         New user commands for symmetric encryption.
14574
14575 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14576
14577         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14578
14579         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14580
14581 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14582
14583         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14584
14585 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14586
14587         * mm-decode.el (mm-inlined-types): Add application/pgp.
14588         (mm-automatic-display): Ditto.
14589
14590         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14591         part as text.
14592
14593 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14594
14595         * nnrss.el: Update copyright.
14596         (nnrss-opml-import): Query whether to subscribe to each entry.
14597
14598         * gnus-art.el:
14599         * gnus-sum.el:
14600         * gnus-xmas.el:
14601         * messagexmas.el:
14602         * mm-uu.el:
14603         * mm-view.el: Update copyright.
14604
14605 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14606
14607         * message.el (message-info): New function.
14608         (message-mode-menu): Add it.
14609         Update copyright.
14610
14611         * ChangeLog: Fix and update copyright.
14612
14613 2006-01-13  Romain Francoise  <romain@orebokech.com>
14614
14615         * message.el (message-forward-subject-name-subject): Prefer the
14616         address to 'nowhere' if the sender has no name.
14617         Fix typo.  Update copyright year.
14618
14619 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14620
14621         * gnus-art.el (article-wash-html):
14622         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14623         (gnus-article-wash-html-with-w3m-standalone): New function.
14624
14625         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14626         mm-inline-text-html-render-with-w3m-standalone.
14627         (mm-text-html-washer-alist): Map w3m-standalone to
14628         gnus-article-wash-html-with-w3m-standalone.
14629         (mm-inline-text-html-render-with-w3m-standalone): New function.
14630
14631 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14632
14633         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14634         Improve LaTeX.
14635
14636 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14637
14638         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14639         (nnrss-request-article): Render text/plain parts as HTML.
14640
14641         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14642         the buffer.
14643
14644 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14645
14646         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14647         custom definition of `gnus-posting-styles'.
14648
14649         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14650         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14651
14652 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14653
14654         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14655         Use nntp for bug archive.
14656
14657 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14658
14659         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14660         parts.
14661         (nnrss-normalize-date): New function converts ISO 8601 date into
14662         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14663         (nnrss-check-group): Use it.
14664
14665 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14666
14667         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14668
14669         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14670         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14671         (nnrss-insert-w3): Ditto.
14672
14673 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14674
14675         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14676         the articles to be forwarded including the case where neither a
14677         number of articles nor a region is specified.
14678
14679 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14680
14681         * nnrss.el (nnrss-request-article): Fix last change; fill
14682         text/plain parts.
14683
14684 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14685
14686         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14687         in text/plain part.
14688         (nnrss-check-group): Don't add excessive newline to dc:subject.
14689
14690 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14691
14692         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14693         article.
14694
14695 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14696
14697         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14698         (nnml-use-compressed-files, nnml-save-mail): Support other
14699         comression programs such as bzip2.
14700
14701 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14702
14703         * dns.el (query-dns): Make sure we check the buffer size before
14704         removing tcp headers.
14705
14706 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14707
14708         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14709         remove MIME buttons associated with multipart/alternative parts.
14710         (gnus-mime-display-alternative): Tag buttons using `article-type'
14711         text property.
14712
14713         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14714         associated with multipart/alternative parts.
14715
14716         * gnus-art.el (gnus-signature-separator): Fix custom type.
14717
14718         * mm-decode.el (mm-inlined-types): Fix custom type.
14719         (mm-keep-viewer-alive-types): Ditto.
14720         (mm-automatic-display): Ditto.
14721         (mm-attachment-override-types): Ditto.
14722         (mm-inline-override-types): Ditto.
14723         (mm-automatic-external-display): Ditto.
14724
14725 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14726
14727         * spam-report.el (spam-report-user-mail-address)
14728         (spam-report-user-agent): New variables.
14729         (spam-report-url-ping-plain): Use spam-report-user-agent.
14730
14731 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14732
14733         * gnus-art.el (gnus-button-handle-custom): Do not just use
14734         `customize-apropos' for any "M-x customize-*" button but the
14735         function called for.  Accept both the function name and its
14736         argument in order to achieve this.
14737         (gnus-button-alist): Remove support for "custom:" URL's.
14738         Pass function name to `gnus-button-handle-custom' in case of "M-x
14739         customize-*" buttons.
14740
14741 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14742
14743         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14744         multipart/alternative and add xref to mm-discouraged-alternatives
14745         in doc string.
14746
14747         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14748         gnus-buttonized-mime-types in doc string.
14749
14750 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14751
14752         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14753         Suggest image/.* in the doc string.
14754
14755 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14756
14757         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14758         message-marks (Debian bug #342521).
14759
14760 2005-12-12  Simon Josefsson  <jas@extundo.com>
14761
14762         * password.el (password-read-from-cache): Add.
14763         (password-read): Use it.
14764
14765 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14766
14767         * rfc2047.el (rfc2047-charset-to-coding-system):
14768         Recognize us-ascii as a MIME charset.
14769
14770         * mm-bodies.el (mm-decode-content-transfer-encoding):
14771         Protect against the case where the 2nd arg TYPE is nil.
14772
14773 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14774
14775         * pop3.el (pop3-stream-type): Fix custom version.
14776
14777         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14778
14779 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14780
14781         * mm-decode.el (mm-display-external): Add missing cdr.
14782
14783 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14784
14785         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14786         RFC1524) if it is in mailcap or add a suffix according to
14787         mailcap-mime-extensions when generating a temp filename; postpone
14788         deleting a temp file for 2 seconds for some wrappers, shell
14789         scripts, and so on, which might exit right after having started a
14790         viewer command as a background job.
14791
14792 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14793
14794         * nntp.el (nntp-marks-directory): Fix custom group.
14795
14796         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14797         steps when < 10.
14798
14799         * gnus-start.el (gnus-no-server-1):
14800         Mention `gnus-level-default-subscribed' in doc string.
14801
14802 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14803
14804         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14805         parens.
14806
14807 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14808
14809         * gnus-xmas.el (gnus-use-toolbar): Revert.
14810         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14811         gnus-use-toolbar is default.
14812
14813         * messagexmas.el (message-use-toolbar): Revert.
14814         (message-setup-toolbar): Use global default-toolbar if
14815         message-use-toolbar is default.
14816
14817 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14818
14819         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14820         according to default-toolbar-visible-p.
14821
14822         * messagexmas.el (message-use-toolbar): Ditto.
14823
14824 2005-11-26  Dave Love  <fx@gnu.org>
14825
14826         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14827         (tls-program, tls-success): Provide openssl alternative.
14828
14829         * starttls.el: Doc fixes.
14830         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14831         SERVICE to PORT.
14832
14833         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14834         port null or service name.
14835         (starttls-negotiate): Autoload.
14836
14837 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14838
14839         * message.el (message-kill-to-signature): Fix interactive spec.
14840
14841 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14842
14843         * pop3.el (pop3-open-server): Recognize a string as a service name.
14844
14845 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14846
14847         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14848
14849 2005-11-23  Dave Love  <fx@gnu.org>
14850
14851         Add pop3s, pop3/starttls.
14852
14853         * pop3.el (pop3-authentication-scheme): Clarify doc.
14854         (open-tls-stream, starttls-open-stream): Autoload.
14855         (pop3-stream-type): New.
14856         (pop3-open-server): Use it.
14857
14858         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14859         for POP.
14860         (mail-source-keyword-map): Add :stream for POP.
14861         (mail-source-fetch-pop): Use pop3-stream-type.
14862
14863 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14864
14865         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14866         of current-time-string.
14867
14868 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14869
14870         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14871         date header.
14872
14873 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14874
14875         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14876         it can seriously impact performance as it bypasses the agent's
14877         local caches.
14878
14879 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14880
14881         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14882         must be explicitly online rather than "not explicitly offline" for
14883         its flags to be synchronized.
14884
14885         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14886         that gnus-uu-unmark-thread will function correctly.
14887
14888         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14889         1024K is instead displayed as 1M.
14890
14891 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14892
14893         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14894
14895 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14896
14897         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14898
14899 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14900
14901         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14902         error message to display actual error condition.
14903         (gnus-agent-save-local): Avoid saving symbols that are bound to
14904         nil as they simply result in a warning message in
14905         gnus-agent-read-local.
14906
14907 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14908
14909         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14910         rather than make-variable-buffer-local for file-precious-flag.
14911
14912 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14913
14914         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14915         for duplicates which are removed.  The invalid sort check then
14916         triggers a rescan after the sort as sorting may have moved
14917         duplicate entries such that they can be cheaply detected.
14918
14919 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14920
14921         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14922
14923 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14924
14925         * gnus-agent.el (gnus-agent-article-alist-save-format):
14926         Change internal variable to a custom variable.  Change default value
14927         from compressed(2) to uncompressed(1).
14928         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14929         support for uncompressed agentview files.  Taken together, reading
14930         the agentview file should now be 6-7 times faster.
14931
14932 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14933
14934         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14935         as a buffer-local variable.  This avoids creating truncated
14936         dribble files as a result of a hang up, eg.
14937
14938 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14939
14940         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14941         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14942         XEmacs.
14943
14944 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14945
14946         * gnus-start.el (gnus-start-draft-setup):
14947         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14948
14949         * gnus.el (gnus-splash): Change custom group.
14950         (gnus-group-get-parameter, gnus-group-parameter-value):
14951         Describe allow-list argument.
14952
14953         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14954         string.
14955
14956 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14957
14958         * gnus-art.el (gnus-default-article-saver): Add user-defined
14959         `function' to custom type.
14960
14961 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14962
14963         * imap.el (imap-open): Handle case where buffer is a buffer
14964         object.
14965
14966 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14967
14968         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14969         long lines.
14970         (gnus-cache-delete-group): Wrap doc strings.
14971
14972         * gnus-agent.el (gnus-agent-rename-group)
14973         (gnus-agent-delete-group): Wrap doc strings.
14974
14975 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14976
14977         * messagexmas.el (message-use-toolbar): Change the valid values
14978         into default, top, bottom, left, and right.
14979         (message-toolbar-thickness): New variable.
14980         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14981         well.
14982         (message-setup-toolbar): Make it work.
14983
14984         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14985         (gnus-use-toolbar): Change the valid values into default, top,
14986         bottom, left, and right.
14987         (gnus-toolbar-thickness): New variable.
14988         (gnus-xmas-setup-toolbar): New function.
14989         (gnus-xmas-setup-group-toolbar): Use it.
14990         (gnus-xmas-setup-summary-toolbar): Use it.
14991
14992 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14993
14994         * gnus-start.el (gnus-1): Add "native" to
14995         gnus-predefined-server-alist.
14996
14997         * gnus.el (gnus-method-to-server): Don't add "native" to the
14998         lists here, because that leads to problems when
14999         gnus-select-method is bound.
15000
15001 2005-11-09  Simon Josefsson  <jas@extundo.com>
15002
15003         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
15004         use (not sort-by-date) instead.
15005
15006 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15007
15008         * gnus-delay.el (gnus-delay-group): Don't autoload.
15009         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15010         to be re-loaded when customizing the `gnus-delay' group.
15011
15012 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
15013
15014         * message.el: Revert last changes.
15015         (message-insert-citation-line): Use newlines.
15016
15017 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
15018
15019         * message.el (message-courtesy-message)
15020         (message-mark-insert-begin, message-mark-insert-end)
15021         (message-elide-ellipsis, message-cancel-message)
15022         (message-add-header, message-change-subject)
15023         (message-cross-post-followup-to-header)
15024         (message-cross-post-insert-note, message-reduce-to-to-cc)
15025         (message-widen-reply, message-delete-not-region)
15026         (message-kill-to-signature, message-insert-signature)
15027         (message-insert-importance-high, message-insert-importance-low)
15028         (message-insert-or-toggle-importance)
15029         (message-insert-disposition-notification-to)
15030         (message-indent-citation, message-yank-original)
15031         (message-cite-original-without-signature, message-cite-original)
15032         (message-insert-citation-line, message-position-on-field)
15033         (message-fix-before-sending, message-send-mail-partially)
15034         (message-send-mail, message-send-mail-with-sendmail)
15035         (message-send-mail-with-qmail, message-send-news)
15036         (message-check-news-header-syntax, message-generate-headers)
15037         (message-insert-courtesy-copy, message-fill-address)
15038         (message-fill-header, message-shorten-references)
15039         (message-setup-1, message-cancel-news)
15040         (message-forward-make-body-plain, message-forward-make-body-mime)
15041         (message-forward-make-body-mml, message-encode-message-body)
15042         (message-forward-make-body-digest-plain)
15043         (message-forward-make-body-digest-mime)
15044         (message-use-alternative-email-as-from): Insert `hard-newline'
15045         instead of ordinary newlines.
15046
15047 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15048
15049         * message.el (message-generate-headers): Downcase the argument
15050         given to message-check-element.
15051
15052 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
15053
15054         * nntp.el (nntp-authinfo-rejected): New error condition.
15055         (nntp-wait-for): Use new error condition to signal authentication
15056         error.
15057         (nntp-retrieve-data): Rethrow new error condition to break out of
15058         recursive call to nntp-send-authinfo.
15059
15060 2005-11-08  Romain Francoise  <romain@orebokech.com>
15061
15062         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
15063         (gnus-summary-exit-map): Bind to `Z p'.
15064         (gnus-summary-make-menu-bar): Add menu item.
15065
15066 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
15067
15068         * gnus-art.el (gnus-article-treat-custom): Add `first'.
15069         (gnus-treat-*): Add `first' in all doc strings.
15070
15071         * gnus-group.el (gnus-group-compact-group): Fix typo.
15072
15073 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15074
15075         * gnus.el (gnus-parameters-case-fold-search): New variable.
15076         (gnus-parameters-get-parameter): Use it.
15077
15078         * gnus-score.el (gnus-home-score-file): Doc fix.
15079
15080 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
15081
15082         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
15083
15084 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15085
15086         * mm-util.el (mm-special-display-p): New function.
15087
15088         * mml.el (mml-preview): Use it; doc fix.
15089
15090 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15091
15092         * imap.el (imap-open): Handle case where buffer is a buffer object.
15093
15094 2005-10-29  Romain Francoise  <romain@orebokech.com>
15095
15096         * message.el (message-fix-before-sending): Fix comment.
15097
15098 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15099
15100         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
15101
15102 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15103
15104         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
15105         Used in gnus-score.el.
15106
15107 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15108
15109         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
15110
15111 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15112
15113         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
15114         whitespace removed in revision 7.8.  Use concatenated string to
15115         protect trailing whitespace.
15116
15117 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
15118
15119         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
15120         (nnimap-request-expire-articles): Use it to avoid sending 'UID
15121         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
15122         Courier IMAP ("some version from 2004").  Mostly based on similar
15123         code in the same function.
15124
15125 2005-10-26  Didier Verna  <didier@xemacs.org>
15126
15127         * gnus-group.el (gnus-group-compact-group): Invalidate original
15128         article buffer.
15129         * gnus-srvr.el (gnus-server-compact-server): Ditto.
15130         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
15131         NOV database and in article itself.
15132         Invalidate article backlog.
15133
15134 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15135
15136         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
15137
15138 2005-10-26  Simon Josefsson  <jas@extundo.com>
15139
15140         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
15141         part of 2004-07-25 change.
15142
15143 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15144
15145         * message.el (message-display-completion-list): New function.
15146         (message-expand-group): Use it; make sure the Completions buffer
15147         is modifiable.
15148 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
15149
15150         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
15151         user-mail-name is an empty string.
15152
15153 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15154
15155         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
15156         depending on gnus-score-decay-constant.
15157
15158         * encrypt.el (encrypt-insert-file-contents)
15159         (encrypt-write-file-contents): Don't use `gnus-message'.
15160
15161         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
15162         arguments.
15163         (mm-uu-type-alist): Add message-marks and insert-marks.
15164         Pass arguments to mm-uu-verbatim-marks-extract.
15165         (mm-uu-hide-markers): New variable.
15166         (mm-uu-extract): Use face similar to `gnus-cite-3'.
15167
15168         * gnus-fun.el (gnus-convert-image-to-x-face-command)
15169         (gnus-convert-image-to-face-command): Use "convert" by default to
15170         allow other input image formats.
15171         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
15172         accordingly.
15173
15174 2005-10-23  Simon Josefsson  <jas@extundo.com>
15175
15176         * imap.el (imap-gssapi-program): Align command line parameters
15177         with latest GNU SASL.
15178         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
15179
15180 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15181
15182         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
15183         HTML.
15184         (nnslashdot-request-article): Ditto.
15185
15186         * lpath.el (featurep): Add nobreak-char-display.
15187
15188 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15189
15190         * mail-source.el (mail-source-fetch-pop): Require pop3.
15191         (mail-source-check-pop): Ditto.
15192
15193 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15194
15195         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
15196         errors.
15197
15198 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15199
15200         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
15201         (gnus-treat-strip-leading-blank-lines): Improve doc string.
15202
15203         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
15204
15205         * mm-bodies.el (mm-decode-string):
15206         Call `mm-charset-to-coding-system' with allow-override argument.
15207
15208 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15209
15210         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
15211         (rfc2047-charset-to-coding-system): New function.
15212         (rfc2047-decode-encoded-words): New function.
15213         (rfc2047-decode-region): Use them.
15214         (rfc2047-decode-cte): Remove.
15215         (rfc2047-parse-and-decode): Remove.
15216         (rfc2047-decode): Remove.
15217
15218 2005-10-15  Kenichi Handa  <handa@m17n.org>
15219
15220         * rfc2047.el (rfc2047-decode-cte): New function.
15221         (rfc2047-decode-region): Change the way to decode successive
15222         encoded-words: decode B- or Q-encoding in each encoded-word,
15223         concatenate them, and decode it as charset.
15224
15225 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15226
15227         * lpath.el: Fbind codepage-setup for XEmacs.
15228
15229 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
15230
15231         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
15232         widget-move-and-invoke.
15233         (gnus-custom-mode): Use gnus-custom-map.
15234
15235 2005-10-15  Bill Wohler  <wohler@newt.com>
15236
15237         * message.el (message-tool-bar-map): Rename image file from
15238         mail_send to mail/send.
15239
15240 2005-10-16  Masatake YAMATO  <jet@gyve.org>
15241
15242         * message.el (message-expand-group): Pass the common
15243         prefix substring of completion to `display-completion-list'.
15244
15245 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
15246
15247         * mml-sec.el (mml-secure-method): New internal variable.
15248         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
15249         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
15250         New functions using mml-secure-method.
15251
15252         * mml.el (mml-mode-map): Add key bindings for those functions.
15253         (mml-menu): Simplify security menu entries.  Suggested by Jesper
15254         Harder <harder@myrealbox.com>.
15255         (mml-attach-file, mml-attach-buffer, mml-attach-external):
15256         Goto end of message if point is the headers of the message.
15257
15258         * message.el (message-in-body-p): New function.
15259
15260         * assistant.el: Autoload gnus-util and netrc.
15261
15262         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
15263         Use `mm-charset-override-alist' only when decoding.
15264
15265         * mm-bodies.el (mm-decode-body):
15266         Call `mm-charset-to-coding-system' with allow-override argument.
15267
15268         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
15269         `filename' from Content-Disposition if Content-Type doesn't
15270         provide `name'.
15271         (gnus-mime-view-part-as-type): Set default instead of
15272         initial-input.
15273
15274 2005-10-09  Daniel Brockman  <daniel@brockman.se>
15275
15276         * format-spec.el (format-spec): Propagate text properties of % spec.
15277
15278 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15279
15280         * gnus-art.el (gnus-treat-predicate): Add `first'.
15281
15282 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15283
15284         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
15285         (mm-charset-override-alist): New variable.
15286         (mm-charset-to-coding-system): Use it.
15287         (mm-codepage-setup): New helper function.
15288         (mm-charset-eval-alist): New variable.
15289         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
15290         Warn about unknown charsets.
15291
15292         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
15293
15294 2005-10-04  David Hansen  <david.hansen@gmx.net>
15295
15296         * nnrss.el (nnrss-request-article): Add support for the comments tag.
15297         (nnrss-check-group): Ditto.
15298
15299 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15300
15301         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
15302         Rename x-gnus-verbatim to x-verbatim.
15303         (mm-uu-type-alist): Fix regexp for verbatim-marks.
15304
15305         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
15306         x-verbatim.
15307
15308         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
15309
15310         * gnus-util.el (gnus-remove-duplicates): Remove.
15311
15312         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
15313         instead of gnus-remove-duplicates.
15314
15315         * message.el (message-remove-duplicates): Remove.
15316         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
15317         message-remove-duplicates.
15318
15319         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
15320         available, else use implementation from `delete-dups'.
15321
15322         * message.el (message-insert-expires): New function.
15323         (message-mode-map): Add key binding.
15324         (message-mode-field-menu): Add menu entry.
15325         (message-mode): Document it.
15326         (message-make-expires-date): Use `message-make-date'.
15327
15328 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
15329
15330         * message.el (message-make-expires-date): New function.
15331
15332 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15333
15334         * Makefile.in (list-installed-shadows): New entry.
15335         (install): Use it.
15336         (remove-installed-shadows): New entry.
15337
15338         * dgnushack.el (dgnushack-default-load-path): New variable.
15339         (dgnushack-find-lisp-shadows): New function.
15340         (dgnushack-remove-lisp-shadows): New function.
15341
15342 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15343
15344         * Makefile.in (install-el-elc): New entry.
15345         (install): Use it so that .el files are necessarily installed.
15346
15347 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15348
15349         * time-date.el: Autoload parse-time-string, XEmacs needs it.
15350
15351 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15352
15353         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
15354         function rather than the diff-mode.el package.
15355         (mm-display-external): Use with-current-buffer.
15356         (mm-viewer-completion-map, mm-viewer-completion-map):
15357         Move initialization inside declaration.
15358
15359 2005-09-29  Simon Josefsson  <jas@extundo.com>
15360
15361         * spam.el: Load hashcash when compiling, to avoid warnings.
15362         Don't autoload mail-check-payment.
15363         (spam-check-hashcash): Define unconditionally, since hashcash.el
15364         is part of Gnus now.  Ignore errors from payment checking.
15365
15366 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15367
15368         * message.el (message-bold-region, message-unbold-region):
15369         Rename from `bold-region' and `unbold-region'.
15370
15371         * message.el: Remove useless autoloads.
15372
15373 2005-09-28  Simon Josefsson  <jas@extundo.com>
15374
15375         * message.el (message-use-idna): Default to t.
15376         (message-use-idna): Test whether encoding works too.  Doc fix.
15377
15378 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15379
15380         * nntp.el (nntp-warn-about-losing-connection): Remove.
15381
15382 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15383
15384         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
15385         customizable.  Change default value.
15386         (mm-uu-diff-groups-regexp): Change default value.
15387         (mm-uu-type-alist): Add doc string.
15388         (mm-uu-configure): Add doc string.  Make it interactive.
15389         (mm-uu-tex-groups-regexp): New variable.
15390         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
15391         (mm-uu-type-alist): Add LaTeX documents.
15392         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
15393         of "text/verbatim".
15394         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
15395
15396         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15397         instead of "text/verbatim".
15398
15399         * message.el (message-mark-inserted-region)
15400         (message-mark-insert-file): Use slrn style marks when called with
15401         prefix argument.
15402
15403 2005-09-27  Simon Josefsson  <jas@extundo.com>
15404
15405         * message.el (message-idna-to-ascii-rhs-1): Reformat.
15406
15407 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
15408
15409         * message.el (message-remove-duplicates): New function.
15410         Implementation borrowed from `gnus-remove-duplicates'.
15411         (message-idna-to-ascii-rhs): Also encode idna addresses in
15412         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15413         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15414         only ask about the same idna domain once per header and also tell
15415         in what header to replace the idna domain.
15416
15417         * gnus-art.el (article-decode-idna-rhs): Also decode idna
15418         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15419         (article-decode-idna-rhs): Fix regexp so that all idna-address in
15420         a header is decoded and not just the last one.
15421
15422 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15423
15424         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
15425         has been decoded.
15426
15427         * mm-decode.el (mm-automatic-display): Add text/verbatim.
15428         (mm-insert-part): Don't modify text if it has been decoded.
15429
15430         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
15431         decoded.
15432
15433         * mm-view.el (mm-inline-text): Don't strip text props unless
15434         decoding enriched or richtext parts.
15435
15436 2005-09-25  Romain Francoise  <romain@orebokech.com>
15437
15438         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
15439         * gnus-start.el (gnus-subscribe-interactively):
15440         * gnus-uu.el (gnus-uu-grab-articles):
15441         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
15442         space.
15443
15444 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
15445
15446         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
15447         * mm-view.el (mm-view-pkcs7-decrypt):
15448         * gnus-sum.el (gnus-summary-limit-to-extra)
15449         (gnus-summary-respool-article, gnus-read-move-group-name):
15450         * gnus-score.el (gnus-summary-increase-score):
15451         * gnus-util.el (gnus-completing-read-with-default):
15452         * gnus-art.el (gnus-read-save-file-name)
15453         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
15454         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
15455         * message.el (message-check-news-header-syntax):
15456         Follow convention for reading with the minibuffer.
15457
15458 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
15459
15460         * spam-report.el (spam-report-url-ping-plain):
15461         Use gnus-extended-version as User-Agent.
15462
15463         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
15464         default value is nil.
15465
15466         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
15467         (mm-uu-verbatim-marks-extract): New function.
15468         (mm-uu-extract): New face.
15469         (mm-uu-copy-to-buffer): Use it.
15470
15471         * spam-report.el (spam-report-gmane-ham): Rename from
15472         `spam-report-gmane-unspam'.
15473         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15474         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
15475
15476         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15477         Autoload.
15478         (spam-report-gmane-unregister-routine):
15479         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15480
15481 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
15482
15483         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15484         (spam-report-gmane-unregister-routine): Add support for gmane
15485         unregistration.
15486
15487         * spam-report.el (spam-report-gmane-unspam)
15488         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15489         (spam-report-gmane): Change to take a single article and do unspam
15490         registration.
15491
15492 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15493
15494         * mm-url.el (mm-url-decode-entities): Fix regexp.
15495
15496 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15497
15498         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15499         default to nil, to be able to use Gnus at all.  If the default
15500         switches to something else, then the function should be fixed not
15501         be exceedingly slow.
15502
15503 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
15504
15505         * gnus-start.el (gnus-activate-group): If the server is nil, don't
15506         fail hard.
15507
15508         * spam-report.el: Add better Keywords line.
15509
15510         * spam.el: Add Maintainer and better Keywords line.
15511
15512 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15513
15514         * gnus-art.el (gnus-article-replace-part)
15515         (gnus-mime-replace-part): New functions.
15516         (gnus-mime-action-alist, gnus-mime-button-commands)
15517         (gnus-mime-save-part-and-strip): Add file argument.
15518         (gnus-article-part-wrapper): Add interactive argument.
15519
15520         * gnus-sum.el (gnus-summary-mime-map):
15521         Add `gnus-article-replace-part'.
15522
15523 2005-09-19  Didier Verna  <didier@xemacs.org>
15524
15525         The nnml compaction feature:
15526         * nnml.el (nnml-request-compact-group): New function.
15527         * nnml.el (nnml-request-compact): New function.
15528         * gnus-int.el (gnus-request-compact-group): New function.
15529         * gnus-int.el (gnus-request-compact): New function.
15530         * gnus-group.el (gnus-group-compact-group): New function.
15531         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15532         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15533         * gnus-srvr.el (gnus-server-compact-server): New function.
15534         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15535         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15536
15537 2005-09-18  Deepak Goel  <deego@gnufans.org>
15538
15539         * sieve.el (sieve-help): Fix `message' call: first arg should be a
15540         format spec.
15541
15542 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15543
15544         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15545
15546 2005-09-15  Romain Francoise  <romain@orebokech.com>
15547
15548         * message.el (message-fill-paragraph): Clarify docstring.
15549
15550 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15551
15552         * gnus-art.el (gnus-mime-display-part): Protect against broken
15553         MIME messages.
15554
15555 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15556
15557         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15558         before parsing header.
15559
15560 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15561
15562         * html2text.el (html2text-replace-list): Add new entities.
15563
15564 2005-09-11  Romain Francoise  <romain@orebokech.com>
15565
15566         * message.el (message-alternative-emails): Improve docstring.
15567         (message-setup-1): Call `message-use-alternative-email-as-from'
15568         after `message-setup-hook' to give it precedence over posting
15569         styles, etc.
15570         (message-use-alternative-email-as-from): Add docstring.
15571         Remove the original From header if present.
15572
15573         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15574         (nnml-save-mail): Use it.
15575
15576         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15577         articles.  Add new argument `silent'.
15578         (gnus-uu-mark-all): Report the total number of marked articles.
15579
15580 2005-09-10  Romain Francoise  <romain@orebokech.com>
15581
15582         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15583         (gnus-uu-mark-series): Likewise.
15584
15585 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15586
15587         * spam-report.el (spam-report-gmane): Fix generation of spam
15588         report URL.
15589
15590 2005-09-10  Simon Josefsson  <jas@extundo.com>
15591
15592         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15593         t, based on discussion on the ding list with Robert Epprecht
15594         <epprecht@solnet.ch>.
15595
15596 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15597
15598         * spam-report.el (spam-report-gmane): Make it work without
15599         X-Report-Spam header.  Gmane now only provides Archived-At.
15600         This is only used if `spam-report-gmane-use-article-number' is nil.
15601         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15602
15603         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15604         make `gnus-summary-sort-by-recipient' work with threading.
15605
15606         * nnweb.el (nnweb-google-wash-article): Print a message if article
15607         is not available.
15608
15609 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15610
15611         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15612         change.  Decode text/* parts content before displaying.
15613
15614 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15615
15616         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15617
15618 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15619
15620         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15621
15622         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15623         url-package-name, url-package-version,
15624         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15625         w3m-display-inline-images, and w3m-minor-mode-map.
15626
15627 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15628
15629         * message.el (message-tab-body-function): Fix mismatched custom type.
15630
15631         * gnus.el (gnus-group-change-level-function): Ditto.
15632
15633         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15634
15635         * gnus-art.el (gnus-signature-limit)
15636         (gnus-article-mime-part-function): Ditto.
15637
15638 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15639
15640         * mml.el (mml-mode): Silence the byte compiler.
15641
15642         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15643         using `(sit-for 0)' before moving the point to the specified part;
15644         skip unbuttonized parts.
15645         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15646         return to the summary window if gnus-auto-select-part is non-nil.
15647
15648 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15649
15650         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15651         New variables.
15652         (mml-dnd-attach-file, mml-mode): Use them.
15653
15654         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15655         Make fetching article by MID work again for Google Groups.
15656         Add FIXME concerning gnus-group-make-web-group.
15657
15658         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15659         Don't depend on Gnus by using mail-extract-address-components if
15660         gnus-extract-address-components is not bound.
15661
15662 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15663
15664         * gnus-art.el (gnus-mime-display-security): Don't display the
15665         signature, but only the signed part.
15666
15667 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15668
15669         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15670
15671         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15672         list, not listp.
15673
15674 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15675
15676         * mm-encode.el (mm-encode-content-transfer-encoding):
15677         Likewise when encoding.
15678
15679         * mm-bodies.el (mm-decode-content-transfer-encoding):
15680         De-canonicalize CRLF for all text content types, not just
15681         text/plain.
15682
15683 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15684
15685         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15686         valid article; point arrow and cursor at the MIME button.
15687
15688 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15689
15690         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15691         Suggested by Dan Christensen <jdc@uwo.ca>.
15692
15693         * mm-decode.el (mm-save-part): Enable change of prompt.
15694
15695 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15696
15697         * gnus-msg.el (gnus-inews-add-send-actions):
15698         Make `message-post-method' lambda parameter ARG `&optional'.
15699
15700 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15701
15702         * gnus-sum.el (gnus-summary-mime-map):
15703         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15704         gnus-article-jump-to-part.
15705
15706         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15707         (gnus-article-edit-part): Use it.
15708         (gnus-article-part-wrapper): Add no-handle argument.
15709         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15710         New functions.
15711
15712 2005-08-29  Romain Francoise  <romain@orebokech.com>
15713
15714         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15715         docstring.
15716         (gnus-face-from-file): Likewise.
15717
15718 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15719
15720         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15721         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15722         non-nil.
15723         (gnus-auto-select-part): New variable.
15724         (gnus-article-jump-to-part): New function.
15725         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15726         (gnus-mime-delete-part): Allow selecting specified part after
15727         deleting or stripping parts.
15728         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15729         part if argument is bogus.
15730
15731 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15732
15733         * gnus-art.el (w3m-minor-mode-map):
15734         * gnus-spec.el (gnus-newsrc-file-version):
15735         * gnus-util.el (nnmail-active-file-coding-system)
15736         (gnus-original-article-buffer, gnus-user-agent):
15737         * gnus.el (gnus-ham-process-destinations)
15738         (gnus-parameter-ham-marks-alist)
15739         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15740         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15741         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15742         * mm-decode.el (gnus-current-window-configuration):
15743         * mm-extern.el (gnus-article-mime-handles):
15744         * mm-url.el (url-current-object, url-package-name)
15745         (url-package-version):
15746         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15747         (smime-keys, w3m-cid-retrieve-function-alist)
15748         (w3m-current-buffer, w3m-display-inline-images)
15749         (w3m-minor-mode-map):
15750         * mml-smime.el (gnus-extract-address-components):
15751         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15752         (gnus-newsrc-hashtb, message-default-charset)
15753         (message-deletable-headers, message-options)
15754         (message-posting-charset, message-required-mail-headers)
15755         (message-required-news-headers):
15756         * mml1991.el (mc-pgp-always-sign):
15757         * mml2015.el (mc-pgp-always-sign):
15758         * nnheader.el (nnmail-extra-headers):
15759         * rfc1843.el (gnus-decode-encoded-word-function)
15760         (gnus-decode-header-function, gnus-newsgroup-name):
15761         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15762
15763 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15764
15765         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15766         the end of the date treatments.
15767
15768 2005-08-15  Simon Josefsson  <jas@extundo.com>
15769
15770         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15771         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15772         Capello and Romain Francoise.
15773         (pgg-fetch-key-function): Remove, not used?
15774         (pgg-insert-url-with-w3): Require url, to get
15775         url-insert-file-contents regardless of where it is defined.
15776
15777 2005-08-13  Romain Francoise  <romain@orebokech.com>
15778
15779         * message.el (message-cite-original-1): New function.
15780         (message-cite-original): Use it.
15781         (message-cite-original-without-signature): Ditto.
15782
15783 2005-08-08  Romain Francoise  <romain@orebokech.com>
15784
15785         * message.el (message-yank-empty-prefix): New variable.
15786         (message-indent-citation): Use it.
15787         (message-cite-original-without-signature): Respect X-No-Archive.
15788
15789 2005-08-08  Simon Josefsson  <jas@extundo.com>
15790
15791         * pgg.el: Autoload url-insert-file-contents instead of loading
15792         w3/url.
15793         (pgg-insert-url-with-w3): Don't load url here.
15794
15795 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15796
15797         * message.el (message-kill-to-signature): Don't insert newline at
15798         bol.
15799         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15800
15801 2005-08-06  Romain Francoise  <romain@orebokech.com>
15802
15803         * message.el (message-user-fqdn): Fix typo in docstring.
15804
15805 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15806
15807         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15808
15809         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15810
15811 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15812
15813         * mm-bodies.el (mm-encode-body): Use coding system rather than
15814         charset to encode text.
15815
15816         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15817         number of charsets if utf-8 is available (XEmacs).
15818
15819 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15820
15821         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15822         taken from `gnus-button-mid-or-mail-regexp'.
15823         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15824         (gnus-button-alist): Improve regexp for domain part of the MIDs
15825         for news:localpart@domain buttons.
15826         (gnus-button-ctan-directory-regexp): Update.
15827
15828 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15829
15830         * sieve-manage.el (sieve-manage-interactive-login):
15831         Use make-local-variable rather than make-variable-buffer-local.
15832         (sieve-manage-open): Ditto.
15833         (sieve-manage-authenticate): Ditto.
15834
15835         * mml.el (mml-generate-mime-1): Make the content type default to
15836         text/plain if the filename is not specified.
15837
15838 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15839
15840         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15841         instead of insert-buffer.
15842
15843         * message.el (message-yank-original): Ditto; set the mark at the
15844         end of the yanked message.
15845
15846 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15847
15848         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15849         lines to scroll rather than to stop it.
15850
15851         * mml.el (mml-generate-default-type): Add doc string.
15852         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15853         default to application/octet-stream when determining the content
15854         type if it is not specified for the part or the mml contents; add
15855         a comment about mml-generate-default-type.
15856
15857 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15858
15859         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15860         make it default to application/octet-stream when determining the
15861         content type if it is not specified for the external contents.
15862
15863 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15864
15865         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15866         segmented parameter but also other parameters might be there.
15867
15868 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15869
15870         * mm-decode.el (mm-display-external): Delete temp file, directory
15871         and buffer immediately if the external process is exited.
15872
15873 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15874
15875         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15876         fewer lines than that of scroll-margin.
15877         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15878
15879 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15880
15881         * gnus-art.el (gnus-article-next-page): Revert.
15882         (gnus-article-beginning-of-window): New macro.
15883         (gnus-article-next-page-1): Use it.
15884         (gnus-article-prev-page): Ditto.
15885         (gnus-article-edit-part): Use insert-buffer-substring instead of
15886         insert-buffer.
15887         (gnus-article-edit-exit): Ditto.
15888
15889         * gnus-util.el (gnus-beginning-of-window): Remove.
15890         (gnus-end-of-window): Remove.
15891
15892         * lpath.el: Don't bind header-line-format and scroll-margin.
15893
15894 2005-07-25  Simon Josefsson  <jas@extundo.com>
15895
15896         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15897         to have the url package without w3.  Reported by Daiki Ueno
15898         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15899
15900 2005-07-20  Didier Verna  <didier@xemacs.org>
15901
15902         * gnus-diary.el: Remove the description comment (nndiary is now
15903         properly documented in the Gnus manual).
15904         Fix the spelling of "Back End".
15905         * nndiary.el: Ditto.
15906         Fix the copyright notice.
15907
15908 2005-07-18  Romain Francoise  <romain@orebokech.com>
15909
15910         * gnus-sum.el (gnus-summary-to-prefix)
15911         (gnus-summary-newsgroup-prefix): New variables.
15912         (gnus-summary-from-or-to-or-newsgroups): Use them.
15913
15914 2005-07-17  Romain Francoise  <romain@orebokech.com>
15915
15916         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15917         space as it's generally not especially interesting to the user.
15918
15919 2005-07-16  Romain Francoise  <romain@orebokech.com>
15920
15921         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15922         nil to avoid prompting and file modification if one of the
15923         messages at the top of the nnfolder file contains a copyright
15924         notice.
15925         Update copyright notice.
15926
15927         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15928         instead of `current-time-string' as the latter creates a time
15929         string that is not RFC 2822 compliant (it lacks the zone).
15930         Update copyright notice.
15931
15932 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15933
15934         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15935         for text/rtf.  Display default in prompt.  Pass default for M-n.
15936
15937         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15938
15939 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15940
15941         * gnus-msg.el (gnus-button-mailto):
15942         Remove save-selected-window-window hackery because it relies on
15943         save-selected-window internals.
15944
15945 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15946
15947         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15948         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15949         (gnus-article-prev-page): Ditto.
15950
15951         * gnus-util.el (gnus-beginning-of-window): New function.
15952         (gnus-end-of-window): New function.
15953
15954         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15955
15956 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15957
15958         * gnus-score.el (gnus-score-edit-all-score):
15959         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15960         gnus-message.
15961
15962 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15963
15964         * gnus-msg.el (gnus-button-mailto):
15965         Remove save-selected-window-window hackery because it relies on
15966         save-selected-window internals.
15967
15968 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15969
15970         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15971         add-minor-mode.
15972         (gnus-binary-mode): Ditto.
15973
15974         * gnus-topic.el (gnus-topic-mode): Ditto.
15975
15976 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15977
15978         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15979         (gnus-article-prev-page): Take scroll-margin into consideration.
15980
15981 2005-07-04  Lute Kamstra  <lute@gnu.org>
15982
15983         Update FSF's address in GPL notices.
15984
15985 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15986
15987         * gnus.el (gnus-exit):
15988         * gnus-group.el (gnus-group-icons):
15989         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15990
15991         * gnus-nocem.el (gnus-nocem):
15992         * message.el (message-various, message-buffers, message-sending)
15993         (message-interface, message-forwarding, message-insertion)
15994         (message-headers, message-news, message-mail):
15995         * pgg-gpg.el (pgg-gpg):
15996         * pgg-parse.el (pgg-parse):
15997         * pgg-pgp.el (pgg-pgp):
15998         * pgg-pgp5.el (pgg-pgp5):
15999         * pop3.el (pop3): Finish `defgroup' description with period.
16000
16001 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16002
16003         * gnus-art.el (article-display-face): Improve the efficiency.
16004         (article-display-x-face): Ditto; remove grey x-face stuff.
16005
16006 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16007
16008         * gnus-art.el (article-display-face): Correct the position in
16009         which Faces are inserted.
16010
16011 2005-06-29  Didier Verna  <didier@xemacs.org>
16012
16013         * gnus-art.el (article-display-face): Display faces in correct
16014         order.
16015
16016 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16017
16018         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
16019         (gnus-fill-real-hashtb): Use hash table instead of obarray.
16020         (gnus-nocem-check-article): Fetch the Type header.
16021         (gnus-nocem-message-wanted-p): Fix the way to examine types.
16022         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
16023         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
16024         make sure gnus-nocem-hashtb is initialized.
16025         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
16026         (gnus-nocem-unwanted-article-p): Ditto.
16027
16028         * pgg.el (pgg-verify): Return the verification result.
16029
16030 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16031
16032         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
16033         is ascii.
16034
16035 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
16036
16037         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
16038         `show-nonbreak-escape'.
16039
16040 2005-06-23  Lute Kamstra  <lute@gnu.org>
16041
16042         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
16043
16044         * dig.el (dig-mode):
16045         * smime.el (smime-mode): Use gnus-run-mode-hooks.
16046
16047 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
16048
16049         * nnimap.el (nnimap-split-download-body): Fix spellings.
16050
16051 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
16052
16053         * gnus-art.el (gnus-article-encrypt-body):
16054         * gnus-cus.el (gnus-score-customize):
16055         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
16056         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
16057
16058 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
16059
16060         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
16061         header by looking for magic "MII" at the beginnig.
16062
16063 2005-06-16  Miles Bader  <miles@gnu.org>
16064
16065         * gnus-xmas.el (gnus-xmas-group-startup-message):
16066         Use renamed gnus-splash face.
16067
16068         * assistant.el (assistant-field): Remove "-face" suffix from face name.
16069         (assistant-field-face): New backward-compatibility alias for renamed
16070         face.
16071         (assistant-render-text): Use renamed assistant-field face.
16072
16073         * spam.el (spam): Remove "-face" suffix from face name.
16074         (spam-face): New backward-compatibility alias for renamed face.
16075         (spam-face, spam-initialize): Use renamed spam face.
16076
16077         * message.el (message-header-to, message-header-cc)
16078         (message-header-subject, message-header-newsgroups)
16079         (message-header-other, message-header-name)
16080         (message-header-xheader, message-separator, message-cited-text)
16081         (message-mml): Remove "-face" suffix from face names.
16082         (message-header-to-face, message-header-cc-face)
16083         (message-header-subject-face, message-header-newsgroups-face)
16084         (message-header-other-face, message-header-name-face)
16085         (message-header-xheader-face, message-separator-face)
16086         (message-cited-text-face, message-mml-face):
16087         New backward-compatibility aliases for renamed faces.
16088         (message-font-lock-keywords): Use renamed message faces.
16089
16090         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
16091         (sieve-test-commands, sieve-tagged-arguments):
16092         Remove "-face" suffix from face names.
16093         (sieve-control-commands-face, sieve-action-commands-face)
16094         (sieve-test-commands-face, sieve-tagged-arguments-face):
16095         New backward-compatibility aliases for renamed faces.
16096         (sieve-control-commands-face, sieve-action-commands-face)
16097         (sieve-test-commands-face, sieve-tagged-arguments-face):
16098         Use renamed sieve faces.
16099
16100         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
16101         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
16102         (gnus-group-news-3-empty, gnus-group-news-4)
16103         (gnus-group-news-4-empty, gnus-group-news-5)
16104         (gnus-group-news-5-empty, gnus-group-news-6)
16105         (gnus-group-news-6-empty, gnus-group-news-low)
16106         (gnus-group-news-low-empty, gnus-group-mail-1)
16107         (gnus-group-mail-1-empty, gnus-group-mail-2)
16108         (gnus-group-mail-2-empty, gnus-group-mail-3)
16109         (gnus-group-mail-3-empty, gnus-group-mail-low)
16110         (gnus-group-mail-low-empty, gnus-summary-selected)
16111         (gnus-summary-cancelled, gnus-summary-high-ticked)
16112         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
16113         (gnus-summary-high-ancient, gnus-summary-low-ancient)
16114         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
16115         (gnus-summary-low-undownloaded)
16116         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
16117         (gnus-summary-low-unread, gnus-summary-normal-unread)
16118         (gnus-summary-high-read, gnus-summary-low-read)
16119         (gnus-summary-normal-read, gnus-splash):
16120         Remove "-face" suffix from face names.
16121         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
16122         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
16123         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
16124         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
16125         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
16126         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
16127         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
16128         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
16129         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
16130         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
16131         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
16132         (gnus-summary-selected-face, gnus-summary-cancelled-face)
16133         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
16134         (gnus-summary-normal-ticked-face)
16135         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
16136         (gnus-summary-normal-ancient-face)
16137         (gnus-summary-high-undownloaded-face)
16138         (gnus-summary-low-undownloaded-face)
16139         (gnus-summary-normal-undownloaded-face)
16140         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
16141         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
16142         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
16143         (gnus-splash-face):
16144         New backward-compatibility aliases for renamed faces.
16145         (gnus-group-startup-message): Use renamed gnus faces.
16146
16147         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
16148         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
16149         (gnus-server-agent): Remove "-face" suffix from face names.
16150         (gnus-server-agent-face, gnus-server-opened-face)
16151         (gnus-server-closed-face, gnus-server-denied-face)
16152         (gnus-server-offline-face):
16153         New backward-compatibility aliases for renamed faces.
16154         (gnus-server-agent-face, gnus-server-opened-face)
16155         (gnus-server-closed-face, gnus-server-denied-face)
16156         (gnus-server-offline-face): Use renamed gnus faces.
16157
16158         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
16159         Remove "-face" suffix from face names.
16160         (gnus-picon-xbm-face, gnus-picon-face):
16161         New backward-compatibility aliases for renamed faces.
16162
16163         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
16164         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
16165         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
16166         (gnus-cite-11): Remove "-face" suffix from face names.
16167         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
16168         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
16169         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
16170         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
16171         New backward-compatibility aliases for renamed faces.
16172         (gnus-cite-attribution-face, gnus-cite-face-list)
16173         (gnus-article-boring-faces): Use renamed gnus faces.
16174
16175         * gnus-art.el (gnus-signature, gnus-header-from)
16176         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
16177         (gnus-header-content): Remove "-face" suffix from face names.
16178         (gnus-signature-face, gnus-header-from-face)
16179         (gnus-header-subject-face, gnus-header-newsgroups-face)
16180         (gnus-header-name-face, gnus-header-content-face):
16181         New backward-compatibility aliases for renamed faces.
16182         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
16183
16184         * gnus-sum.el (gnus-summary-selected-face)
16185         (gnus-summary-highlight): Use renamed gnus faces.
16186         * gnus-group.el (gnus-group-highlight): Likewise.
16187
16188 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
16189
16190         * gnus-sieve.el (gnus-sieve-article-add-rule):
16191         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
16192         * spam-stat.el (spam-stat-buffer-change-to-spam)
16193         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
16194
16195         * message.el (message-is-yours-p):
16196         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
16197
16198 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16199
16200         * mm-view.el (mm-inline-text): Withdraw the last change.
16201
16202 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16203
16204         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
16205         executing enriched-decode.
16206
16207 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16208
16209         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
16210         charset of tar files.
16211
16212 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
16213
16214         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
16215
16216 2005-06-04  Lute Kamstra  <lute@gnu.org>
16217
16218         * nnfolder.el (nnfolder-read-folder): Make sure that undo
16219         information is never recorded.
16220
16221 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16222
16223         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
16224
16225 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16226
16227         * pop3.el (pop3-apop): Run md5 in the binary mode.
16228
16229         * starttls.el (starttls-set-process-query-on-exit-flag):
16230         Use eval-and-compile.
16231
16232 2005-05-31  Simon Josefsson  <jas@extundo.com>
16233
16234         * smime.el (smime-replace-in-string): Define.
16235         (smime-cert-by-ldap-1): Use it.
16236
16237 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16238
16239         * gnus-art.el (article-display-x-face): Replace
16240         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16241
16242         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
16243         set-process-query-on-exit-flag or process-kill-without-query.
16244
16245         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
16246         loop instead of replace-regexp.
16247
16248         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
16249         instead of process-kill-without-query if it is available.
16250
16251         * lpath.el: Fbind ldap-search-entries.
16252
16253         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
16254         instead of find-file-hooks if it is available.
16255
16256         * mml1991.el: Bind pgg-default-user-id when compiling.
16257
16258         * mml2015.el: Bind pgg-default-user-id when compiling.
16259
16260         * nndraft.el (nndraft-request-associate-buffer):
16261         Use write-contents-functions instead of write-contents-hooks if it is
16262         available.
16263
16264         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
16265         instead of find-file-hooks if it is available.
16266
16267         * nntp.el (nntp-open-connection): Replace
16268         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16269         (nntp-open-ssl-stream): Ditto.
16270         (nntp-open-tls-stream): Ditto.
16271
16272         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
16273         set-process-query-on-exit-flag or process-kill-without-query.
16274         (starttls-open-stream-gnutls): Use it instead of
16275         process-kill-without-query.
16276         (starttls-open-stream): Ditto.
16277
16278 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
16279
16280         * smime.el (smime-cert-by-ldap-1): Don't use
16281         replace-regexp-in-string.
16282
16283 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
16284
16285         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
16286
16287         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
16288         in PEM format.  Adjust to the XEmacs compability.
16289
16290 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
16291
16292         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
16293         by `string-to-number'.
16294         * gnus-agent.el (gnus-agent-regenerate-group)
16295         (gnus-agent-fetch-articles): Ditto.
16296         * gnus-art.el (gnus-button-fetch-group): Ditto.
16297         * gnus-cache.el (gnus-cache-generate-active)
16298         (gnus-cache-articles-in-group): Ditto.
16299         * gnus-group.el (gnus-group-set-current-level)
16300         (gnus-group-insert-group-line): Ditto.
16301         * gnus-score.el (gnus-score-set-expunge-below)
16302         (gnus-score-set-mark-below, gnus-summary-score-effect)
16303         (gnus-summary-score-entry): Ditto.
16304         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
16305         (gnus-soup-pack): Ditto.
16306         * gnus-spec.el (gnus-xmas-format): Ditto.
16307         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
16308         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
16309         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
16310         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
16311         * nndb.el (nndb-get-remote-expire-response): Ditto.
16312         * nndiary.el (nndiary-parse-schedule-value)
16313         (nndiary-string-to-number, nndiary-request-replace-article)
16314         (nndiary-request-article): Ditto.
16315         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
16316         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
16317         * nneething.el (nneething-make-head): Ditto.
16318         * nnfolder.el (nnfolder-request-article)
16319         (nnfolder-retrieve-headers): Ditto.
16320         * nnheader.el (nnheader-file-to-number): Ditto.
16321         * nnkiboze.el (nnkiboze-request-article): Ditto.
16322         * nnmail.el (nnmail-process-unix-mail-format)
16323         (nnmail-process-babyl-mail-format): Ditto.
16324         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
16325         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
16326         (nnmh-request-create-group, nnmh-request-list-1)
16327         (nnmh-request-group, nnmh-request-article): Ditto.
16328         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
16329         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
16330         * nnsoup.el (nnsoup-make-active): Ditto.
16331         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
16332         * nntp.el (nntp-find-group-and-number)
16333         (nntp-retrieve-headers-with-xover): Ditto.
16334         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
16335         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
16336         (pgg-format-key-identifier): Ditto.
16337         * pop3.el (pop3-last, pop3-stat): Ditto.
16338         * qp.el (quoted-printable-decode-region): Ditto.
16339
16340         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
16341         of concat.
16342
16343 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16344
16345         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
16346
16347         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
16348
16349         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
16350
16351         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
16352
16353         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
16354
16355         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
16356
16357         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
16358         (gnus-carpal-mode): Ditto.
16359
16360         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
16361         (gnus-browse-mode): Ditto.
16362
16363         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
16364
16365         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
16366
16367 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16368
16369         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
16370
16371 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16372
16373         * gnus-util.el (gnus-run-mode-hooks): New function.
16374
16375         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
16376
16377         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
16378         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
16379
16380 2005-05-27  Lute Kamstra  <lute@gnu.org>
16381
16382         * dns-mode.el (dns-mode): Specify customization group.
16383
16384 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
16385
16386         * gnus-agent.el (gnus-agent-make-mode-line-string):
16387         Use mode-line-highlight as mouse-face.
16388
16389 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16390
16391         * canlock.el (canlock): Change the parent group to news.
16392
16393         * deuglify.el (gnus-outlook-deuglify): Add :group.
16394
16395         * dig.el (dig): Add :group.
16396
16397         * dns-mode.el (dns-mode): Add :group.
16398
16399         * encrypt.el (encrypt): Add :group.
16400
16401         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
16402         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
16403         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
16404         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
16405         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
16406
16407         * gnus-diary.el (gnus-diary): Add :group.
16408
16409         * gnus.el (gnus-group-news-1-face): Add :group.
16410         (gnus-group-news-1-empty-face): Ditto.
16411         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
16412         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
16413         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
16414         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
16415         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
16416         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
16417         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16418         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16419         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16420         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16421         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16422         (gnus-summary-high-ticked-face): Ditto.
16423         (gnus-summary-low-ticked-face): Ditto.
16424         (gnus-summary-normal-ticked-face): Ditto.
16425         (gnus-summary-high-ancient-face): Ditto.
16426         (gnus-summary-low-ancient-face): Ditto.
16427         (gnus-summary-normal-ancient-face): Ditto.
16428         (gnus-summary-high-undownloaded-face): Ditto.
16429         (gnus-summary-low-undownloaded-face): Ditto.
16430         (gnus-summary-normal-undownloaded-face): Ditto.
16431         (gnus-summary-high-unread-face): Ditto.
16432         (gnus-summary-low-unread-face): Ditto.
16433         (gnus-summary-normal-unread-face): Ditto.
16434         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16435         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16436
16437         * hashcash.el (hashcash): New custom group.
16438         (hashcash-default-payment): Add :group.
16439         (hashcash-payment-alist): Ditto.
16440         (hashcash-default-accept-payment): Ditto.
16441         (hashcash-accept-resources): Ditto.
16442         (hashcash-path): Ditto.
16443         (hashcash-extra-generate-parameters): Ditto.
16444         (hashcash-double-spend-database): Ditto.
16445         (hashcash-in-news): Ditto.
16446
16447         * message.el (message-minibuffer-local-map): Add :group.
16448
16449         * netrc.el (netrc): Add :group.
16450
16451         * sieve-manage.el (sieve-manage-log): Add :group.
16452         (sieve-manage-default-user): Diito.
16453         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
16454         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
16455         (sieve-manage-authenticators): Ditto.
16456         (sieve-manage-authenticator-alist): Ditto.
16457         (sieve-manage-default-port): Ditto.
16458
16459         * sieve-mode.el (sieve-control-commands-face): Add :group.
16460         (sieve-action-commands-face): Ditto.
16461         (sieve-test-commands-face): Ditto.
16462         (sieve-tagged-arguments-face): Ditto.
16463
16464         * smime.el (smime): Add :group.
16465
16466         * spam-report.el (spam-report): Add :group.
16467
16468         * spam.el (spam, spam-face): Add :group.
16469
16470 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16471
16472         * nntp.el (nntp-next-result-arrived-p): Some news servers may
16473         return \n.\n.\n at the end of articles.  Protect against that.
16474         (nntp-with-open-group): Allow debugging.
16475
16476         * nnheader.el (mail-header-set-extra): Make into a function
16477         because I just could't understand how to quote the list properly.
16478
16479         * dns.el (query-dns-cached): New function.
16480
16481 2005-05-26  Lute Kamstra  <lute@gnu.org>
16482
16483         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16484
16485 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16486
16487         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
16488
16489         * gnus-art.el: Don't autoload mail-extract-address-components.
16490
16491         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16492         eval-and-compile to evaluate it.
16493
16494         * hashcash.el: Don't autoload executable-find.
16495
16496         * nndb.el: Don't declare the nndb back end two or more times; don't
16497         autoload news-reply-mode, news-setup, cancel-timer and telnet.
16498
16499         * nntp.el: Autoload format-spec instead of format; use
16500         eval-and-compile to evaluate autoload forms.
16501
16502 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
16503
16504         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16505
16506 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16507
16508         * gnus.el (gnus-version-number): Bump version.
16509
16510 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16511
16512         * gnus.el: No Gnus v0.3 is released.
16513
16514 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16515
16516         * lpath.el (featurep): Bind show-nonbreak-escape.
16517
16518 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16519
16520         * gnus-art.el (gnus-article-edit-part): Disable undo.
16521
16522 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16523
16524         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16525         gnus-article-date-lapsed-new-header is t if date timer is active;
16526         skip headers in which the original date value is empty.
16527         (gnus-article-save-original-date): Redefine it as a macro.
16528         (gnus-display-mime): Use it.
16529
16530 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16531
16532         * gnus-art.el (article-date-ut): Support converting date in
16533         forwarded parts as well.
16534         (gnus-article-save-original-date): New function.
16535         (gnus-display-mime): Use it.
16536
16537 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16538
16539         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16540         enclosure element of <item>.
16541
16542 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16543
16544         * message.el (message-kill-buffer-query): Rename from
16545         `message-kill-buffer-query-if-modified'.  Add :version.
16546
16547 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16548
16549         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16550         window layout.
16551
16552 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16553
16554         * mml.el: Autoload dnd when compiling.
16555
16556 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16557
16558         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16559         x-dnd-*.
16560
16561 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16562
16563         * qp.el (quoted-printable-encode-region): Save excursion.
16564
16565 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16566
16567         * message.el (message-kill-buffer-query-if-modified): Add new variable
16568         so the user can kill a modified message buffer quickly.
16569         (message-kill-buffer): Use it.
16570
16571 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16572
16573         * lpath.el: Fbind display-time-event-handler; don't fbind
16574         string-to-multibyte.
16575
16576         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16577
16578 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16579
16580         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16581         contained in text because xml.el decodes entities) with LFs.
16582
16583 2005-04-11  Lute Kamstra  <lute@gnu.org>
16584
16585         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16586         differently.
16587
16588 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16589
16590         * mm-util.el (mm-detect-coding-region): Typo.
16591
16592 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16593
16594         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16595
16596 2005-04-06  Deepak Goel  <deego@gnufans.org>
16597
16598         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16599         user-function allow user modifications of the scores.
16600         (spam-stat-score-buffer-user): New function, to allow
16601         user-computed modifications to the score.
16602         (spam-stat-score-buffer-user-functions): List of additional
16603         scoring functions.
16604         (spam-stat-error-holder): Global temporary error holder.
16605         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16606         variable.
16607
16608 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16609
16610         * gnus-registry.el (gnus-registry-clean-empty-function)
16611         (gnus-registry-trim, gnus-registry-fetch-groups)
16612         (gnus-registry-delete-group): Groups that match
16613         `gnus-registry-ignored-groups' are removed from the registry
16614         entries, not just ignored for splitting.  This helps clean up the
16615         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16616         to get all the groups a message ID is in.
16617
16618         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16619         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16620         (spam-stat-score-buffer-user-functions): Add :number custom type.
16621
16622 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16623
16624         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16625         argument in XEmacs.
16626
16627         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16628         (nnrss-request-group): Decode group name first.
16629         (nnrss-request-article): Make a text/plain article if mml-to-mime
16630         failed.
16631         (nnrss-get-encoding): Return a compatible encoding according to
16632         nnrss-compatible-encoding-alist.
16633         (nnrss-find-el): Use consp instead of listp.
16634         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16635
16636 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16637
16638         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16639         which Emacs 20 doesn't support.
16640         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16641
16642 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16643
16644         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16645         silence the byte compiler inside the defun.
16646
16647         * gnus-demon.el (parse-time-string): Add autoload.
16648
16649         * gnus-delay.el (parse-time-string): Add autoload.
16650
16651         * gnus-art.el (parse-time-string): Add autoload.
16652
16653         * nnultimate.el (parse-time): Require for `parse-time-string'.
16654
16655 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16656
16657         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16658
16659         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16660
16661         * smime.el (smime-ldap-host-list): Add :version.
16662
16663 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16664
16665         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16666         pass it to `gnus-browse-read-group'.
16667         (gnus-browse-read-group): Add NUMBER argument and pass it to
16668         `gnus-group-read-ephemeral-group'.
16669
16670         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16671         argument and pass it to `gnus-group-read-group'.
16672
16673 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16674
16675         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16676         mm-xemacs-find-mime-charset-1 if we have the mule feature
16677         available at runtime.
16678
16679 2005-03-25  Werner Lemberg  <wl@gnu.org>
16680
16681         * nnmaildir.el: Replace `illegal' with `invalid'.
16682
16683 2005-03-23  Lute Kamstra  <lute@gnu.org>
16684
16685         * time-date.el: Add comment on time value formats.
16686         Don't require parse-time.
16687         (with-decoded-time-value): New macro.
16688         (encode-time-value): New function.
16689         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16690         (days-to-time): Return a valid time value when arg is huge.
16691         (time-since): Use time-subtract.
16692         (time-to-number-of-days): Use time-to-seconds.
16693
16694 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16695
16696         * gnus-start.el (gnus-display-time-event-handler):
16697         Check display-time-timer at runtime rather than only at load time
16698         in case display-time-mode is turned off in the mean time.
16699
16700 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16701
16702         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16703         used.
16704
16705         * nneething.el (nneething-map-file-directory): Derive from
16706         `gnus-directory'.
16707
16708         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16709         the To/Cc button.
16710
16711 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16712
16713         * nnmaildir.el (nnmaildir-request-accept-article):
16714         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16715
16716 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16717
16718         * gnus-async.el: Require timer-funcs at compile time when in
16719         XEmacs for `run-with-idle-timer'.
16720
16721 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16722
16723         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16724         autoloaded function.
16725
16726 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16727
16728         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16729
16730 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16731
16732         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16733
16734 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16735
16736         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16737         Add gnus-expert-user to default.
16738
16739 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16740
16741         * nnimap.el (nnimap-open-server): Ditto.
16742
16743         * imap.el (imap-authenticate): Fix typo.
16744
16745 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16746
16747         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16748         buffer (since IMAP server might return FETCH response out of
16749         order, and the nntp buffer must be sorted).
16750
16751 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16752
16753         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16754         comparison on string.
16755
16756         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16757         (gnus-agent-score): Rename category keywords to match gnus-cus.
16758         (gnus-agent-summary-fetch-series): Modify to protect against
16759         gnus-agent-summary-fetch-group clearing processable flags.
16760         (gnus-agent-synchronize-group-flags): Update live group buffer as
16761         synchronization may occur due to the user toggle the plugged
16762         status.
16763         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16764         successfully downloaded.
16765         (gnus-agent-expire-group-1): Avoid using markers when the overview
16766         is in ascending order; greatly improves performance.
16767         (gnus-agent-regenerate-group):
16768         Use gnus-agent-synchronize-group-flags to reset read status in both
16769         gnus and server.
16770         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16771
16772 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16773
16774         * message.el: Don't autoload former message-utils variables.
16775         (message-strip-subject-trailing-was): Change doc string.
16776
16777         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16778         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16779         (nnweb-google-search): Add "hl=en" here.
16780         (nnweb-google-parse-1, nnweb-google-create-mapping):
16781         Don't hardcode URL.
16782
16783 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16784
16785         * message.el (message-get-reply-headers, message-followup):
16786         Mention related variables `message-use-followup-to' and
16787         `message-use-mail-followup-to', in the information buffer.
16788
16789         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16790         of broken groups(-beta).google.com.
16791
16792 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16793
16794         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16795         parameter to invoked gnus-request-move-article; remove the
16796         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16797         all at once instead of once per article.
16798         (gnus-summary-remove-process-mark): Accept a list of articles as
16799         well as a single article for processing.
16800
16801         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16802         parameter.
16803
16804         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16805
16806         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16807
16808         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16809         parameter.
16810
16811         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16812         parameter.
16813
16814         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16815         parameter and remove the gnus-sum-hint-move-is-internal variable.
16816
16817         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16818         parameter.
16819
16820         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16821         parameter.
16822
16823         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16824         parameter.
16825
16826         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16827
16828         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16829         parameter.
16830
16831         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16832         parameter.
16833
16834 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16835
16836         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16837         a more conservative way.
16838
16839 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16840
16841         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16842         buffer, so it moves the window's cursor.
16843
16844 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16845
16846         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16847         `mm-dissect-multipart' and receive the from field as an (optional)
16848         argument from `mm-dissect-multipart'.
16849         (mm-dissect-multipart): Receive the from field as an argument and
16850         pass it on when we call `mm-dissect-buffer' on MIME parts.
16851         Fixes verification/decryption of signed/encrypted MIME parts.
16852
16853 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16854
16855         * gnus-sum.el (gnus-summary-move-article):
16856         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16857         whatever it calls (right now, only nnimap-request-move article
16858         respects it).
16859
16860         * nnimap.el (nnimap-request-move-article):
16861         When gnus-sum-hint-move-is-internal is set, don't do the extra
16862         nnimap-request-article.
16863
16864 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16865
16866         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16867
16868         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16869         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16870
16871         * gnus-sum.el (gnus-summary-caesar-message):
16872         Apply `gnus-treat-article' after rotation.
16873
16874         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16875         doc string.
16876
16877 2005-02-22  Simon Josefsson  <jas@extundo.com>
16878
16879         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16880         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16881         <arne@arnested.dk>.
16882         (encrypt): Add password-cache and password-cache-expiry as group
16883         members.
16884
16885 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16886
16887         * smime.el (smime-ldap-host-list): Doc fix.
16888         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16889         cache) password.
16890         (smime-sign-region): Use it.
16891         (smime-decrypt-region): Use it.
16892         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16893         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16894         fails.
16895         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16896         certificate from DER to PEM format rather than calling openssl.
16897
16898         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16899
16900         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16901         for signing/encryption.
16902
16903         * mml.el (mml-parse-1): Use them.
16904
16905 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16906
16907         * nnrss.el (nnrss-verbose): Remove.
16908         (nnrss-request-group): Use `nnheader-message' instead.
16909
16910 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16911
16912         * nnrss.el (nnrss-verbose): New variable.
16913         (nnrss-request-group): Make it say nnrss is requesting a group.
16914
16915 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16916
16917         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16918         Handle news URL with given port correctly.
16919
16920 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16921
16922         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16923         containing special characters.
16924
16925         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16926
16927         * mml.el (mime-to-mml): Ditto.
16928
16929         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16930         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16931         (rfc2047-decode-region): Quote decoded words containing special
16932         characters when rfc2047-quote-decoded-words-containing-tspecials
16933         is non-nil.
16934
16935 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16936
16937         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16938
16939         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16940
16941 2005-02-15  Simon Josefsson  <jas@extundo.com>
16942
16943         * nnimap.el (nnimap-debug): Doc fix.
16944
16945         * imap.el (imap-debug): Doc fix.
16946
16947 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16948
16949         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16950
16951 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16952
16953         * gnus.el (spam-contents): Improve docs for spam-contents
16954         parameter in its variable incarnation.
16955
16956 2005-02-14  Simon Josefsson  <jas@extundo.com>
16957
16958         * smime-ldap.el: Use require instead of load-library for ldap.
16959         (smime-ldap-search): Indent.
16960         (smime-ldap-search-internal): Shorten line.
16961
16962         * smime.el (smime-cert-by-dns): Add doc-string.
16963         (smime-cert-by-ldap-1): Indent.
16964
16965         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16966         mml-smime-get-dns-ldap.
16967         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16968
16969 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16970
16971         * smime.el: Require smime-ldap.
16972         (smime-ldap-host-list): New variable.
16973         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16974
16975         * mml-smime.el (mml-smime-encrypt-query): New function.
16976         (mml-smime-encrypt-query): Use it.
16977
16978         * smime-ldap.el: New file.
16979
16980 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16981
16982         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16983
16984 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16985
16986         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16987         argument in doc string.  Make query for type more clear.
16988
16989 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16990
16991         * gnus.el (gnus-group-startup-message): Search for gnus images in
16992         etc/images/gnus.
16993         * mm-util.el (mm-image-load-path): Likewise.
16994         * smiley.el (smiley-data-directory): Search for smilies in
16995         etc/images/smilies.
16996
16997 2005-02-09  Kim F. Storm  <storm@cua.dk>
16998
16999         Change Emacs release version from 21.4 to 22.1 throughout.
17000         Change Emacs development version from 21.3.50 to 22.0.50.
17001
17002 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17003
17004         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
17005
17006         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
17007         non-Mule XEmacs as well.
17008         (mm-decompress-buffer): Signal an error intentionally if it does
17009         not decompress compressed data because auto-compression-mode is
17010         disabled.
17011
17012 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
17013
17014         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
17015         an ID in the registry even if it has no groups.
17016
17017 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17018
17019         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
17020         merge it into mm-decompress-buffer.
17021         (gnus-mime-copy-part): Use the MIME part charset, the value which
17022         a user specified or gnus-newsgroup-charset for decoding, like
17023         gnus-mime-inline-part does; set buffer-file-coding-system to tell
17024         save-buffer what was used.  Suggested by Kevin Ryde
17025         <user42@zip.com.au>.
17026         (gnus-mime-inline-part): Allow the name parameter as well as the
17027         filename parameter; force decompressing of compressed data; always
17028         display contents being not decoded as unibyte.
17029
17030         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
17031         as well as the filename parameter.
17032
17033         * mm-util.el (mm-decompress-buffer):
17034         Merge gnus-mime-jka-compr-maybe-uncompress.
17035         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
17036         of compressed data.
17037
17038 2005-02-08  Simon Josefsson  <jas@extundo.com>
17039
17040         * imap.el (imap-log): Doc fix.
17041
17042 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17043
17044         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
17045         the coding cookies; decompress compressed parts.
17046
17047         * mml.el (mml-generate-mime-1): Add the charset parameter according
17048         to the value which a user specified manually or the coding cookie.
17049
17050         * mm-util.el (mm-string-to-multibyte): New function.
17051         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
17052         (mm-coding-system-to-mime-charset): New function.
17053         (mm-decompress-buffer): New function.
17054         (mm-find-buffer-file-coding-system): New function.
17055
17056         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
17057         (mm-display-inline-fontify): Rewrite for decoding and decompressing
17058         parts.
17059
17060 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17061
17062         * mm-view.el (mm-display-inline-fontify): Decode a part according
17063         to the charset parameter.
17064
17065 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17066
17067         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
17068         prefix arg is neither nil nor a number, as info specifies.
17069
17070 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17071
17072         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
17073         timestamps.
17074
17075 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
17076
17077         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
17078         groups error checking and notify user.
17079
17080 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
17081
17082         * message.el (message-send-mail-function): Check existence of
17083         sendmail-program first before using default value
17084         `message-send-mail-with-sendmail'.  Otherwise use more generic
17085         `smtpmail-send-it'.
17086
17087 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17088
17089         * nntp.el (nntp-request-update-info): Always return nil.
17090
17091 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17092
17093         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
17094
17095 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17096
17097         * message.el (message-beginning-of-line): Change the behavior when
17098         invoked between BOL and : so that it first moves backward.
17099
17100 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17101
17102         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
17103         article buffer when editing of the article is discarded.
17104         (gnus-article-prepare): Revert.
17105
17106 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17107
17108         * gnus-art.el (gnus-article-prepare):
17109         Remove message-strip-forbidden-properties from the local hook.
17110
17111 2005-01-27  Simon Josefsson  <jas@extundo.com>
17112
17113         * password.el (password-cache-add): Only start one timer per key.
17114         Reported by Derek Atkins <warlord@MIT.EDU>.
17115
17116 2005-01-26  Steve Youngs  <steve@sxemacs.org>
17117
17118         * run-at-time.el: Remove.  It is no longer needed as
17119         timer-funcs.el in the xemacs-base package has a working version of
17120         `run-at-time'.
17121
17122         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
17123
17124         * password.el: Require timer-funcs instead of run-at-time in
17125         XEmacs.
17126         Remove `password-run-at-time' macro.
17127         (password-cache-add): Use `run-at-time' instead of
17128         `password-run-at-time'.
17129
17130         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
17131         Remove `nnheader-cancel-function-timers' alias,
17132         `cancel-function-timers' exists in XEmacs in timer-funcs.
17133
17134         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
17135         for `run-with-idle-timer'.
17136
17137         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
17138         for `run-at-time'.
17139
17140         * mm-url.el: Require timer-funcs at compile time when in XEmacs
17141         for `with-timeout'.
17142
17143         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
17144         the same as for XEmacs 21.4.
17145         No need to ignore `run-with-idle-timer', this function exists in
17146         XEmacs now in timer-funcs.el in the xemacs-base package.
17147         (dgnushack-compile): No need to delete
17148         run-at-time.el from the list of files to compile because it
17149         doesn't exist anymore.
17150
17151 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17152
17153         * mml.el (mml-generate-mime-1): Convert string into unibyte when
17154         inserting " *mml*" buffer's contents into a unibyte temp buffer.
17155
17156 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
17157
17158         * mail-source.el (mail-source-fetch-imap): Search for ^From case
17159         sensitively.
17160
17161 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
17162
17163         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
17164
17165 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17166
17167         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
17168         which will be inserted according to the multibyteness of a buffer
17169         rather than the type of contents.  Suggested by ARISAWA Akihiro
17170         <ari@mbf.ocn.ne.jp>.
17171
17172         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
17173         of string which old xml.el may return rather than a string.
17174
17175 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17176
17177         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
17178
17179 2005-01-16  Simon Josefsson  <jas@extundo.com>
17180
17181         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
17182         idn/idna.el isn't available.
17183         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
17184         <michael@waxrat.com>.
17185
17186         * hashcash.el: Remove non-FSF copyright header.
17187
17188         * hashcash.el (hashcash-extra-generate-parameters): New variable.
17189         (hashcash-generate-payment): Use it.
17190         (hashcash-generate-payment-async): Use it.
17191
17192 2005-01-15  Simon Josefsson  <jas@extundo.com>
17193
17194         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
17195         Suggested by Raymond Scholz <ray-2005@zonix.de>.
17196
17197         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
17198         gnus-summary-idna-message.
17199         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
17200         (gnus-summary-idna-message): New function.
17201
17202 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
17203
17204         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
17205         gnus-novice-user.
17206
17207 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17208
17209         * nnrss.el (nnrss-request-delete-group): Delete entries in
17210         nnrss-group-alist as well.
17211         (nnrss-save-server-data): Insert newline.
17212
17213 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
17214
17215         * gnus.el (gnus-user-agent): Use list of symbols instead of
17216         symbols.  Display full version number for (S)XEmacs.
17217         Optionally display (S)XEmacs codename.
17218
17219         * gnus-util.el (gnus-emacs-version): Update for new
17220         `gnus-user-agent'.
17221
17222         * gnus-msg.el (gnus-extended-version): Make it possible to omit
17223         Gnus version.
17224
17225 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17226
17227         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
17228         which is unreadable in some setups.
17229
17230 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17231
17232         * gnus-spec.el (gnus-update-format-specifications): Flush the
17233         group format spec cache if it doesn't support decoded group names.
17234
17235 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17236
17237         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
17238         Allow to apply decay on score files matching a regexp.
17239
17240 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17241
17242         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
17243         compatibility in %g and %c.
17244
17245 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17246
17247         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
17248         name for only %g and %c.
17249         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
17250         of gnus-tmp-group to decoded group name.
17251         (gnus-group-make-rss-group): Exclude `/'s from group names.
17252
17253 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17254
17255         * nnrss.el (nnrss-get-encoding): Fix regexp.
17256
17257 2004-12-27  Simon Josefsson  <jas@extundo.com>
17258
17259         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
17260         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
17261         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
17262
17263 2004-12-17  Kim F. Storm  <storm@cua.dk>
17264
17265         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
17266
17267         * gnus-sum.el (gnus-summary-mode-map): Likewise.
17268
17269 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17270
17271         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
17272
17273 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17274
17275         * nnrss.el: Require rfc2047 and mml.
17276         (nnrss-file-coding-system): New variable.
17277         (nnrss-format-string): Redefine it as an inline function.
17278         (nnrss-decode-group-name): New function.
17279         (nnrss-string-as-multibyte): Remove.
17280         (nnrss-retrieve-headers): Decode group name; don't use
17281         nnrss-format-string.
17282         (nnrss-request-group): Decode group name.
17283         (nnrss-request-article): Decode group name; allow a Message-ID as
17284         well as an article number; don't use nnrss-format-string; encode a
17285         Message-ID string which may contain non-ASCII characters; use
17286         mml-to-mime to compose a MIME article.
17287         (nnrss-request-expire-articles): Decode group name.
17288         (nnrss-request-delete-group): Decode group name.
17289         (nnrss-fetch): Clarify error message.
17290         (nnrss-read-server-data): Use insert-file-contents instead of load;
17291         bind file-name-coding-system; use multibyte buffer.
17292         (nnrss-save-server-data): Bind coding-system-for-write to the
17293         value of nnrss-file-coding-system; bind file-name-coding-system;
17294         add coding cookie.
17295         (nnrss-read-group-data): Use insert-file-contents instead of load;
17296         bind file-name-coding-system; use multibyte buffer.
17297         (nnrss-save-group-data): Bind coding-system-for-write to the
17298         value of nnrss-file-coding-system; bind file-name-coding-system.
17299         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
17300         make it work with non-ASCII text.
17301         (nnrss-find-el): Make it work with old xml.el as well.
17302
17303 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17304
17305         * nnrss.el (nnrss-get-encoding): New function.
17306         (nnrss-fetch): Use unibyte buffer initially; bind
17307         coding-system-for-read while performing mm-url-insert; remove ^Ms;
17308         decode contents according to the encoding attribute.
17309         (nnrss-save-group-data): Add coding cookie.
17310         (nnrss-mime-encode-string): New function.
17311         (nnrss-check-group): Use it to encode subject and author.
17312
17313 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
17314
17315         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
17316         imaginary variable.
17317
17318 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17319
17320         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
17321         correctly even if there are wide characters.
17322
17323 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
17324
17325         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
17326         downcased symbol names; make a new cache instead of reusing
17327         bbdb-hashtable.
17328
17329 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17330
17331         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17332         concatenating segments rather than before concatenating them.
17333         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17334
17335         * message.el (message-get-reply-headers): Bind `extra'.
17336
17337 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17338
17339         * message.el (message-extra-wide-headers): New variable.
17340         (message-get-reply-headers): Use it.
17341
17342 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17343
17344         * gnus-agent.el (gnus-agent-group-path): Decode group name.
17345         (gnus-agent-group-pathname): Ditto.
17346
17347         * gnus-cache.el (gnus-cache-file-name): Decode group name.
17348
17349         * gnus-group.el (gnus-group-make-group): Decode group name.
17350         (gnus-group-make-rss-group): Register the group data after opening
17351         the nnrss group.
17352
17353 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
17354
17355         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
17356         by expiry now get marked as read.
17357
17358 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17359
17360         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
17361
17362 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
17363
17364         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
17365         unify Latin characters in XEmacs.
17366         (mm-find-mime-charset-region): Use it.
17367
17368 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17369
17370         * gnus-util.el (gnus-delete-directory): New function.
17371
17372         * gnus-agent.el (gnus-agent-delete-group): Use it.
17373
17374         * gnus-cache.el (gnus-cache-delete-group): Use it.
17375
17376 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17377
17378         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
17379         names.
17380
17381 2004-12-16  Simon Josefsson  <jas@extundo.com>
17382
17383         * hashcash.el (hashcash-payment-alist): Fix custom :type.
17384
17385 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17386
17387         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
17388
17389         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
17390         (gnus-group-set-current-level): Decode group name.
17391
17392 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
17393
17394         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
17395         failed.
17396
17397 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17398
17399         * gnus-group.el (gnus-group-delete-group): Decode group name.
17400         (gnus-group-make-rss-group): Encode group name.
17401         (gnus-group-catchup-current): Decode group name.
17402         (gnus-group-kill-group): Decode group name.
17403
17404 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17405
17406         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
17407
17408 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17409
17410         * gnus-group.el (gnus-group-make-rss-group):
17411         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
17412
17413         * gnus-start.el (gnus-setup-news): Honor user's setting to
17414         gnus-message-archive-method.  Suggested by Lute Kamstra
17415         <lute@gnu.org>.
17416
17417 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
17418
17419         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
17420         global counterparts of the buffer-local variables.
17421
17422 2004-11-16  Romain Francoise  <romain@orebokech.com>
17423
17424         * gnus-sum.el (gnus-summary-exit): Don't clear the global
17425         counterparts of the buffer-local variables.
17426
17427 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17428
17429         * message.el (message-forbidden-properties): Fix typo in doc
17430         string.
17431
17432 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17433
17434         * gnus-util.el (gnus-replace-in-string): Add doc string.
17435
17436         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17437         to avoid problems when splitting mails with many recipients.
17438
17439 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17440
17441         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17442         pop-to-buffer, covered by the subsequent gnus-configure-windows.
17443
17444 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
17445
17446         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17447         if there is no hashtable in memory or file modification time is
17448         newer than cached timestamp.
17449
17450 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
17451
17452         * gnus-sum.el (gnus-summary-limit-to-recipient):
17453         Implement not-matching option.
17454
17455 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
17456
17457         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17458         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17459         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17460         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17461         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
17462         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17463
17464 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17465
17466         * message.el (message-forward-make-body-mml): Remove headers
17467         according to message-forward-ignored-headers if a message is decoded.
17468
17469 2004-12-02  Romain Francoise  <romain@orebokech.com>
17470
17471         * message.el (message-forward-make-body-plain): Always remove
17472         headers according to message-forward-ignored-headers.
17473
17474 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
17475
17476         * spam.el (spam-summary-prepare-exit): Remove the
17477         gnus-summary-limit pop for now, it has problems with ham marks for
17478         me.
17479
17480 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
17481
17482         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17483         correctly.
17484
17485 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
17486
17487         * format-spec.el (format-spec): Message the char.
17488
17489 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
17490
17491         * gnus-art.el (gnus-split-methods): Reformat comments.
17492
17493         * spam.el (spam-summary-prepare-exit): Remove article limits
17494         before exiting the summary buffer.
17495
17496 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17497
17498         * lpath.el: Remove bbdb-create-internal, bbdb-records,
17499         spam-BBDB-register-routine and spam-enter-ham-BBDB.
17500
17501         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17502         order to silence the byte compiler.
17503
17504         * spam.el: Fix the way to silence the byte compiler, which
17505         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17506         bbdb-search-simple, spam-BBDB-register-routine,
17507         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17508         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17509         spam-stat-buffer-is-spam, spam-stat-load,
17510         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17511         spam-stat-save and spam-stat-split-fancy.
17512
17513 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17514
17515         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17516         which may confuse users.
17517         (canlock-password-for-verify): Ditto.
17518
17519         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17520
17521         * gnus-art.el (gnus-emphasis-alist): Ditto.
17522
17523         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17524
17525         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17526
17527         * gnus-start.el (gnus-save-killed-list): Ditto.
17528
17529         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17530         (gnus-sum-thread-tree-root): Ditto.
17531         (gnus-sum-thread-tree-false-root): Ditto.
17532         (gnus-sum-thread-tree-single-indent): Ditto.
17533
17534         * message.el (message-courtesy-message): Ditto.
17535         (message-archive-note): Ditto.
17536         (message-subscribed-address-file): Ditto.
17537         (message-user-fqdn): Ditto.
17538
17539         * spam-report.el (spam-report-gmane-regex): Ditto.
17540
17541         * spam.el (spam-blackhole-good-server-regex): Ditto.
17542
17543 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17544
17545         * mml.el (mml-preview): Widen the message buffer before copying
17546         the contents to the preview buffer; sort headers before previewing.
17547
17548         * message.el (message-hidden-headers): Fix the way to avoid a bug
17549         in the `repeat' widget in Emacs 21.3 or earlier.
17550
17551 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17552
17553         * message.el (message-hidden-headers): Default to "^References:".
17554         Improve customization type.  Suggested by Reiner Steib
17555         <Reiner.Steib@gmx.de>.
17556
17557 2004-11-25  Romain Francoise  <romain@orebokech.com>
17558
17559         * message.el (message-strip-forbidden-properties): Remove check for
17560         obsolete `message-hidden' text property, hidden headers are not
17561         accessible in the buffer anymore.
17562
17563 2004-11-22  Romain Francoise  <romain@orebokech.com>
17564
17565         * message.el (message-header-format-alist): Add `From' in list
17566         so that it can be sorted.
17567         (message-fix-before-sending): Widen and sort headers before
17568         sending.
17569         (message-hide-headers): Use narrowing to hide headers by moving
17570         them to the top of the buffer and narrowing to the region
17571         underneath.
17572
17573 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17574
17575         * message.el (message-strip-forbidden-properties):
17576         Bind buffer-read-only (etc) to nil.
17577
17578 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17579
17580         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17581         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17582
17583 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17584
17585         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17586
17587 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17588
17589         * dns.el (query-dns): Use sit-for to time instead of
17590         accept-process-output, since that doesn't seem to work on udp
17591         sockets.
17592
17593 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17594
17595         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17596
17597 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17598
17599         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17600         doc string.  Improve doc string.
17601
17602 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17603
17604         * nntp.el (nntp-request-update-info): Return nil if
17605         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17606         may not call gnus-activate-group which uselessly issues the GROUP
17607         commands for all nntp groups and wastes time.  Reported by Romain
17608         Francoise <romain@orebokech.com>.
17609
17610         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17611
17612 2004-11-15  Simon Josefsson  <jas@extundo.com>
17613
17614         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17615         headers separately.
17616         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17617         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17618
17619 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17620
17621         * gnus-start.el (gnus-convert-old-newsrc):
17622         Assign legacy-gnus-agent to 5.10.7.
17623
17624 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17625
17626         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17627         start of the lines.
17628
17629 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17630
17631         * hashcash.el (hashcash-default-payment): Change default to 20.
17632         (hashcash-default-accept-payment): Change default to 20.
17633         (hashcash-process-alist): New variable.
17634         (hashcash-generate-payment-async): Add.
17635         (hashcash-already-paid-p): Add.
17636         (hashcash-insert-payment): Don't generate payments twice.
17637         (hashcash-insert-payment-async): Add.
17638         (hashcash-insert-payment-async-2): Add.
17639         (hashcash-cancel-async): Add.
17640         (hashcash-wait-async): Add.
17641         (hashcash-processes-running-p): Add.
17642         (hashcash-wait-or-cancel): Add.
17643         (mail-add-payment): New optional argument.  Conditionally start
17644         asynchronous calculation.
17645         (mail-add-payment-async): Add.
17646
17647         * message.el (message-send-mail): Wait for asynchronous hashcash
17648         results.  Don't clobber existing X-Hashcash headers.
17649         (message-setup-1): Call mail-add-payment-async when
17650         message-generate-hashcash is non-nil.
17651
17652 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17653
17654         * message.el (message-use-alternative-email-as-from): Examine the
17655         From header as well; use message-make-from in order to include a
17656         user's full name.
17657
17658 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17659
17660         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17661         default; improve customization type.
17662         (gnus-emphasis-custom-with-format): New macro.
17663         (gnus-emphasis-custom-value-to-external): New function.
17664         (gnus-emphasis-custom-value-to-internal): New function.
17665
17666 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17667
17668         * dns.el (query-dns): Resolve reverse addresses.
17669
17670 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17671
17672         * gnus-group.el (gnus-group-get-new-news): Use it.
17673
17674         * gnus-start.el (gnus-check-reasonable-setup): New function.
17675
17676 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17677
17678         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17679         "Args out of range" error.  Reported by Arnaud Giersch
17680         <arnaud.giersch@free.fr>.
17681
17682 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17683
17684         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17685
17686 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17687
17688         * spam.el (spam group): Add :version.
17689
17690         * pgg-def.el (pgg group): Add :version.
17691
17692 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17693
17694         * gnus-art.el (gnus-article-edit-article): Don't associate the
17695         article buffer with a draft file.  This is a temporary measure
17696         against the 2004-08-22 change to gnus-article-edit-mode.
17697
17698 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17699
17700         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17701         (html2text-format-tags): Remove unused variable `attr'.
17702
17703 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17704
17705         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17706
17707         * tls.el (tls-process-connection-type, tls-success)
17708         (tls-certtool-program): Add :version.
17709
17710         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17711         (starttls-extra-arguments, starttls-process-connection-type)
17712         (starttls-connect, starttls-failure, starttls-success): Add :version.
17713
17714         * spam-stat.el (spam-stat): Add :version.
17715
17716         * sieve.el (sieve): Add :version.
17717
17718         * sha1.el (sha1): Add :version.
17719         (sha1-use-external): Remove redundant version.
17720
17721         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17722         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17723         (nnmail-split-fancy-match-partial-words)
17724         (nnmail-split-lowercase-expanded): Add :version.
17725
17726         * nndiary.el (nndiary): Add :version.
17727
17728         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17729
17730         * mml-sec.el (mml-default-sign-method)
17731         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17732         Add :version.
17733
17734         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17735
17736         * mm-url.el (mm-url-use-external, mm-url-program)
17737         (mm-url-arguments): Add :version.
17738
17739         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17740         (mm-attachment-file-modes, mm-decrypt-option)
17741         (mm-w3m-safe-url-regexp): Add :version.
17742
17743         * message.el (message-cite-prefix-regexp)
17744         (message-sendmail-envelope-from, message-minibuffer-local-map)
17745         (message-user-fqdn, message-completion-alist): Add :version.
17746
17747         * gnus-win.el (gnus-configure-windows-hook)
17748         (gnus-use-frames-on-any-display): Add :version.
17749
17750         * gnus-art.el (gnus-article-address-banner-alist)
17751         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17752         (gnus-treat-from-picon, gnus-treat-mail-picon)
17753         (gnus-treat-x-pgp-sig): Add :version.
17754
17755         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17756         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17757         (gnus-summary-article-delete-hook)
17758         (gnus-summary-display-while-building): Add :version.
17759
17760         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17761         (gnus-get-top-new-news-hook): Add :version.
17762
17763         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17764         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17765
17766         * gnus-registry.el (gnus-registry): Add :version.
17767
17768         * gnus-spec.el (gnus-use-correct-string-widths)
17769         (gnus-make-format-preserve-properties): Add :version.
17770
17771         * gnus.el (gnus-group-charter-alist)
17772         (gnus-group-fetch-control-use-browse-url)
17773         (gnus-install-group-spam-parameters): Add :version.
17774
17775         * gnus-diary.el (gnus-diary): Add :version.
17776
17777         * gnus-delay.el (gnus-delay): Add :version.
17778
17779         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17780         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17781         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17782         Add :version.
17783
17784         * gnus-agent.el (gnus-agent-max-fetch-size)
17785         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17786         (gnus-agent-prompt-send-queue): Add :version.
17787
17788         * deuglify.el (gnus-outlook-deuglify): Add :version.
17789
17790         * html2text.el: Beautify code.  Improve doc strings.
17791         Some checkdoc cleanup.
17792         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17793
17794 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17795
17796         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17797
17798 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17799
17800         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17801         when package is loaded.
17802
17803         * spam.el (spam-summary-score-preferred-header): Add global preference
17804         for people who want to override the default SpamAssassin over
17805         Bogofilter preference (when both are set).
17806         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17807         (spam-user-format-function-S):
17808         Check spam-summary-score-preferred-header.
17809         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17810         (spam-user-format-function-S): Format the score correctly.
17811
17812 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17813
17814         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17815         signature file.  Suggested by Manoj Srivastava
17816         <srivasta@golden-gryphon.com>.
17817
17818         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17819         iso-2022-jp even in the Japanese language environment.
17820         Suggested by Jason Rumney <jasonr@gnu.org>.
17821
17822 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17823
17824         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17825         use the same characters as the dummy marks; make it free from
17826         getting affected by the language environment.
17827         (gnus-summary-read-group-1): Update mark positions only when the
17828         format spec is updated.
17829
17830         * gnus-spec.el (gnus-update-format-specifications): Return a list
17831         of updated types.
17832
17833 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17834
17835         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17836         of boundp to check if display-warning is available.
17837
17838 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17839
17840         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17841
17842 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17843
17844         * nnspool.el (nnspool-spool-directory): Use news-path if the
17845         news-directory variable is not bound.
17846
17847         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17848         function instead of display-warning if it is not available.
17849
17850 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17851
17852         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17853         v5-10: Use `point-at-bol'.
17854
17855 2004-10-26  Simon Josefsson  <jas@extundo.com>
17856
17857         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17858         <chenggao@gmail.com>.
17859
17860 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17861
17862         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17863         instead.
17864
17865 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17866
17867         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17868         to remove a server from the nnimap-server-buffer-alist.
17869         (nnimap-open-connection, nnimap-close-server): Use it.
17870
17871         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17872
17873 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17874
17875         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17876         running the major-mode function.
17877
17878 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17879
17880         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17881         dummy marks in the right way.
17882
17883 2004-10-18  David Edmondson  <dme@dme.org>
17884
17885         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17886         excessively.
17887
17888 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17889
17890         * gnus-util.el (gnus-split-references): Accept a nil references
17891         string and go on blissfully.
17892
17893         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17894         cases where the references string is non-nil but has no references.
17895
17896         * encrypt.el: Add autoload tags.
17897
17898         * spam.el (spam-resolve-registrations-routine): Remove article
17899         from unregistration list too.  Reported by David Hanak
17900         <dhanak@isis.vanderbilt.edu>
17901
17902 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17903
17904         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17905         nil.  Change custom type.
17906
17907 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17908
17909         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17910
17911         * gnus-sum.el (gnus-summary-move-article): Use it.
17912
17913 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17914
17915         * encrypt.el: Add autoload cookies.
17916
17917         * spam.el (spam-backend-article-list-property)
17918         (spam-backend-get-article-todo-list)
17919         (spam-backend-put-article-todo-list)
17920         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17921         Resolve registrations separately.
17922         (spam-register-routine): Format comments.
17923         (spam-unregister-routine, spam-register-routine): Always call with
17924         specific-articles, no default list.
17925         (spam-summary-prepare-exit): Use the spam-classifications function.
17926
17927         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17928         gnus-encrypt.el.
17929
17930         * encrypt.el: Copied from gnus-encrypt.el.
17931
17932         * gnus-encrypt.el: Commented that it's obsolete.
17933
17934 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17935
17936         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17937         (gnus-score-save): Use it.
17938
17939         * message.el (message-bury): Use `window-dedicated-p'.
17940
17941 2004-10-15  Simon Josefsson  <jas@extundo.com>
17942
17943         * pop3.el (top-level): Don't require nnheader.
17944         (pop3-read-timeout): Add.
17945         (pop3-accept-process-output): Add.
17946         (pop3-read-response, pop3-retr): Use it.
17947
17948 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17949
17950         * spam.el (spam-register-routine): Move comment.
17951         (spam-verify-bogofilter): Use 'unknown for the initial
17952         spam-bogofilter-valid state, not 'never.
17953
17954         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17955         for netrc-machine.
17956
17957         * nnimap.el (nnimap-open-connection):
17958         Use netrc-machine-user-or-password.
17959
17960 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17961
17962         * gnus-registry.el (gnus-registry-unload-hook):
17963         Set as a variable with add-hook.
17964
17965         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17966         of news-path.
17967
17968         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17969
17970         * spam.el: Delete duplicate `provide'.
17971         (spam-unload-hook): Set as a variable with add-hook.
17972
17973 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17974
17975         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17976         in the doc string.
17977
17978         * message.el (message-ignored-news-headers)
17979         (message-ignored-supersedes-headers)
17980         (message-ignored-resent-headers)
17981         (message-forward-ignored-headers): Improve custom type.
17982
17983 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17984
17985         * message.el (message-tokenize-header): Fix 2004-09-06 change
17986         which used point-min in the wrong place.
17987
17988 2004-10-12  Simon Josefsson  <jas@extundo.com>
17989
17990         * tls.el (tls-certtool-program): New variable.
17991         (tls-certificate-information): New function, based on
17992         ssl-certificate-information.
17993
17994 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17995
17996         * compface.el: Move the version of ELisp-based uncompface program
17997         to the contrib directory because of the copyright problem.
17998
17999 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18000
18001         * message.el (message-kill-buffer): Raise the current frame.
18002
18003 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18004
18005         * gnus-sum.el: Mention that multibyte characters don't work as marks.
18006
18007         * gnus.el (message-y-or-n-p): Autoload.
18008
18009         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
18010         (pop3-password-required, pop3-authentication-scheme)
18011         (pop3-leave-mail-on-server): Make customizable.
18012         (pop3): New custom group.
18013         (pop3-retr): Remove `sleep-for' statements.
18014         Suggested by Dave Love <fx@gnu.org>.
18015
18016         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
18017         Windows/DOS.
18018
18019         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18020         (imap-parse-body): Fix incorrect use of `assert'.
18021         Suggested by Dave Love <fx@gnu.org>.
18022
18023         * mml.el (mml-minibuffer-read-disposition): Require match.
18024         Suggested by Dave Love <fx@gnu.org>.
18025
18026 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18027
18028         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
18029         doc string.
18030
18031 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18032
18033         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
18034
18035 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18036
18037         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
18038         instead of calling `mm-insert-inline', to decode text/* parts
18039         before displaying them.
18040
18041 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18042
18043         * mm-uu.el (mm-uu-text-plain-type): New variable.
18044         (mm-uu-pgp-signed-extract-1): Use it.
18045         (mm-uu-pgp-encrypted-extract-1): Use it.
18046         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
18047         bind mm-uu-text-plain-type with that value.
18048         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
18049         mm-uu-dissect.
18050
18051 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18052
18053         * gnus-group.el (gnus-update-group-mark-positions):
18054         * gnus-sum.el (gnus-update-summary-mark-positions):
18055         * message.el (message-check-news-body-syntax):
18056         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
18057         of string-as-multibyte.
18058
18059 2004-10-05  Juri Linkov  <juri@jurta.org>
18060
18061         * gnus-group.el (gnus-update-group-mark-positions):
18062         * gnus-sum.el (gnus-update-summary-mark-positions):
18063         * message.el (message-check-news-body-syntax):
18064         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
18065         8-bit unibyte values to a multibyte string for search functions.
18066
18067 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18068
18069         * mm-uu.el (mm-uu-dissect): Allow optional arg.
18070         (mm-uu-dissect-text-parts): New function.
18071
18072         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
18073         dissect text parts.
18074
18075         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
18076         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
18077
18078         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
18079
18080         * gnus-topic.el (gnus-topic-hierarchical-parameters):
18081         Use gnus-current-topics instead of gnus-current-topic.
18082
18083 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
18084
18085         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
18086
18087 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
18088
18089         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
18090         where approriate.
18091
18092         * nnml.el (nnml-generate-active-info): do.
18093
18094         * nndiary.el (nndiary-generate-active-info): do.
18095
18096         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
18097         (gnus-topic-move): do.
18098
18099         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
18100         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
18101
18102         * gnus-srvr.el (gnus-server-prepare)
18103         (gnus-server-open-all-servers): do.
18104
18105         * gnus-msg.el (gnus-summary-cancel-article)
18106         (gnus-summary-resend-message)
18107         (gnus-summary-mail-crosspost-complaint): do.
18108
18109         * gnus-move.el (gnus-change-server): do.
18110
18111         * gnus-group.el (gnus-group-unmark-all-groups)
18112         (gnus-group-set-current-level): do.
18113
18114 2004-10-04  Simon Josefsson  <jas@extundo.com>
18115
18116         * message.el (message-generate-hashcash): Doc fix.
18117
18118 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
18119
18120         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
18121         avoid infinite recursion via gnus-get-function.
18122
18123 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
18124
18125         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
18126
18127         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
18128
18129         * nnmail.el (nnmail-split-history): do.
18130
18131         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
18132         (nnml-request-delete-group): do.
18133
18134         * nnslashdot.el (nnslashdot-read-groups): do.
18135
18136         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
18137         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
18138
18139         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
18140         (nnspool-sift-nov-with-sed): Use last.
18141         (nnspool-retrieve-headers-with-nov): Use mapc.
18142         (nnspool-request-newgroups): Use dolist.
18143         (nnspool-request-group): Use last.
18144
18145         * nntp.el (nntp-read-server-type): Use dolist.
18146
18147         * nnvirtual.el (nnvirtual-create-mapping)
18148         (nnvirtual-update-read-and-marked): Use dolist.
18149         (nnvirtual-convert-headers): Simplify.
18150
18151 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18152
18153         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18154         Add support for sync'ing tick marks.
18155
18156 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18157
18158         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
18159         there's no visible header.
18160
18161 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18162
18163         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18164         When necessary, pass full group name to gnus-request-set-marks.
18165
18166 2004-10-01  Simon Josefsson  <jas@extundo.com>
18167
18168         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
18169         acroread.
18170
18171 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18172
18173         * spam-report.el (spam-report-gmane): Fix interactive.
18174
18175         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
18176
18177         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
18178         when writing file.
18179         (gnus-agent-synchronize-flags): Don't default to being
18180         interactive.
18181
18182 2004-09-30  Simon Josefsson  <jas@extundo.com>
18183
18184         * message.el (message-generate-hashcash): Add.
18185         (message-send-mail): Use it, call mail-add-payment.
18186
18187 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18188
18189         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
18190
18191 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
18192
18193         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
18194         gnus-requst-update-info with explicit code to sync the in-memory
18195         info read flags with the marks being sync'd to the backend.
18196
18197         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
18198
18199 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18200
18201         * spam.el (spam-verify-bogofilter): Add new function.
18202         (spam-check-bogofilter)
18203         (spam-bogofilter-register-with-bogofilter): Use it.
18204         (spam-verify-bogofilter): Add small fixes.
18205
18206 2004-09-28  Simon Josefsson  <jas@extundo.com>
18207
18208         * hashcash.el (hashcash-generate-payment): Revert.
18209
18210 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18211
18212         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18213         Use gnus-extract-references instead of gnus-split-references.
18214
18215         * gnus-util.el (gnus-extract-references): Add new function, analogous
18216         to gnus-split-references but extracts only the message-ID without
18217         anything extra.
18218
18219         * hashcash.el (hashcash-generate-payment)
18220         (hashcash-check-payment): Do the right thing if hashcash-path is
18221         nil (because the hashcash program could not be found).
18222
18223         * spam.el (spam-use-hashcash): Remove comment.
18224
18225 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
18226
18227         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
18228         (gnus-cache-enter-article, gnus-cache-remove-article)
18229         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
18230
18231         * gnus-async.el (gnus-async-prefetch-remove-group): do.
18232
18233         * gnus-art.el (article-hide-boring-headers)
18234         (article-translate-strings, article-display-face)
18235         (gnus-article-mime-match-handle-first)
18236         (gnus-article-highlight-headers)
18237         (gnus-article-add-buttons-to-head): do.
18238
18239 2004-09-27  Simon Josefsson  <jas@extundo.com>
18240
18241         * hashcash.el: New version, from
18242         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
18243         ../contrib/.
18244
18245 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18246
18247         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
18248
18249 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
18250
18251         * gnus-dup.el (gnus-dup-open): Use mapc.
18252         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
18253
18254         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
18255         Reported by Stefan Wiens <s.wi@gmx.net>.
18256
18257         * gnus.el (gnus-shutdown): Use dolist.
18258
18259         * gnus-undo.el (gnus-undo): Use mapc.
18260
18261         * nnrss.el (nnrss-generate-active): do.
18262
18263         * message.el (message-cite-original-without-signature)
18264         (message-cite-original): Use mapc.
18265         (message-do-actions, message-make-forward-subject): Use dolist.
18266
18267 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18268
18269         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
18270         deletion to remove entire duplicate line.  Fixes merged article
18271         number bug.
18272
18273 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18274
18275         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
18276         servers that are offline.  Avoids having gnus-agent-toggle-plugged
18277         first ask if you want to open a server and then, even when you
18278         responded with no, asking if you want to synchronize the server's
18279         flags.
18280         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
18281         multi-line expressions.
18282         (gnus-agent-synchronize-group-flags): New internal function.
18283         Updates marks in memory (in the info structure) AND in the
18284         backend.
18285
18286         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
18287
18288         * nnagent.el (nnagent-request-set-mark):
18289         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
18290         method, to ensure that synchronization updates marks in the
18291         backend and in the info (in memory) structure.
18292
18293 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18294
18295         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
18296         convention fully; don't miss the root article of a thread; make
18297         the X-Draft-From header with correct article numbers.
18298
18299 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
18300
18301         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
18302         unless plugged.  Disable the agent so that an open failure causes
18303         an error.
18304
18305         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
18306         Revert 2004-09-21 change.  The backend must be opened while
18307         synchronizing flags even when the backend stores the flags
18308         locally.
18309
18310 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
18311
18312         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
18313         in `header' match.  Reported by Svend Tollak Munkejord.
18314
18315         * message.el (message-cite-original): Fix use of
18316         `message-cite-articles-with-x-no-archive'.
18317
18318 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18319
18320         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
18321         (gnus-window-to-buffer): Ditto.
18322
18323         * mml.el (mml-preview-buffer): New variable.
18324         (mml-preview): Manage window layout with gnus-buffer-configuration.
18325
18326         * gnus-msg.el (gnus-setup-message): Put article numbers into the
18327         X-Draft-From header even if those articles aren't quoted.
18328
18329 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
18330
18331         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
18332         (gnus-request-set-mark, gnus-request-update-mark): Use new
18333         g-s-t-u-l-m to decide to use backend even when unplugged.
18334
18335 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18336
18337         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
18338         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
18339
18340 2004-09-20  Simon Josefsson  <jas@extundo.com>
18341
18342         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
18343         "utf-16-le".
18344
18345 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18346
18347         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
18348
18349 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18350
18351         * uudecode.el (uudecode-use-external): Add :version.
18352
18353         * smime.el (smime-CA-file, smime-encrypt-cipher)
18354         (smime-dns-server): Add :version.
18355
18356         * smiley.el (gnus-smiley-file-types): Add :version.
18357
18358         * sha1.el (sha1-use-external): Add :version.
18359
18360         * pgg-def.el (pgg-query-keyserver): Add :version.
18361
18362         * nnmail.el (nnmail-fancy-expiry-targets)
18363         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
18364         Add :version.
18365
18366         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
18367         (nnimap-retrieve-groups-asynchronous): Add :version.
18368         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
18369
18370         * mml.el (mml-content-disposition-parameters)
18371         (mml-insert-mime-headers-always): Add :version.
18372
18373         * mm-util.el (mm-coding-system-priorities): Add :version.
18374
18375         * mm-decode.el (mm-inline-text-html-with-images)
18376         (mm-keep-viewer-alive-types, mm-external-terminal-program)
18377         (mm-verify-option): Add :version.
18378         (mm-text-html-renderer): Change :version.
18379
18380         * message.el (message-fcc-externalize-attachments)
18381         (message-required-headers, message-draft-headers)
18382         (message-subject-trailing-was-query)
18383         (message-subject-trailing-was-ask-regexp)
18384         (message-subject-trailing-was-regexp, message-mark-insert-begin)
18385         (message-mark-insert-end, message-archive-header)
18386         (message-archive-note, message-cross-post-default)
18387         (message-cross-post-note, message-followup-to-note)
18388         (message-cross-post-note-function, message-use-mail-followup-to)
18389         (message-subscribed-address-functions)
18390         (message-subscribed-address-file, message-subscribed-addresses)
18391         (message-subscribed-regexps, message-allow-no-recipients)
18392         (message-yank-cited-prefix, message-signature-insert-empty-line)
18393         (message-hidden-headers, message-hierarchical-addresses)
18394         (message-mail-user-agent, message-use-idna)
18395         (message-valid-fqdn-regexp)
18396         (message-strip-special-text-properties, message-header-synonyms)
18397         (message-beginning-of-line, message-tab-body-function): Add :version.
18398         (message-insert-canlock, message-wide-reply-confirm-recipients):
18399         Change :version.
18400
18401         * mail-source.el (mail-source-ignore-errors): Add :group, :type
18402         and :version.
18403         (mail-source-delete-old-incoming-confirm)
18404         (mail-source-movemail-program): Add :version.
18405
18406         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
18407         (gnus-agent-cache, gnus-agent): Change :version.
18408
18409         * gnus-util.el (gnus-use-byte-compile): Change :version.
18410
18411         * gnus-sum.el (gnus-summary-make-false-root-always)
18412         (gnus-summary-default-high-score)
18413         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
18414         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
18415         (gnus-read-all-available-headers, gnus-article-emulate-mime)
18416         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
18417         (gnus-sum-thread-tree-single-indent)
18418         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
18419         (gnus-sum-thread-tree-leaf-with-other)
18420         (gnus-sum-thread-tree-single-leaf): Add :version.
18421         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
18422         (gnus-article-loose-mime): Change :version.
18423
18424         * gnus-start.el (gnus-backup-startup-file)
18425         (gnus-save-startup-file-via-temp-buffer): Add :version.
18426
18427         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18428         (gnus-server-offline-face): Add :version.
18429
18430         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18431
18432         * gnus-msg.el (gnus-gcc-externalize-attachments)
18433         (gnus-debug-files, gnus-debug-exclude-variables)
18434         (gnus-discouraged-post-methods): Change :version.
18435         (gnus-confirm-mail-reply-to-news)
18436         (gnus-confirm-treat-mail-like-news): Add :version.
18437
18438         * gnus-int.el (gnus-server-unopen-status): Add :version.
18439
18440         * gnus-group.el (gnus-group-jump-to-group-prompt)
18441         (gnus-large-ephemeral-newsgroup)
18442         (gnus-fetch-old-ephemeral-headers): Add :version.
18443
18444         * gnus-fun.el (gnus-x-face-directory)
18445         (gnus-convert-pbm-to-x-face-command)
18446         (gnus-convert-image-to-x-face-command)
18447         (gnus-convert-image-to-face-command): Add :version.
18448
18449         * gnus-delay.el (gnus-delay-default-hour): Add :version.
18450
18451         * gnus-cite.el (gnus-cite-blank-line-after-header)
18452         (gnus-article-boring-faces): Add :version.
18453
18454         * gnus-art.el (gnus-buttonized-mime-types)
18455         (gnus-inhibit-mime-unbuttonizing)
18456         (gnus-treat-display-face)
18457         (gnus-treat-body-boundary): Change :version.
18458         (gnus-body-boundary-delimiter, gnus-picon-databases)
18459         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
18460         (gnus-treat-date-english, gnus-treat-fold-headers)
18461         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18462         (gnus-treat-mail-picon, gnus-treat-wash-html)
18463         (gnus-article-encrypt-protocol)
18464         (gnus-use-idna, gnus-article-over-scroll)
18465         (gnus-mime-display-multipart-alternative-as-mixed)
18466         (gnus-mime-display-multipart-related-as-mixed)
18467         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18468         (gnus-ctan-url, gnus-button-ctan-handler)
18469         (gnus-button-handle-ctan-bogus-regexp)
18470         (gnus-button-ctan-directory-regexp)
18471         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18472         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18473         (gnus-button-man-level, gnus-button-emacs-level)
18474         (gnus-button-message-level, gnus-button-browse-level): Add :version.
18475
18476         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18477         (gnus-agent-go-online): Change :version.
18478         (gnus-agent-expire-unagentized-dirs)
18479         (gnus-agent-auto-agentize-methods): Add :version.
18480
18481         * flow-fill.el (fill-flowed-display-column)
18482         (fill-flowed-encode-column): Add :version.
18483
18484         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18485         (gnus-outlook-deuglify-unwrap-max)
18486         (gnus-outlook-deuglify-cite-marks)
18487         (gnus-outlook-deuglify-unwrap-stop-chars)
18488         (gnus-outlook-deuglify-no-wrap-chars)
18489         (gnus-outlook-deuglify-attrib-cut-regexp)
18490         (gnus-outlook-deuglify-attrib-verb-regexp)
18491         (gnus-outlook-deuglify-attrib-end-regexp)
18492         (gnus-outlook-display-hook): Add :version.
18493
18494         * binhex.el (binhex-use-external): Add :version.
18495
18496 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
18497
18498         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18499         and `invisible'.
18500
18501 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18502
18503         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18504         in gnus-registry-trim.
18505
18506 2004-09-13  Simon Josefsson  <jas@extundo.com>
18507
18508         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18509
18510         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18511
18512         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18513         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18514         <yamaoka@jpl.org>.
18515         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18516         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18517         <yamaoka@jpl.org>.
18518
18519         * sieve.el (sieve-manage-mode): Ditto.
18520
18521 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18522
18523         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18524
18525 2004-09-11  Simon Josefsson  <jas@extundo.com>
18526
18527         * dns-mode.el: Add.
18528
18529         * mm-view.el (mm-display-dns-inline): Add.
18530
18531         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18532         (mm-automatic-display): Ditto.
18533
18534         * mailcap.el (mailcap-mime-data): Add text/dns.
18535         (mailcap-mime-extensions): Map .soa to text/dns.
18536
18537 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18538
18539         * gnus-art.el (article-decode-mime-words, article-babel)
18540         (gnus-article-highlight-signature, gnus-article-add-buttons)
18541         (gnus-signature-toggle): Remove unnecessary bindings of
18542         `inhibit-read-only' inherited from v5.10 merge.
18543
18544 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18545
18546         * nntp.el (nntp): New customization group.
18547         (nntp-authinfo-file): Add customization group.
18548
18549         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18550
18551         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18552
18553         * gnus.el (to-address, to-list, subscribed)
18554         (large-newsgroup-initial): Ditto.
18555
18556         * flow-fill.el (fill-flowed-display-column)
18557         (fill-flowed-encode-column): Ditto.
18558
18559 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18560
18561         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18562         Use point-min rather than 1.
18563         (message-send-mail): Use buffer-size rather than point-max.
18564
18565         * gnus-sum.el (gnus-summary-search-article-forward):
18566         Signal a specific `search-failed' rather than a generic `error'.
18567
18568         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18569         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18570         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18571
18572 2004-09-10  Simon Josefsson  <jas@extundo.com>
18573
18574         * nndb.el (require): Remove tcp and duplicate cl.
18575
18576 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18577
18578         * gnus-agent.el (directory-files-and-attributes): Move forward.
18579
18580 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18581
18582         * gnus-agent.el (directory-files-and-attributes):
18583         Optionally defined to support XEmacs.
18584
18585 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18586
18587         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18588         to avoid run-time CL dependencies.
18589         (gnus-agent-unfetch-articles): New function.
18590         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18591         article numbers even when local .overview file is missing.
18592         (gnus-agent-read-article-number): New function.  Only accepts
18593         27-bit article numbers.
18594         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18595         Use gnus-agent-read-article-number.
18596         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18597         from backend while recognizing that article numbers in .overview
18598         must be valid.
18599         (gnus-agent-update-files-total-fetched-for):
18600         Use directory-files-and-attributes to improve performance.
18601         * gnus-int.el (gnus-request-move-article):
18602         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18603         improve performance.
18604
18605         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18606         some users confused by references to .newsrc when they only have a
18607         .newsrc.eld file.
18608         (gnus-convert-mark-converter-prompt)
18609         (gnus-convert-converter-needs-prompt): Fix use of property list.
18610         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18611         New function.  Used internally to only display 'gnus converting
18612         files' message when actually necessary.
18613
18614         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18615         methods now autoloaded.
18616
18617 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18618
18619         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18620         identifiers.
18621
18622 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18623
18624         * gnus-picon.el: Fix indentation and closing parenthesis.
18625
18626 2004-09-01  Simon Josefsson  <jas@extundo.com>
18627
18628         * message.el (message-canlock-generate): Require sha1, not
18629         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18630         to require within a function.  Sadly, if sha1.el isn't loaded, the
18631         let binding in m-c-g will hide the defcustom definition, which is
18632         bad.)
18633
18634         * canlock.el: Require sha1, not sha1-el.
18635
18636         * message.el: Don't autoload sha1 (there is a autoload cookie in
18637         sha1.el).
18638
18639         * sha1-el.el: Rename to sha1.el.
18640
18641 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18642
18643         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18644
18645 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18646
18647         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18648
18649 2004-08-30  Kim F. Storm  <storm@cua.dk>
18650
18651         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18652
18653         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18654         Add :group 'nnimap.
18655
18656 2004-08-30  Andreas Schwab  <schwab@suse.de>
18657
18658         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18659         ?* and ?\;.
18660
18661         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18662         and ?\' to symbol instead of whitespace.
18663
18664 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18665
18666         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18667
18668         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18669         instead of re-search-forward.
18670
18671         * gnus-uu.el (gnus-uu-save-article): Ditto.
18672         (gnus-uu-post-encode-uuencode): Ditto.
18673
18674         * html2text.el (html2text-clean-list-items): Ditto.
18675         (html2text-clean-dtdd): Ditto.
18676         (html2text-format-tags): Ditto.
18677
18678         * message.el (message-send-mail-with-sendmail): Fix regexp.
18679         (message-fill-field-general): Use search-forward instead of
18680         re-search-forward.
18681         (unbold-region): Ditto.
18682
18683         * nnrss.el (nnrss-request-article): Ditto.
18684
18685         * nnslashdot.el (nnslashdot-request-article): Ditto.
18686
18687         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18688
18689         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18690         "Unrecognized menu descriptor" error in XEmacs.
18691
18692 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18693
18694         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18695         parent article of a sparse article in the thread hashtb.
18696
18697 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18698
18699         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18700         (nnmail-expand-newtext): Lowercase expanded entries if
18701         nnmail-split-lowercase-expanded is non-nil.
18702
18703 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18704
18705         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18706
18707         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18708         of gnus-tmp-news-method into string under XEmacs.  It will be
18709         passed to gnus-correct-length which takes only a string argument.
18710
18711 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18712
18713         * gnus-util.el (gnus-bind-print-variables): New macro.
18714         (gnus-prin1): Use it.
18715         (gnus-prin1-to-string): Use it.
18716         (gnus-pp): New function.
18717         (gnus-pp-to-string): New function.
18718
18719         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18720         Replace pp-to-string with gnus-pp-to-string.
18721         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18722         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18723         * gnus-msg.el (gnus-debug): Ditto.
18724         * gnus-score.el (gnus-score-save): Ditto.
18725         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18726         gnus-pp-to-string.
18727         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18728         with gnus-pp.
18729         * score-mode.el (gnus-score-pretty-print): Ditto.
18730         * webmail.el (webmail-debug): Ditto.
18731
18732 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18733
18734         * gnus-art.el (article-display-face, article-display-x-face):
18735         Use buffer-read-only.
18736
18737 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18738
18739         * gnus-art.el (article-hide-list-identifiers):
18740         Bind inhibit-read-only as t.
18741
18742 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18743
18744         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18745
18746 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18747
18748         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18749         (gnus-narrow-to-page): Don't assume point-min == 1.
18750         (gnus-article-edit-mode): Derive from message-mode.
18751
18752         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18753         point-min == 1.
18754
18755         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18756         Disable incorrect use of `assert'.
18757
18758         * message.el (message-mode): Set comment-start-skip.
18759
18760
18761 2004-08-22  Sam Steingold  <sds@gnu.org>
18762
18763         * pop3.el (pop3-leave-mail-on-server): New user variable.
18764         (pop3-movemail): Delete mail only when it is nil.
18765
18766 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18767
18768         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18769
18770         * mml.el (mml-preview): Use `pop-to-buffer'.
18771
18772         * message.el (message-goto-mail-followup-to): Insert after "To".
18773         (message-carefully-insert-headers): Add comment.
18774
18775         * gnus.el: Remove unused variable `gnus-article-check-size'.
18776
18777         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18778
18779         * gnus-art.el (gnus-button-alist):
18780         Improve `gnus-button-handle-library' entry.
18781
18782 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18783
18784         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18785         Use downcase, since XEmacs capitalizes error messages differently.
18786
18787 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18788
18789         * nntp.el: Add (require 'gnus) due to reference to
18790         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18791
18792 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18793
18794         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18795         Bind `mm-fill-flowed'.
18796
18797         * mm-decode.el (mm-dissect-singlepart): Check it.
18798
18799 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18800
18801         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18802         'imap' for netrc parsing.
18803
18804 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18805
18806         * mailcap.el (mailcap-mime-data): Mark as risky.
18807
18808 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18809
18810         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18811         may be included in the encoded word.
18812         (rfc2047-encode): Don't append a space if the encoded word
18813         includes close parenthesis.
18814
18815 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18816
18817         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18818         of text within parentheses.
18819
18820 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18821
18822         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18823         (gnus-encrypt-write-file-contents): Make the password key the file
18824         name PLUS the cipher, not just the cipher.  Also remove failed
18825         passwords from the cache.
18826
18827 2004-08-06  Simon Josefsson  <jas@extundo.com>
18828
18829         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18830         Doc fix.
18831
18832 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18833
18834         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18835         LWSP.
18836
18837 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18838
18839         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18840         Try to append in-reply-to: data to the references: header.
18841
18842         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18843         (netrc-parse): Use gnus-encrypt.el functions.
18844
18845         * gnus-encrypt.el: Add new file for encryption support; currently
18846         does only a few GPG ciphers and an internal XOR cipher.
18847
18848         * password.el: Add comments on using password-read-and-add.
18849         (password-read-and-add): Add function to read and add the
18850         password to the cache at once.
18851
18852 2004-07-28  Simon Josefsson  <jas@extundo.com>
18853
18854         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18855         parameter (but don't use it, for now).
18856
18857         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18858         instead of hard coding to nil.
18859
18860 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18861
18862         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18863         as mm-inline-image-xemacs does.
18864
18865 2004-07-26  Simon Josefsson  <jas@extundo.com>
18866
18867         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18868         Revert part of 2004-07-17 change below.
18869
18870 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18871
18872         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18873         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18874
18875 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18876
18877         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18878         quotes that actually start with ">" at the beginning of the
18879         lines.
18880
18881 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18882
18883         * rfc2047.el (rfc2047-encode-region): Fix last change.
18884         (rfc2047-encode-parameter): Remove useless concat.
18885
18886 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18887
18888         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18889         encode special characters; fix some kind of misconfigured headers;
18890         signal a real error if debug-on-quit or debug-on-error is non-nil.
18891         (rfc2047-encode-max-chars): New variable.
18892         (rfc2047-encode-1): Use it.
18893         (rfc2047-encode-parameter): New function.
18894
18895         * mml.el (mml-insert-parameter): Remove an excessive space.
18896
18897 2004-07-17  Simon Josefsson  <jas@extundo.com>
18898
18899         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18900         Kai Grossjohann <kai@emptydomain.de>.
18901         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18902         (gnus-group-make-menu-bar): Ditto.
18903
18904         * gnus-util.el (gnus-group-server): Add.
18905
18906 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18907
18908         * message.el (message-clone-locals): Clone sendmail and smtp
18909         variables.
18910
18911 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18912
18913         * rfc2047.el (rfc2047-encode-region): Fix last change.
18914
18915 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18916
18917         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18918         characters as non-special.
18919
18920 2004-07-09  Simon Josefsson  <jas@extundo.com>
18921
18922         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18923         Users will lose all flag changes made while unplugged with
18924         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18925         good default.  See numerous reports on ding mailing list.
18926
18927 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18928
18929         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18930         add generate-head-function and generate-article-function to the
18931         rfc822-forward entry.
18932         (nndoc-rfc822-forward-generate-article): New function.
18933         (nndoc-rfc822-forward-generate-head): New function.
18934
18935         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18936
18937 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18938
18939         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18940         respect display group parameter and gnus-summary-expunge-below.
18941         (gnus-articles-to-read): Remove unused reference to display group
18942         parameter.
18943
18944 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18945
18946         * nnheader.el (nnheader-uniquify-message-id): New experimental
18947         variable.
18948         (nnheader-nov-read-message-id): Use it.
18949
18950         * spam-report.el (spam-report-gmane): Add interactive.
18951
18952 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18953
18954         * mm-encode.el (mm-content-transfer-encoding-defaults):
18955         Use qp-or-base64 for the application/* types.
18956
18957 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18958
18959         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18960
18961 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18962
18963         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18964         trim value.
18965
18966 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18967
18968         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18969         New macro and function.
18970         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18971
18972 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18973
18974         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18975         after-load-alist.
18976
18977 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18978
18979         * gnus-group.el (gnus-group-get-new-news-this-group):
18980         Don't update info that isn't there.
18981
18982 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18983
18984         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18985         entry.
18986
18987 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18988
18989         * mm-view.el (mm-inline-render-with-function): Use multibyte
18990         buffer; decode html source by charset.
18991
18992         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18993
18994         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18995         Mule-UCS is loaded under XEmacs.
18996         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18997
18998 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18999
19000         * nnheader.el (nnheader-max-head-length): Increase to 8192.
19001
19002 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19003
19004         * mm-util.el (mm-coding-system-p): Return a coding-system.
19005         (mm-mime-mule-charset-alist): Use shift_jis instead of
19006         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
19007         entries for the mime charsets iso-2022-jp-3 and shift_jis.
19008         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
19009         instead of japanese-shift-jis and iso-latin-1 respectively in
19010         order to share the default value with both Emacs and XEmacs-mule.
19011         (mm-mule-charset-to-mime-charset):
19012         Make mm-coding-system-priorities effective.
19013         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
19014         while predicating of candidates upon the priorities.
19015
19016 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
19017
19018         * gnus-sum.el (gnus-summary-make-menu-bar):
19019         Add gnus-uu-invert-processable.
19020
19021         * gnus.el: Autoload gnus-uu-invert-processable.
19022
19023 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19024
19025         * mm-util.el (mm-with-multibyte-buffer): New macro.
19026
19027         * rfc2047.el (rfc2047-encode-string): Use it.
19028         (rfc2047-encode-region): Move point to the end of the region after
19029         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
19030
19031 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19032
19033         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
19034         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
19035
19036 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19037
19038         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
19039         (gnus-cite-parse): Ignore quoted envelope From_.
19040         Suggested by Karl Chen <quarl@nospam.quarl.org>.
19041
19042 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
19043
19044         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
19045         invalid addresses.
19046
19047 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
19048
19049         * spam.el: Change section markers, revise TODO list.
19050         (spam-backends): Make new master list of all installed backends.
19051         (spam-summary-exit-behavior): Add new variable to determine how
19052         messages moves are done at summary exit.
19053         (spam-move-spam-nonspam-groups-only)
19054         (spam-process-ham-in-nonham-groups)
19055         (spam-process-ham-in-spam-groups): Remove variables, the
19056         spam-summary-exit-behavior variable should be used to manage this
19057         behavior.
19058         (spam-old-ham-articles, spam-old-spam-articles): Remove.
19059         (spam-old-articles): Add variable, replacing spam-old-ham-articles
19060         and spam-old-spam-articles.
19061         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
19062         Add empty variables, placeholders for the backends they represent.
19063         (spam-set-difference): Move, unchanged.
19064         (spam-list-of-processors): Declare OBSOLETE, not used anymore
19065         unless the user has a processor variable.
19066         (spam-classifications, spam-classification-valid-p)
19067         (spam-backend-properties, spam-backend-property-valid-p)
19068         (spam-backend-function-type-valid-p)
19069         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
19070         (spam-report-articles-gmane, spam-report-articles-resend):
19071         Remove functions, they are not needed.
19072         (spam-install-backend-super, spam-backend-list)
19073         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
19074         (spam-backend-function, spam-backend-ham-registration-function)
19075         (spam-backend-spam-registration-function)
19076         (spam-backend-ham-unregistration-function)
19077         (spam-backend-spam-unregistration-function)
19078         (spam-backend-statistical-p, spam-backend-mover-p)
19079         (spam-install-backend-alias, spam-install-checkonly-backend)
19080         (spam-install-mover-backend, spam-install-nocheck-backend)
19081         (spam-install-backend, spam-install-statistical-backend)
19082         (spam-install-statistical-checkonly-backend): Add backend installation
19083         support.
19084         (spam-summary-prepare-exit): Rewrite to use the new backend code.
19085         (spam-group-processor-p): Use the new backend code and respect the
19086         summary exit behavior.
19087         (spam-mark-spam-as-expired-and-move-routine): Remove.
19088         (spam-summary-prepare): Change to use the new spam-old-articles
19089         variable.
19090         (spam-copy-or-move-routine, spam-copy-spam-routine)
19091         (spam-move-spam-routine, spam-copy-ham-routine)
19092         (spam-move-ham-routine): Add code to copy/move ham or spam.
19093         (spam-fetch-field-fast): Improve doc and code, plus allow the
19094         'number request.
19095         (spam-list-of-checks, spam-list-of-statistical-checks):
19096         Remove variables.
19097         (spam-split, spam-find-spam): Use the new backend code.
19098         (spam-registration-functions): Remove variable.
19099         (spam-unregister-routine): Add convenience wrapper.
19100         (spam-log-undo-registration, spam-register-routine)
19101         (spam-log-processing-to-registry)
19102         (spam-log-unregistration-needed-p): Rename "check" to "backend"
19103         where possible.
19104         (spam-check-gmane-xref, spam-check-regex-headers)
19105         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
19106         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
19107         (spam-check-bogofilter-headers, spam-check-spamoracle)
19108         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
19109         (spam-check-crm114-headers): Use the spam-split-group that
19110         spam-split prepares, no need to determine it every time.
19111
19112         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
19113         to the nnheader-parse-naked-head call.
19114
19115         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
19116
19117         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
19118         the nnheader-nov-read-message-id call.
19119
19120 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19121
19122         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
19123         gnus-activate-group twice.  Suggested by Markus Peter
19124         <warp@spin.de>.
19125
19126 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19127
19128         * gnus-art.el (gnus-article-time-format): Exchange the order of
19129         day and month in the default value; fix customization type.
19130         (article-date-ut): Use add-text-properties.
19131         (article-make-date-line): Use message-make-date instead of
19132         current-time-string.
19133
19134         * message.el (message-fetch-field): Don't use set-text-properties.
19135         (message-make-date): Simplify.
19136
19137         * messagexmas.el (message-xmas-make-date): New function.
19138         (message-xmas-redefine): Defalias message-make-date to it.
19139
19140 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19141
19142         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
19143         (rfc2047-encode-region): Treat text within parentheses as special;
19144         show the original text when error has occurred.
19145
19146         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
19147         already-computed method to gnus-activate-group.
19148
19149         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
19150         same select-methods identical Lisp objects.
19151
19152         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
19153         object when modifying the info.
19154
19155 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19156
19157         * gnus-srvr.el (gnus-server-set-info): Remove the server from
19158         gnus-opened-servers since it has never been opened with the new
19159         configuration yet.
19160
19161 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19162
19163         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
19164         arg to nnheader-generate-fake-message-id.
19165
19166 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
19167
19168         * nnheader.el (nnheader-generate-fake-message-id): Accept a
19169         number and build a fake message ID localized to a group and
19170         article number (so it's repeatable from that point on).
19171         (nnheader-fake-message-id-p): Change regex to accomodate new fake
19172         ID format.
19173
19174         * gnus-sum.el (gnus-get-newsgroup-headers):
19175         Call nnheader-generate-fake-message-id with the article number.
19176
19177 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
19178
19179         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
19180         end-of-buffer.
19181
19182 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19183
19184         * message.el (message-ignored-supersedes-headers): Add Approved.
19185
19186 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19187
19188         * rfc2047.el (rfc2047-encode-message-header): Remove useless
19189         goto-char.
19190         (rfc2047-encode): Fold the line before encoding.
19191
19192 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19193
19194         * rfc2047.el (rfc2047-encode-message-header): Disabled header
19195         folding -- not all headers can be folded, and this should be done
19196         by the message composition mode.  Probably.  I think.
19197
19198 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19199
19200         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
19201         fast.
19202
19203         * gnus-ems.el (gnus-remove-image): Don't use
19204         message-text-with-property; remove only the image found first.
19205
19206         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
19207         found first.
19208
19209 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
19210
19211         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
19212
19213 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19214
19215         * message.el (message-text-with-property): Make it fast and accept
19216         optional arguments.
19217         (message-strip-forbidden-properties): Use it.
19218         (message-fix-before-sending): Follow the m-t-w-p change.
19219
19220         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
19221
19222 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19223
19224         * gnus-art.el (article-hide-headers): Don't change the buffer
19225         mistakenly when performing mml-preview even if
19226         gnus-single-article-buffer is nil.
19227
19228 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
19229
19230         * message.el (message-expand-name-databases): New user option.
19231         (message-expand-name): Use it.
19232
19233 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
19234
19235         * spam.el (spam-report-articles-resend)
19236         (spam-report-resend-register-routine): Allow ham reporting.
19237         (spam-report-resend-register-ham-routine): Add wrapper.
19238         (spam-registration-functions): Add ham resending functions.
19239         (spam-list-of-processors): Add ham resend processor.
19240
19241         * gnus.el (ham-resend-to): Add new group parameter.
19242         (spam-process): Add ham resend option.
19243
19244         * spam-report.el (spam-report-resend): Allow reporting ham.
19245         (spam-report-resend-ham): Add wrapper.
19246
19247 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19248
19249         * message.el (message-cite-articles-with-x-no-archive):
19250         New variable.
19251         (message-cite-original): Use it.
19252
19253 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19254
19255         * message.el (message-cite-original): Respect X-No-Archive.
19256
19257 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19258
19259         * gnus-art.el (article-hide-headers): Refer to the values for
19260         gnus-ignored-headers and gnus-visible-headers in the summary
19261         buffer since a user may have set them as group parameters.
19262
19263 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
19264
19265         * assistant.el (assistant-node-name): Add convenience function.
19266         (assistant-render-text, assistant-render-node): Add error handling,
19267         plus handle multiple next nodes.
19268         (assistant-find-next-node): Comment out for now.
19269         (assistant-find-next-nodes): Add function, returns list of next
19270         nodes.
19271
19272 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
19273
19274         * mail-source.el (mail-source-directory): Fix doc-string.
19275
19276 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
19277
19278         * assistant.el (assistant-render-text, assistant-eval): Add :set
19279         widget type, which is different because it takes and returns a
19280         list.  Much hilarity ensues.
19281
19282 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
19283
19284         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
19285
19286         * gnus-group.el (gnus-group-get-new-news-this-group):
19287         Add doc-string.
19288
19289         * gnus-start.el (gnus-activate-group): Add doc-string.
19290
19291 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19292
19293         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
19294
19295 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
19296
19297         * assistant.el (assistant-render-text): Try to add a :set
19298         widget, more to come.
19299
19300         * spam.el (spam-group-spam-contents-p): Handle empty groupname
19301         strings.
19302         (spam-report-articles-resend)
19303         (spam-register-routine): Do registration iff any articles warrant
19304         it.
19305         (spam-summary-prepare-exit): Change log message for nil group
19306         destinations.
19307
19308 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
19309
19310         * spam.el (spam-report-resend-register-routine):
19311         Allow spam-report-resend-to to be a group parameter or a global value.
19312
19313 2004-05-26  Simon Josefsson  <jas@extundo.com>
19314
19315         * starttls.el: Merge with my GNUTLS based starttls.el.
19316         (starttls-gnutls-program, starttls-use-gnutls)
19317         (starttls-extra-arguments, starttls-process-connection-type)
19318         (starttls-connect, starttls-failure, starttls-success):
19319         New variables.
19320         (starttls-program, starttls-extra-args): Doc fix.
19321         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
19322         New functions.
19323         (starttls-negotiate, starttls-open-stream):
19324         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
19325         function if it is set.
19326
19327 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19328
19329         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
19330         structured fields.
19331
19332 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19333
19334         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
19335
19336 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
19337
19338         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19339         Add variable.
19340         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
19341         assigning the spam-mark to new messages.
19342
19343 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
19344
19345         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
19346
19347 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19348
19349         * dgnushack.el: Autoload customize-set-variable for XEmacs.
19350
19351         * rfc2047.el (rfc2047-encodable-p): Don't move point.
19352         (rfc2047-decode): Treat the ascii coding-system as raw-text by
19353         default.
19354
19355 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
19356
19357         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
19358         correct data.
19359
19360 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
19361
19362         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
19363         (spam-group-processor-p): Fix function.
19364         (spam-group-processor-multiple-p)
19365         (spam-group-spam-processor-report-gmane-p)
19366         (spam-group-spam-processor-report-resend-p)
19367         (spam-group-spam-processor-bogofilter-p)
19368         (spam-group-spam-processor-blacklist-p)
19369         (spam-group-spam-processor-ifile-p)
19370         (spam-group-ham-processor-ifile-p)
19371         (spam-group-spam-processor-spamoracle-p)
19372         (spam-group-spam-processor-crm114-p)
19373         (spam-group-ham-processor-bogofilter-p)
19374         (spam-group-spam-processor-stat-p)
19375         (spam-group-ham-processor-stat-p)
19376         (spam-group-ham-processor-whitelist-p)
19377         (spam-group-ham-processor-BBDB-p)
19378         (spam-group-ham-processor-spamoracle-p)
19379         (spam-group-ham-processor-copy-p): Remove functions with some
19380         prejudice against unneeded code.
19381         (spam-report-articles-resend)
19382         (spam-report-resend-register-routine): Allow the group/topic
19383         spam-resend-to value to override spam-report-resend-to.
19384         (spam-summary-prepare-exit): Invoke spam-group-processor-p
19385         properly now.
19386
19387         * gnus.el (spam-resend-to): Add group/topic parameter.
19388         (spam-process): Move the OBSOLETE processors to the end of the
19389         choices.
19390
19391 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
19392
19393         * spam-report.el (spam-report-resend-to, spam-report-resend):
19394         Start with resend-to set to nil, and then ask the user if necessary.
19395         (spam-report-resend): spam-report-resend takes a list of articles, not
19396         separate article numbers.
19397
19398 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19399
19400         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
19401         addition to emacs-w3m.
19402
19403 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19404
19405         * assistant.el (assistant-authinfo-data): New function.
19406         (assistant-eval): Eval for entire assistant.
19407
19408         * netrc.el (netrc-services-file): New variable.
19409         (netrc-parse-services): New function.
19410         (netrc-find-service-name): New function.
19411         (netrc-find-service-number): New function.
19412         (netrc-port-equal): New function.
19413         (netrc-machine): Use it.
19414
19415         * nnimap.el (nnimap-open-connection): Use netrc.
19416
19417         * gnus-util.el (gnus-netrc-get): Remove aliases.
19418
19419         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
19420
19421         * assistant.el (wid-edit): Fix compilation.
19422
19423         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
19424
19425 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
19426
19427         * gnus-util.el (gnus-set-file-modes): New function.  (small
19428         patch).
19429
19430 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19431
19432         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
19433
19434         * assistant.el (assistant-render-node): Fix up rendering and
19435         read-only text.
19436         (assistant-render-node): Reset.
19437         (assistant-make-read-only): Not sticky.
19438
19439 2004-05-20  Danny Siu  <dsiu@adobe.com>
19440
19441         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19442         centered even when gnus-auto-center-summary is t.
19443
19444 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19445
19446         * dns.el (dns-get-txt-answer): New function.
19447         (dns-read-txt): Ditto.
19448         (query-dns): Use it.
19449
19450 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19451
19452         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
19453         active for foreign groups even if the group level is higher than
19454         the specified value.
19455
19456 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19457
19458         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
19459         non-active groups.
19460
19461         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
19462
19463 2004-05-20  Magnus Henoch  <mange@freemail.hu>
19464
19465         * dns.el (dns-read-type): Add support for SVR.  (small patch)
19466
19467 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
19468
19469         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19470         (spam-crm114-header, spam-crm114-spam-switch)
19471         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19472         (spam-crm114-positive-spam-header)
19473         (spam-crm114-database-directory, spam-list-of-processors)
19474         (spam-group-spam-processor-crm114-p)
19475         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19476         (spam-generic-score, spam-list-of-checks)
19477         (spam-list-of-statistical-checks, spam-registration-functions)
19478         (spam-check-crm114-headers, spam-crm114-score)
19479         (spam-check-crm114, spam-crm114-register-with-crm114)
19480         (spam-crm114-register-spam-routine)
19481         (spam-crm114-unregister-spam-routine)
19482         (spam-crm114-register-ham-routine)
19483         (spam-crm114-unregister-ham-routine): Add CRM114 support.
19484         From asjo@koldfront.dk (Adam Sjøgren).
19485
19486         * gnus.el: Add spam-use-crm114.
19487
19488         * spam.el (spam-list-of-processors, spam-registration-functions):
19489         Add spam-use-resend.
19490         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19491         (spam-report-articles-gmane): Add doc fix.
19492         (spam-report-articles-resend, spam-report-resend-register-routine):
19493         Add wrappers around spam-report-resend-to.
19494
19495         * spam-report.el (spam-report-resend-to, spam-report-resend):
19496         Add support for resending spam.
19497         (spam-report-gmane): Fix line length >80.
19498
19499         * gnus.el (spam-process): Add spam-use-resend.
19500
19501 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19502
19503         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19504         number of processed spam messages.
19505         (spam-ham-copy-or-move-routine): Return the number of processed
19506         ham messages.
19507         (spam-summary-prepare-exit): Use the above values to decide
19508         whether status messages shouled be displayed.
19509
19510 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19511
19512         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19513         `rfc2047-encoding-function-alist' in order to avoid conflicting
19514         with the old version.
19515         (rfc2047-encode-region): Concatenate words containing non-ASCII
19516         characters in structured fields; don't encode space-delimited
19517         ASCII words even in unstructured fields; don't break words at
19518         char-category boundaries.
19519         (rfc2047-encode-1): New function.
19520         (rfc2047-encode): Use it; encode text so that it occupies the
19521         maximum width within 76-column; work correctly on Q encoding for
19522         iso-2022-* charsets.
19523         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19524         sure not to break a line just after the header name.
19525         (rfc2047-b-encode-region): Remove.
19526         (rfc2047-b-encode-string): New function.
19527         (rfc2047-q-encode-region): Remove.
19528         (rfc2047-q-encode-string): New function.
19529
19530         * mm-util.el (mm-replace-in-string): New function.
19531
19532 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19533
19534         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19535         Really get it right.
19536         (gnus-inews-make-draft): Really.
19537
19538 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19539
19540         * nnmh.el (nnmh-request-list-1): Don't check the link count
19541         before descending.  (small patch)
19542
19543 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19544
19545         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19546         stuff.
19547
19548         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19549         Match on real group name.
19550
19551         * gnus-art.el (gnus-signature-limit): Doc fix.
19552
19553         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19554
19555         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
19556
19557 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
19558
19559         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
19560         isn't a string.
19561
19562 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19563
19564         * gnus-draft.el (gnus-draft-send):
19565         Bind rfc2047-encode-encoded-words.
19566
19567         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19568         (rfc2047-encodable-p): Say that =? needs encoding.
19569         (rfc2047-encode-encoded-words): New variable.
19570
19571         * gnus-group.el (gnus-group-select-group): Doc fix.
19572
19573         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19574
19575         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19576         to nil.
19577
19578         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19579
19580         * nnheader.el (nnheader-get-lines-and-char): New function.
19581
19582 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19583
19584         * gnus-msg.el (gnus-summary-followup-with-original):
19585         Document yanking of region when active.
19586
19587 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19588
19589         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19590         groups if the group level is higher than the specified value.
19591
19592 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19593
19594         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19595         (gnus-group-jump-to-group): Add prefix argument using
19596         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19597         non-active group.
19598
19599         * compface.el (uncompface): Be verbose when changing
19600         `uncompface-use-external'.
19601
19602         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19603         handle manual section.
19604
19605 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19606
19607         * gnus-art.el (gnus-button-alist): Revert previous change.
19608
19609 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19610
19611         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19612
19613 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19614
19615         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19616         whether backend can accept message.
19617
19618         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19619
19620 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19621
19622         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19623         Avoid creating directory when nntp-marks-is-evil is true.
19624         Reported by Reiner Steib.
19625
19626 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19627
19628         * gnus-picon.el (gnus-picon-style): New variable.
19629         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19630         (gnus-picon-transform-address): Support `gnus-picon-style'.
19631         From Jesper Harder <harder@ifa.au.dk>.
19632
19633 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19634
19635         * message.el (message-fill-field): Return point.
19636         (message-generate-headers): Go to end of field.
19637
19638         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19639         stuff for non-living groups.
19640
19641 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19642
19643         * gnus-art.el (gnus-article-followup-with-original)
19644         (gnus-article-reply-with-original): gnus-mark-active-p ->
19645         gnus-region-active-p.
19646
19647 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19648
19649         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19650         only when there is spam or ham to be processed.
19651
19652 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19653
19654         * mail-source.el (mail-source-delete-crash-box): Refactor.
19655         (mail-source-fetch): Use it.
19656         (mail-source-fetch-file): Ditto.
19657         (mail-source-fetch-directory): Run postscript in loop.
19658         (mail-source-fetch-pop): Delete.
19659         (mail-source-fetch-maildir): Ditto.
19660         (mail-source-fetch-imap): Ditto.
19661
19662         * imap.el (imap-authenticators): Comment out sasl.
19663
19664         * message.el (message-skip-to-next-address): New function.
19665         (message-fill-header-address): Refactor.
19666         (message-fill-address): Use it.
19667         (message-delete-address): Use it.
19668         (message-fill-header-general): Refactor.
19669         (message-fill-field-address): Rename.
19670         (message-narrow-to-field): Find the start of the header.
19671         (message-header-format-alist): Don't pre-fill.
19672         (message-fill-header): Remove.
19673         (message-insert-header): New function.
19674         (message-shorten-references): Use it.
19675
19676         * rfc2047.el (rfc2047-field-value): Strip props.
19677
19678         * mail-parse.el (mail-header-make-address): New alias.
19679
19680         * ietf-drums.el (ietf-drums-make-address): New function.
19681
19682         * imap.el: Add compiler directives.
19683
19684         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19685
19686         * gnus-art.el (article-decode-idna-rhs): Don't use
19687         message-idna-inside-rhs-p.
19688
19689 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19690
19691         * message.el (message-idna-inside-rhs-p): Remove.
19692         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19693
19694         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19695         false positives.
19696
19697 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19698
19699         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19700
19701 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19702
19703         * nneething.el (nneething-file-name): Don't create spurious
19704         files.
19705
19706         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19707         (gnus-inews-do-gcc): Remove sleep.
19708
19709         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19710         part under point.
19711
19712         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19713         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19714
19715 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19716
19717         * spam.el (spam-summary-prepare-exit): Fix (length).
19718
19719 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19720
19721         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19722         as expired without moving it" message when there are spam
19723         messages left.
19724
19725 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19726
19727         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19728         header is not nil.
19729
19730 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19731
19732         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19733         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19734         (nntp-marks-changed-p): New arg SERVER.
19735         (nntp-request-update-info): Adjust caller.
19736
19737 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19738
19739         * nntp.el (nntp-save-marks): Pass missing arg.
19740
19741 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19742
19743         * nntp.el: Support marks.
19744         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19745         (nntp-marks-modtime, nntp-marks-directory): New variables.
19746         (nntp-request-set-mark, nntp-request-update-info)
19747         (nntp-possibly-create-directory, nntp-marks-changed-p)
19748         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19749         New functions.
19750
19751 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19752
19753         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19754         (gnus-xmas-redefine): Rename.
19755
19756         * gnus-score.el (gnus-score-insert-help):
19757         Use gnus-select-lowest-window.
19758
19759         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19760         appt-select-lowest-window and rename to gnus-select-lowest-window.
19761
19762         * gnus.el: do.
19763
19764 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19765
19766         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19767         encodings of MIME-encoded words, in order to improve
19768         interoperability with several broken MUAs.
19769
19770 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19771
19772         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19773         tags, only when charsets are not specified in headers.
19774         (mm-inline-text-html-render-with-w3m): Ditto.
19775
19776         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19777         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19778
19779 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19780
19781         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19782         instead of MIME-decoded from fields when checking
19783         `gnus-article-address-banner-alist'.
19784
19785 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19786
19787         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19788         description rather than subject.
19789
19790 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19791
19792         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19793
19794 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19795
19796         * gnus.el (gnus-version-number): Bump.
19797
19798 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19799
19800         * gnus.el: No Gnus v0.2 is released.
19801
19802 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19803
19804         * gnus-agent.el (gnus-agent-read-agentview):
19805         Inline gnus-uncompress-range.
19806
19807 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19808
19809         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19810         `exec-installed-p'.
19811
19812 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19813
19814         * gnus.el (spam-process, spam-autodetect-methods):
19815         Add bsfilter and bsfilter-headers.
19816
19817         * spam.el (spam-bsfilter): New customize group.
19818         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19819         (spam-bsfilter-header, spam-bsfilter-probability-header)
19820         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19821         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19822         (spam-bsfilter-database-directory): New options.
19823         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19824         (spam-list-of-statistical-checks, spam-registration-functions):
19825         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19826         (spam-bsfilter-score): New command.
19827         (spam-check-bsfilter-headers, spam-check-bsfilter)
19828         (spam-bsfilter-register-with-bsfilter)
19829         (spam-bsfilter-register-spam-routine)
19830         (spam-bsfilter-unregister-spam-routine)
19831         (spam-bsfilter-register-ham-routine)
19832         (spam-bsfilter-unregister-ham-routine): New functions.
19833         (spam-generic-score): Support bsfilter; Accept an optional argument
19834         to recalcurate spam score even if scoring header has already been
19835         added.
19836         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19837         optional argument to recalcurate spam score even if scoring header
19838         has already been added.
19839
19840 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19841
19842         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19843         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19844         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19845         link is missing.
19846
19847 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19848
19849         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19850         (html2text-get-attr): Rewrite.
19851
19852         * message.el (message-setup-1): Remove redundant put-text-property
19853         on mail-header-separator.
19854
19855 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19856
19857         * gnus-registry.el (gnus-registry-cache-whitespace)
19858         (gnus-registry-action, gnus-registry-spool-action)
19859         (gnus-registry-split-fancy-with-parent): Change message levels
19860         from 5 to 3 or 7, as needed.
19861
19862         * spam.el (spam-summary-prepare-exit)
19863         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19864         (spam-split, spam-find-spam, spam-log-undo-registration)
19865         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19866         level from 5 to 6.
19867
19868 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19869
19870         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19871         2004-03-04 change).
19872
19873 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19874
19875         * sieve-manage.el (sieve-manage-open):
19876         * nnweb.el (nnweb-insert-html):
19877         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19878         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19879         * nnspool.el (nnspool-request-group):
19880         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19881         * nnml.el (nnml-request-update-info):
19882         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19883         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19884         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19885         (nnimap-request-set-mark):
19886         * nnfolder.el (nnfolder-request-update-info):
19887         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19888         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19889         * gnus-uu.el (gnus-uu-find-articles-matching):
19890         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19891         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19892         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19893         * gnus-nocem.el (gnus-nocem-scan-groups):
19894         * gnus-int.el (gnus-start-news-server):
19895         * gnus-group.el (gnus-group-make-kiboze-group)
19896         (gnus-group-browse-foreign-server):
19897         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19898         Use mapc when appropriate.
19899
19900 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19901
19902         FIXME: Make separate entries for each person.
19903
19904         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19905         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19906         <shields@msrl.com>:
19907
19908         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19909         may need for spam sorting and scoring.
19910         (spam-user-format-function-S): Add user format function suitable for
19911         general use.
19912         (spam-article-sort-by-spam-status): Add sorting function for summary
19913         sorting.
19914         (spam-extra-header-to-number): Add function to get a score from a
19915         header.
19916         (spam-summary-score): Add function to get a numeric score from the
19917         headers.
19918         (spam-generic-score): Fix function doc, was in wrong place.
19919         (spam-initialize): Take symbols when it's run, and install the
19920         extra headers that spam-necessary-extra-headers thinks we need.
19921
19922 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19923
19924         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19925         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19926
19927 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19928
19929         * gnus-sum.el (gnus-set-global-variables)
19930         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19931         (gnus-article-get-xrefs, gnus-summary-best-group)
19932         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19933         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19934         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19935         Use with-current-buffer.
19936
19937 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19938
19939         * spam.el (spam-summary-prepare-exit): Simplify logic.
19940         (spam-fetch-article-header): Read the article header if it's not
19941         available.
19942         (spam-list-articles): Simplify logic.
19943         (spam-filelist-register-routine): Fix bug with unregister-list.
19944
19945         * gnus-registry.el: Fix comments at beginning.
19946
19947 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19948
19949         * message.el (message-cater-to-broken-inn): Remove.
19950         (message-shorten-references): Make sure the total folded length of
19951         References is shorter than 998 characters to cater to a bug in INN
19952         2.3.  Also, don't pretend that references aren't folded -- this
19953         hasn't worked for a while.
19954
19955 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19956
19957         * gnus-agent.el (gnus-agentize):
19958         gnus-agent-send-mail-real-function no longer set to current value
19959         of message-send-mail-function but rather a lambda that calls
19960         message-send-mail-function.  The change makes the agent real-time
19961         responsive to user changes to message-send-mail-function.
19962
19963 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19964
19965         * legacy-gnus-agent.el
19966         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19967         help from Florian Weimer <fw@deneb.enyo.de>
19968
19969 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19970
19971         * nnmail.el (nnmail-cache-insert): Revert last change.
19972
19973 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19974
19975         * nnmail.el (nnmail-cache-insert): Always check whether
19976         nnmail-cache-ignore-groups matches a group name.
19977
19978 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19979
19980         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19981         (spam-find-spam, spam-log-processing-to-registry)
19982         (spam-log-registered-p, spam-log-unregistration-needed-p)
19983         (spam-log-undo-registration): Use gnus-message instead of
19984         gnus-error, none of these errors are fatal.
19985
19986         * gnus-registry.el (gnus-registry-clean-empty-function)
19987         (gnus-registry-clean-empty): Remove only empty entries without
19988         extra data.
19989
19990 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19991
19992         * spam-stat.el (spam-stat-buffer-change-to-spam)
19993         (spam-stat-buffer-change-to-non-spam): Change (error) to
19994         (gnus-message 8) invocation.
19995
19996 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19997
19998         * nntp.el (nntp-via-netcat-command): New variable.
19999         (nntp-via-netcat-switches): New variable.
20000         (nntp-open-via-rlogin-and-netcat): New function.
20001         (nntp-open-connection-function): Doc fix.
20002         (nntp-telnet-command): Doc fix.
20003         (nntp-end-of-line): Doc fix.
20004         (nntp-via-rlogin-command): Doc fix.
20005         (nntp-via-user-name): Doc fix.
20006         (nntp-via-address): Doc fix.
20007
20008 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20009
20010         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
20011         error in Emacs 21.1.
20012
20013 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
20014
20015         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
20016
20017 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20018
20019         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
20020         (gnus-agent-with-refreshed-group): New macro.
20021         (gnus-agent-rename-group): New function.
20022         (gnus-agent-delete-group): New function.
20023         (gnus-agent-save-group-info): Use gnus-command-method when
20024         `method' parameter is nil.  Don't write nil entries into the
20025         active file.
20026         (gnus-agent-get-group-info): New function.
20027         (gnus-agent-fetch-articles):
20028         Use gnus-agent-update-files-total-fetched-for to increment disk space
20029         used.
20030         (gnus-agent-fetch-headers, gnus-agent-save-alist):
20031         Use gnus-agent-update-view-total-fetched-for to increment disk space
20032         used.
20033         (gnus-agent-get-local): Add optional parameters to avoid calling
20034         gnus-group-real-name and gnus-find-method-for-group.
20035         (gnus-agent-set-local): Delete stored entry if either min, or max,
20036         are nil.
20037         (gnus-agent-fetch-session): Reworded error/quit messages.
20038         On quit, use gnus-agent-regenerate-group to record existance of any
20039         articles fetched to disk before the quit occurred.
20040         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
20041         gnus-agent-update-view-total-fetched-for, and
20042         gnus-agent-update-files-total-fetched-for to decrement disk space
20043         used.
20044         (gnus-agent-retrieve-headers):
20045         Use gnus-agent-update-view-total-fetched-for to increment disk space
20046         used.
20047         (gnus-agent-regenerate-group): Replace gnus-group-update-group
20048         with gnus-agent-update-files-total-fetched-for to decrement disk
20049         space and fresh group buffer.
20050         (gnus-agent-inhibit-update-total-fetched-for): New variable.
20051         (gnus-agent-need-update-total-fetched-for): New variable.
20052         (gnus-agent-update-files-total-fetched-for): New function.
20053         (gnus-agent-update-view-total-fetched-for): New function.
20054         (gnus-agent-total-fetched-for): New function.
20055
20056         * gnus-cache.el (gnus-cache-save-buffers):
20057         Use gnus-cache-update-overview-total-fetched-for to change disk space
20058         used by this group.
20059         (gnus-cache-possibly-enter-article):
20060         Use gnus-cache-update-file-total-fetched-for to increment disk space
20061         used by this group.
20062         (gnus-cache-possibly-remove-article):
20063         Use gnus-cache-update-file-total-fetched-for to decrement disk space
20064         used by this group.
20065         (gnus-cache-generate-nov-databases): Purge total fetched cache.
20066         (gnus-cache-rename-group): New function.
20067         (gnus-cache-delete-group): New function.
20068         (gnus-cache-inhibit-update-total-fetched-for): New variable.
20069         (gnus-cache-need-update-total-fetched-for): New variable.
20070         (gnus-cache-with-refreshed-group): New macro.
20071         (gnus-cache-update-file-total-fetched-for): New function.
20072         (gnus-cache-update-overview-total-fetched-for): New function.
20073         (gnus-cache-rename-group-total-fetched-for): New function.
20074         (gnus-cache-delete-group-total-fetched-for): New function.
20075         (gnus-cache-total-fetched-for): New function.
20076
20077         * gnus-group.el: Require gnus-sum and autoload functions to
20078         resolve warnings when gnus-group.el compiled alone.
20079         (gnus-group-line-format): Documented new %F.
20080         (size of Fetched data) group line format; identifies disk space
20081         used by agent and cache.
20082         (gnus-group-line-format-alist): Defined new F format.
20083         (gnus-total-fetched-for): New function.
20084         (gnus-group-delete-group): No longer update
20085         gnus-cache-active-altered as gnus-request-delete-group now keeps
20086         the cache in sync.
20087         (gnus-group-list-active): Let the agent store a server's active
20088         list if currently plugged.
20089
20090         * gnus-int.el (gnus-request-delete-group):
20091         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
20092         local disk in sync with the server.
20093         (gnus-request-rename-group):
20094         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
20095         local disk in sync with the server.
20096
20097         * gnus-start.el (gnus-get-unread-articles):
20098         Cosmetic simplification to logic.
20099
20100         * gnus-util.el (gnus-rename-file): New function.
20101
20102 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
20103
20104         * mm-util.el (mm-image-load-path): Handle nil in load-path.
20105
20106 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
20107
20108         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
20109         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
20110
20111 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
20112
20113         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
20114         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
20115
20116 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
20117
20118         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
20119
20120 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
20121
20122         * spam.el (spam-set-difference): Add function to replace
20123         gnus-set-difference in spam.el.
20124         (spam-summary-prepare-exit): Use spam-set-difference.
20125
20126 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
20127
20128         * gnus-registry.el (gnus-registry-cache-file): Update to use
20129         gnus-dribble-directory OR gnus-home-directory OR ~.
20130         (gnus-registry-split-fancy-with-parent): Fix doc.
20131
20132 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20133
20134         * message.el (message-exchange-point-and-mark):
20135         Use message-mark-active-p.  Suggested by Jesper Harder
20136         <harder@ifa.au.dk>.
20137
20138 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20139
20140         * message.el (message-exchange-point-and-mark): Don't activate
20141         region if it was inactive.  Suggested by Hiroshi Fujishima
20142         <pooh@nature.tsukuba.ac.jp>.
20143
20144 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20145
20146         * gnus-art.el (article-display-face): Display Faces in the same
20147         order as X-Faces.
20148
20149 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20150
20151         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
20152
20153 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20154
20155         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
20156         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
20157         (gnus-article-mime-hierarchy): Remove.
20158         (gnus-article-mime-hierarchy-next): Remove.
20159         (gnus-article-mode): Revert 2004-03-19 change.
20160         (gnus-article-setup-buffer): Revert 2004-03-19 change.
20161         (gnus-insert-mime-button): Revert 2004-03-19 change.
20162         (gnus-mime-accumulate-hierarchy): Remove.
20163         (gnus-mime-enter-multipart): Remove.
20164         (gnus-mime-leave-multipart): Remove.
20165         (gnus-mime-display-part): Revert 2004-03-19 change.
20166         (gnus-mime-display-alternative): Revert 2004-03-19 change.
20167
20168         * mml.el (mml-preview): Revert 2004-03-19 change.
20169
20170 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
20171
20172         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
20173
20174 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20175
20176         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
20177         t while entering a file name using the mm-with-multibyte macro.
20178         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20179
20180         * mm-util.el (mm-with-multibyte): New macro.
20181
20182 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20183
20184         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
20185         New user option.
20186         (gnus-mime-multipart-functions): Doc and customization fix.
20187         (gnus-article-mime-hierarchy): New variable.
20188         (gnus-article-mime-hierarchy-next): New variable.
20189         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
20190         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
20191         gnus-article-mime-hierarchy-next to nil.
20192         (gnus-insert-mime-button): Show hierarchy numbers.
20193         (gnus-mime-accumulate-hierarchy): New function.
20194         (gnus-mime-enter-multipart): New function.
20195         (gnus-mime-leave-multipart): New function.
20196         (gnus-mime-display-part): Recompute hierarchical MIME structure.
20197         (gnus-mime-display-alternative): Show hierarchy numbers.
20198
20199         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
20200         gnus-article-mime-hierarchy-next to nil.
20201
20202 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
20203
20204         * dns.el: Don't require gnus-xmas.
20205
20206 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
20207
20208         * mml.el (mml-generate-mime-1): Don't use format=flowed with
20209         inline PGP.
20210         (mml-menu): Disable mml-quote-region if mark is inactive.
20211
20212 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20213
20214         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
20215         when the group's active is not available.
20216
20217 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20218
20219         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
20220         error.
20221
20222 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
20223
20224         * imap.el (imap-store-password): New variable.
20225         (imap-interactive-login): Use it.
20226         Suggested by Mark Plaksin <happy@mcplaksin.org>.
20227
20228 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20229
20230         * gnus-art.el (gnus-article-read-summary-keys): Restore new
20231         window-start and hscroll to summary window.
20232
20233 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20234
20235         * gnus-start.el (gnus-convert-old-newsrc): Only write the
20236         conversion message to newsrc-dribble when an actual conversion is
20237         performed.
20238
20239 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
20240
20241         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
20242
20243 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20244
20245         * mm-decode.el (mm-complicated-handles): New function reviving
20246         former definition of mm-multiple-handles.
20247
20248         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
20249         (gnus-mime-delete-part): Use it.
20250
20251 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20252
20253         * gnus-agent.el (gnus-agent-read-local):
20254         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
20255         avoid the implicit assumption that they will always be equal.
20256         (gnus-agent-save-local): Bind buffer-file-coding-system, not
20257         coding-system-for-write, as the with-temp-file macro first prints
20258         to a buffer then saves the buffer.
20259
20260 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20261
20262         * gnus-art.el (gnus-article-edit-part): New function.
20263         (gnus-mime-save-part-and-strip): Use it; do query instead of
20264         signaling an error; don't use mm-multiple-handles.
20265         (gnus-mime-delete-part): Ditto.
20266
20267 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20268
20269         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
20270         old file versions.
20271         (gnus-group-prepare-hook): Remove function that converted list
20272         form of gnus-agent-expire-days to group properties.
20273
20274         * gnus-int.el: Autoload gnus-agent-regenerate-group.
20275         (gnus-request-accept-article): Re-indented.
20276
20277         * gnus-start.el (gnus-convert-old-newsrc): Registered new
20278         converters to handle old agent file formats.  Add logic for a
20279         "backup before upgrading warning".
20280         (gnus-convert-mark-converter-prompt): Developers can mark
20281         functions as needing (default), or not needing,
20282         gnus-convert-old-newsrc's "backup before upgrading warning".
20283         (gnus-convert-converter-needs-prompt): Tests whether the user
20284         should be protected from potentially irreversable changes by the
20285         function.
20286
20287         * legacy-gnus-agent.el: New.  Provides converters that are only
20288         loaded when gnus-convert-old-newsrc needs to call them.
20289
20290 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20291
20292         * mail-source.el (mail-source-touch-pop): Doc fix.
20293
20294         * message.el (message-smtpmail-send-it): Doc fix.
20295
20296 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
20297
20298         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
20299
20300         * nnmail.el (nnmail-split-fancy): do.
20301
20302         * gnus-kill.el (gnus-kill, gnus-execute): do.
20303
20304 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
20305
20306         * gnus-sum.el (gnus-widget-reversible-match)
20307         (gnus-widget-reversible-to-internal)
20308         (gnus-widget-reversible-to-external): New functions.
20309         (gnus-widget-reversible): New widget.
20310         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
20311
20312 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
20313
20314         * gnus-sum.el (gnus-thread-sort-functions)
20315         (gnus-article-sort-functions): Document `(not F)' items.
20316
20317 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
20318
20319         * spam.el (spam-use-gmane-xref): Add new backend.
20320         (spam-gmane-xref-spam-group): Add variable to control the name of the
20321         Gmane spam group.
20322         (spam-blackhole-servers, spam-blackhole-good-server-regex)
20323         (spam-regex-headers-spam, spam-regex-headers-ham)
20324         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
20325         (spam-list-of-checks): Add spam-use-gmane-xref to list of
20326         backends and checks.
20327         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
20328
20329         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
20330         an autodetect method.
20331
20332 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20333
20334         * gnus-int.el (gnus-request-accept-article): Inform the agent that
20335         articles are being added to a group.
20336         (gnus-request-replace-article): Inform the agent that articles
20337         need to be uncached as the cached contents are no longer valid.
20338
20339 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20340
20341         * binhex.el: Don't autoload executable-find.
20342
20343         * canlock.el: Don't autoload mail-fetch-field.
20344
20345         * dgnushack.el: Autoload c-mode for XEmacs.
20346
20347         * gnus-ems.el: Don't autoload appt-select-lowest-window.
20348
20349         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
20350         rmail-dont-reply-to and rmail-output.
20351
20352         * gnus-score.el: Don't autoload ffap-string-at-point.
20353
20354         * gnus-setup.el: Don't autoload sc-cite-original.
20355
20356         * imap.el: Don't autoload base64-decode-string,
20357         base64-encode-string and md5.
20358
20359         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
20360         and rmail-msg-restore-non-pruned-header.
20361
20362         * mm-decode.el: Don't autoload executable-find.
20363
20364         * mm-url.el: Don't autoload executable-find.
20365
20366         * mm-view.el: Don't autoload diff-mode.
20367
20368         * nndb.el: Don't autoload news-reply-mode, news-setup,
20369         cancel-timer and telnet.
20370
20371         * password.el: Don't autoload run-at-time for Emacs.
20372
20373         * sha1-el.el: Don't autoload executable-find.
20374
20375         * sieve-mode.el: Don't autoload c-mode.
20376
20377         * uudecode.el: Don't autoload executable-find.
20378
20379 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20380
20381         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
20382         (gnus-agent-possibly-alter-active): Avoid null in numeric
20383         comparison.
20384         (gnus-agent-set-local): Refuse to save null in local object table.
20385         (gnus-agent-regenerate-group): The REREAD parameter can now be a
20386         list of articles that will be marked as unread.
20387
20388 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20389
20390         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
20391
20392 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
20393
20394         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
20395         language tags.
20396
20397 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
20398
20399         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
20400         Don't bind "obarray".
20401
20402         * gnus-sum.el (gnus-thread-sort-functions):
20403         Add `gnus-thread-sort-by-most-recent-number' and
20404         `gnus-thread-sort-by-most-recent-date'.
20405         Reported by Kai Grossjohann <kai@emptydomain.de>.
20406
20407 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20408
20409         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
20410
20411 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20412
20413         * gnus-cus.el (gnus-agent-customize-category):
20414         Remove ignore-errors macro reference that required cl to be loaded at
20415         run-time.
20416
20417         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
20418         single-interval range of the form (min . max).  Previously the
20419         range had to look like ((min . max)).  Likewise, return
20420         (min . max) rather than ((min . max)).
20421         (gnus-range-map): Use gnus-range-normalize to accept
20422         single-interval range.
20423
20424         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20425         the cache, but not the agent, now appear with their usual face.
20426
20427         * dgnushack.el (loaddir): New variable that is bound to the
20428         directory containing the dgnushack.el file. Use loaddir, rather
20429         than srcdir, to update load-path. Change lets dgnushack compile
20430         code in directories other than GNUS/lisp.
20431
20432 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20433
20434         * lpath.el: Don't bind w3m-safe-url-regexp.
20435
20436         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20437         w3m-safe-url-regexp variable buffer-local.
20438
20439         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20440
20441 2004-02-27  Simon Josefsson  <jas@extundo.com>
20442
20443         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20444         gnus-group-real-prefix.
20445         (gnus-summary-move-article): Use it, instead of
20446         gnus-group-real-prefix.
20447
20448 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20449
20450         * lpath.el: Bind w3m-safe-url-regexp.
20451
20452         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
20453         w3m-safe-url-regexp variable buffer-local and set it as the value
20454         of mm-w3m-safe-url-regexp.
20455
20456         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20457
20458         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
20459         parsing gnus-posting-styles when the message is not for replying.
20460
20461         * dgnushack.el: Autoload sgml-mode for XEmacs.
20462
20463         * nnrss.el (nnrss-opml-export):
20464         Use mm-set-buffer-file-coding-system instead of
20465         set-buffer-file-coding-system.
20466
20467 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
20468
20469         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20470         of checkdoc.el).
20471         * nnrss.el: do.
20472         * gnus-mlspl.el: do.
20473         * gnus-ml.el: do.
20474         * gnus-srvr.el: do.
20475
20476         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20477
20478 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
20479
20480         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20481         Corrections to custom-manual links.
20482
20483         * gnus-art.el (gnus-article): Ditto.
20484
20485         * mm-decode.el (mime-display, mime-security): Ditto.
20486
20487 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20488
20489         * flow-fill.el: Typo.
20490
20491 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
20492
20493         * spam-wash.el: New file.
20494
20495 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
20496
20497         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20498
20499 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
20500
20501         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20502         to be run with new-articles as LIST1, not LIST2.
20503         (spam-registration-functions): Add spam-use-ham-copy as a nil
20504         registration backend.
20505
20506 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20507
20508         * spam-stat.el (spam-stat-washing-hook): New option.
20509         (spam-stat-buffer-words): Use it.
20510         (spam-stat-process-directory, spam-stat-test-directory):
20511         Use insert-file-contents-literally.
20512         (spam-stat-coding-system): New variable.
20513         (spam-stat-load, spam-stat-save): Use it.
20514
20515 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20516
20517         * spam-report.el (spam-report-plug-agent):
20518         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20519
20520 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20521
20522         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20523         Allow / in mailto URLs.
20524
20525 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20526
20527         * spam-report.el (spam-report-process-queue): Fix interactive use.
20528         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20529         (spam-report-unplug-agent): Doc fixes.
20530         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20531         (spam-report-agentize, spam-report-deagentize): Autoload.
20532
20533 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20534
20535         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
20536
20537         * message.el (message-setup-fill-variables): Add mml tags to
20538         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20539         <ajk@iu.edu>.
20540         (message-mode): Don't modify paragraph-separate there.
20541
20542 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20543
20544         * compface.el (uncompface-use-external): Default to undecided.
20545         (uncompface-use-external-threshold): New variable.
20546         (uncompface-float-time): New macro.
20547         (uncompface): Determine whether to use the external decoder if
20548         uncompface-use-external is undecided.
20549
20550 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20551
20552         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20553         after images.
20554
20555         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20556
20557 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20558
20559         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20560
20561         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20562
20563         * gnus-sum.el (gnus-summary-limit-to-age)
20564         (gnus-summary-limit-children): do.
20565
20566         * gnus-int.el (gnus-request-scan): do.
20567
20568         * gnus-group.el (gnus-group-suspend): do.
20569
20570         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20571
20572         * gnus-cite.el (gnus-cite-parse-attributions): do.
20573
20574         * gnus-agent.el (gnus-summary-set-agent-mark)
20575         (gnus-agent-regenerate-group): do.
20576
20577         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20578
20579         * binhex.el (binhex-decode-region-internal): do.
20580
20581 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20582
20583         * gnus-fun.el (gnus-face-properties-alist): New user option.
20584         (gnus-display-x-face-in-from): Use it.
20585
20586         * gnus-art.el (article-display-face): Ditto.
20587
20588         * compface.el (uncompface-use-external): Default to nil.
20589
20590 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20591
20592         * nntp.el (nntp-erase-buffer): New function.
20593         (nntp-retrieve-data, nntp-send-command)
20594         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20595         (nntp-possibly-change-group): Use it.
20596
20597         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20598         Use with-current-buffer.
20599
20600 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20601
20602         * compface.el: Merge the ELisp-based uncompface program.
20603         (compface): New customization group.
20604         (uncompface-use-external): New user option.
20605         (uncompface): Call uncompface-internal if uncompface-use-external
20606         is nil.
20607         (uncompface-internal): New function.  Note that there are also
20608         some other functions and variables added for this function.
20609
20610 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20611
20612         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20613         if necessary.
20614
20615 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20616
20617         * spam-report.el (spam-report-unplug-agent)
20618         (spam-report-plug-agent, spam-report-deagentize)
20619         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20620         Add support for the Agent in spam-report: when unplugged, report to a
20621         file; when plugged, submit all the requests.
20622
20623         * spam.el (spam-register-routine): Fix message about
20624         registration.
20625
20626 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20627
20628         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20629         dependencies.
20630         (rfc2047-encode): Use it.
20631
20632         * gnus-art.el (gnus-button-marker-list): Move before first
20633         reference.
20634
20635         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20636         (imap-parse-body): Fix format string mismatch.
20637
20638         * gnus-score.el (gnus-summary-increase-score): do.
20639
20640         * nnrss.el (nnrss-close): New function.
20641
20642 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20643
20644         * nnrss.el (nnrss-make-filename): New function.
20645         (nnrss-request-delete-group, nnrss-read-server-data)
20646         (nnrss-save-server-data, nnrss-read-group-data)
20647         (nnrss-save-group-data): Use it.
20648         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20649         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20650         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20651
20652 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20653
20654         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20655
20656 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20657
20658         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20659         files.
20660
20661         * message.el (message-generate-headers-first): Don't quote nil
20662         and t in docstrings.
20663
20664         * imap.el (imap-id): do.
20665
20666         * gnus-agent.el (gnus-agent-consider-all-articles)
20667         (gnus-agent-queue-mail): do.
20668
20669 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20670
20671         * spam-report.el (spam-report-process-queue): New function.
20672         Process requests from `spam-report-requests-file'.
20673         (spam-report-process-queue): Doc fix.
20674
20675 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20676
20677         * spam.el (spam-register-routine)
20678         (spam-log-processing-to-registry, spam-log-registered-p)
20679         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20680         Change "check" to "spam-check" for semi-clarity.
20681
20682 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20683
20684         * pop3.el: Require nnheader.
20685
20686         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20687
20688         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20689
20690         * gnus-picon.el: Require cl.
20691
20692         * gnus-fun.el: Require gnus-ems and gnus-util.
20693
20694         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20695
20696         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20697
20698         * gnus-art.el (gnus-article-edit-mode): Define before first
20699         reference.
20700
20701 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20702
20703         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20704         (gnus-uu-post-encoded): Use point-at-bol.
20705
20706         * gnus-topic.el (gnus-group-active-topic-p): do.
20707
20708         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20709
20710         * gnus-group.el (gnus-group-kill-region): do.
20711
20712         * gnus-art.el (article-date-ut): do.
20713
20714         * message.el (message-fetch-field): Remove redundant
20715         case-fold-search binding.
20716         (message-narrow-to-field): Simplify.
20717
20718 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20719
20720         * spam.el (spam-directory): Derive from `gnus-directory'.
20721
20722         * spam-report.el (spam-report-url-to-file)
20723         (spam-report-requests-file): New function and variable for offline
20724         reporting.
20725         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20726         and user defined function.
20727         (spam-report-url-ping-mm-url): Remove doubled slash.
20728
20729 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20730
20731         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20732
20733 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20734
20735         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20736         Fix format string mismatch.
20737
20738         * sieve.el (sieve-deactivate-all): do.
20739
20740         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20741
20742         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20743
20744         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20745
20746         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20747
20748 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20749
20750         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20751         the list of checks.
20752
20753 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20754
20755         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20756         padding.
20757
20758 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20759
20760         * mm-view.el (mm-fill-flowed): New variable.
20761         (mm-inline-text): Use it.
20762
20763 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20764
20765         * spam.el (spam-spamassassin-register-ham-routine)
20766         (spam-spamassassin-register-spam-routine): Fix function names.
20767
20768 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20769
20770         * gnus.el (gnus-tmp-grouplens): Remove.
20771         (gnus-summary-line-format): Remove grouplens.
20772
20773         * gnus-group.el (gnus-group-line-format): Ditto.
20774
20775         * gnus-spec.el (gnus-format-specs): Ditto.
20776         (gnus-update-format-specifications): Flush the group format spec
20777         cache if there's the grouplens stuff.
20778         (gnus-parse-simple-format): Replace %l with the empty string.
20779
20780 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20781
20782         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20783         omission.
20784
20785 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20786
20787         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20788         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20789
20790 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20791
20792         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20793         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20794         New macros and functions.
20795         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20796         Handle > NLINK_MAX messages.
20797         * nnmaildir.el (nnmaildir-request-set-mark):
20798         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20799
20800 2004-01-25  Alex Schroeder  <alex@gnu.org>
20801
20802         * spam-stat.el (spam-stat-process-directory-age): New option.
20803         (spam-stat-process-directory): Use it.
20804
20805 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20806
20807         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20808         (spam-stat-save): Accept prefix argument.
20809
20810 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20811
20812         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20813         links" error.
20814
20815 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20816
20817         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20818         the rest of the and/or forms.
20819
20820 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20821
20822         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20823         compatibility with old .newsrc.eld files.
20824
20825         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20826
20827         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20828
20829         * gnus-start.el (gnus-1): do.
20830
20831         * gnus-group.el (gnus-group-line-format-alist): do.
20832
20833         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20834
20835         * gnus-gl.el: Remove.
20836
20837 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20838
20839         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20840         marks consisting of a single range {for example, (3 . 5)} rather
20841         than a list of a single range { ((3 . 5)) }.
20842
20843 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20844
20845         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20846         Use with-current-buffer.
20847         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20848         avoid consing a string.
20849
20850         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20851         Remove obsolete entries for big5 and gb2312.
20852
20853 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20854
20855         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20856         uncompressed list.
20857
20858 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20859
20860         * spam-stat.el (spam-stat-strip-xref): New function.
20861         (spam-stat-process-directory): Use it.
20862
20863         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20864         here -- it's done in message-fetch-field.
20865
20866 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20867
20868         * gnus-agent.el (gnus-agent-queue-mail)
20869         (gnus-agent-prompt-send-queue): New variables.
20870         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20871         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20872         "nndraft:queue" along to gnus-draft-send.
20873         Use gnus-agent-prompt-send-queue.
20874         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20875         is "nndraft:queue".  Suggested by Gaute Strokkenes
20876         <gs234@srcf.ucam.org>
20877
20878         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20879         (agent-enable-undownloaded-faces): Add.
20880         (gnus-agent-cat-groups): Use eval-and-compile, not
20881         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20882         method of gnus-agent-cat-groups even when the buffer has been
20883         evaled.
20884         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20885         delete gnus-agent-save-active-1.
20886         (gnus-agent-save-groups): Delete.  Identical to
20887         gnus-agent-save-active.
20888         (gnus-agent-write-active): No longer adjust agent's copy of active
20889         file as agent's adjustments are now stored in their own
20890         file.  Remove optional parameter.
20891         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20892         servers.  Add use of min/max range limits from server's local
20893         file.
20894         (gnus-agent-save-alist): Remove unused optional argument.
20895         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20896         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20897         (gnus-agent-set-local): A per-server file that keeps min/max range
20898         limits for articles known to the agent.  Provides a fast mechanism
20899         for altering many active ranges.
20900         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20901         active file (local makes it unnecessary).
20902         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20903
20904         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20905         (agent-enable-undownloaded-faces): Add.
20906
20907         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20908         disable it when sending to "nndraft:queue".
20909         (gnus-group-send-queue): Add safety check to avoid sending queue
20910         when unplugged.
20911
20912         * gnus-group.el (gnus-group-catchup): Use new
20913         gnus-sequence-of-unread-articles, not
20914         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20915         numbers of articles.  Use gnus-range-map to avoid having to
20916         uncompress the unread list.
20917         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20918         Fix invalid ange-ftp reference.
20919
20920         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20921         (gnus-sorted-range-intersection): Intersection of two ranges
20922         without requiring that they first be uncompressed.
20923
20924         * gnus-start.el (gnus-activate-group): Unless blocked by the
20925         caller, possibly expand the active range to include both cached
20926         and agentized articles.
20927         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20928         multiple version-dependent converters.
20929         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20930         gnus-agent-save-active.
20931         (gnus-save-newsrc-file): Save dirty agent range limits.
20932
20933         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20934         gnus-agent-possibly-alter-active.
20935         (gnus-adjust-marked-articles): Faster handling of simple lists.
20936
20937 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20938
20939         * spam-stat.el (spam-stat-test-directory): New optional argument
20940         displays a list of files detected.  Suggested by Andrew Cohen
20941         <cohen@andy.bu.edu>.
20942         (spam-stat-buffer-words-with-scores): Don't narrow and change
20943         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20944
20945 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20946
20947         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20948         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20949         (spam-spamassassin-arguments)
20950         (spam-spamassassin-spam-flag-header)
20951         (spam-spamassassin-positive-spam-flag-header)
20952         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20953         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20954         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20955         (spam-list-of-processors, spam-list-of-checks)
20956         (spam-list-of-statistical-checks, spam-registration-functions)
20957         (spam-check-spamassassin-headers, spam-check-spamassassin)
20958         (spam-spamassassin-score)
20959         (spam-spamassassin-register-with-sa-learn)
20960         (spam-spamassassin-register-spam-routine)
20961         (spam-spamassassin-register-ham-routine)
20962         (spam-assassin-register-spam-routine)
20963         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20964         (spam-bogofilter-score): Fix to show article before scoring.
20965
20966 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20967
20968         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20969         default scoring function.
20970         (spam-generic-score): Call spam-spamassassin-score if
20971         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20972         spam-bogofilter-score otherwise.
20973
20974         * gnus.el (spam-process, spam-autodetect-methods):
20975         Add spamassassin and spamassassin-headers.
20976
20977 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20978
20979         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20980         Suppress unnecessary messages.
20981
20982 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20983
20984         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20985         make-hash-table.
20986
20987 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20988
20989         * canlock.el (base64-encode-string): Don't autoload it.
20990
20991 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20992
20993         * run-at-time.el: Remove useless (require 'itimer),
20994         eval-and-compile and (featurep 'xemacs).
20995
20996 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20997
20998         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20999         GROUP is a virtual group.
21000
21001 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
21002
21003         * gnus.el: Autoload `message-y-or-n-p'.
21004
21005 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
21006
21007         * pgg-parse.el: Remove unnecessary (require 'custom).
21008
21009         * pgg-def.el: do.
21010
21011         * nnmail.el: do.
21012
21013         * gnus-undo.el: do.
21014
21015         * gnus-picon.el: do.
21016
21017         * gnus-util.el: do.
21018
21019 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
21020
21021         * gnus-sum.el (gnus-pick-line-number): Add autoload.
21022
21023 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21024
21025         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
21026         handle, as well as a list.
21027
21028         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
21029         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
21030         (mm-w3m-cid-retrieve): Simplify.
21031
21032 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
21033
21034         * message.el (message-kill-to-signature): Allow prefix arg to
21035         specify number of lines to keep before signature.
21036
21037 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
21038
21039         * message.el (message-kill-to-signature): Change docstring.
21040
21041 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21042
21043         * canlock.el: Always require sha1-el.
21044         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
21045
21046         * message.el: Autoload sha1 only when compiling.
21047
21048         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
21049         eudc-expand-inline for XEmacs.
21050
21051 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21052
21053         * message.el (message-canlock-generate): Require sha1-el.
21054
21055 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
21056
21057         * message.el (message-expand-name): Silence the byte compiler.
21058
21059         * lpath.el: Add detect-coding-system.
21060
21061         * dgnushack.el (dgnushack-compile): Remove obsolete check for
21062         cus-edit.
21063
21064 2004-01-13  Simon Josefsson  <jas@extundo.com>
21065
21066         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
21067         Invoke gnus-score-mode.
21068         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
21069
21070         * gnus-range.el (gnus-compress-sequence): Doc fix.
21071         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
21072
21073 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21074
21075         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
21076
21077 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
21078
21079         * spam.el (spam-get-article-as-string): Update to use
21080         gnus-request-article-this-buffer, much simpler.
21081         (spam-get-article-as-buffer): Remove.
21082
21083 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
21084
21085         * message.el (message-expand-name): Use EUDC if the user uses that.
21086
21087 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21088
21089         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
21090         character for the encoding to avoid consing a string.
21091
21092         * rfc2047.el (rfc2047-decode-string): Don't cons a string
21093         unnecessarily.
21094
21095         * mm-util.el (mm-replace-chars-in-string): Remove.
21096
21097         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
21098         of mm-replace-chars-in-string.
21099
21100 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
21101
21102         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
21103
21104         * mm-util.el (mm-subst-char-in-string): Support inplace.
21105
21106         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
21107         a new string in every iteration.  Use shy groups.
21108
21109 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
21110
21111         * gnus-srvr.el (gnus-browse-unsubscribe-group):
21112         * gnus-soup.el (gnus-soup-group-brew):
21113         * gnus-msg.el (gnus-put-message):
21114         * gnus-move.el (gnus-group-move-group-to-server):
21115         * gnus-kill.el (gnus-batch-score):
21116         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
21117         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
21118         (gnus-group-update-group, gnus-group-read-group)
21119         (gnus-group-make-group, gnus-group-make-help-group)
21120         (gnus-group-make-archive-group, gnus-group-make-directory-group)
21121         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
21122         (gnus-group-sort-by-unread, gnus-group-catchup)
21123         (gnus-group-unsubscribe-group, gnus-group-kill-group)
21124         (gnus-group-yank-group, gnus-group-set-info)
21125         (gnus-group-list-groups):
21126         * gnus.el (gnus-generate-new-group-name):
21127         * gnus-delay.el (gnus-delay-send-queue):
21128         * nnvirtual.el (nnvirtual-catchup-group):
21129         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
21130         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
21131         (gnus-group-prepare-topics, gnus-topic-check-topology):
21132         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
21133         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
21134         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
21135         (gnus-group-make-articles-read):
21136         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
21137         (gnus-group-change-level, gnus-kill-newsgroup)
21138         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
21139         (gnus-get-unread-articles, gnus-make-articles-unread)
21140         (gnus-make-ascending-articles-unread): Use accessor
21141         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
21142         to get group information for improved readability.
21143
21144
21145 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21146
21147         * gnus-art.el (article-decode-mime-words, article-babel)
21148         (gnus-article-highlight-signature, gnus-article-add-buttons)
21149         (gnus-signature-toggle): Use gnus-with-article-buffer.
21150
21151         * gnus-art.el (gnus-article-highlight-headers)
21152         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
21153
21154         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
21155         (gnus-article-set-globals, gnus-request-article-this-buffer)
21156         (gnus-button-message-id, gnus-article-maybe-hide-headers)
21157         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
21158         (gnus-mime-display-alternative): Use with-current-buffer.
21159
21160 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21161
21162         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
21163         also under 80 char limit, and call gnus-error if needed.
21164         (spam-fetch-article-header): Fix - it was a
21165         buffer-local variable (gnus-newsgroup-data).
21166         (spam-find-spam): Use spam-generate-fake-headers, forget about
21167         spam-insert-fake-headers.
21168         (spam-insert-fake-headers): Remove.
21169
21170 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21171
21172         * deuglify.el (gnus-article-outlook-unwrap-lines)
21173         (gnus-outlook-rearrange-article)
21174         (gnus-outlook-repair-attribution-outlook)
21175         (gnus-outlook-repair-attribution-block)
21176         (gnus-outlook-repair-attribution-other): Remove redundant
21177         save-excursion.
21178
21179 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21180
21181         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
21182         (spam-fetch-field-subject-fast)
21183         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
21184         (spam-fetch-article-header): Add functions to deal with Gnus
21185         internals for fast retrieval of article header data.
21186         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
21187
21188 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21189
21190         * pop3.el (pop3-md5): Remove.
21191         (pop3-apop): Replace pop3-md5 with md5.
21192
21193         * mm-bodies.el: base64 is always built-in.
21194
21195         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
21196         Use with-current-buffer.
21197
21198 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21199
21200         * canlock.el (canlock-insert-header): Remove excessive grouping in
21201         regexp.
21202
21203         * gnus-sum.el (gnus-summary-read-document): Ditto.
21204
21205         * gnus-uu.el (gnus-uu-part-number): Ditto.
21206
21207         * html2text.el (html2text-remove-tags): Ditto.
21208         (html2text-format-tags): Ditto.
21209         (html2text-format-single-elements): Ditto.
21210
21211         * mml.el (mml-parse-1): Ditto.
21212
21213 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21214
21215         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
21216
21217         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
21218
21219         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
21220
21221         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
21222
21223 2003-11-15  Simon Josefsson  <jas@extundo.com>
21224
21225         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
21226         (pgg-gpg-lookup-key): Use regexp match instead of
21227         split-string (split-string is different between emacs 21.2 and
21228         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
21229
21230 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21231
21232         * gnus-art.el (gnus-mime-view-all-parts)
21233         (gnus-article-part-wrapper, gnus-article-view-part):
21234         Use with-current-buffer.
21235
21236 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21237
21238         * spam.el (spam-disable-spam-split-during-ham-respool)
21239         (spam-spamoracle-database, spam-cache-lookups)
21240         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
21241         (spam-group-ham-mark-p, spam-group-spam-mark-p)
21242         (spam-group-ham-marks, spam-group-spam-marks)
21243         (spam-group-spam-contents-p, spam-group-ham-contents-p)
21244         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
21245         also add spam-use-blackholes to the statistical checks.
21246         (spam-fetch-field-fast): Add interface to fetching fields, may
21247         become a macro.
21248         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
21249         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
21250         (spam-insert-fake-headers): Fake an article when needed.
21251         (spam-find-spam): Fake article when possible.
21252         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
21253         (spam-check-bogofilter-headers): Use message-fetch-field instead
21254         of nnmail-fetch-field.
21255
21256 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
21257
21258         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
21259
21260 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21261
21262         * spam.el (spam-split): Do not require spam-use-CHECK to be
21263         enabled if that check is passed to spam-split explicitly; also
21264         fix so 'spam doesn't get converted to spam-split-group when
21265         spam-split-symbolic-return is t.
21266         (spam-find-spam): Find registrations of the article and use those
21267         instead of re-running spam-split to find the spam/ham
21268         classification of the article.
21269         (spam-log-processing-to-registry, spam-log-registered-p)
21270         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21271         Use gnus-error instead of gnus-message.
21272         (spam-log-registration-type): Add function to determine the
21273         classification of a message based on registry entries; will
21274         return nil if both 'spam and 'ham are found.
21275         (spam-check-BBDB): Expand all the BBDB macros here so we can have
21276         a reasonably fast local cache without the loading errors.
21277         (spam-cache-lookups): Set to t by default.
21278         (spam-find-spam): Don't try to guess spam-cache-lookups.
21279         (spam-enter-whitelist, spam-enter-blacklist): Clear the
21280         spam-caches entry.
21281         (spam-filelist-build-cache, spam-filelist-check-cache):
21282         Fix caching of whitelist/blacklist entries.
21283         (spam-check-whitelist, spam-check-blacklist):
21284         Invoke spam-from-listed-p with a type, not a cache variable.
21285         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
21286
21287 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21288
21289         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
21290
21291         * nnmail.el (nnmail-split-fancy): do.
21292
21293         * mml.el (mml-parse): do.
21294
21295         * gnus-score.el (gnus-enter-score-words-into-hashtb)
21296         (gnus-score-adaptive): do.
21297
21298 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21299
21300         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
21301         (gnus-mime-button-map): Don't set keymap parent.
21302         (gnus-button-ctan-directory-regexp): Use shy grouping.
21303         (gnus-prev-page-map): Don't set keymap parent.
21304         (gnus-prev-page-map): Remove duplicated one.
21305         (gnus-next-page-map): Don't set keymap parent.
21306         (gnus-mime-security-button-map): Ditto.
21307
21308         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
21309         version number.
21310
21311         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
21312
21313 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21314
21315         * canlock.el (canlock-sha1-function): Remove.
21316         (canlock-sha1-function-for-verify): Remove.
21317         (canlock-openssl-program): Remove.
21318         (canlock-openssl-args): Remove.
21319         (canlock-ignore-errors): Remove.
21320         (canlock-sha1-with-openssl): Remove.
21321         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
21322         (canlock-verify): Don't use canlock-ignore-errors.
21323
21324         * sha1-el.el (sha1-string-external): Make it can return a string
21325         in binary form.
21326         (sha1-region-external): Ditto.
21327         (sha1-string-internal): Ditto.
21328         (sha1-region-internal): Ditto.
21329         (sha1-region): Ditto.
21330         (sha1-string): Ditto.
21331         (sha1): Ditto.
21332
21333 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21334
21335         * spam.el (spam-report-articles-gmane): New command.
21336
21337 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21338
21339         * gnus.el: Don't make unnecessary *Group* buffer when loading.
21340
21341         * run-at-time.el (run-at-time-saved): Remove.
21342         (run-at-time): Doc fix.
21343
21344 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21345
21346         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
21347         (gnus-summary-limit-map): Add it.
21348         (gnus-summary-make-menu-bar): do.
21349
21350 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
21351
21352         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
21353         Make attempt at some caching support (done for BBDB only now).
21354         (spam-find-spam): Set spam-cache-lookups if there are more than 2
21355         addresses to be checked.
21356         (spam-clear-cache-BBDB): Add function, to be invoked by
21357         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
21358         (spam-check-BBDB): Check and use the caches, if
21359         spam-cache-lookups is on, remove superfluous (provide).
21360
21361 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
21362
21363         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
21364
21365 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
21366
21367         * run-at-time.el (run-at-time-saved): Move to after the definition
21368         of `run-at-time'.
21369
21370         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
21371
21372 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21373
21374         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
21375         mm-w3m-local-map-property.
21376
21377         * mm-view.el (mm-w3m-mode-map): Remove.
21378         (mm-w3m-local-map-property): Remove.
21379         (mm-inline-text-html-render-with-w3m): Don't use
21380         mm-w3m-local-map-property.
21381
21382 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21383
21384         * run-at-time.el: New file.
21385
21386         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
21387         under Emacs.
21388
21389         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
21390         of gnus-set-text-properties.
21391
21392         * gnus-uu.el (gnus-uu-save-article): Ditto.
21393
21394         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
21395
21396         * gnus-cite.el (gnus-cite-parse): Ditto.
21397
21398         * gnus-art.el (gnus-button-push): Use set-text-properties instead
21399         of gnus-.
21400
21401         * gnus-xmas.el (run-at-time): Require run-at-time.
21402
21403         * gnus.el: Change calls to nnheader-run-at-time and
21404         password-run-at-time throughout to use run-at-time directly.
21405
21406         * password.el: Remove definition of run-at-time.
21407
21408         * nnheaderxm.el: Remove definition of run-at-time.
21409
21410 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
21411
21412         * mml.el (mml-minibuffer-read-disposition): Show attachment type
21413         in prompt.
21414
21415 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21416
21417         * messagexmas.el (message-xmas-redefine): Alias
21418         `message-make-caesar-translation-table' to
21419         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
21420         version.
21421
21422         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
21423         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
21424         `gnus-xmas-set-text-properties'.
21425         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
21426         `gnus-xmas-completing-read'.
21427         (gnus-xmas-completing-read): Removed.
21428         (gnus-xmas-open-network-stream): Removed.
21429
21430         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
21431         XEmacs version.
21432
21433         * dns.el (dns-make-network-process): Use `open-network-stream'
21434         instead of `gnus-xmas-open-network-stream'.
21435
21436         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
21437
21438         * .cvsignore: Add auto-autoloads.el, custom-load.el.
21439
21440 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21441
21442         * gnus-art.el (gnus-mime-display-alternative)
21443         (gnus-insert-mime-button, gnus-insert-mime-security-button)
21444         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21445         Don't use gnus-local-map-property.
21446
21447         * gnus-util.el (gnus-local-map-property): Remove.
21448
21449         * mm-view.el (mm-view-pkcs7-decrypt):
21450         Replace gnus-completing-read-maybe-default with completing-read.
21451
21452         * gnus-util.el (gnus-completing-read): do.
21453         (gnus-completing-read-maybe-default): Remove.
21454
21455 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21456
21457         * password.el: Only autoload `run-at-time' if not XEmacs.
21458         Only autoload the itimer functions if XEmacs.
21459
21460 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21461
21462         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
21463         XEmacsen.
21464
21465         * dgnushack.el: Autoload executable-find for XEmacs.
21466
21467 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21468
21469         * gnus-art.el (gnus-read-string): Remove.
21470         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21471         read-string.
21472
21473 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
21474
21475         * netrc.el: Autoload password-read.
21476         (netrc): Add configuration group.
21477         (netrc-encoding-method, netrc-openssl-path):
21478         Add variables for encoding and decoding of files with symmetric
21479         ciphers.
21480         (netrc-encode): Add assistant function to encode a file with
21481         netrc-encoding-method.
21482         (netrc-parse): Add interactive parameter, added optional
21483         decoding if netrc-encoding-method is non-nil but otherwise
21484         behavior is standard.
21485         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21486         Do s/encode/encrypt/ everywhere.
21487
21488         * spam.el: Remove executable-find autoload.
21489
21490 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21491
21492         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21493
21494         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21495
21496 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21497
21498         * gnus-art.el (gnus-treat-ansi-sequences)
21499         (article-treat-ansi-sequences): New variable and function.
21500         Suggested by Dan Jacobson <jidanni@jidanni.org>.
21501
21502         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21503         Use it.
21504
21505 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21506
21507         * mm-util.el (mm-quote-arg): Remove.
21508
21509         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21510         shell-quote-argument.
21511
21512         * gnus-uu.el (gnus-uu-command): do.
21513
21514         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21515
21516         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21517         with make-char.
21518
21519         * mm-util.el (mm-make-char): Remove.
21520
21521         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21522         add-minor-mode.
21523
21524         * gnus-undo.el (gnus-undo-mode): do.
21525
21526         * gnus-topic.el (gnus-topic-mode): do.
21527
21528         * gnus-sum.el (gnus-dead-summary-mode): do.
21529
21530         * gnus-start.el (gnus-slave-mode): do.
21531
21532         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21533
21534         * gnus-ml.el (gnus-mailing-list-mode): do.
21535
21536         * gnus-gl.el (gnus-grouplens-mode): do.
21537
21538         * gnus-draft.el (gnus-draft-mode): do.
21539
21540         * gnus-dired.el (gnus-dired-mode): do.
21541
21542         * gnus-ems.el (gnus-add-minor-mode): Remove.
21543
21544         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21545         Replace gnus-char-width with char-width.
21546
21547         * gnus-ems.el (gnus-char-width): Remove.
21548
21549         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21550         Replace gnus-char-width with char-width.
21551
21552         * gnus-ems.el (gnus-char-width): Remove.
21553
21554         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21555         definition.
21556         Remove Emacs 20 hash table compatibility code.
21557
21558         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21559         20 compatibility code.
21560
21561         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21562
21563         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21564
21565         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21566         Replace with point-at-{eol,bol}.
21567
21568         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21569
21570         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21571
21572         * flow-fill.el (fill-flowed-point-at-bol)
21573         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21574
21575         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21576         Replace with point-at-{eol,bol} throughout all files.
21577
21578 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21579
21580         * ntlm.el (ntlm-string-as-unibyte): New macro.
21581         (ntlm-build-auth-response): Use it.
21582
21583         Remove Emacs 20 stuff:
21584         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
21585         (butlast, mapc, remove): Remove the compiler macros.
21586         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21587         of delq and copy-sequence.
21588         * gnus-art.el (popup-menu): Remove the compiler macro.
21589         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21590         Emacs 20.
21591
21592 2004-01-05  Simon Josefsson  <jas@extundo.com>
21593
21594         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21595         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21596         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21597         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21598         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21599         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21600         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21601         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21602         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21603         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21604         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21605         string-xor into ntlm-string-xor.
21606         Suggested by Jesper Harder <harder@myrealbox.com>.
21607
21608         * ntlm.el: Don't include poem.
21609
21610         * md4.el (print-int32, print-string-hexa): Remove.
21611         Suggested by Jesper Harder <harder@myrealbox.com>.
21612
21613         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21614
21615         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21616         probably breaks emacs with DL patch, but do we care? Is anyone
21617         still using the DL stuff?)
21618
21619         * sieve-manage.el: Use the password package.
21620         (sieve-manage-read-passwd): Remove.
21621         (sieve-manage-interactive-login): Use password.  Re-add
21622         condition-case around loop.
21623
21624         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21625         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21626         Use the password package.
21627
21628 2003-02-19  Simon Josefsson  <jas@extundo.com>
21629
21630         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21631         token.
21632
21633 2002-08-07  Simon Josefsson  <jas@extundo.com>
21634
21635         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21636         (sieve-manage-authenticators):
21637         (sieve-manage-authenticator-alist): Add some SASL mechs.
21638         (sieve-sasl-auth): New function.
21639         (sieve-manage-cram-md5-auth):
21640         (sieve-manage-plain-auth): Rewrite using SASL library.
21641         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21642         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21643         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21644         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21645
21646 2004-01-05  Simon Josefsson  <jas@extundo.com>
21647
21648         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21649         New files.
21650
21651 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21652
21653         * gnus-group.el (gnus-no-groups-message): Update.
21654
21655         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21656
21657 2003-11-09  Simon Josefsson  <jas@extundo.com>
21658
21659         * imap.el: Support for ID IMAP extension (RFC 2971).
21660         (imap-local-variables): Add imap-id.
21661         (imap-id): New variable.
21662         (imap-id): New function.
21663         (imap-parse-response): Parse untagged ID response.
21664         * nnimap.el (nnimap-id): New variable.
21665         (nnimap-open-connection): Use it.
21666
21667 2003-12-28  Simon Josefsson  <jas@extundo.com>
21668
21669         * gnus-score.el (gnus-score-edit-all-score): New.
21670         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21671
21672 2004-01-04  Simon Josefsson  <jas@extundo.com>
21673
21674         * password.el: Add.
21675
21676 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21677
21678         * dns.el (dns-query-types): Fix typo.
21679         (dns-query-types): New function.
21680         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21681         PTR and SOA replies, see RFC 1035.
21682
21683 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21684
21685         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21686
21687         * Move to Changelog.2.
21688
21689 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21690
21691         * gnus.el (gnus-version-number): Bump version.
21692
21693 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21694
21695         * gnus.el: No Gnus v0.1 is released.
21696
21697 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21698
21699         * gnus.el: No Gnus v0.0 is released.
21700
21701 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21702
21703         * gnus.el (gnus-version-number): Bump.
21704         (gnus-version): No.
21705
21706 See ChangeLog.2 for earlier changes.
21707
21708   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21709
21710   This file is part of GNU Emacs.
21711
21712   GNU Emacs is free software: you can redistribute it and/or modify
21713   it under the terms of the GNU General Public License as published by
21714   the Free Software Foundation, either version 3 of the License, or
21715   (at your option) any later version.
21716
21717   GNU Emacs is distributed in the hope that it will be useful,
21718   but WITHOUT ANY WARRANTY; without even the implied warranty of
21719   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21720   GNU General Public License for more details.
21721
21722   You should have received a copy of the GNU General Public License
21723   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21724
21725 ;; Local Variables:
21726 ;; coding: utf-8
21727 ;; fill-column: 79
21728 ;; add-log-time-zone-rule: t
21729 ;; End: