(gnus-registry-remake-db): Put the warning on a "warning" level.
[gnus] / lisp / ChangeLog
1 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
4         "warning" level.
5
6         * mm-url.el (mm-url-package-name): Removed to ease third-party reuse.
7         (mm-url-insert-file-contents): Don't set the package names.
8
9 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
10
11         * gnus-registry.el (gnus-registry-action): Remove properties and
12         simplify subject in `gnus-registry-handle-action'.
13         (gnus-registry-spool-action): Get subject and sender from message if
14         they are not passed in.
15         (gnus-registry-handle-action): Remove properties and simplify subject
16         consistently.
17
18 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19
20         * registry.el: Require CL before using defmacro*.
21
22 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23
24         * gnus-art.el (article-treat-date): Assume that
25         gnus-article-date-headers may be a group parameter.
26
27 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
28
29         * gnus-registry.el (gnus-registry-handle-action): More debugging.
30
31         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
32         interactively so the newsrc file can contain foreign groups too.
33         Useful for debugging but not much for users.
34
35 2011-04-07  David Engster  <dengste@eml.cc>
36
37         * registry.el (registry-usage-test): Only do
38         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
39         lexical binding.
40
41 2011-04-07  David Engster  <dengste@eml.cc>
42
43         * Makefile.in (check, test-registry): New rules for test-suite.
44
45 2011-04-06  David Engster  <dengste@eml.cc>
46
47         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
48         argument NOERROR for `require', since XEmacs 21.4 does not support it.
49
50 2011-04-06  David Engster  <dengste@eml.cc>
51
52         * registry.el (initialize-instance): Change :after to :AFTER to be
53         compatible with old EIEIO version in XEmacs.
54
55 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
56
57         * gnus-registry.el (gnus-registry-post-process-groups)
58         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
59         and provide better messaging.
60
61 2011-04-06  David Engster  <dengste@eml.cc>
62
63         * Makefile.in (fail-on-warning): New rule to compile with warnings as
64         errors.
65
66         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
67         dgnushack-compile with error-on-warn enabled, and to signal an error if
68         clean compilation failed.
69         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
70         with `byte-compile-error-on-warn'.  Return nil if errors occured.
71
72 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
73
74         * gnus-registry.el: Don't use ERT if it's not available.  Load it
75         unconditionally anyway, discarding errors.
76         (gnus-registry-delete-entries): New convenience function.
77         (gnus-registry-import-eld): Import from old .eld registry.
78
79         * registry.el: Don't use ERT if it's not available.  Load it
80         unconditionally anyway, discarding errors.
81
82         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
83         version from the Claudio Bley GnuTLS patch (extra optional parameters
84         and host name).
85
86 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
87
88         * gnus-registry.el (gnus-registry-fixup-registry): New function to
89         fixup the parameters that can be customized by the user between
90         save/read cycles.
91         (gnus-registry-read): Use it.
92         (gnus-registry-make-db): Use it.
93         (gnus-registry-spool-action, gnus-registry-handle-action): Fix
94         messaging.
95         (gnus-registry--split-fancy-with-parent-internal): Fix loop.  Map
96         references to actual group names with sender and subject tracking.
97         (gnus-registry-post-process-groups): Use `cond' for better messaging.
98         (gnus-registry-usage-test): Add subject lookup test.
99
100         * registry.el (registry-db, initialize-instance): Set up constructor
101         instead of :initform arguments for the sake of older Emacsen.
102         (registry-lookup-breaks-before-lexbind): New method to demonstrate
103         pre-lexbind merge bug.
104         (registry-usage-test): Use it.
105         (initialize-instance, registry-db): Move the non-function initforms
106         back to the class definition.
107
108 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
109
110         * registry.el: New library to manage gnus-registry-style data.
111
112         * gnus-registry.el: Use it (major rewrite).
113
114         * nnregistry.el: Use it.
115
116         * spam.el: Use it.
117
118 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
119
120         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
121         marks on non-selected articles.
122
123 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
124
125         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
126         parameter to open-protocol-stream.
127
128 2011-04-01  Julien Danjou  <julien@danjou.info>
129
130         * mm-view.el (mm-display-inline-fontify): Do not fontify with
131         fundamental-mode.
132
133 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
134
135         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
136         servers.
137
138 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
139
140         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
141         made marks not propagate, again.
142
143 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
144
145         * proto-stream.el (open-protocol-stream): Bring back `network' type.
146         Make this the default type.
147         (proto-stream-open-plain): Rename from proto-stream-open-default.
148         (open-protocol-stream, proto-stream-open-starttls)
149         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
150         with `plain'.
151
152         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
153         value.
154
155         * nntp.el (nntp-open-connection-function): Document the fact that some
156         values are not functions but are instead handled specially.  Recognize
157         nntp-open-plain-stream value.
158         (nntp-open-connection): Recognize that value.
159
160 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
161
162         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
163         where it seems to be needed.
164
165 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
166
167         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
168         stuff.
169
170         * gnus-score.el (gnus-score-string): Fix calling convention of
171         `gnus-simplify-buffer-fuzzy' after last patches.
172
173         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
174         server for articles we didn't get any headers for.  This is a sanity
175         check.
176
177 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
178
179         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
180         new CAPABILITY, use it.
181
182 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
183
184         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
185         downloading anything.
186
187         * gnus.el (gnus-splash-svg-color-symbols): Removed superfluous `and'.
188
189 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
190
191         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
192         colors.
193         (gnus-splash-svg-color-symbols): New function.
194
195 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
196
197         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
198         instead of using the global gnus-simplify-subject-fuzzy-regexp.
199         (gnus-simplify-subject-fuzzy): Use the local
200         gnus-simplify-subject-fuzzy-regex instead of the global one.  This
201         makes using this variable in group parameters work.
202
203 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
204
205         * gnus-registry.el (gnus-registry-unfollowed-groups): Add
206         "archive:sent" to the unfollowed group regex (for the recent Gnus
207         archive:sent-YYYY-MM-DD groups).
208         (gnus-registry-split-fancy-with-parent): Bail out early in sender
209         tracking if there are more than `gnus-registry-max-track-groups'
210         matches.
211
212 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
213
214         * message.el (message--yank-original-internal): New function to do the
215         insertion cleanly inside eval in `message-yank-original'.
216         (message-yank-original): Use it.
217
218 2011-03-29  Julien Danjou  <julien@danjou.info>
219
220         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
221         local variables disabled rather than `normal-mode'.
222
223 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
224
225         * imap.el (imap-shell-open, imap-process-connection-type): Use
226         imap-process-connection-type for 'shell' streams as well as
227         Kerberos, SSL, other subprocesses.
228
229 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
230
231         * proto-stream.el: Changes preparatory to merging open-protocol-stream
232         with open-network-stream.
233         (proto-stream-always-use-starttls): Option removed.
234         (open-protocol-stream): Return a process object by default.  Provide a
235         new parameter :return-list specifying a list-type return value, which
236         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
237         :type `network' to `try-starttls', and `network-only' to `default'.
238         Make `default' the default, for compatibility with open-network-stream.
239         Handle the no-parameter case exactly as open-network-stream, with no
240         additional stream processing.  Search plists using plist-get.
241         Explicitly add :end-of-commend parameter if it is missing.
242         (proto-stream-open-default): Renamed from
243         proto-stream-open-network-only.  Return 'default as the type.
244         (proto-stream-open-starttls): Rename from proto-stream-open-network.
245         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
246         failed.  Always return a list with a (possibly dead) process as the
247         first element, for compatibility with open-network-stream.
248         (proto-stream-open-tls): Use plist-get.  Always return a list.
249         (proto-stream-open-shell): Return `default' as connection type.
250         (proto-stream-capability-open): Use plist-get.
251         (proto-stream-eoc): Function deleted.
252
253         * nnimap.el (nnimap-stream, nnimap-open-connection)
254         (nnimap-open-connection-1): Handle renaming of :type parameter for
255         open-protocol-stream.
256         (nnimap-open-connection-1): Pass a :return-list parameter
257         open-protocol-stream to obtain a list return value.  Parse this list
258         using plist-get.
259
260         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
261         for open-protocol-stream.  Accept open-protocol-stream return value
262         that is a subprocess object instead of a list.  Handle the case of a
263         dead returned process.
264
265 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
266
267         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
268
269         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
270
271 2011-03-21  Julien Danjou  <julien@danjou.info>
272
273         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
274         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
275         query.
276         (mm-inline-text): Render normal text with fontification whenever
277         possible.
278
279         * gnus-sum.el (gnus-summary-save-parts-1):
280         * gnus-art.el (gnus-article-browse-html-save-cid-content)
281         (gnus-article-browse-html-parts, gnus-mime-delete-part)
282         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
283         Use `mm-handle-filename'.
284
285         * mm-util.el (mm-handle-filename): New function, return the filename of
286         an handle.
287
288 2011-03-18  Julien Danjou  <julien@danjou.info>
289
290         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
291         (gnus-buffer-live-p): Check that buffer is not nil.
292
293 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
294
295         * gnus.el: No Gnus v0.15 is released.
296
297 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
298
299         * time-date.el (format-seconds): Use assoc instead of assoc-string to
300         avoid warning on XEmacs.
301
302         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
303         on XEmacs.
304
305         * gnus-art.el: Require mouse, which the build bot seems to say is
306         needed.
307
308         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
309
310         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
311         XEmacs, since it doesn't have url-retrieve-synchronously.
312
313         * time-date.el (format-seconds): Use assoc instead of assoc-string,
314         since assoc-string doesn't exist in XEmacs.
315
316 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
317
318         * gnus-group.el (gnus-group-list-ticked): New function.
319         (gnus-group-make-menu-bar): Provide a menu entry for it.
320         (gnus-group-list-map): Provide a binding for it.
321
322 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
323
324         * shr.el (shr-visit-file): New command.
325
326         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
327
328 2011-03-17  Bjørn Mork  <bjorn@mork.no>
329
330         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
331         servers.
332
333 2011-03-16  Julien Danjou  <julien@danjou.info>
334
335         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
336         inline.
337
338         * gnus-art.el (article-hide-list-identifiers): Use
339         gnus-group-get-list-identifiers.
340
341         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
342         (gnus-summary-remove-list-identifiers): Use
343         gnus-group-get-list-identifiers to get regexp.
344         (gnus-select-newsgroup, gnus-summary-insert-subject)
345         (gnus-summary-insert-articles): Call
346         gnus-summary-remove-list-identifiers unconditionally.
347
348 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
349
350         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
351         we're selecting a group with unread articles.
352
353         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
354
355         * gssapi.el: New file separated out from imap.el to provide a general
356         Kerberos 5 connection facility for Emacs.
357
358         * message.el (message-elide-ellipsis): Document the format spec
359         ellipsis.
360
361 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
362
363         * message.el (message-elide-region): Allow the ellipsis to say how many
364         lines were removed.
365
366 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
367
368         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
369         window configurations containing buffers that are now dead.
370
371         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
372         parsing to avoid integer overflows.
373         (nnimap-parse-flags): Simplify the last change.
374         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
375         too large for 32-bit Emacsen.
376
377 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
378
379         * auth-source.el (auth-source-netrc-create):
380         * message.el (message-yank-original): Fix use of `case'.
381
382 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
383
384         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
385         XEmacs, which was one character too wide.
386
387 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
388
389         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
390         default number of articles to display.
391         (gnus-articles-to-read): Use pretty names for prompt.
392
393 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
394
395         * gnus-int.el (gnus-open-server): Ditto.
396
397         * gnus-start.el (gnus-activate-group): Give a backtrace if
398         debug-on-quit is set and the user hits `C-g'.
399         (gnus-read-active-file): Ditto.
400
401         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
402
403 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
404
405         * message.el (message-yank-original): Use cond instead of CL case.
406
407 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
408
409         * auth-source.el (auth-source-netrc-create): Use usual format for the
410         default in prompts.
411
412 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
413
414         * lpath.el: Fbind read-char-choice for XEmacs.
415
416 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
417
418         * auth-source.el (auth-source-netrc-create): Show the default in the
419         prompt when prompting for token creation.
420
421 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
422
423         * auth-source.el (auth-source-format-prompt): Always convert the value
424         to a string to avoid evaluating non-string arguments.
425         (auth-source-netrc-create): Offer default properly, not as initial
426         content in `read-string'.
427         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
428         of line to determine if we've been run before.  If so, don't run again,
429         but print a trivial message to indicate the cache was hit instead.
430
431 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
432
433         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
434         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
435         The user will have to run `gnus-sync-read' manually and wait for Cloudy
436         Gnus.
437
438 2011-03-11  Julien Danjou  <julien@danjou.info>
439
440         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
441         modified file".
442
443 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
444
445         * auth-source.el (auth-source-read-char-choice): New function to read a
446         character choice using `dropdown-list', `read-char-choice', or
447         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
448         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
449         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
450         (auth-source-netrc-saver): Use it.
451         (auth-source-pick-first-password): New convenience function.
452
453 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
454
455         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
456         parameter in the credentials.
457         (nnimap-open-connection-1): Use it after a successful login.
458         (nnimap-credentials): Add IMAP-specific user and password prompt.
459
460         * auth-source.el (auth-source-search): Add :require parameter, taking a
461         list.  Document it and the :save-function return token.  Pass :require
462         down.  Change the CREATED message from a warning to a debug statement.
463         (auth-source-search-backends): Pass :require down.
464         (auth-source-netrc-search): Pass :require down.
465         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
466         Change save prompt to indicate all modifications saved here are
467         deletions.
468         (auth-source-netrc-create): Take user login name as default in user
469         prompt.  Move all the save functionality to a lexically bound function
470         under the :save-function token in the returned list.  Set up clearer
471         default prompts for user, host, port, and secret.
472         (auth-source-netrc-saver): New function, intended to be wrapped for
473         :save-function.
474
475 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
476
477         * shr.el (shr-table-horizontal-line): Change the defaults for the table
478         lines to be spaces instead.
479
480 2011-03-07  Julien Danjou  <julien@danjou.info>
481
482         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
483         (sieve-sasl-auth): Check that auth-source-search did return something,
484         or just return an empty string.
485
486 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
487
488         * gnus.el (gnus-interactive): Use read-directory-name.
489
490         * gnus-uu.el (gnus-uu-decode-uu-and-save)
491         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
492         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
493         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
494         Likewise.
495
496         * gnus-group.el (gnus-group-make-directory-group): Likewise.
497
498 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
499
500         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
501         onto the list of killed groups, too.  This makes killed nnimap groups,
502         for instance, more reliably not reappear.
503
504         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
505         the parent.
506
507         * gnus-sum.el (gnus-update-read-articles): Fix typo.
508
509         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
510         really have server-side marks.
511
512         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
513         since most backends do not usefully have server-side marks.
514         (gnus-update-read-articles): Propagate marks to all backends that
515         really have server-side marks.
516
517 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
518
519         * message.el (message-cite-reply-position, message-cite-style):
520         New variables.
521         (message-yank-original): Use the new citation styles.
522
523 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
524
525         * message.el (message-options): Revert 22da67af (workaround for XEmacs
526         buffer-local issue); don't mark it buffer-local when running under
527         XEmacs.
528
529 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
530
531         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
532         numbers too big to be `read'.
533
534 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
535
536         * password-cache.el (password-in-cache-p): Add autoload.
537
538         * message.el (message-options): Make buffer-local two ways to attempt
539         to fix a XEmacs bug.
540
541 2011-03-02  Julien Danjou  <julien@danjou.info>
542
543         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
544
545 2011-03-01  Julien Danjou  <julien@danjou.info>
546
547         * gnus-art.el (list-identifier): Add list-identifier as a parameter
548         group.
549         (article-hide-list-identifiers): Use list-identifier group parameter.
550
551 2011-02-28  Julien Danjou  <julien@danjou.info>
552
553         * sieve.el (sieve-buffer-script-name): New local variable to store
554         sieve script name.
555         (sieve-edit-script): Store sieve script name.
556         (sieve-upload): Use sieve script name when uploading.
557         (sieve-upload): Use substitute-command-keys.
558         (sieve-edit-script): Use substitute-command-keys.
559         (sieve-refresh-scriptlist): Use substitute-command-keys.
560         (sieve-manage-mode-map): Define keymap properly.
561         (sieve-manage-mode): Do not set mode name manually, change mode-name to
562         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
563         Remove commented code about cvs.
564         (sieve-manage-quit): New function.
565         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
566
567 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
568
569         * gnus-group.el (gnus-import-other-newsrc-file): New function.
570
571 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
572
573         * auth-source.el (auth-source-search): Cache empty result sets.
574
575         * password-cache.el (password-in-cache-p): Convenience function to
576         check if a key is in the cache, even if the value is nil.
577
578         * auth-source.el (auth-source-save-behavior): New variable to replace
579         `auth-source-never-create'.
580         (auth-source-netrc-create): Use it.
581         (auth-source-never-save): Remove.
582
583 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
584
585         * nnimap.el (nnimap-stream): Doc fix.
586         (nnimap-open-connection-1): Reverse the order of the ports to that the
587         prompted-for port is first.
588
589         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
590         retrieval by the no-group selection.
591
592         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
593         numerical parameters.
594
595 2011-02-25  Julien Danjou  <julien@danjou.info>
596
597         * gnus-gravatar.el: Use gnus-with-article-buffer.
598
599         * gnus-art.el (gnus-with-article-buffer): Check that the
600         gnus-article-buffer is alive.
601
602 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
603
604         * auth-source.el (auth-source-creation-prompts): New variable to manage
605         creation-time prompts.
606         (auth-source-search): Document it.
607         (auth-source-format-prompt): Add utility function.
608         (auth-source-netrc-create): Don't default the user name to
609         user-login-name.  Use `auth-source-creation-prompts' and some default
610         prompts for user, host, port, and password (the default generic prompt
611         remains ugly).
612         (auth-source-never-save): Add customizable option to never save info.
613         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
614         mode excursion.
615
616 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
617
618         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
619         argument that XEmacs doesn't support.
620
621         * dgnushack.el (dgnushack-compile): Exclude color.el from being
622         compiled for Emacsen having no `libxml-parse-html-region' support.
623
624         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
625
626         * lpath.el: Bind buffer-save-without-query for XEmacs.
627
628 2011-02-23  Julien Danjou  <julien@danjou.info>
629
630         * gnus-art.el (article-make-date-line): Ignore errors if time is
631         invalid and not convertible.
632         (article-make-date-line): Only add lapsed time if time is not nil.
633
634 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
635
636         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
637         `read-char-choice' for backwards compatibility.
638         (auth-source-netrc-element-or-first): New function to DTRT for
639         parameter extraction.
640         (auth-source-netrc-create): Use it and fix multiple parameter print
641         bug.  Use the default passed from above (given-default) or the
642         built-in (user-login-name for :user).
643
644 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
645
646         * gnus-start.el (gnus-dribble-read-file):
647         Set buffer-save-without-query, since we always want to save the dribble
648         file, probably.
649
650         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
651         nnimap.
652
653         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
654         -summary- since it's a user-visible variable.
655
656         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
657         first time you use the new Gnus.
658
659 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
660
661         * auth-source.el: Don't load netrc.el.
662         (auth-sources): Search ~/.netrc as well by default.
663         (auth-source-debug): Add 'trivia option for extra output.
664         (auth-source-do-trivia): Use it.
665         (auth-source-search): Simplify logic to use
666         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
667         appropriate.  Don't keep a running count at this level.  Layer :create
668         and :delete options appropriately on the first and second passes.
669         Don't track the backend with the search results.
670         (auth-source-search-backends): New function to search a list of
671         backends for a processed spec.
672         (auth-source-netrc-parse): Cache all netrc files, making
673         auth-source-netrc-cache an alist keyed by the file name and using the
674         file mtime as the caching criterion.  Keep the obfuscated data secret
675         with a lexical bind.
676         (auth-source-netrc-search): Don't calculate the length of the results
677         unnecessarily.
678         (auth-source-search-backends): Fix bug.
679         (auth-source-netrc-create): Rework prompts.
680
681 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
682
683         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
684         Lower case names of search constraints.
685         (nnir-run-query): Cache and reuse search constraints for all imap
686         servers.
687
688 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
689
690         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
691         after exit.
692         (gnus-setup-message): Define missing variable from last checkin.
693
694         * gnus-sum.el (gnus-summary-show-article): When called with t as the
695         value, show the raw article.
696
697 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
698
699         * gnus.el: No Gnus v0.13 is released.
700
701 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
702
703         * nnimap.el (nnimap-open-connection-1): Revert last change, since
704         auth-source now accepts numbers.
705
706         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
707         spec, too.
708         (auth-source-ensure-strings): New function.
709
710         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
711         (gnus-article-setup-buffer): Always restart the date timer so that user
712         changes to the frequency is respected.
713
714         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
715         port numbers, so make sure it gets that if nnimap-server-port is
716         explicit.
717
718 2011-02-21  Simon Josefsson  <simon@josefsson.org>
719
720         * nnimap.el (nnimap-inbox): Doc fix.
721
722 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
723
724         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
725         Autoload.  Add optional arg FRAME, and pass it to color-values.
726         (color-complement): Caller changed.  Doc fix.
727         (color-gradient): Rewrite for better clarity and efficiency.
728
729 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
730
731         * shr-color.el (shr-color->hexadecimal): Use renamed function names
732         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
733         color-lab-to-srgb.
734
735 2011-02-20  Drew Adams  <drew.adams@oracle.com>
736
737         * color.el: First part of merge from hexrgb.el.
738         (color-rgb-to-hex): Rename from color-rgb->hex.
739         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
740         saturation to zero if the value is too small.
741         (color-rgb-to-hsl): Rename from color-rgb->hsl.
742         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
743         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
744         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
745         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
746         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
747         (color-cie-de2000): Doc fix.
748
749 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
750
751         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
752         given method as in the group name if we're using an extended method.
753         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
754         command, if we're using that, instead of waiting for the beginning.
755
756         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
757         we're sure to get unique server names, and we don't output two async
758         commands in the same buffer.  This fixes an NNTP hang for some users.
759
760 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
761
762         * gnus.el: No Gnus v0.11 is released.
763
764 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
765
766         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
767         summary buffer before reading going to the next buffer.  This avoids
768         putting the point in the group buffer if you `C-g' the command.
769
770         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
771         cache (for now) to make ~/.authinfo.gpg files usable.
772
773         * nnfolder.el (copyright-update): Define for the compiler.
774
775         * auth-source.el (auth-source-search): Fix unbound variable.
776
777 2011-02-19  Glenn Morris  <rgm@gnu.org>
778
779         * gnus.el (gnus-meta): Doc fix.
780
781 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
782
783         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
784         in case it's not yet loaded.
785
786 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
787
788         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
789         line we're waiting for.
790
791 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
792
793         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
794         face with line-width greater than zero will cause RET in gnus summary
795         buffer to scroll down article page-wise because auto vscroll happens,
796         it should be temporalily disabled when doing a scroll-up.
797
798 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
799
800         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
801         outputs from the server.
802
803 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
804
805         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
806         later so that bbdb can hook in easier.
807
808 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
809
810         * auth-source.el (auth-source-search): Don't try to create credentials
811         if the caller doesn't want that.
812         (auth-source-search): If we don't find a match, don't bug out on
813         non-bound variables.
814         (auth-source-search): Only ask a single backend to create the
815         credentials.
816
817         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
818         logging.
819         (nnimap-credentials): Protect against auth-source-search returning nil.
820         (nnimap-request-list): Protect against not being able to open the
821         server.
822
823 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
824
825         * auth-source.el (auth-source-search): Do a two-phase search, one with
826         no :create to get the responses from all backends.
827
828         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
829         when getting credentials.
830
831         * gnus-util.el (gnus-delete-duplicates): New function.
832
833 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
834
835         * nnimap.el (nnimap-credentials): Instead of picking the first port as
836         a creation default, pass the whole port list down.  It will be
837         completed.
838
839         * auth-source.el (auth-source-search): Updated docs to talk about
840         multiple creation choices.
841         (auth-source-netrc-create): Accept a list as a value (from the search
842         parameters) and do completion on that list.  Keep a separate netrc line
843         with the password obscured for showing the user.
844
845         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
846         first choice to `auth-source-search' so it will be used for entry
847         creation instead of the server's Gnus-specific name.
848         (nnimap-credentials): Rely on the auth-source library to select which
849         port is actually wanted in the new netrc entry, so don't override
850         `auth-source-creation-defaults'.
851
852         * auth-source.el (auth-source-netrc-parse): Use :port instead of
853         :protocol and accept a missing user, host, or port as a wildcard match.
854         (auth-source-debug): Default to off.
855
856         (auth-source-netrc-search, auth-source-netrc-create)
857         (auth-source-secrets-search, auth-source-secrets-create)
858         (auth-source-user-or-password, auth-source-backend, auth-sources)
859         (auth-source-backend-parse-parameters, auth-source-search): Use :port
860         instead of :protocol.
861
862         * nnimap.el (nnimap-credentials): Pass a port default to
863         `auth-source-search' in case an entry needs to be created.
864         (nnimap-open-connection-1): Use :port instead of :protocol.
865
866 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
867
868         * auth-source.el: Bind load-path when loading EIEIO from
869         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
870         21.4 doesn't support, to `require'.
871         (auth-source-secrets-search): Use mm-delete-duplicates instead of
872         delete-dups that is not available in XEmacs 21.4.
873
874 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
875
876         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
877         as EIEIO must also be loaded when auth-source.el is being
878         byte-compiled.
879
880 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
881
882         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
883
884         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
885
886         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
887
888         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
889
890         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
891
892         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
893
894         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
895
896         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
897         necessary.
898
899 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
900
901         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
902         nil means that nnimap doesn't get updated.
903
904 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
905
906         * auth-source.el (auth-source-netrc-create): Return a synthetic search
907         result when the user doesn't want to write to the file.
908         (auth-source-netrc-search): Expect a synthetic result and proceed
909         accordingly.
910         (auth-source-cache-expiry): New variable to override
911         `password-cache-expiry'.
912         (auth-source-remember): Use it.
913
914         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
915         parameter.  Create entry if necessary by using :create t.
916         (nnimap-open-connection-1): Don't pass `inhibit-create'.
917
918 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
919
920         * auth-source.el (auth-source-debug): Enable by default and don't
921         mention the obsolete `auth-source-hide-passwords'.
922         (auth-source-do-warn): New function to debug unconditionally.
923         (auth-source-do-debug): Use it.
924         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
925         and for Secrets API entries when the secrets.el library is not
926         available.
927
928 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
929
930         * gnus-sum.el (gnus-propagate-marks): Default to nil.
931         (gnus-summary-exit): Kill the correct article buffer on exit from a
932         `C-d' group.
933
934         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
935         gnus-propagate-marks.
936
937         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
938         before killing the buffers so that a non-full window conf gets handled
939         correctly.
940         (gnus-summary-exit): Ditto.
941         (gnus-summary-read-group-1): Ditto.
942
943         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
944         async code again so that we can debug it properly.
945
946         * message.el (message-reply): Take an optional switch-buffer parameter
947         so that Gnus window confs are respected better.
948
949 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
950
951         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
952         `plist-get' to accept non-list parameters (XEmacs issue).
953         Fix docstring.
954         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
955         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
956         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
957         Login collection is "Login" and not "login".
958
959 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
960
961         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
962         multiple headers.
963
964         * nnimap.el (nnimap-inhibit-logging): New variable.
965         (nnimap-log-command): Don't log login commands.
966
967         * auth-source.el (auth-source-netrc-search): The asserts seem to want
968         to have more parameters.
969
970         * nnimap.el (nnimap-send-command): Mark the command time for each
971         command, so that we don't get NOOPs stepping on our toes.
972
973         * gnus-art.el (article-date-ut): Get the date from the Date header on
974         `t'.
975
976 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
977
978         * auth-source.el (auth-source-search): Use copy-sequence instead of
979         the cl.el copy-list.
980
981 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
982
983         * imap.el: Bring it back (revert
984         84d800cd31de3064f0ed39617d725709a2f8f42f).
985
986 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
987
988         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
989         Improve prompt.
990
991 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
992
993         * gnus-art.el (gnus-article-mode-line-format): Remove the article
994         washing status from the default format.  It isn't very informative.
995
996 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
997
998         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
999         Fix Gcc processing on imap.
1000
1001 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1002
1003         * imap.el: Remove file.  All the functionality is in nnimap.el.
1004
1005 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1006
1007         * message.el (message-bury): Don't pop up a new window when selected
1008         window is dedicated.
1009
1010 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1011
1012         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
1013
1014 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
1015
1016         * sieve-manage.el: Autoload `auth-source-search'.
1017         (sieve-sasl-auth): Use it.
1018
1019 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
1020
1021         * nnimap.el: Autoload `auth-source-forget+'.
1022         (nnimap-open-connection-1): Use it if the connection fails.
1023
1024         * auth-source.el: Require `password-cache'.
1025         (auth-source-hide-passwords, auth-source-cache): Remove and mark
1026         obsolete.
1027         (auth-source-magic): Marker for `password-cache' keys.
1028         (auth-source-do-cache): Update docstring.
1029         (auth-source-search): Use and check cache.
1030         (auth-source-forget-all-cached, auth-source-remember)
1031         (auth-source-recall, auth-source-forget, auth-source-forget+)
1032         (auth-source-specmatchp): Caching support functions.
1033         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
1034         Remove and obsolete.
1035         (auth-source-user-or-password): Remove caching to further discourage
1036         using it.  Always hide passwords.
1037
1038         * password-cache.el (password-cache-remove): Accept secrets that are
1039         not strings.
1040
1041 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1042
1043         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
1044         code for now, since it doesn't work for all users.
1045
1046 2011-02-09  Julien Danjou  <julien@danjou.info>
1047
1048         * message.el (message-options): Make message-options really buffer
1049         local.
1050
1051 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
1052
1053         * mail-source.el: Autoload `auth-source-search'.
1054         (mail-source-keyword-map): Note order matters.
1055         (mail-source-set-1): Get all the mail-source source values and
1056         defaults and search auth-source on those if needed.  This can all
1057         probably be simplified.
1058
1059         * nnimap.el: Autoload `auth-source-search'.
1060         (nnimap-credentials): Use it.
1061         (nnimap-open-connection-1): Ask for the virtual server and physical
1062         address in one shot.
1063
1064         * nntp.el: Autoload `auth-source-search'.
1065         (nntp-send-authinfo): Use it.  Note TODO.
1066
1067 2011-02-08  Julien Danjou  <julien@danjou.info>
1068
1069         * shr.el (shr-tag-body): Add support for text attribute in body
1070         markups.
1071
1072         * message.el (message-options): Make message-options a local variable.
1073
1074 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1075
1076         * auth-source.el (auth-source-secrets-search)
1077         (auth-source-user-or-password): Use `append' instead of `nconc'.
1078         (auth-source-user-or-password): Build return list better and protect
1079         against nil :secret.
1080
1081 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1082
1083         * nnimap.el (nnimap-update-info): Refactor slightly.
1084         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
1085         (nnimap-update-info): Clean up slightly.
1086         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
1087         characters.
1088         (nnimap-process-quirk): Rename function to avoid collision.
1089         (nnimap-update-info): Fix macrology bug-out.
1090         (nnimap-update-info): Simplify split history test.
1091
1092 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
1093
1094         * auth-source.el (top): Require 'eieio unconditionally.
1095         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
1096         (auth-source-secrets-search): Limit search when `max' is greater than
1097         number of results.
1098
1099 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1100
1101         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
1102         part not returning any data.
1103
1104         * proto-stream.el (open-protocol-stream): Document the return value.
1105
1106 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1107
1108         * auth-source.el (auth-source-secrets-search): Add examples.
1109
1110 2011-02-06  Julien Danjou  <julien@danjou.info>
1111
1112         * message.el (message-setup-1): Handle message-generate-headers-first
1113         set to t.
1114
1115 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1116
1117         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
1118         API with a string "secrets:collection-name" and with 'default.
1119         (auth-source-backend-parse): Parse "secrets:collection-name" and
1120         'default.  Recurse on parses instead of repeating code.  Use the
1121         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
1122         message when ignoring a source.
1123         (auth-source-search): List ignored search keys at the top level.
1124         (auth-source-netrc-create): Use `case' instead of `cond'.
1125         (auth-source-secrets-search): Created with TODOs.
1126         (auth-source-secrets-create): Created with TODOs.
1127         (auth-source-retrieve, auth-source-create, auth-source-delete)
1128         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1129         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1130         (auth-source-user-or-password-sftp)
1131         (auth-source-user-or-password-smtp): Remove.
1132         (auth-source-user-or-password): Deprecated and modified to be a wrapper
1133         around `auth-source-search'.  Not tested thoroughly.
1134
1135 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
1136
1137         * auth-source.el: Bring in assoc and eioeio libraries.
1138         (secrets-enabled): New variable to track the status of the Secrets API.
1139         (auth-source-backend): New EIOEIO class to represent a backend.
1140         (auth-source-creation-defaults): New variable to set prompt defaults
1141         during token creation (see the `auth-source-search' docstring for
1142         details).
1143         (auth-sources): Simplify to allow a simple string as a netrc backend
1144         spec.
1145         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
1146         (auth-source-backend-parse-parameters): Fill in the backend parameters.
1147         (auth-source-search): Main auth-source API entry point.
1148         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
1149         (auth-source-search-collection): Helper function for searching.
1150         (auth-source-netrc-parse, auth-source-netrc-normalize)
1151         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
1152         Supports search, create, and delete.
1153         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
1154         backend stubs.
1155         (auth-source-user-or-password): Call `auth-source-search' but it's not
1156         ready yet.
1157
1158 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1159
1160         * message.el (message-setup-1): Remove the read-only stuff, since it
1161         doesn't work under XEmacs, for some reason.
1162
1163         * gnus-sum.el (gnus-user-date): Rename back from
1164         gnus-summary-user-date since user code refers to it.
1165
1166         * shr.el (shr-render-td): Store the actual background colour used.
1167
1168         * message.el (message-setup-1): Don't bind the constant
1169         -forbidden-properties.
1170         (message-setup-1): Revert previous change, since it needs to bind the
1171         props to insert them.
1172         (message-resend): Allow removing the read-only separator line.
1173
1174 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1175
1176         * nnimap.el (nnimap-request-accept-article): Give an error message if
1177         the APPEND wasn't successful.
1178
1179 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
1180
1181         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
1182         that have no groups.
1183
1184 2011-02-03  Julien Danjou  <julien@danjou.info>
1185
1186         * gnus-draft.el: Remove progn around gnus-draft-setup.
1187
1188 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1189
1190         * gnus-start.el (gnus-read-active-for-groups): This function is never
1191         called with a nil `infos', so clean that up.
1192         (gnus-get-unread-articles): Request active files from primary/secondary
1193         methods that have no groups (yet).
1194
1195 2011-02-03  Julien Danjou  <julien@danjou.info>
1196
1197         * message.el (message-setup-1): Always generate References first.
1198         (message-mail): Return the return value of message-setup, not always t.
1199         (message-setup-1): Insert mail-header-separator with read-only and
1200         intangible properties set.
1201
1202         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
1203         user-date in docstring.
1204
1205         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
1206
1207         * gnus.el (gnus-summary-line-format): Mention &user-date format in
1208         docstring.
1209
1210         * gnus.el (gnus-user-date-format-alist): Change default value. Use
1211         defcustom, with type and group. Move from gnus-util.el. Rename to
1212         gnus-summary-user-date-format-alist.
1213
1214 2011-02-03  Glenn Morris  <rgm@gnu.org>
1215
1216         * nnimap.el (gnus-fetch-headers): Declare.
1217
1218         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
1219
1220 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1221
1222         * message.el (message-forward-make-body-digest-plain)
1223         (message-followup, message-reply): Clean up things noted by Stefan.
1224
1225         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
1226         gnus-article-update-date-headers is nil.
1227         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
1228         it didn't really work with defcustom.
1229         (article-update-date-lapsed): Make sure the window start doesn't move,
1230         either.
1231
1232 2011-02-01  Julien Danjou  <julien@danjou.info>
1233
1234         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
1235         format.
1236
1237         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
1238         standard in Emacs nowadays.
1239
1240         * color.el (color-gradient): Add a color-gradient function.
1241
1242 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1243
1244         * message.el (message-expand-name): Don't trust the return value of
1245         bbdb-complete-name.
1246         (message-check-news-header-syntax): Remove unused var `start'.
1247         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
1248         (message-inhibit-body-encoding): Move to before first use.
1249         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
1250         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
1251         (Organization, Message-ID, Date, mh-previous-window-config):
1252         Defvar the vars using dynamic scoping.
1253
1254 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1255
1256         * shr.el (shr-render-td): Only do colours at the final rendering.
1257         Should be slightly faster.
1258         (shr-insert-table): Fix up TD background colours when doing the
1259         vertical padding.
1260
1261         * gnus-art.el (article-date-ut): Protect against articles with no Date
1262         header.
1263         (article-update-date-lapsed): Don't use current-column to find the
1264         horizontal position.  It's fragile in the presence of \003 characters.
1265
1266         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
1267
1268 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1269
1270         * gnus-art.el (article-transform-date): Rewrite to still work when
1271         there are several rfc2822 parts.
1272         (article-transform-date): Fix infinite recursion.
1273         (article-date-ut): Replace infinitely many Date headers with a single
1274         one when called interactively.
1275
1276         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
1277         secure manner.
1278
1279         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
1280         move around by not using save-window-excursion.  It seems to work...
1281
1282 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1283
1284         * gnus-art.el (article-make-date-line): Work for user-defined format.
1285
1286 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1287
1288         * nntp.el (nntp-retrieve-group-data-early)
1289         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1290         fetching functions.
1291
1292         * gnus-start.el (gnus-read-active-for-groups): Read the active files
1293         thoroughly for all backends that have no known groups.  This should
1294         allow new nnml methods to retrieve mail.
1295
1296         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1297         that Gnus doesn't know exists again.
1298
1299         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1300         (gnus-treat-date-ut): Ditto.
1301         (gnus-article-update-date-header): Rename.
1302         (gnus-treat-date-local): Remove.
1303         (gnus-treat-date-english): Remove.
1304         (gnus-treat-date-lapsed): Remove.
1305         (gnus-treat-date-combined-lapsed): Remove.
1306         (gnus-treat-date-original): Remove.
1307         (gnus-treat-date-iso8601): Remove.
1308         (gnus-treat-date-user-defined): Remove.
1309         (gnus-article-date-headers): New variable to control all the date
1310         header options.
1311         (article-date-ut): Rewrite to allow using the new way to format date
1312         headers(s).
1313
1314 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1315
1316         * nnmail.el (nnmail-article-group): Check for a direct fancy split
1317         method.
1318         (nnmail-article-group): A better test for fanciness.
1319
1320         * nnimap.el (nnimap-request-head): Protect against not finding the
1321         article by Message-ID.
1322
1323 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
1324
1325         * gnus-art.el (article-update-date-lapsed): Try a better way to really
1326         keep point at the "same place".
1327
1328 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1329
1330         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1331         data if the group is unactivated.
1332
1333 2011-01-28  Julien Danjou  <julien@danjou.info>
1334
1335         * gnus-win.el: Remove dead function gnus-window-configuration-element.
1336         (gnus-all-windows-visible-p): Remove old compatibility code.
1337         (gnus-window-top-edge): Add docstring.
1338
1339         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1340
1341 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1342
1343         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1344         older request-update-info.
1345
1346         * gnus-art.el (article-make-date-line): Limit the length a bit more.
1347
1348 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
1349
1350         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1351         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1352
1353 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1354
1355         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1356         groups.  This makes the nndraft:queue group pop up if it's not already
1357         there.
1358
1359         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1360         messages" logic, which was reversed.
1361
1362         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1363         the "same place" even if point is on the line being replaced.
1364         (article-update-date-lapsed): Allow updating both the combined lapsed
1365         and the lapsed headers.
1366         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1367         (article-make-date-line): Limit the number of segments dynamically to
1368         avoid too-long lines.
1369
1370 2011-01-27  Julien Danjou  <julien@danjou.info>
1371
1372         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1373         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1374
1375 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1376
1377         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1378         Use plist-get instead of the cl function getf.
1379
1380 2011-01-27  Glenn Morris  <rgm@gnu.org>
1381
1382         * gnus-util.el (float-time): Get rid of compiler warning, again.
1383
1384 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1385
1386         * shr.el (shr-put-color): Special-case background colours: Do put them
1387         at the blank parts at the front of the lines.
1388
1389         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1390         exit hook to nix out all data on readedness on group exit.
1391
1392         * gnus-util.el (float-time): If float-time is bound, always use it on
1393         all Emacsen.  It's unclear why the subrp check was there.
1394         (time-date): Require to make some autoload issues on XEmacs go away.
1395
1396         * shr.el (shr-put-color): Don't do the box padding in tables, since
1397         they're already padded.
1398
1399 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1400
1401         * gnus-art.el (gnus-article-next-page): When the last line of the
1402         article is displayed, scroll down once more instead of going to the
1403         next article at once.
1404         (article-lapsed-string): Refactor out and allow specifying how many
1405         segments you want.
1406         (gnus-article-setup-buffer): Start updating the lapsed header directly.
1407         (gnus-article-update-lapsed-header): New variable.
1408
1409         * shr.el: Revert change that made headings use different-sized faces.
1410         The Emacs display engine isn't advanced enough that, for instance,
1411         tables can comfortably use differently-sized faces.
1412
1413 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1414
1415         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1416         used.
1417         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1418         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1419         we're using an encrypted connection.
1420
1421         * proto-stream.el: Alter the interface functions to also return the
1422         actual stream type used: network or tls.
1423
1424 2011-01-25  Julien Danjou  <julien@danjou.info>
1425
1426         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1427         (mm-display-javascript-inline): New function.
1428
1429         * mm-decode.el (mm-inline-media-tests): Add application/javascript
1430         viewing function.
1431
1432 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1433
1434         * shr.el (shr-expand-newlines): Fix variable name.
1435
1436 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1437
1438         * shr.el (shr-expand-newlines): Make nested boxes work.
1439
1440 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1441
1442         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1443         backgrounds.
1444         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1445         in a more sensible manner.
1446
1447 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1448
1449         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1450         if EPG is loaded.
1451
1452 2011-01-24  Julien Danjou  <julien@danjou.info>
1453
1454         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1455         tags.
1456
1457 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1458
1459         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1460         commands.
1461
1462         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1463         in the article buffer.
1464         (gnus-gravatar-insert): Use blank space from the current buffer to
1465         avoid breaking text properties.  This makes X-Sent updating work again.
1466
1467         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1468
1469 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
1470
1471         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1472         fix the bug in url-http.el instead.
1473
1474         * shr.el (shr-image-fetched): Ditto.
1475
1476         * shr.el (shr-image-fetched): Avoid having point move in the article
1477         buffer.
1478
1479         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1480         buffer after being called.  It's apparently being killed by url.el, and
1481         killing it made point move to end-of-buffer in a random buffer.
1482
1483         * shr.el (shr-image-fetched): Ditto.
1484
1485 2011-01-23  Julien Danjou  <julien@danjou.info>
1486
1487         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1488
1489         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1490         text/x-org.
1491
1492 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1493
1494         * gnus-sum.el (gnus-summary-move-article): Protect against backends
1495         (i.e., nnimap) returning nil as the article number.
1496
1497 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1498
1499         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1500         "DelSp" parameter in RFC3676.
1501
1502 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1503
1504         * message.el (message-check-recipients): Display the encoded version of
1505         the bogus address if they differ.
1506
1507         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1508         after sending.
1509
1510         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1511
1512         * gnus-group.el (gnus-group-refresh-group): New convenience function.
1513
1514         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1515         group buffer after sending the queue.
1516
1517         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1518
1519 2011-01-22  Julien Danjou  <julien@danjou.info>
1520
1521         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1522
1523 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1524
1525         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1526         nested related parts.
1527
1528         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1529         unexpired articles.  This fixes the regression that led expiry marks to
1530         disappear from nnfolder groups.
1531
1532 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1533
1534         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1535         Don't confuse the "ret" of "retrograde" with RET.
1536
1537 2011-01-21  Julien Danjou  <julien@danjou.info>
1538
1539         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1540         than mm-insert-inline.
1541
1542 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1543
1544         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1545         Widen article buffer.
1546
1547 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1548
1549         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1550         the temp buffer.
1551         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1552
1553 2011-01-20  Julien Danjou  <julien@danjou.info>
1554
1555         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1556
1557         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1558         than mm-insert-inline to insert inline part: this respect
1559         mm-inline-media-tests displayers.
1560
1561         * mm-view.el (mm-display-shell-script-inline): New function.
1562
1563         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1564
1565         * mm-uu.el (mm-uu-type-alist): Add org block.
1566         (mm-uu-org-src-code-block-extract): New function.
1567
1568         * mm-view.el (mm-display-org-inline): New function.
1569
1570         * mm-decode.el (mm-automatic-display): Add text/org.
1571
1572         * mailcap.el (mailcap-mime-extensions): Add .org.
1573
1574 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1575
1576         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1577         gnus-article-add-buttons.
1578
1579 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1580
1581         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1582         From header with a date and "nobody" as the sender.
1583
1584 2011-01-19  Julien Danjou  <julien@danjou.info>
1585
1586         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1587         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1588         if you have the same regexp several times.
1589         (gnus-button-push): Fix matching when regexp is symbol.
1590
1591 2011-01-15  Glenn Morris  <rgm@gnu.org>
1592
1593         * message.el (message-mail): A compose-mail function should
1594         accept headers as strings.
1595
1596 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1597
1598         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1599         Add :vert-only tags.
1600         (message-mail): New arg RETURN-ACTION.
1601         (message-return-action): New var.
1602         (message-bury): Use it.
1603         (message-mode): Make it buffer-local.
1604         (message-send-and-exit): Always call message-bury.
1605
1606         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1607         message-mail.
1608
1609 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1610
1611         * nnimap.el (nnimap-convert-partial-article): Protect against
1612         zero-length body parts.
1613
1614         * mm-decode.el (mm-preferred-alternative-precedence):
1615         Discourage showing empty parts.
1616
1617         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1618         and stuff if the backend didn't return the article number.  This fixes
1619         an Exchange-related nnimap bug.
1620
1621         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1622         group window, because it does the wrong thing when a separate frame
1623         displays the group buffer.
1624
1625         * proto-stream.el (open-protocol-stream): Protect against the low-level
1626         transport functions returning nil.
1627
1628 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1629
1630         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1631         (mml2015-epg-find-usable-secret-key): New function.
1632         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1633         mml2015-epg-find-usable-key (Bug#7797).
1634         (mml2015-epg-encrypt): Ditto.
1635
1636 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1637
1638         * dgnushack.el (rot13-string): Fix the way to get the argument.
1639
1640 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1641
1642         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1643
1644 2011-01-03  Glenn Morris  <rgm@gnu.org>
1645
1646         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1647
1648         * sieve.el (sieve-open-server): Give a more explicit error if
1649         sieve-manage-open returns nil.  (Bug#7720)
1650
1651 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1652
1653         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1654
1655 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1656
1657         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1658         This avoids sending passwords in plain text over non-encrypted
1659         channels.
1660
1661         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1662
1663         * nnimap.el (nnimap-login): Refactored out into own function, and
1664         implement CRAM-MD5.
1665         (nnimap-wait-for-line): Refactored out.
1666
1667         * mm-view.el (mml-smime): Require.
1668
1669 2010-12-20  David Engster  <deng@eml.cc>
1670
1671         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1672         use EPG to decrypt S/MIME messages instead of openssl.
1673
1674 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1675
1676         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1677
1678         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1679         status is the group clearly is unreachable.
1680
1681         * auth-source.el (auth-source-create): Add the optional second
1682         parameter to `local-variable-p' to be compatible with XEmacs.
1683
1684 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1685
1686         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1687         work when using a compressed nnml folder.
1688
1689 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1690
1691         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1692         backends after sanitising on entry, because this never makes sense:
1693         If the articles have gone missing, then the data no longer exists on
1694         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1695         overwrite anything anyway.
1696
1697         * shr.el (shr-insert-document): Bind shr-width dynamically to
1698         window-width if it's nil.
1699
1700 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1701
1702         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1703         with the meaning of using the full emacs window width for rendering.
1704
1705 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1706
1707         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1708         case when sender is not given.
1709
1710 2010-12-23  Julien Danjou  <julien@danjou.info>
1711
1712         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1713         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1714         the addresses, otherwise we might misplaced the gravatar.
1715
1716 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1717
1718         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1719         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1720         obsolete in Emacs.
1721
1722 2010-12-20  Julien Danjou  <julien@danjou.info>
1723
1724         * gnus-util.el (gnus-rescale-image): Revert last change.
1725
1726 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1727
1728         * binhex.el: Improve commentary (Bug#7482).
1729
1730 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1731
1732         * gnus-group.el (gnus-group-delete-articles): New command.
1733
1734 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1735
1736         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1737
1738 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1739
1740         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1741         here, since it's up to the backends to do CRLF removal if their
1742         protocol has it.
1743
1744         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1745
1746 2010-12-17  Julien Danjou  <julien@danjou.info>
1747
1748         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1749         they are from file. Can also scale up.
1750
1751 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1752
1753         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1754         gnus-use-agent.
1755         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1756
1757         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1758
1759 2010-12-17  Julien Danjou  <julien@danjou.info>
1760
1761         * gravatar.el (gravatar-retrieve-synchronously): New function.
1762         (gravatar-get-data): Make more robust.
1763
1764 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1765
1766         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1767
1768 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1769
1770         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1771         to really consider the last line.
1772
1773 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1774
1775         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1776         list of recipient keys, or use symmetric encryption if not a list.
1777         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1778         EPA override, replacing the call to `netrc-store-data'.
1779
1780 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1781
1782         * gnus-srvr.el: Avoid passing nil regexp argument to
1783         delete-matching-lines.
1784
1785 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1786
1787         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1788         fetching stops when Gnus exits.
1789
1790         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1791         function.
1792         (nnfolder-request-expire-articles): Save all the buffers after doing
1793         expiry.
1794
1795         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1796         the last article", since that led to serious performance regressions
1797         when expiring nnml groups.
1798
1799 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1800
1801         * nnir.el: Improve customizations.
1802
1803 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1804
1805         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1806
1807         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1808         group has been killed.
1809         (gnus-group-yank-group): Ditto.
1810
1811         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1812
1813         * nnimap.el (nnimap-request-update-group-status): New function.
1814
1815         * gnus-int.el (gnus-request-update-group-status): New interface
1816         function.
1817
1818         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1819         copying read-ness to the backends.
1820
1821         * nnimap.el (nnimap-quirk): New function.
1822         (nnimap-retrieve-group-data-early): Use it.
1823         (nnimap-quirks): New alist.
1824
1825 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1826
1827         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1828         don't delete it within indentation.
1829
1830 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1831
1832         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1833         previous line.
1834
1835 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1836
1837         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1838         QRESYNC command by deleting a superfluous space which broke Cyrus
1839         servers.  This change will break other servers that are buggy the other
1840         way around.
1841
1842 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1843
1844         * spam.el: Reindent and fix long lines.
1845         (spam-copy-or-move-routine): Exclude invalid move destinations.
1846
1847 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1848
1849         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1850         installed the registry.
1851
1852 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1853
1854         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1855
1856 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1857
1858         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1859         groupname doesn't contain "gmane".
1860
1861 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1862
1863         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1864         and netrc-bound-and-true-p bindings.
1865         (netrc-parse): Cache the netrc contents.
1866
1867         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1868         (gnus-1): Don't create the nndrafts group twice.
1869         (gnus-setup-news): There's no need to read the active file here, since
1870         that's done again later on a per-backend basis.
1871         (gnus-start-draft-setup): Make sure that the new group is started out
1872         empty.
1873
1874         * gnus-agent.el (gnus-agentize): Don't create the queue group
1875         automatically on startup.  It'll be created later, if needed.
1876
1877         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1878         of automatically subscribed groups.
1879         (gnus-auto-subscribed-categories): New variable.
1880         (gnus-matches-options-n): Use it.
1881         (gnus-default-subscribed-newsgroups): Remove unused variable.
1882         (gnus-start-draft-setup): Message a bit less.
1883
1884 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1885
1886         * nnir.el (nnir-run-imap): Return article list in order of increasing
1887         UID.
1888
1889 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1890
1891         * gnus-sum.el (gnus-summary-enter-digest-group):
1892         Mention gnus-auto-select-on-ephemeral-exit.
1893
1894         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1895         convention of the network-only option.
1896
1897 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1898
1899         * proto-stream.el (proto-stream-open-network-only): New function to
1900         have a way to specify non-STARTTLS upgrade connections.
1901
1902 2010-12-10  Julien Danjou  <julien@danjou.info>
1903
1904         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1905         email address is nil.
1906
1907         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1908
1909 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1910
1911         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1912         deletion.
1913         (nnir-run-imap): Only need to parse list once.
1914
1915 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1916
1917         * shr.el (shr-tag-script): Ignore <script>.
1918         (shr-tag-label): Add <label> support.
1919
1920 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1921
1922         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1923
1924         * shr.el (shr-image-displayer): Work for images lined side by side.
1925
1926 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1927
1928         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1929         parameter, since XEmacs doesn't accept t as a parameter.
1930
1931 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1932
1933         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1934         ids.
1935         (nnir-run-gmane): Simplify groupspec formatting.
1936         (nnir-request-expire-articles): New function.
1937
1938 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1939
1940         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1941         overflow, possibly.
1942
1943         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1944         (shr-render-td): Handle td style="" better.
1945         (shr-tag-table): Use the color from the style sheet.
1946         (shr-render-td): Make sure we copy over all the overlays, too.
1947
1948 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1949
1950         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1951         (nnir-request-article): Improve article retrieval.
1952
1953 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1954
1955         * mm-util.el (mm-extra-numeric-entities): New variable.
1956
1957         * mm-url.el (mm-url-decode-entities):
1958         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1959
1960         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1961
1962 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1963
1964         * message.el: Use completion-at-point.
1965         (message-completion-function): New fun, extracted from message-tab.
1966         (message-mode): Use it for completion-at-point-functions.
1967         (message-tab): Use it and completion-at-point.
1968
1969 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1970
1971         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1972         character if a non-breakable character follows.
1973
1974 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1975
1976         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1977         any stream.
1978
1979         * shr.el (shr-tag-font): Colorize the region.
1980         (shr-tag-body): Ditto.
1981         (shr-tag-font): Actually let the styles be inherited instead of
1982         overwriting them.
1983         (shr-tag-font): Get the background color right.
1984         (shr-tag-style): Ignore all <style> tags for the moment.
1985
1986         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1987         a Message-ID to avoid having nnimap depend on gnus-sum.
1988
1989         * shr.el (shr-descend): Only colorize something if we have a node that
1990         sets colors.
1991
1992 2010-12-06  Julien Danjou  <julien@danjou.info>
1993
1994         * shr.el (shr-render-td): Render td content with shr-descend, so style
1995         will be applied to <td> too.
1996         (shr-colorize-region): Colorize region even if we only have a background.
1997         (shr-tag-body): Fix color and background color inheritance.
1998         Do not recolorize after shr-generic.
1999         (shr-tag-font): Let shr-generic colorize via inheritance.
2000
2001 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2002
2003         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
2004
2005 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
2006
2007         * nnir.el (nnir-request-move-article): Remove obsolete code.
2008
2009 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2010
2011         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
2012
2013 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2014
2015         * gnus-sum.el (gnus-summary-respool-article): The completion function
2016         expects a list instead of an alist.
2017
2018         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
2019         string as the parameter.
2020
2021         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
2022
2023         * shr.el (shr-stylesheet): New dynamic variable for cascading the
2024         styles.
2025         (shr-colorize-region): New function.
2026         (shr-insert-background-overlay): Remove.
2027         (shr-render-td): Background setting should be taken care of on a higher
2028         level.
2029         (shr-tag-body): Use post-hoc colorizations.
2030         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
2031         (shr-put-color-1): Don't overwrite old colors.
2032         (shr-colorize-region): When the background color isn't explicit, use
2033         a fixed background.
2034
2035         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
2036         nnmail variables.
2037
2038 2010-12-05  Bjørn Mork  <bjorn@mork.no>
2039
2040         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
2041         unless necessary.
2042
2043 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
2044
2045         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
2046         server.
2047
2048 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2049
2050         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
2051         so that TAB works.
2052
2053         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
2054         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
2055
2056         * shr.el (shr-urlify): Show the URL before the title to avoid
2057         misleading URLs.
2058
2059 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
2060
2061         * shr.el (shr-urlify): Display the title in <a> tags.
2062
2063 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
2064
2065         * nnir.el (nnir-categorize): Replace mapcar with mapc.
2066
2067 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
2068
2069         * nnir.el: Rearrange code to allow macros to be autoloaded by
2070         gnus-sum.el.
2071         (nnir-retrieve-headers-override-function): Make this variable
2072         customizable.
2073         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
2074
2075         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
2076         from nnir.el.
2077
2078 2010-12-03  Julien Danjou  <julien@danjou.info>
2079
2080         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
2081
2082 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2083
2084         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
2085         allow optional argument `environment'.
2086
2087 2010-12-03  Glenn Morris  <rgm@gnu.org>
2088
2089         * mm-extern.el (message-goto-body): Update declaration.
2090
2091 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2092
2093         * gnus-util.el (gnus-macroexpand-all): New function.
2094
2095         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
2096         instead of macroexpand-all that is unavailable in XEmacs.
2097
2098 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
2099
2100         * nnir.el (nnir-summary-line-format): New variable.
2101         (nnir-mode): Use it.
2102         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
2103         (nnir-article-ids): Reimplement as defsubst.
2104         (nnir-retrieve-headers): Don't mangle the subject header.
2105         (nnir-run-imap): Use 100 as RSV score.
2106         (nnir-run-find-grep): Fix for full server searching.
2107         (nnir-run-gmane): Better restriction to gmane groups.
2108
2109         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
2110         summary buffers.
2111
2112 2010-12-02  Julien Danjou  <julien@danjou.info>
2113
2114         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
2115
2116         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
2117
2118         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
2119         support.
2120
2121 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
2122
2123         * nnir.el: Update to handle the registry better.
2124         (autoload): Silence byte-compiler.
2125         (nnir-open-server): Add a hook for nnir groups.
2126         (nnir-request-move-article): Don't mangle the header. Better to use
2127         formating variables (which will be added in the future).
2128         (nnir-registry-action): Update the registry using the original article
2129         group name.
2130         (nnir-mode): Install nnir-specific hooks for updating the registry.
2131
2132         * gnus-sum.el
2133         (gnus-article-original-subject,gnus-newsgroup-original-name):
2134         Remove obsolete variables.
2135         (gnus-summary-move-article): Remove use of obsolete variables.
2136         (gnus-summary-local-variables): Make move and delete hooks local to
2137         summary buffers.
2138
2139 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2140
2141         * rtree.el: New file.
2142
2143 2010-12-01  Julien Danjou  <julien@danjou.info>
2144
2145         * message.el (message-user-organization): Do not use
2146         gnus-local-organization.
2147
2148         * gnus.el: Remove gnus-local-organization.
2149
2150         * gnus-msg.el: Remove nastygram thing.
2151
2152 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
2153
2154         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
2155         funcall.
2156
2157 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2158
2159         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
2160         names.
2161
2162         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
2163         characters.
2164
2165         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
2166         to t of inhibit-read-only since it is inside gnus-with-article-headers.
2167         Suggested by Štěpán Němec <stepnem@gmail.com>.
2168         (gnus-gravatar-transform-address): Use mail-extract-address-components
2169         that supports non-ASCII names rather than mail-header-parse-addresses.
2170
2171 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2172
2173         * proto-stream.el (open-protocol-stream): All starttls connections are
2174         handled by the network handler.
2175
2176 2010-11-30  Julien Danjou  <julien@danjou.info>
2177
2178         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
2179         (nnimap-open-connection-1): Fix PREAUTH.
2180
2181         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
2182
2183 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2184
2185         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
2186         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
2187         (shr-insert): Use them.
2188         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
2189
2190 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2191
2192         * nnir.el (nnir-request-move-article): Bail out if original group
2193         doesn't support article moves.
2194         (nnir-get-active): Improve active list retrieval.
2195
2196 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2197
2198         * shr.el (shr-find-fill-point): Don't break before apostrophes.
2199
2200 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
2201
2202         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
2203         seem to accept strings-with-numbers as port numbers,
2204
2205 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2206
2207         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
2208         change the registry.
2209
2210 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2211
2212         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
2213         delete-dups that is not available in XEmacs 21.4.
2214
2215         * mm-util.el (mm-delete-duplicates): Add comment.
2216
2217 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
2218
2219         * nnir.el (nnir-ignored-newsgroups): New variable.
2220         (nnir-get-active): Use it.
2221
2222 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2223
2224         * proto-stream.el (proto-stream-open-network): Add some comments.
2225
2226         * nntp.el (nntp-open-connection): Provide a :success condition.
2227
2228         * nnimap.el (nnimap-open-connection-1): Ditto.
2229
2230         * proto-stream.el (proto-stream-open-network): See what the response to
2231         the STARTTLS command is.
2232
2233         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
2234         backwards compatibility).
2235         (nnimap-open-connection-1): Really respect nnimap-server-port.
2236
2237         * proto-stream.el (proto-stream-open-network): When doing opportunistic
2238         TLS upgrades we don't really care about the identity of the peer.
2239         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
2240         that what we've checked for.
2241         (proto-stream-always-use-starttls): Only default to t if
2242         open-gnutls-stream exists.
2243         (proto-stream-open-network): If STARTTLS failed, then just open a
2244         normal connection.
2245         (proto-stream-open-network): Wait until the greeting before doing
2246         STARTTLS.
2247
2248         * nntp.el (nntp-open-connection): Report what the connection error is.
2249
2250         * proto-stream.el (open-protocol-stream): Rename from
2251         open-proto-stream.
2252
2253 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2254
2255         * nnimap.el (nnimap-stream): Change default to `undecided'.
2256         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
2257         first, and then network.
2258         (nnimap-open-connection-1): Respect nnimap-server-port.
2259         (nnimap-open-connection): Be more backwards-compatible.
2260
2261         * proto-stream.el (proto-stream-always-use-starttls): New variable.
2262         (proto-stream-open-starttls): De-duplicate the starttls code.
2263         (proto-stream-open-starttls): Folded back into the main function.
2264         (proto-stream-open-network): Fix typo in the gnutls path.
2265         (proto-stream-command): Refactor out.
2266
2267         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
2268
2269         * proto-stream.el (proto-stream-open-starttls): Actually implement the
2270         starttls.el STARTTLS.
2271
2272         * color.el (color-lab->srgb): Fix function call name.
2273
2274         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
2275         if we're using tls.el.
2276         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
2277         built in, then don't try to establish a STARTTLS connection.
2278
2279         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
2280         servers.
2281
2282         * proto-stream.el (open-proto-stream): Use network, not stream.
2283         (open-proto-stream): Add a way to specify what the end of a command is.
2284
2285         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
2286         connections types.
2287         (nntp-open-network-stream): Remove.
2288         (nntp-open-ssl-stream): Remove.
2289         (nntp-open-tls-stream): Remove.
2290         (nntp-ssl-program): Remove.
2291
2292         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2293
2294 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
2295
2296         * nnir.el: Fix typos.
2297         (nnir-retrieve-headers-override-function): Rename variable to reflect
2298         new semantics.
2299         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2300         macros.
2301         (nnir-request-article, nnir-request-move-article): Use them.
2302         (nnir-categorize): New function.
2303         (nnir-run-query): Use it.
2304         (nnir-retrieve-headers): Rewrite to batch header retrieval.
2305         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2306         sorted.
2307         (nnir-group-full-name): Use gnus-group-full-name instead.
2308         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2309         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2310
2311 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2312
2313         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2314
2315         * proto-stream.el: New library to provide protocol-specific
2316         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2317         protocols.
2318         (open-proto-stream): Complete the documentation.
2319         (proto-stream-open-network): Fix some typos.
2320
2321         * nnimap.el (nnimap-open-connection): Use it.
2322
2323 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
2324
2325         * pop3.el (pop3-open-server): Read server greeting before starting TLS
2326         negotiation.
2327
2328 2010-11-26  Julien Danjou  <julien@danjou.info>
2329
2330         * color.el: Rename various rgb functions to srgb.
2331
2332 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2333
2334         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2335         names.
2336
2337 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2338
2339         * shr.el (shr-insert): Revert last change.
2340         (shr-find-fill-point): Never leave point being at bol;
2341         relax the kinsoku limitation when rendering tables.
2342
2343 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2344
2345         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2346         results from -accept-article.
2347
2348         * shr-color.el: Require cl when compiling.
2349
2350         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2351         checkin.
2352
2353         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2354
2355         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2356
2357         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2358         'add and 'delete to set backend marks.
2359
2360         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2361
2362         * nnheader.el (nnheader-update-marks-actions): Refactor out.
2363
2364         * nntp.el (nntp-request-set-mark): Use it.
2365
2366         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2367
2368         * nnml.el (nnml-request-set-mark): Ditto.
2369
2370         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2371         introduces regressions in article selection.
2372         (nnimap-find-uid-response): New function.
2373         (nnimap-request-accept-article): Use the UID returned, if any.
2374         (nnimap-request-move-article): Use the UID returned, if any.
2375         (nnimap-get-groups): Reimplement to work with folded lines.
2376         (nnimap-find-uid-response): The UID is the last element in the list.
2377         (nnimap-request-set-mark): Extend syntax with 'set.
2378
2379         * nnml.el (nnml-request-set-mark): Ditto.
2380
2381         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2382
2383         * nntp.el (nntp-request-set-mark): Ditto.
2384
2385 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2386
2387         * message.el (message-called-interactively-p): A temporary macro.
2388         (message-goto-body): Use it temporarily.
2389
2390 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2391
2392         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2393         (nnimap-last-response-string): Unfold quoted lines, if they exist.
2394         (nnimap-last-response-string): Fix last unfolding fix.
2395
2396 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2397
2398         * shr.el (shr-insert): Fix the way to fold lines.
2399
2400 2010-11-25  Julien Danjou  <julien@danjou.info>
2401
2402         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2403
2404         * color.el: Rename from color-lab.el
2405         (color-rgb->hex): Add.
2406         (color-complement): Add.
2407         (color-complement-hex): Add.
2408
2409         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2410
2411 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2412
2413         * shr-color.el (shr-color-visible): Don't bug out if the colour names
2414         don't exist.
2415
2416 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2417
2418         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2419         assuming that article displaying or another mml-preview may be
2420         interrupted for an error or for the like.
2421
2422         * shr.el (shr-get-background): Fix argument name.
2423
2424 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2425
2426         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2427
2428         * gnus-sum.el (gnus-summary-include-articles): New function.
2429
2430         * message.el (message-goto-body): called-interactively-p needs a
2431         parameter, so use `any'.
2432
2433         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2434         clear marks before moving, since they're synced from the Gnus side
2435         first.
2436
2437         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2438         (gnus-summary-move-article): Copy over all marks before moving, so that
2439         IMAP doesn't think a new article has arrived.
2440
2441 2010-11-24  Julien Danjou  <julien@danjou.info>
2442
2443         * shr.el (shr-insert-background-overlay): Fix typo.
2444         (shr-render-td): Copy the background before rendering.
2445
2446         * shr-color.el (shr-color-visible): Fix docstring.
2447
2448         * shr.el (shr-tag-table): Add bgcolor support.
2449         (shr-render-td): Add bgcolor support.
2450         (shr-get-background): Add.
2451         (shr-insert-foreground-overlay): Use shr-get-background.
2452
2453         * message.el (message-goto-body): Use called-interactively-p.
2454         (message-in-body-p): message-goto-body returns point.
2455
2456 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2457
2458         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
2459         Fixes something or other in Emacs 23, and is backwards compatible.
2460
2461         * message.el (message-goto-body): Remove the <#secure special-casing,
2462         which is too special.
2463
2464         * shr.el (shr-parse-style): Drop !important from styles.
2465
2466 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
2467
2468         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2469         this function to return incorrect results when calling it with an
2470         explicit article argument different from
2471         (gnus-summary-article-number).
2472
2473 2010-11-24  Julien Danjou  <julien@danjou.info>
2474
2475         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2476         (shr-tag-body): Add background support.
2477         (shr-descend): Add background support.
2478         (shr-tag-title): Add.
2479
2480         * shr-color.el (shr-color-visible): Really return original background
2481         if fixed.
2482
2483 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2484
2485         * shr.el (shr-color-check): Protect against non-existent colour names.
2486
2487 2010-11-24  Julien Danjou  <julien@danjou.info>
2488
2489         * color-lab.el: Require 'cl when compiling.
2490
2491         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2492
2493         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2494         matched part.
2495
2496         * color-lab.el: Fix all expt calls to use float type.
2497
2498 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2499
2500         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2501         expression to shr-color-check as is.
2502
2503         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2504
2505         * color-lab.el: Add coding cookie.
2506         (float-pi): Use eval-and-compile.
2507
2508         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
2509         compiled for Emacsen having no `libxml-parse-html-region' support.
2510
2511 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2512
2513         * shr.el (shr-insert-color-overlay): Split stuff like
2514         "#444444 !important" to find the real colour.
2515         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2516         parse <font color="red"> entries.
2517
2518 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
2519
2520         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
2521         point when parsing headers.
2522
2523         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
2524         is positioned properly when parsing headers.
2525
2526 2010-11-23  Julien Danjou  <julien@danjou.info>
2527
2528         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2529
2530         * shr-color.el (shr-color->hexadecimal): Add support for color names.
2531
2532         * shr.el (shr-parse-style): Replace \n with space in style parsing.
2533
2534         * shr-color.el (shr-color-hsl-to-rgb-fractions):
2535         Use shr-color-hue-to-rgb.
2536         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2537
2538 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2539
2540         * shr.el (shr-color->hexadecimal): Autoload.
2541         (shr-descend): Add color to all tags.
2542
2543 2010-11-22  Julien Danjou  <julien@danjou.info>
2544
2545         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2546         shr-color->hexadecimal.
2547
2548         * shr-color.el (shr-color->hexadecimal): Add converting functions for
2549         RGB() or HSL() color representation.
2550
2551         * shr.el (shr-tag-font): Add.
2552         (shr-tag-color-check): New function to get better colors.
2553         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2554         tag-span.
2555
2556         * shr-color.el: New file.
2557
2558         * color-lab.el: New file.
2559
2560         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2561
2562 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2563
2564         * nnir.el: Fix typo in comments.
2565         (nnir-run-imap): Simplify code. No need to reverse artlist.
2566         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2567
2568 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2569
2570         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2571
2572         * nnimap.el (nnimap-get-capabilities): Refactor out.
2573         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2574
2575 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2576
2577         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2578         appearing when `mm-uu-hide-markers' is nil.
2579
2580 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2581
2582         * nnimap.el (nnimap-unselect-group): Make into its own function.
2583         (nnimap-request-rename-group): Unselect group before renaming.
2584         This had gotten lost somewhere.
2585         (nnimap-request-accept-article): Keep track of examined groups, and
2586         unselect the group before APPENDing to read-only groups.
2587         (nnimap-request-move-article): Clear flags before moving so that they
2588         can be re-set later.
2589
2590 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2591
2592         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2593         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2594
2595 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2596
2597         * gnus-art.el (gnus-mime-display-single)
2598         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2599         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2600         parameter.
2601
2602 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2603
2604         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2605         (shr-table-vertical-line): New variable.
2606         (shr-insert-table): Use it.
2607
2608 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2609
2610         * gnus-html.el (gnus-html-wash-images): Don't display images if
2611         gnus-inhibit-images is non-nil; register displayer for cid images.
2612         (gnus-html-display-image): Work for cid image.
2613         (gnus-html-insert-image): Allow arguments.
2614         (gnus-html-put-image): Inhibit read-only.
2615         (gnus-html-prefetch-images): Don't prefetch images if
2616         gnus-inhibit-images is non-nil.
2617
2618 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2619
2620         * shr.el (shr-put-image): Break lines when inserting big pictures.
2621
2622 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2623
2624         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2625         sender, thanks Katsumi Yamaoka.
2626
2627 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2628
2629         * nnir.el (nnir-run-imap): Reverse the article list for each group
2630         rather than the whole list.
2631
2632 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2633
2634         * shr.el (shr-image-displayer): Protect function against non-existent
2635         image source.
2636
2637         * gnus-art.el (gnus-inhibit-images): New user option.
2638         (gnus-mime-display-single): Don't display image if it is non-nil.
2639
2640         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2641         gnus-inhibit-images.
2642
2643         * shr.el (shr-image-displayer): New function.
2644         (shr-tag-img): Use it.
2645
2646 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2647
2648         * mml2015.el (mml2015-epg-sign): Use From header.
2649
2650 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2651
2652         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2653
2654         * gnus-util.el (gnus-find-text-property-region): Return markers.
2655
2656         * shr.el (shr-tag-img): Put a displayer in the text property.
2657
2658         * gnus-util.el (gnus-find-text-property-region): New utility function.
2659
2660         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2661         (gnus-html-show-images): Remove.
2662
2663         * gnus-art.el (gnus-article-show-images): New, more general function.
2664
2665         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2666         image url text properties.
2667
2668         * shr.el: Ditto.
2669
2670         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2671         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2672
2673 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2674
2675         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2676         work for two or more articles.
2677
2678 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2679
2680         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2681         divide an image that's in an html article to two or more when washing
2682         non-ASCII characters in alt text of it.
2683
2684 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2685
2686         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2687         smime-decrypt-region using function argument.
2688         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2689
2690         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2691
2692         * smime.el (smime-decrypt-region): Catch it.
2693
2694 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2695
2696         * smime.el (smime-mode-map): Move initialization into declaration.
2697         (gnus-run-mode-hooks): Don't autoload.
2698         (smime-mode): Use define-derived-mode.
2699
2700 2010-11-11  Glenn Morris  <rgm@gnu.org>
2701
2702         * smime.el (from): Restrict declaration to XEmacs.
2703
2704         * nnir.el (gnus-group-topic-name): Autoload.
2705
2706 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2707
2708         * shr.el (shr-insert): Don't break long line if it is because of
2709         kinsoku-bol characters in the line end.
2710
2711 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2712
2713         * nnir.el (nnir-request-move-article): Fix to provide original group
2714         and subject.
2715         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2716         been retrieved.
2717
2718         * gnus-sum.el (gnus-summary-move-article): Use original group and
2719         subject for virtual articles such as those in an nnir summary buffer.
2720
2721 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2722
2723         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2724         least 21.5).
2725
2726         * smime.el (from): Declare it again for XEmacs.
2727
2728 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2729
2730         * message.el (message-resend): Don't disable encoding unless it's
2731         already encoded.
2732
2733         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2734         low-numbered articles.
2735
2736 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2737
2738         * rfc2047.el (rfc2047-syntax-table): Simplify.
2739
2740         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2741
2742         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2743         set-char-table-range for XEmacs.
2744
2745 2010-11-10  Glenn Morris  <rgm@gnu.org>
2746
2747         * time-date.el (time-to-seconds): Always an alias on Emacs,
2748         never a real function.
2749         (with-no-warnings): Remove compat stub, now unused.
2750         (time-less-p): Doc fix.
2751         (time-to-number-of-days): Simplify.
2752
2753         * smime.el (from): Remove unused declaration.
2754
2755         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2756         (gnus-float-time): On Emacs, always an alias.
2757
2758         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2759         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2760
2761 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2762
2763         * dgnushack.el: Don't use ignore-errors in the top level form since it
2764         is unavailable in XEmacs even if cl is loaded.
2765
2766         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2767
2768 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2769
2770         * shr.el (browse-url-mailto): Autoload.
2771
2772         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2773
2774         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2775         regexp doesn't need quoting.
2776
2777 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2778
2779         * message.el (message-subject-trailing-was-ask-regexp)
2780         (message-subject-trailing-was-regexp): Match was: in addition to was.
2781
2782 2010-11-09  Glenn Morris  <rgm@gnu.org>
2783
2784         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2785         (nnbabyl-check-mbox): Use point-at-bol.
2786
2787 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2788
2789         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2790
2791         * message.el (message-mailto): New function.
2792         (message-mailto): Should accept other parameters.
2793         (message-mailto): Remove since it duplicates browse-url-mailto
2794         functionality.
2795
2796 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2797
2798         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2799         methods.
2800         (gnus-read-active-file): Ditto.
2801
2802         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2803         ": " from the prompt.
2804         (gnus-group-make-group): Ditto.
2805
2806 2010-11-07  Glenn Morris  <rgm@gnu.org>
2807
2808         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2809         (gnus-bookmark-kill-line): Use point-at-eol.
2810
2811 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2812
2813         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2814         asterisks in From header.
2815
2816 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2817
2818         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2819         string to avoid making the From headers syntactically invalid.
2820
2821         * message.el (message-send-mail): Don't insert courtesy messages if the
2822         message already has List-Post and List-ID messages.
2823
2824 2010-11-06  Glenn Morris  <rgm@gnu.org>
2825
2826         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2827         `condition', `type', `length' a prefix.
2828         (gnus-treat-predicate): Update for above name changes.
2829
2830 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2831
2832         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2833         binding.  Handled by `gnus-summary-refer-thread' instead.
2834         (nnir-warp-to-article): New backend function.
2835
2836         * nnimap.el (nnimap-request-thread): Force dependency updating.
2837
2838         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2839         (gnus-summary-refer-thread): Rework to improve thread-referral.
2840
2841         * gnus-int.el (gnus-warp-to-article): New function.
2842
2843         * gnus-sum.el (gnus-summary-article-map): Bind it.
2844
2845 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2846
2847         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2848         gnus-summary-refer-thread.
2849
2850         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2851         headers.
2852         (gnus-summary-limit-include-thread): Prevent articles in thread from
2853         being cut in gnus-cut-threads.
2854         (gnus-summary-refer-thread): Limit retrieved headers to those in
2855         thread.
2856
2857 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2858
2859         * message.el (message-send-mail): Use the value of
2860         message-courtesy-message from the message buffer.
2861
2862         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2863
2864         * shr.el (shr-browse-url): Implement mailto: URLs.
2865
2866         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2867         "raw".
2868
2869         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2870         if it's already selected.
2871
2872         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2873
2874 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2875
2876         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2877         to measure the length and truncate alt text.
2878
2879 2010-11-03  Glenn Morris  <rgm@gnu.org>
2880
2881         * nndiary.el (nndiary-generate-nov-databases-1)
2882         (nndiary-generate-active-info): Rename dynamic variable `files' to
2883         something less generic.
2884
2885 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2886
2887         * nnir.el (nnir-request-move-article): Call the underlying backend to
2888         move articles from nnir.
2889
2890 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2891
2892         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2893
2894 2010-11-02  Julien Danjou  <julien@danjou.info>
2895
2896         * nnir.el: Remove wais support.
2897
2898 2010-11-02  Glenn Morris  <rgm@gnu.org>
2899
2900         * gnus-html.el: Reorder requirements to quieten compiler.
2901
2902 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2903
2904         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2905         properly for XEmacs as well.
2906         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2907         (gnus-article-natural-long-line-p): Use window-width rather than
2908         frame-width.
2909
2910 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2911
2912         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2913         (nnir-read-parms): Don't modify query.
2914         (nnir-run-query): Add ability to search topic on current line.
2915         (nnir-get-active): Clean up.
2916
2917 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2918
2919         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2920         degenerate articles.
2921
2922         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2923         (gnus-print-buffer): Just print the buffer as is, without any copying
2924         to a buffer and then re-highlighting.
2925
2926         * nnimap.el (nnimap-request-group): Store the new updated info.
2927         (nnimap-request-group): Select the group when we don't know whether it
2928         exists or not.
2929
2930         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2931         groups.
2932
2933         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2934         groups.
2935
2936         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2937         groups.
2938
2939         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2940         long-lines case by only filling the long lines.
2941
2942         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2943         (bug #7311).
2944
2945 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2946
2947         * shr.el: No need to declare `declare-function' since shr.el is for
2948         only Emacsen that provide `libxml-parse-html-region'.
2949
2950         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2951         effective only in a file it is referred to.
2952
2953 2010-11-01  Glenn Morris  <rgm@gnu.org>
2954
2955         * mm-util.el (gnus-completing-read): Autoload.
2956         (mm-read-coding-system): Simplify Emacs definition.
2957
2958         * nnmail.el (gnus-activate-group):
2959         * nnimap.el (gnutls-negotiate):
2960         * nntp.el (netrc-parse): Fix declarations.
2961
2962 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2963
2964         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2965         string-match-p in Emacs >=23.
2966
2967         * gnus-msg.el (gnus-configure-posting-styles)
2968         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2969
2970 2010-11-01  Glenn Morris  <rgm@gnu.org>
2971
2972         * nnir.el (declare-function): Add compat stub.
2973         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2974         (nnir-run-gmane): Require 'mm-url.
2975
2976         * mm-util.el (mm-string-to-multibyte): Simplify.
2977
2978         * shr.el (declare-function): Add compat stub.
2979         (url-cache-create-filename): Declare.
2980         (mm-disable-multibyte, widget-convert-button): Autoload.
2981
2982         * smime.el (ldap-search): Declare.
2983         (smime-cert-by-ldap-1): Require ldap on Emacs.
2984
2985         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2986         (nnimap-keepalive): Use gnus-float-time.
2987
2988         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2989         (mail-source-delete-crash-box): Use gnus-float-time.
2990
2991         * gnus-dired.el (gnus-completing-read): Autoload.
2992
2993         * mm-view.el (gnus-rescale-image): Autoload.
2994
2995         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2996
2997         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2998
2999         * sieve-manage.el: Require 'cl when compiling.
3000
3001         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
3002         (gnus-iswitchb-completing-read): Require iswitchb.
3003         (gnus-select-frame-set-input-focus): Silence compiler.
3004
3005 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3006
3007         * message.el (message-subject-trailing-was-query): Change default to t,
3008         since I think that's what most people want.
3009
3010         * nnimap.el (nnimap-request-accept-article): Erase buffer before
3011         appending for easier debugging.
3012         (nnimap-wait-for-connection): Take a regexp.
3013         (nnimap-request-accept-article): Wait for the continuation line before
3014         sending anything unless we're streaming.
3015
3016         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
3017         leave the header washing to take place.
3018
3019 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3020
3021         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
3022         regular expression match and replace in posting styles.
3023
3024 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
3025
3026         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
3027         an entire server.
3028         (nnir-get-active): New function.
3029         (nnir-run-imap): Use it.
3030         (nnir-run-gmane): Who knew, gmane search returns an article score!
3031
3032         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
3033         server on the current line with nnir.
3034
3035 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3036
3037         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
3038         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
3039         left edge.
3040         (gnus-article-foldable-buffer): Skip past the prefix when determining
3041         raggedness.
3042
3043         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
3044         the raw article, and change `C-u g' to show the article without doing
3045         treatments.
3046
3047         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
3048         on to `gnus-treat-article'.
3049         (gnus-inhibit-article-treatments): New variable.
3050
3051         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
3052
3053         * gnus-art.el (gnus-treatment-function-alist): Have
3054         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
3055         (gnus-treat-fill-long-lines): Change default to fill all text/plain
3056         sections.
3057
3058         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
3059         parameter.
3060         (gnus-article-fill-cited-long-lines): New function.
3061         (gnus-article-fill-cited-article): Allow filling only long sections.
3062
3063         * shr.el (shr-find-fill-point): Don't break lines between punctuation
3064         and non-punctuation (like after the apostrophe in "'We").
3065
3066         * gnus-sum.el (gnus-summary-select-article): Make sure
3067         gnus-original-article-buffer is alive.
3068
3069         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
3070         reflect the order they're in in the digest.
3071
3072         * gnus.el (gnus-group-startup-message): Move point to the start of the
3073         buffer.
3074
3075         * nnimap.el (nnimap-capability): New function.
3076         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
3077         is set.
3078
3079 2010-10-31  David Engster  <dengste@eml.cc>
3080
3081         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
3082         conform with changes to gnus-completing-read.
3083
3084 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3085
3086         * shr.el (shr-tag-img): Output "*" instead of "[img]".
3087
3088 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3089
3090         * nnir.el: Move defvar, defcustom around to keep file organized
3091         and keep byte-compiler quiet.
3092         (nnir-read-parms): Accept search-engine as arg.
3093         (nnir-run-query): Pass search-engine as arg.
3094         (nnir-search-engine): Remove.
3095
3096 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3097
3098         * shr.el (shr-generic): The text nodes should be text, not :text.
3099
3100         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
3101         later in the file.
3102
3103 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3104
3105         * nnir.el: General clean up.  Allow searching with multiple engines.
3106         Allow separate extra-parameters for each engine.
3107         Batch queries when possible.
3108         (nnir-imap-default-search-key,nnir-method-default-engines):
3109         Add customize interface.
3110         (nnir-run-gmane): New engine.
3111         (nnir-engines): Use it.  Qualify all prompts with engine name.
3112         (nnir-search-engine): Remove global variable.
3113         (nnir-run-hyrex): Restore for now.
3114         (nnir-extra-parms,nnir-search-history): New variables.
3115         (gnus-group-make-nnir-group): Use them.
3116         (nnir-group-server): Remove in favor of gnus-group-server.
3117         (nnir-request-group): Avoid searching twice.
3118         (nnir-sort-groups-by-server): New function.
3119
3120 2010-10-30  Julien Danjou  <julien@danjou.info>
3121
3122         * gnus-group.el: Remove gnus-group-fetch-control.
3123
3124         * gnus-start.el (gnus-find-new-newsgroups):
3125         Remove gnus-check-first-time-used.
3126
3127         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
3128
3129 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3130
3131         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
3132         set on groups that don't have \* permanentflags.
3133
3134 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3135
3136         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
3137         control the background color.
3138         (shr-tag-img): Ignore very small web bug type images.
3139         (shr-put-image): Add help-echo alt texts to the images.
3140         (shr-tag-video): Show the video poster image.
3141
3142 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3143
3144         * shr.el (shr-table-depth): New variable.
3145         (shr-tag-table-1): Only insert the images after the top-level table.
3146
3147         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
3148
3149         * gnus-util.el (gnus-list-memq-of-list): New function.
3150
3151         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
3152         selected.
3153         (nnimap-unsplittable-articles): New slot.
3154         (nnimap-new-articles): Use it.
3155
3156 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
3157
3158         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
3159         move to the previous line on `M-g'.
3160
3161 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3162
3163         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
3164         *-request-group, which seems unnecessary.
3165
3166         * nnimap.el (nnimap-quote-specials): Function copied over from
3167         imap.el.
3168         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
3169         they support that.  Suggested by Tom Regner.
3170
3171 2010-10-29  Julien Danjou  <julien@danjou.info>
3172
3173         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
3174         defalias.
3175         (gnus-summary-delete-marked-with): Remove obsolete defalias.
3176
3177         * gnus.el: Remove `gnus-nntp-service' variable.
3178         (gnus-secondary-servers): Make obsolete.
3179         (gnus-nntp-server): Make obsolete.
3180
3181         * gnus-start.el (gnus-1): Remove x-splash calls.
3182
3183         * gnus-ems.el (gnus-x-splash): Remove.
3184
3185         * gnus.el (gnus-group-startup-message): Simplify/update code.
3186
3187         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
3188         definition.
3189
3190         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
3191         capability before doing anything.
3192         (gnus-group-insert-group-line): Remove useless
3193         gnus-group-remove-excess-properties.
3194
3195 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3196
3197         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
3198
3199 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3200
3201         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
3202         config after reselecting.
3203
3204 2010-10-28  Julien Danjou  <julien@danjou.info>
3205
3206         * shr.el (shr-put-image): Use point even if only inserting text.
3207         (shr-put-image): Save excursion when inserting alt text on non-graphic
3208         display, so the behaviour is the same when we are on a graphic display.
3209
3210         * nnir.el (nnir-run-swish-e): Remove hyrex support.
3211
3212 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3213
3214         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
3215         (gnus-mime-copy-part): Check coding system, not charset.
3216         (gnus-mime-view-part-externally): Never remove part.
3217         (gnus-mime-view-part-internally): Don't remove part here.
3218         (gnus-article-part-wrapper): Make sure MIME tag is visible.
3219         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
3220         multipart/alternative.
3221
3222         * mm-decode.el (mm-display-part): Take optional arg `force'.
3223
3224 2010-10-26  Julien Danjou  <julien@danjou.info>
3225
3226         * gnus-group.el (gnus-group-default-list-level): Add this function to
3227         compute the default list level.
3228         (gnus-group-default-list-level): Add possibility to use a function.
3229
3230 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3231
3232         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
3233
3234         * gnus-group.el (gnus-group-completing-read)
3235         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
3236         gnus-replace-in-string.
3237
3238 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3239
3240         * shr.el (shr-tag-div): Add.
3241
3242         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
3243
3244 2010-10-25  Julien Danjou  <julien@danjou.info>
3245
3246         * gnus-util.el: Remove `gnus-with-local-quit'.
3247
3248         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
3249
3250 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3251
3252         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
3253         the original article buffer.
3254
3255 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3256
3257         * nnimap.el (nnimap-request-head): New function.
3258         (nnimap-request-move-article): Try to be slighly faster by not
3259         requesting the entire message when moving.
3260         (nnimap-transform-headers): Don't bug out on bodiless articles.
3261         (nnimap-send-command): Have no outstanding messages if the IMAP server
3262         doesn't support streaming.
3263         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
3264
3265 2010-10-24  Julien Danjou  <julien@danjou.info>
3266
3267         * message.el (message-default-headers): Fix type.
3268
3269 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3270
3271         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
3272         prefetching images.
3273
3274         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
3275         backend for unknown groups.  This is mainly useful for nnimap groups.
3276
3277         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
3278         group isn't covered by the agent.
3279
3280 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
3281
3282         * nnir.el (nnir-method-default-engines): New variable.
3283         (nnir-run-query): Use it.
3284         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
3285         (gnus-summary-nnir-goto-thread): Change group if needed.
3286
3287         * gnus-group.el (gnus-group-group-map): Add key binding for
3288         gnus-group-make-nnir-group.
3289
3290 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3291
3292         * shr.el (shr-tag-object): Add.
3293
3294         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3295         original article buffer live.
3296         (gnus-summary-select-article-buffer):
3297         Mention gnus-widen-article-buffer.
3298
3299 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3300
3301         * shr.el (shr-tag-strong): Add.
3302
3303 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3304
3305         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3306         group names.  They mess up the group buffer badly.
3307
3308         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3309
3310         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3311         instead of the summary one.
3312
3313 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3314
3315         * mml.el (mml-preview): Work properly when editing article.
3316
3317         * gnus-start.el (gnus-read-active-file-1): Don't add method to
3318         gnus-have-read-active-file if it's already been in.
3319
3320 2010-10-22  Tom Tromey  <tromey@redhat.com>
3321
3322         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3323         gnus-group-completing-read.
3324
3325 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3326
3327         * message.el (message-mode-map): Don't bind M-; to comment region, to
3328         allow the global comment-dwim to work.
3329
3330 2010-10-21  Julien Danjou  <julien@danjou.info>
3331
3332         * message.el (message-setup-1): Allow message-default-headers to be a
3333         function.
3334
3335 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3336
3337         * shr.el (shr-tag-table): Simplify.
3338
3339 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3340
3341         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3342         to avoid trying to snarf invalid stuff.
3343
3344         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3345
3346         * gnus.el (gnus-message-archive-group): Quote value.
3347         (gnus-message-archive-group): Mark as changed.
3348
3349         * shr.el (shr-add-font): Don't put the font properties on the newline
3350         or the indentation.
3351
3352         * message.el (message-fix-before-sending): Change options when sending
3353         non-printable characters.
3354
3355         * gnus.el (gnus-message-archive-method): Change the default to
3356         monthly outgoing groups.
3357
3358         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3359         that have gotten new numbers.
3360
3361         * nnimap.el (nnimap-request-replace-article): New function.
3362
3363 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3364
3365         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3366         (nnrss-request-article): Don't use special html washing code.
3367
3368 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3369
3370         * shr.el (shr-tag-table): Remove useless nconc.
3371
3372 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3373
3374         * gnus-art.el (article-wash-html): Simplify and remove the charset
3375         stuff.  Use the normal html rendering code instead of the special html
3376         washing code.
3377
3378         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3379         `gnus-w3m' symbols.
3380         (mm-text-html-washer-alist): Remove.
3381
3382         * mm-decode.el (mm-inline-text-html-renderer): Remove.
3383         (mm-inline-media-tests): Remove use.
3384         (mm-text-html-renderer): Change default to the `shr' symbol.
3385
3386         * mm-view.el (mm-inline-text-html): Remove use.
3387
3388         * gnus-art.el (gnus-blocked-images): New function.  Allow the
3389         `gnus-blocked-images' to be a function.
3390         (gnus-article-wash-function): Remove.
3391
3392 2010-10-20  Julien Danjou  <julien@danjou.info>
3393
3394         * spam.el (spam-list-of-processors): Mark as obsolete.
3395
3396         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3397         (nnimap-insert-partial-structure): Fix boundary detection.
3398
3399 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
3400
3401         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3402         run file-truename on remote files.  This can be expensive and even
3403         prevent one from editing drafts if some unrelated buffer has a stale
3404         connection.
3405
3406 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3407
3408         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3409         kinsoku-eol regardless of shr-kinsoku-shorten.
3410         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3411         (shr-tag-table): Support caption, thead, and tfoot.
3412
3413 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3414
3415         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3416         lines.
3417         (shr-save-contents): New command and keystroke.
3418
3419         * nndoc.el (nndoc-type-alist): Add git support.
3420         (nndoc-git-type-p): New function.
3421         (nndoc-transform-git-article): Ditto.
3422         (nndoc-transform-git-headers): Ditto.
3423         (nndoc-transform-git-headers): Generate Subject headers.
3424
3425         * shr.el (shr-parse-style): New function.
3426         (shr-tag-span): Ditto.
3427
3428         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3429         to `G G' to avoid collisions.
3430
3431 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3432
3433         * shr.el: Load kinsoku if necessary.
3434         (shr-kinsoku-shorten): New internal variable.
3435         (shr-find-fill-point): Make kinsoku shorten text line if
3436         shr-kinsoku-shorten is bound to non-nil.
3437         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3438         shr-indentation too when testing if table is wider than frame width.
3439         (shr-insert-table): Use `string-width' instead of `length' to measure
3440         text width.
3441         (shr-insert-table-ruler): Make sure indentation is done at bol.
3442
3443 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3444
3445         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3446         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3447         undecoded network data.
3448
3449 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3450
3451         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3452         name in the mode line spec so that the mode line menu works
3453         (bug #2431).
3454
3455         * message.el (message-get-reply-headers): If we're fed `to-address',
3456         then always use that.
3457
3458         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3459         aren't so wide as to need to switch off the edit menu.
3460
3461         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3462         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3463
3464         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3465         `M-g'.
3466         (nnimap-update-info): Update flags/read marks even if \* isn't part of
3467         the permanent marks.
3468
3469 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
3470
3471         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3472         Splitting according to references/in-reply-to obeys the ignore-groups
3473         variable, while splitting by sender and subject do not.
3474
3475 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3476
3477         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3478         alist, so that we can look for non-Unicode chars.
3479         (article-translate-strings): Allow both character and string maps.
3480
3481 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3482
3483         * shr.el (shr-insert): Don't insert space behind a wide character
3484         categorized as kinsoku-bol, or between characters both categorized as
3485         nospace.
3486
3487 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
3488
3489         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
3490         headers to gnus-newsgroup-headers.
3491
3492 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3493
3494         * shr.el (shr-tag-img): Don't align images -- since we're not
3495         rescaling, this often leads to ugly displays.
3496
3497 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
3498
3499         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3500         duplicates.
3501
3502 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
3503
3504         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3505         call.
3506
3507 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3508
3509         * gnus.el: Autoload gnus-html-show-images.
3510
3511         * nnimap.el: Use nnheader-message throughout.
3512
3513         * shr.el (shr-tag-img): Ignore images with no data.
3514
3515 2010-10-15  Julien Danjou  <julien@danjou.info>
3516
3517         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3518         a possibility to disable format=flow encoding when using hard newlines.
3519
3520 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3521
3522         * shr.el (shr-insert): Remove space inserted before or after a
3523         breakable character or at the beginning or the end of a line.
3524         (shr-find-fill-point): Do kinsoku; find the second best point or give
3525         it up if there's no breakable point.
3526
3527 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3528
3529         * nnimap.el (nnimap-open-connection): Message when opening connection
3530         for debugging purposes.
3531
3532         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3533         on every setup buffer call to allow this to change from article to
3534         article.
3535
3536         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3537         buffers where we have a wide table.
3538
3539 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
3540
3541         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3542         uses *-request-thread.
3543
3544 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3545
3546         * nnimap.el (nnimap-open-connection): Remove %s from openssl
3547         incantation, which is no longer valid.
3548
3549 2010-10-14  Julien Danjou  <julien@danjou.info>
3550
3551         * shr.el: Fix defcustom type (char -> character).
3552
3553 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3554
3555         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3556         programs.
3557
3558 2010-10-14  Julien Danjou  <julien@danjou.info>
3559
3560         * shr.el (shr-tag-a): Use url-link as widget type.
3561
3562         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3563         `gnus-group-get-icon'.
3564
3565 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3566
3567         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3568         This should make server editing work better.
3569
3570         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3571
3572         * tls.el (tls-program): Remove spurious %s from openssl.
3573
3574         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3575         (nnimap-parse-flags): Fix regexp.
3576
3577         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3578         probably work for CJVK text, too.
3579
3580         * nnimap.el (nnimap-extend-tls-programs): Remove.
3581         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3582
3583         * tls.el (tls-starttls-switches): Remove starttls hack.
3584         (open-tls-stream): Ditto.
3585         (tls-find-starttls-argument): Ditto.
3586
3587 2010-10-13  Julien Danjou  <julien@danjou.info>
3588
3589         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3590         responses.
3591
3592 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3593
3594         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3595
3596         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3597         anything in Emacs.
3598
3599         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3600
3601 2010-10-13  Julien Danjou  <julien@danjou.info>
3602
3603         * shr.el (shr-width): Make shr-width a defcustom with default to
3604         fill-column.
3605         (shr-tag-img): Use shr-width rather than fill-column.
3606
3607 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3608
3609         * dgnushack.el (byte-optimize-apply)
3610         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3611
3612         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3613         position when (X-)Faces exist.
3614         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3615         avatars when called interactively.
3616
3617 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3618
3619         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3620         gnus-article-x-face-too-ugly is bound.
3621
3622 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3623
3624         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3625
3626         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3627         mailbox that doesn't exist.
3628
3629 2010-10-12  Julien Danjou  <julien@danjou.info>
3630
3631         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3632         (shr-get-image-data): Encode URL properly when fetching from cache.
3633         (shr-tag-img): Use aligned-to spaces to align correctly images.
3634
3635         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3636         before inserting the Gravatar.
3637
3638         * shr.el (shr-tag-img): Add align attribute support for <img>.
3639
3640 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3641
3642         * gnus-gravatar.el (gnus-art): Require.
3643
3644         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3645         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3646         Remove long obsoleted functions.
3647
3648 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3649
3650         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
3651
3652         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3653
3654         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3655         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3656         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3657         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3658         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3659         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3660         * sieve-manage.el, smime.el, spam.el:
3661         Fix comment for declare-function.
3662
3663 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3664
3665         * nnimap.el (nnimap-request-rename-group): Select group read-only
3666         before renaming it.
3667
3668         * shr.el (shr-insert): Fix up the white space only regexp.
3669
3670         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3671         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3672
3673         * shr.el (shr-current-column): New function.
3674         (shr-find-fill-point): New function.
3675
3676 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3677
3678         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3679         numbers.
3680
3681 2010-10-11  Julien Danjou  <julien@danjou.info>
3682
3683         * shr.el (shr-hr-line): Add.
3684         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3685         display hr lines.
3686         (shr-max-columns): Do not change state to nil if we just inserting
3687         spaces.
3688
3689 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3690
3691         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3692         select the last group.
3693
3694 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3695
3696         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3697
3698 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3699
3700         * dig.el (dig-mode-map): Declare and define in one step.
3701
3702 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3703
3704         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3705         for Gnus.
3706         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3707         (nnimap-update-qresync-info): Mark \Seen articles as read.
3708
3709         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3710         non-variable, too.
3711
3712         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3713         available.
3714         (nnimap-update-info): Rely more on the current active than the param
3715         active to avoid marking articles as read too much.
3716
3717         * auth-source.el (auth-source-create): Use (user-login-name) for the
3718         user name default.
3719
3720         * nnimap.el (nnimap-update-info): If the server doesn't return any
3721         useful info, just use the previous info.
3722         (nnimap-update-info): Prefer old info over start-article.
3723         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3724
3725 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3726
3727         * nnir.el (autoload): Clean up autoloads.
3728         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3729         Use key rather than value.
3730         (nnir-imap-search-other): New variable.
3731         (nnir-read-parm): Use it.
3732         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3733         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3734
3735 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3736
3737         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3738         the process, too.
3739
3740 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3741
3742         * spam.el (gnus-summary-mode-map): Bind to "$".
3743         Suggested by Russ Allbery.
3744
3745         * shr.el: Rework the way things are indented by <li> slightly.
3746
3747         * gnus.el (gnus-group-set-parameter): Fix typo.
3748
3749         * nnimap.el: Start implementing QRESYNC support.
3750
3751 2010-10-09  Julien Danjou  <julien@danjou.info>
3752
3753         * nnir.el (nnir-engines): Fix too many arguments.
3754
3755 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3756
3757         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3758         group is the "last", so that the backends like nnfolder actually save
3759         their folders.
3760
3761         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3762         try to use that for the tls stream.
3763         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3764         UIDVALIDITY and find out which groups are read-only and not.
3765         (nnimap-get-flags): Use the same marks parsing code as the rest of
3766         nnimap.
3767
3768 2010-10-09  Julien Danjou  <julien@danjou.info>
3769
3770         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3771
3772         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3773         retrieving gravatars.
3774
3775         * shr.el (shr-table-corner): Add.
3776         (shr-table-line): Add.
3777         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3778
3779 2010-10-08  Julien Danjou  <julien@danjou.info>
3780
3781         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3782
3783 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3784
3785         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3786
3787         * gnus-sum.el (gnus-mark-article-as-unread)
3788         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3789         (gnus-summary-set-bookmark): Use it.
3790
3791         * gnus-msg.el (gnus-setup-message): Use it.
3792
3793         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3794
3795         * gnus.el (gnus-group-remove-parameter): Use it.
3796
3797         * gnus-group.el (gnus-group-make-web-group): Use it.
3798
3799         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3800
3801         * nnregistry.el: Update docs to mention manual.
3802
3803         * gnus-registry.el: Update docs to mention nnregistry.el.
3804         (gnus-registry-initialize): Don't install nnregistry refer method
3805         automatically.
3806         (gnus-registry-install-nnregistry): Remove it.
3807
3808 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3809
3810         * shr.el (shr-insert): Don't insert double spaces.
3811
3812 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3813
3814         * gnus-gravatar.el (gnus-treat-from-gravatar)
3815         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3816         called interactively.
3817
3818         * gnus-art.el (gnus-mime-view-part-externally)
3819         (gnus-mime-view-part-internally): Make predicate function passed to
3820         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3821         of a mime type.
3822
3823         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3824
3825 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3826
3827         * shr.el (require): Require cl when compiling.
3828         (shr-tag-hr): New function.
3829
3830         * nnimap.el (nnimap-update-info): Remove double setting of high.
3831         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3832         This makes nnimap work properly on Courier again.
3833
3834         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3835         the variable for backwards compatibility.
3836
3837         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3838         the file name before using to avoid setting mm-default-directory to
3839         nil.
3840
3841         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3842         bidning gnus-agent variables.
3843
3844         * shr.el (shr-render-td): Use a cache for the table rendering function
3845         to avoid getting an exponential rendering behaviour in nested tables.
3846         (shr-insert): Rework the line-breaking algorithm.
3847         (shr-insert): Don't leave trailing spaces.
3848         (shr-insert-table): Also insert empty TDs.
3849         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3850
3851 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3852
3853         * gnus-sum.el (gnus-number): Rename from `number'.
3854         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3855         (gnus-summary-limit-children): Update uses correspondingly.
3856
3857 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3858
3859         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3860         (gnus-gravatar-transform-address): Don't show avatars of people of
3861         which mail addresses match gnus-gravatar-too-ugly.
3862
3863 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3864
3865         * shr.el (shr-table-widths): Expand TD elements to fill available
3866         space.
3867
3868 2010-10-07  Julien Danjou  <julien@danjou.info>
3869
3870         * nnimap.el (nnimap-request-rename-group): Add this method.
3871
3872 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3873
3874         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3875         name from XEmacs' function-arglist.
3876
3877         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3878         gravatar under XEmacs.
3879
3880 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3881
3882         * auth-source.el: Update docs with TODO items.
3883
3884         * gnus-sync.el: Update docs to explain state and plans.
3885
3886         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3887         Hooks for mark updates.
3888         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3889
3890         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3891         hooks with arguments, which is needed for mark update hooks.
3892
3893 2010-10-06  Julien Danjou  <julien@danjou.info>
3894
3895         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3896         was matched.
3897
3898         * sieve-manage.el: Update example in `Commentary'.
3899
3900         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3901
3902         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3903         not 2000.
3904         (sieve-manage-authenticate): Re-add function.
3905
3906 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3907
3908         * shr.el (shr-insert): Get 'space transition right.
3909         (shr-render-td): Only delete space at the end of the TD.
3910
3911         * nnimap.el (nnimap-open-connection): Prepare to support
3912         open-gnutls-stream.
3913
3914         * shr.el: Rearrange function order to be more logical.
3915
3916 2010-10-06  Julien Danjou  <julien@danjou.info>
3917
3918         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3919         (nnrss-discover-feed): Remove 404 URL in docstring.
3920
3921         * nnir.el: Fix Swish-E URL.
3922         Fix Namazu URL.
3923
3924         * message.el (message-change-subject): Remove 404 URL in a comment.
3925
3926 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3927
3928         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3929         called interactively.
3930
3931         * gnus-util.el (gnus-remove-if): Allow hash table.
3932         (gnus-remove-if-not): New function.
3933
3934         * gnus-art.el (gnus-mime-view-part-as-type)
3935         * gnus-score.el (gnus-summary-score-effect)
3936         * gnus-sum.el (gnus-read-move-group-name):
3937         Replace remove-if-not with gnus-remove-if-not.
3938
3939         * gnus-group.el (gnus-group-completing-read):
3940         Regard collection as a hash table if it is not a list.
3941
3942 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3943
3944         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3945
3946         * shr.el: Document the table-rendering algorithm.
3947
3948 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3949
3950         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3951         for Emacsen having no `libxml-parse-html-region' support.
3952
3953 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3954
3955         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3956         invalid URLs.
3957
3958         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3959         line-broken.
3960         (shr-tag-img): Ignore image fetching errors.
3961         (shr-overlays-in-region): Compute overlay positions correctly.
3962
3963         * mm-decode.el (mm-shr): Require shr.
3964
3965         * gnus-art.el (gnus-blocked-images): Move variable here.
3966
3967         * shr.el (shr-insert-table): Bind free variable.
3968
3969         * mm-decode.el (mm-shr): Bind shr-content-function.
3970
3971         * shr.el (shr-content-function): New variable.
3972
3973         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3974         added for symmetry.
3975
3976         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3977
3978         * gnus-group.el (gnus-group-make-group): Doc fix.
3979
3980         * nnimap.el (nnimap-request-newgroups): Return success.
3981
3982         * shr.el (shr-find-elements): New function.
3983         (shr-tag-table): Put all the images after the table.
3984         (shr-tag-table): Really inhibit images inside the table.
3985         (shr-collect-overlays): Copy over overlays from the TD elements to the
3986         main document.
3987
3988         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3989         gnus-blocked-images.
3990
3991 2010-10-05  Julien Danjou  <julien@danjou.info>
3992
3993         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3994
3995         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3996         (gnus-html-maximum-image-size): Add this function.
3997         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3998
3999         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
4000         server-value of the capability is nil.
4001
4002 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4003
4004         * shr.el (shr-tag-em): Add <EM> tag.
4005
4006 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
4007
4008         * sieve-manage.el (sieve-manage-default-stream): Make default stream
4009         customizable.
4010
4011         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
4012         handing broken links to browse-url.
4013
4014 2010-10-05  Julien Danjou  <julien@danjou.info>
4015
4016         * gnus-util.el (gnus-emacs-completing-read)
4017         (gnus-iswitchb-completing-read): Use autoload rather than require.
4018
4019 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4020
4021         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
4022         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
4023         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
4024         iswitchb-temp-buflist for XEmacs.
4025
4026         * gnus-util.el (gnus-completing-read-function): Exclude
4027         gnus-icompleting-read and gnus-ido-completing-read from candidates for
4028         XEmacs since iswitchb.el is very old and ido.el is unavailable in
4029         XEmacs.
4030
4031         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
4032         not to use `delete-dups' that is unavailable in XEmacs 21.4.
4033
4034         * gnus-html.el: Don't require help-fns under XEmacs.
4035         (gnus-html-schedule-image-fetching): Work for XEmacs.
4036
4037         * mm-decode.el (mm-shr): Decode contents by charset.
4038
4039 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4040
4041         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
4042         unknown.
4043
4044         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
4045         (shr-get-image-data): Ensure against the cache file missing.
4046
4047         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
4048         for data.
4049
4050         * spam-report.el (spam-report-url-ping-plain): Don't query about
4051         killing the process.
4052
4053         * shr.el (shr-render-td): Protect against too-wide text.
4054
4055 2010-10-04  Julien Danjou  <julien@danjou.info>
4056
4057         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
4058         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
4059
4060         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
4061         retrieved.
4062
4063 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4064
4065         * shr.el (browse-url): Require.
4066         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
4067         lines.
4068         (shr-show-alt-text, shr-browse-image): New commands.
4069         (shr-browse-url, shr-copy-url): New commands.
4070
4071         * gnus-sum.el (gnus-widen-article-window): New variable.
4072         (gnus-summary-select-article-buffer): Use it.
4073
4074         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
4075         without @ signs.
4076
4077 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4078
4079         * nnir.el (nnir-run-imap): Remove spurious space in search string.
4080
4081 2010-10-04  Julien Danjou  <julien@danjou.info>
4082
4083         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
4084         for XEmacs.
4085
4086 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4087
4088         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
4089
4090         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
4091         (nnimap-close-server): Implement.
4092
4093         * dgnushack.el (iswitchb): Require to shut up the compiler.
4094
4095         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
4096         (shr-insert): Tweak line breaking.
4097         (shr-insert): Handle <pre> better.
4098         (shr-tag-li): Get <li> indentation right.
4099         (shr-tag-li): Get <li> indentation even righter.
4100         (shr-tag-blockquote): Ensure paragraph start.
4101         (shr-make-table): Tweak table generation.
4102         (shr-make-table): Fix typo.
4103
4104         * shr.el: Implement table rendering.
4105
4106 2010-10-04  Julien Danjou  <julien@danjou.info>
4107
4108         * gnus-html.el (gnus-html-put-image): Fix resize image code.
4109
4110 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4111
4112         * shr.el (shr-insert): Use string anchors instead of line anchors.
4113
4114 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4115
4116         * shr.el: Add headings.
4117         (shr-ensure-paragraph): Actually work.
4118         (shr-tag-li): Make <ul> prettier.
4119         (shr-insert): Get white space at the beginning/end of elements right.
4120         (shr-tag-p): Collapse subsequent <p>s.
4121         (shr-ensure-paragraph): Don't insert double line feeds after blank
4122         lines.
4123         (shr-insert): \t is also space.
4124         (shr-tag-s): Fix "s" tag name function.
4125         (shr-tag-s): Fix face prop name.
4126
4127 2010-10-03  Julien Danjou  <julien@danjou.info>
4128
4129         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
4130
4131         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
4132         gnus-window-inside-pixel-edges.
4133
4134         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
4135         gnus-ems.
4136
4137         * mm-view.el (mm-inline-image-emacs): Support image resizing.
4138
4139         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
4140         function.
4141
4142         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
4143         resize choice.
4144
4145 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4146
4147         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
4148         beginning of the buffer.
4149
4150         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
4151         article buffer again.
4152
4153         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
4154
4155         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
4156         when it's at the start of the buffer.
4157
4158         * shr.el (shr-tag-blockquote): Convert name.
4159         (shr-rescale-image): Use the right image-size variant.
4160
4161         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
4162         buffer isn't shown, then select the current article first instead of
4163         bugging out.
4164         (gnus-summary-select-article-buffer): Show both the article and summary
4165         buffers again.
4166
4167         * shr.el (shr-fontize-cont): Protect against regions with no text.
4168         Rename tag functions to shr-tag-* for enhanced security.
4169         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
4170
4171 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
4172
4173         * shr.el (shr-insert):
4174         * pop3.el (pop3-movemail):
4175         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
4176         loaded.
4177
4178 2010-10-03  Glenn Morris  <rgm@gnu.org>
4179
4180         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
4181
4182         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
4183
4184         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
4185
4186         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
4187
4188         * gnus-util.el (gnus-make-local-hook): Simplify.
4189
4190 2010-10-02  Julien Danjou  <julien@danjou.info>
4191
4192         * gnus-util.el (gnus-iswitchb-completing-read): New function.
4193         (gnus-ido-completing-read): New function.
4194         (gnus-emacs-completing-read): New function.
4195         (gnus-completing-read): Use gnus-completing-read-function.
4196         Add gnus-completing-read-function.
4197
4198 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4199
4200         * shr.el (shr-insert-document): Autoload.
4201         (shr-img): Be silent.
4202         (shr-insert): Add a newline after every picture before text.
4203         (shr-add-font): Use overlays for combining faces.
4204         (shr-insert): Pass upwards the text start point.
4205
4206         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
4207         possible.
4208         (mm-shr): New function.
4209
4210 2010-10-02  Julien Danjou  <julien@danjou.info>
4211
4212         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
4213         should go backward.
4214
4215 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
4216
4217         * shr.el (shr): Fix typo in provide call.
4218
4219 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4220
4221         * shr.el: New file.
4222
4223         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
4224
4225         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
4226         completing read.
4227
4228 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4229
4230         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
4231         we're being queried about.  Suggested by Dan Jacobson.
4232
4233         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
4234         Suggested by Jason Eisner.
4235
4236         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
4237         table, too.  Suggested by Stefan Wiens.
4238         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
4239         the table unnecessary.  Suggested by Stefan Wiens.
4240
4241         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
4242         longer needed, and probably doesn't work either, as pointed out by
4243         Stefan Wiens.
4244         (gnus-summary-exit): Remove call to the clearing function.
4245         (gnus-summary-exit-no-update): Ditto.
4246
4247         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
4248         instead of gnus-eval-in-buffer-window to avoid popping up frames.
4249         Reported by Stefan Monnier.
4250         (gnus-summary-save-in-rmail): Ditto.
4251
4252         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
4253         article buffer, instead of both the article buffer and the summary
4254         buffer.  Sort of suggested by Dan Jacobson.
4255
4256         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
4257
4258         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
4259         Suggested by Dan Jacobson.
4260
4261         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
4262         documentation clearer.
4263
4264         * message.el (message-shorten-references): Comment on the number "21".
4265         Suggested by Stefan Monnier.
4266
4267         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
4268         Suggested by Dan Jacobson.
4269
4270         * gnus.el (gnus-large-newsgroup):
4271         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
4272
4273         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
4274         externalize attachments.  Bug reported by Steve Wen.
4275
4276         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
4277         really message anything to the user.
4278
4279         * nnmail.el (nnmail-article-group): Allow using the fancy split method
4280         directly.
4281
4282         * nnimap.el (nnimap-request-group): Low higher than high to signal no
4283         messages in empty groups.
4284
4285 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
4286
4287         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
4288         non-UIDNEXT group.
4289
4290 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4291
4292         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
4293         not the value from the collection.
4294
4295         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
4296         values.  This sometimes happens on some groups that have no info.
4297         (nnimap-request-newgroups): New function.
4298
4299 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
4300
4301         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4302         check into `gnus-registry-initialize'.
4303         (gnus-registry-initialize): Ditto.
4304         Fix and extend header docs.
4305
4306 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4307
4308         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4309         regexp backtrace overflows.
4310
4311         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4312         for starttls that tls.el implements; i.e. openssl.
4313
4314         * tls.el (tls-starttls-switches): Give up on using starttls with
4315         gnutls-cli.
4316         (tls-program): Add --insecure to be consistent with the defaults from
4317         openssl s_client.  Now all three commands are insecure.
4318
4319 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4320
4321         * lpath.el: Bind completion-styles-alist for XEmacs.
4322
4323         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4324         (gravatar-create-image): New function that's an alias to
4325         gnus-xmas-create-image, gnus-create-image, or create-image.
4326         (gravatar-data->image): Use it.
4327
4328 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
4329
4330         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4331         install the nnregistry refer method.
4332         (gnus-registry-install-hooks): Use it.
4333         (gnus-registry-unfollowed-groups): Add nnmairix to the default
4334         unfollowed groups.
4335
4336 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
4337
4338         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4339         expanding threads.
4340
4341 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4342
4343         * nnir.el: Use the server names without suffixes (bug #7009).
4344
4345         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4346         unencrypted to STARTTLS, if possible.
4347
4348 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4349
4350         * message.el (message-ignored-supersedes-headers): Strip Injection-*
4351         headers before superseding.
4352
4353 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4354
4355         * nnrss.el (nnrss-use-local): Add documentation.
4356
4357         * nnimap.el (nnimap-extend-tls-programs): New function.
4358         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4359         (nnimap-wait-for-connection): Accept the greeting from the stupid
4360         output from openssl s_client -starttls, too.
4361
4362         * tls.el (tls-starttls-switches): New variable.
4363         (tls-find-starttls-argument): Use it.
4364         (open-tls-stream): Ditto.
4365
4366         * netrc.el (netrc-credentials): Return the value of the "default" entry.
4367         (netrc-machine): Ditto.
4368
4369         * nnimap.el (nnimap-find-article-by-message-id): Really return the
4370         article number.
4371         (nnimap-split-fancy): New variable.
4372         (nnimap-split-incoming-mail): Use it.
4373
4374         * nntp.el (nntp-server-list-active-group): Document.
4375
4376         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4377         SELECT to get the message-id.
4378
4379         * mail-source.el (mail-sources): Remove webmail support.
4380         (defvar): Ditto.
4381         (mail-source-fetcher-alist): Ditto.
4382         (mail-source-fetch-webmail): Remove.
4383
4384         * webmail.el: Remove -- doesn't seem relevant any more.
4385
4386         * gnus.el: Fix up make-obsolete-variable declarations throughout.
4387
4388         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4389         the \r.
4390
4391 2010-09-30  Julien Danjou  <julien@danjou.info>
4392
4393         * gnus-agent.el (gnus-agent-add-group): Fix call to
4394         gnus-completing-read.
4395
4396 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4397
4398         * nndoc.el (nndoc-retrieve-groups): New function.
4399
4400         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4401         `default', use nnmail-split-methods.
4402         (nnimap-request-article): Downcase the NILs so that they are nil.
4403
4404         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4405         symbol.
4406
4407         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4408         code, since if the user has requested network, that's what they ought
4409         to get.
4410         (nnimap-request-set-mark): Erase the buffer before issuing commands.
4411         (nnimap-split-rule): Mark as obsolete.
4412
4413         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4414         New variable.
4415
4416         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4417         correct slot, too.
4418
4419 2010-09-29  Julien Danjou  <julien@danjou.info>
4420
4421         * gnus.el (gnus-local-domain): Declare variable obsolete.
4422
4423         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4424         Fix history computing.
4425         (gnus-ido-completing-read): Require ido.
4426
4427 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4428
4429         * gnus-registry.el: Don't prompt on load, which makes it impossible to
4430         build Gnus.
4431
4432         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4433         when interpreting the structures.
4434         (nnimap-request-accept-article): Add \r\n to the lines to make this
4435         work with Cyrus.
4436
4437         * nndraft.el (nndraft-request-expire-articles): Use the group name
4438         instead if "nndraft".  Fix found by Nils Ackermann.
4439
4440 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
4441
4442         * nnregistry.el: Add.
4443
4444 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4445
4446         * nnmail.el (group, group-art-list, group-art):
4447         Remove unneeded directives.
4448
4449 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4450
4451         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4452         (mm-mime-charset)
4453         * rfc2047.el (rfc2047-syntax-table)
4454         * utf7.el (utf7-utf-16-coding-system): Comment fix.
4455
4456         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4457         rather than `insert-file-contents' and `eval-region'.
4458
4459         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
4460         construction.
4461
4462         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
4463
4464         * time-date.el: No need to require cl for Emacs 21.
4465
4466 2010-09-29  Julien Danjou  <julien@danjou.info>
4467
4468         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4469         replacement of `gnus-gravatar-relief' to mimic
4470         `gnus-faces-properties-alist'.
4471         Add :version property.
4472
4473 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4474
4475         * mail-source.el (mail-source-report-new-mail)
4476         * message.el (message-default-mail-headers)
4477         * mm-decode.el (mm-valid-image-format-p): Comment fix.
4478
4479         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4480
4481 2010-09-28  Julien Danjou  <julien@danjou.info>
4482
4483         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4484         mail-address contains the same string as real-name.
4485
4486         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4487         non-blank in header, otherwise it'll get stripped.
4488
4489         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4490         real-name, and then for mail address rather than doing : or , search.
4491
4492 2010-09-27  Julien Danjou  <julien@danjou.info>
4493
4494         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4495         right completing-read function.
4496         (gnus-use-ido): New variable
4497         (gnus-completing-read-with-default): Remove.
4498         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4499         (gnus-agent-add-group):
4500         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4501         * mm-view.el (mm-view-pkcs7-decrypt):
4502         * mm-util.el (mm-codepage-setup):
4503         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4504         * mml-smime.el (mml-smime-openssl-sign-query):
4505         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4506         (mml-insert-multipart):
4507         * gnus-msg.el (gnus-summary-yank-message):
4508         * gnus-int.el (gnus-start-news-server):
4509         * mm-decode.el (mm-interactively-view-part):
4510         * gnus-dired.el (gnus-dired-attach):
4511         * gnus.el (gnus-read-method):
4512         * gnus-bookmark.el (gnus-bookmark-jump):
4513         * gnus-art.el (gnus-mime-view-part-as-type)
4514         (gnus-mime-action-on-part, gnus-article-encrypt-body):
4515         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4516         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4517         * nnmairix.el (nnmairix-create-server-and-default-group)
4518         (nnmairix-update-groups, nnmairix-get-server)
4519         (nnmairix-backend-to-server, nnmairix-goto-original-article)
4520         (nnmairix-get-group-from-file-path):
4521         * nnrss.el (nnrss-find-rss-via-syndic8):
4522         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4523         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4524         (gnus-group-browse-foreign-server):
4525         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4526         (gnus-summary-execute-command, gnus-summary-respool-article)
4527         (gnus-read-move-group-name):
4528         * gnus-score.el (gnus-summary-increase-score)
4529         (gnus-summary-score-effect):
4530         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4531
4532 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4533
4534         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
4535         x-focus-frame.
4536
4537         * nnimap.el (auth-source-forget-user-or-password)
4538         (auth-source-user-or-password): Autoload.
4539
4540         * message.el (message-from-style, message-interactive)
4541         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4542         (message-yank-prefix, message-indentation-spaces, message-signature)
4543         (message-signature-file): Add comment.
4544
4545 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4546
4547         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4548         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4549         new articles.
4550
4551         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4552         parts.
4553         (nnimap-request-article): Work with the t setting, too.
4554
4555         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4556         that you don't get flashes of other buffers.
4557         (gnus-summary-show-complete-article): Intern before setting.
4558
4559 2010-09-27  David Engster  <dengste@eml.cc>
4560
4561         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4562         well as HEADERS.
4563         (nnmairix-retrieve-headers): Provide new argument for the above.
4564
4565 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4566
4567         * gnus-sum.el (gnus-summary-move-article): Don't alter
4568         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4569         group.
4570
4571         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4572
4573         * message.el (message-cite-prefix-regexp): Revert my last edit.
4574
4575         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4576         variable instead of the Gnus variable.
4577
4578         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4579
4580         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4581
4582         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4583         since some servers don't like it.
4584         (nnimap-open-connection): Forget credentials if the server says the
4585         password was wrong.
4586         (nnimap-parse-line): Protect against invalid data.
4587
4588         * gnus-sum.el (gnus-summary-move-article): Add comment.
4589         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4590         nothing alters it while scanning for new messages.
4591
4592         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4593         which may or may not help.
4594         (nnimap-open-connection): If we're doing a stream connection, and then
4595         discover we're on a STARTTLS-capable server, then open a STARTTLS
4596         connection instead.
4597
4598 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4599
4600         * nnimap.el (utf7): Require.
4601
4602         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4603         prefix.
4604
4605 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4606
4607         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4608
4609 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4610
4611         * nnimap.el (nnimap-request-accept-article): Message the error on
4612         error.
4613
4614 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4615
4616         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4617
4618 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4619
4620         * nndoc.el (nndoc-request-list): Return success always.
4621
4622         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4623         `fetch-old' -- we only want to fetch the articles we've requested.
4624         The rest are in the agent, probably.
4625         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4626         disappeared server" to something low.  It's not important.
4627
4628         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4629         arrived before the FETCH data.
4630
4631         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4632         target here, because we don't know the Gnus name of the group.
4633
4634         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4635         for the correct group.
4636
4637         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4638
4639         * gnus.el (gnus): Give a final warning after startup.
4640
4641         * gnus-util.el (gnus-action-message-log): New variable.
4642         (gnus-message): Use it.
4643         (gnus-final-warning): New function.
4644
4645         * nnimap.el (nnimap-open-connection): Record the greeting.
4646         (nnimap): Add greeting.
4647
4648 2010-09-26  Julien Danjou  <julien@danjou.info>
4649
4650         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4651         arguments.
4652         (gnus-html-wash-images): Fix spec computing to include start/end.
4653
4654         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4655
4656 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4657
4658         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4659         deletion.
4660         (nnimap-retrieve-headers): Don't select the group, because that's
4661         already done by nnimap-possibly-change-group.
4662
4663         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4664         (gnus-picon-transform-address): Use it.
4665
4666         * mail-source.el (mail-source-value): Revert previous patch.
4667
4668         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4669         on failure.
4670         (nnimap-open-connection): Look up both virtual and physical server name
4671         credentials.
4672
4673         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4674
4675 2009-02-07  Dave Love  <fx@gnu.org>
4676
4677         * tls.el (open-tls-stream): Don't query killing process.
4678
4679 2009-02-08  Dave Love  <fx@gnu.org>
4680
4681         * gnus-win.el (gnus-window-to-buffer-helper)
4682         (gnus-all-windows-visible-p): Function needn't be a symbol.
4683
4684         * mail-source.el (mail-source-value): Function needn't be a symbol.
4685
4686 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4687
4688         * message.el (message-cite-prefix-regexp): Remove } from the cite
4689         prefix.
4690
4691         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4692         highlight again, so that the highlight is correct.
4693
4694         * gnus-picon.el (gnus-picon): Remove again.
4695         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4696
4697         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4698         doing the header highlightling, so that the background colour of the
4699         picon is correct.
4700
4701         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4702         (gnus-picon): Ditto.
4703         (gnus-picon): Reinstate.  The background colour for picons is white.
4704         (gnus-picon-insert-glyph): Make the background white.
4705
4706         * nnml.el (nnml-open-nov): Don't return dead buffers.
4707
4708         * auth-source.el (auth-source-create): Query the user for whether to
4709         store the credentials.
4710
4711         * netrc.el (netrc-store-data): New function.
4712
4713         * auth-source.el (auth-source-user-or-password): Use the existing auth
4714         sources, if any, for creation.
4715
4716         * gnus.el (gnus-group-fast-parameter): Return the last matching
4717         parameter instead of the first matching parameter.
4718
4719 2010-09-26  Julien Danjou  <julien@danjou.info>
4720
4721         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4722
4723 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4724
4725         * mml2015.el (mml2015-use): Remove gpg support.
4726
4727         * mml1991.el (mml1991-function-alist): Remove gpg function.
4728         (mml1991-gpg-sign): Remove.
4729
4730 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4731
4732         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4733         (gnus-browse-unsubscribe-current-group): Document it.
4734         (gnus-browse-unsubscribe-group): Use it.
4735
4736 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4737
4738         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4739         address to the To list for easier response.
4740
4741         * gnus.el (gnus-play-startup-jingle): Remove.
4742         (gnus-splash): Don't play jingle.
4743         (gnus): Silence gnus-load message.
4744
4745         * gnus-art.el (gnus-treat-play-sounds): Remove.
4746
4747         * gnus.el (gnus-play-jingle): Remove audio support.
4748
4749         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4750
4751         * earcon.el: Remove -- no users.
4752
4753         * gnus-audio.el: Remove -- no users of this package.
4754
4755         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4756
4757         * gnus-start.el (gnus-setup-news): Remove nocem support.
4758
4759         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4760
4761         * gnus.el (gnus-use-nocem): Remove.
4762
4763         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4764         Remove.
4765
4766         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4767         uses NoCeM any more.
4768
4769         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4770         (gnus-button-ctan-handler): Ditto.
4771         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4772         (gnus-button-ctan-directory-regexp): Ditto.
4773         (gnus-button-handle-ctan): Ditto.
4774         (gnus-button-tex-level): Ditto.
4775         (gnus-button-alist): Remove CTAN stuff.
4776
4777 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4778
4779         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4780         nnimap-streaming test.
4781
4782         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4783         servers twice.
4784
4785         * nnimap.el (nnimap-open-connection): Add more error reporting when
4786         nnimap fails early.
4787
4788         * nnheader.el (nnheader-get-report-string): New function.
4789         (nnheader-get-report): Use it.
4790
4791         * gnus-int.el (gnus-check-server): Say what the error was when opening
4792         failed.
4793
4794         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4795         using streaming.
4796
4797 2010-09-25  Julien Danjou  <julien@danjou.info>
4798
4799         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4800         gnus-window-inside-pixel-edges.
4801
4802 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4803
4804         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4805
4806         * mm-decode.el (mm-save-part): Allow saving to other directories the
4807         normal Emacs way.
4808
4809         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4810         Suggested by Jay Berkenbilt.
4811
4812         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4813         there isn't a single byte.
4814
4815         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4816         just do it.  It doesn't really seem to matter what the user responds
4817         here, I think, so it's just a confusing question.
4818
4819         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4820         non-streaming case.
4821
4822         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4823         (gnus-article-encrypt-body): Use it.
4824
4825         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4826         keystroke.
4827
4828         * nnimap.el (nnimap-find-wanted-parts-1):
4829         Use gnus-fetch-partial-articles.
4830
4831         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4832
4833         * nnimap.el (nnimap-insert-partial-structure): New function.
4834         (nnimap-get-partial-article): New function.
4835         (nnimap-request-article): Use it.
4836         (nnimap-wait-for-response): Return whether the wait was successful.
4837         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4838         retrieval wasn't successful.
4839         (nnimap-retrieve-group-data-early): Allow throttling servers.
4840         (nnimap-streaming): New variable.
4841         (nnimap-fetch-partial-articles): Remove.
4842
4843         * mm-decode.el (mm-with-part): Protect against killed buffers.
4844
4845         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4846         for prettier summary display.
4847
4848 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4849
4850         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4851
4852 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4853
4854         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4855         apparently third-party libraries depend on it.
4856
4857         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4858         before starting negotiation.
4859
4860         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4861         privacy reasons.
4862         (gnus-treat-mail-gravatar): Ditto.
4863
4864         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4865         buffer when inserting images.  Inserting text into the headers, for
4866         instance, can make them invalid.
4867
4868 2010-09-25  Julien Danjou  <julien@danjou.info>
4869
4870         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4871         variables.
4872
4873         * nnheader.el: Remove useless variables news-reply-yank-from and
4874         news-reply-yank-message-id.
4875
4876         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4877         variables.
4878
4879         * mml1991.el: Remove useless mml1991-verbose.
4880
4881         * gnus.el: Remove useless variable gnus-use-generic-from.
4882         Remove obsolete variable gnus-topic-indentation.
4883
4884         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4885
4886         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4887
4888         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4889
4890         * gnus-group.el: Remove useless gnus-group-icon-cache.
4891         Remove useless gnus-ephemeral-group-server.
4892
4893         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4894
4895         * mml2015.el: Remove useless mml2015-verbose.
4896
4897         * mml-smime.el: Remove useless mml-smime-verbose.
4898
4899         * gnus.el: Remove useless gnus-local-domain.
4900
4901         * gnus-gravatar.el (gnus-gravatar-transform-address):
4902         Use gnus-gravatar-size.
4903
4904         * gnus-art.el: Remove useless gnus-treat-translate.
4905
4906 2010-09-24  Julien Danjou  <julien@danjou.info>
4907
4908         * gnus-sum.el: Add support for Gravatars.
4909
4910         * gnus-art.el: Add support for Gravatars.
4911
4912         * gnus-gravatar.el: Add this file.
4913
4914         * gravatar.el: Add this file.
4915
4916 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4917
4918         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4919
4920         * gnus-group.el (gnus-group-fetch-faq): Remove.
4921
4922         * gnus.el (gnus-group-faq-directory): Remove.
4923
4924         * gnus-group.el (gnus-group-fetch-charter): Remove.
4925
4926         * gnus.el (gnus-group-charter-alist): Remove.
4927
4928         * gnus-group.el (gnus-group-archive-directory): Remove.
4929         (gnus-group-recent-archive-directory): Ditto.
4930         (gnus-group-make-archive-group): Remove.
4931
4932         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4933
4934         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4935         use the same article number for all the cached articles.
4936
4937         * nnimap.el (nnimap-command): Register the last command time so
4938         that we can use it for idling NOOPs.
4939         (nnimap-open-connection): Start the keeplive timer.
4940         (nnimap-make-process-buffer): Store all the process buffers.
4941         (nnimap-keepalive): New function.
4942
4943         * starttls.el (starttls-open-stream): Add autoload cookie.
4944
4945 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4946
4947         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4948         handling.
4949
4950 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4951
4952         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4953         its data structures.
4954
4955         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4956         instead of the cl.el copy-list.
4957         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4958         equalp.
4959
4960 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4961
4962         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4963         and tool-bar-local-item-from-menu.
4964
4965         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4966         mode-line-highlight face for Emacs.
4967
4968         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4969         loading gnus-sum.elc; fix comment for canlock-verify.
4970         (gnus-article-jump-to-part): Use read-number.
4971         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4972         Remove Emacs pre-21 compatible code for help-echo.
4973         (gnus-article-next-page-1): No need to adjust the number of lines.
4974         (gnus-article-describe-bindings): Always use help-buffer.
4975
4976         * gnus-audio.el (gnus-audio-inline-sound)
4977         * gnus-cus.el (gnus-custom-mode)
4978         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4979
4980         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4981
4982         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4983         compatible code.
4984
4985 2010-09-24  Glenn Morris  <rgm@gnu.org>
4986
4987         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4988         visiting the fcc file in rmail-mode.
4989
4990         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4991
4992 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4993
4994         * nnir.el: Silence the byte compiler.
4995
4996         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4997         alias to browse-url-url-encode-chars if any.
4998         (gnus-html-encode-url): Use it.
4999
5000 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5001
5002         * gnus-start.el (gnus-use-backend-marks): New variable.
5003         (gnus-get-unread-articles-in-group): Use it.
5004
5005         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
5006         makeover.
5007
5008 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5009
5010         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
5011
5012 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5013
5014         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
5015         Remove.
5016         (gnus-setup-news-hook):
5017         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
5018
5019         * gnus-int.el (gnus-request-update-info): Protect against backends not
5020         having the function.
5021
5022         * nnimap.el (nnimap-stream): Mention starttls.
5023         (nnimap-open-connection): Add starttls support.
5024
5025 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5026
5027         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
5028
5029 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5030
5031         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
5032         BODYSTRUCTUREs.
5033         (nnimap-transform-headers): Unfold quoted {42} headers.
5034
5035         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
5036         the info.
5037         (gnus-get-unread-articles): Only call updatep on backends that support
5038         it.
5039
5040         * nnweb.el (nnweb-request-update-info): NOOP.
5041
5042         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
5043
5044         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
5045         since it only deals with marks.
5046
5047         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
5048         gnus-request-marks, and make a new gnus-request-update-info.
5049
5050         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
5051         the active instead of the high number, which is usually too low.
5052
5053 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
5054
5055         * netrc.el (netrc-parse): Remove encrypt.el mentions.
5056         * encrypt.el: Remove.
5057
5058 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5059
5060         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
5061         server in symbolic form.
5062
5063         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
5064
5065 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5066
5067         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
5068         (nnimap-update-info): Fix up code slightly.
5069
5070         * gnus-int.el (gnus-open-server): Add tracing for performance
5071         debugging.
5072
5073         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
5074         (gnus-group-insert-group-line): Pass the real group name so that it
5075         gets the right data.
5076
5077         * gnus-start.el (gnus-get-unread-articles): Don't have
5078         `gnus-get-unread-articles-in-group' update info, since that can be
5079         really slow and doesn't seem to be needed?
5080
5081 2010-09-22  Dan Christensen  <jdc@uwo.ca>
5082
5083         * time-date.el (date-to-time): Try using parse-time-string first before
5084         using the slower timezone-make-date-arpa-standard.
5085
5086 2010-09-22  Julien Danjou  <julien@danjou.info>
5087
5088         * gnus-group.el (gnus-group-insert-group-line):
5089         Call gnus-group-highlight-line.
5090         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
5091         default hook list.
5092         (gnus-group-update-eval-form): Add new function.
5093         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
5094         (gnus-group-get-icon): Use gnus-group-update-eval-form.
5095
5096 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5097
5098         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
5099         immediate, then expire all articles.
5100         (nnimap-update-info): Fix off-by-one errors.
5101         (nnimap-flags-to-marks): Would return no marks lists for group with no
5102         flags.  Instead return the other data.
5103
5104 2010-09-22  Julien Danjou  <julien@danjou.info>
5105
5106         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
5107         Only return an icon.
5108         (gnus-group-insert-group-line): Compute icon to return.
5109
5110         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
5111         (gnus-html-image-fetched): Only cache if
5112         gnus-html-image-automatic-caching is set.
5113         (gnus-html-image-fetched): Check for errors.
5114
5115 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5116
5117         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
5118         once per method on `g'.  This ensures that backends like nnfolder don't
5119         open all their folders.
5120
5121         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
5122         (nnimap-request-list): Nix out group in the correct buffer.
5123         (nnimap-parse-flags): Implement by using `read' instead of
5124         hand-parsing.
5125         (nnimap-flags-to-marks): Pass on permanent-flags.
5126         (nnimap-make-process-buffer): Record the server name.
5127         (nnimap-parse-flags): Fix typo.
5128         (nnimap-request-scan): Run split on the server in general, not just a
5129         single group.
5130
5131         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
5132         parameter, and propagate this downwards.
5133
5134         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
5135         since EXAMINE changes it on the server.
5136
5137         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
5138         this command might take a while.
5139
5140 2010-09-22  Julien Danjou  <julien@danjou.info>
5141
5142         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
5143         harmful if you have 2 images side-by-side, they can't be properly
5144         update on text deletion.  Using text-property is safer here.
5145         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
5146         data.
5147
5148 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5149
5150         * nnimap.el (nnimap-expunge-inbox): Remove.
5151         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
5152         (nnimap-expunge): Flip default to t.
5153
5154         * gnus.el (gnus-method-to-server): Don't push things to the cache
5155         unless it's unique.
5156         (gnus-server-to-method): Ditto.
5157
5158 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5159
5160         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
5161
5162 2010-09-22  Julien Danjou  <julien@danjou.info>
5163
5164         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
5165         get the start of data.
5166         (gnus-html-encode-url): Add this function to encode special chars in
5167         URL.
5168         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
5169         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
5170
5171         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
5172         default.
5173         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
5174
5175         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
5176         images alt-text.
5177         (gnus-html-put-image): Put alt-text as help-echo.
5178
5179 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5180
5181         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
5182         * mm-util.el (mm-decompress-buffer)
5183         * nnir.el (nnir-run-find-grep)
5184         * pop3.el (pop3-list): Use 3rd arg of split-string.
5185
5186         * time-date.el (format-seconds): Comment fix.
5187
5188         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
5189         and byte-optimize-form-code-walker.
5190         (dgnushack-make-auto-load): Don't advise make-autoload.
5191
5192         * lpath.el: Remove Emacs 21 stuff.
5193
5194 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5195
5196         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
5197         outside the active range.  Suggested by Dan Christensen.
5198
5199         * gnus-start.el (gnus-get-unread-articles): Get the extended method
5200         slightly later to avoid double-getting it.
5201
5202         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
5203         previous patch.
5204
5205         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
5206
5207 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
5208
5209         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
5210
5211 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5212
5213         * gnus-int.el (gnus-open-server): Give a better error message in the
5214         "go offline" case.
5215
5216         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
5217         marks for nnimap, which is seldom the right thing to do.
5218
5219         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
5220         (gnus-same-method-different-name): New function.
5221
5222         * nnimap.el (parse-time): Require.
5223
5224         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
5225         method in the presence of many similar methods.
5226
5227         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
5228
5229         * nnimap.el (nnimap-find-expired-articles): Don't refer to
5230         nnml-inhibit-expiry.
5231
5232         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
5233         find out whether methods are equal.
5234
5235         * nnimap.el (nnimap-find-expired-articles): New function.
5236         (nnimap-process-expiry-targets): New function.
5237         (nnimap-request-move-article): Request the article before looking at
5238         what the Message-ID is.  Fix found by Andrew Cohen.
5239         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
5240
5241         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
5242         for oldness in addition to being a predicate.
5243
5244         * nnimap.el (nnimap-request-group): When we have zero articles, return
5245         the right data to Gnus.
5246         (nnimap-request-expire-articles): Only delete articles immediately if
5247         the target is 'delete.
5248
5249         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
5250         method, this would bug out.
5251
5252         * gnus-group.el (gnus-group-expunge-group): Rename from
5253         gnus-group-nnimap-expunge, and implemented as a normal interface
5254         function.
5255
5256         * gnus-int.el (gnus-request-expunge-group): New function.
5257
5258         * nnimap.el (nnimap-request-create-group): Implement.
5259         (nnimap-request-expunge-group): New function.
5260
5261 2010-09-21  Julien Danjou  <julien@danjou.info>
5262
5263         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
5264         (gnus-html-cache-expired): Add new function.
5265         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
5266         wethever we should display image for fetch it.
5267         Compute alt-text earlier to pass it to the fetching function too.
5268         (gnus-html-schedule-image-fetching): Change function argument to only
5269         get one image at a time, not a list.
5270         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
5271         cache.
5272         (gnus-html-get-image-data): New function to retrieve image data from
5273         cache.
5274         (gnus-html-put-image): Change buffer argument to use image data rather
5275         than file, and place image above region rather than inserting a new
5276         one.  Do not take alt-text as argument, since it's useless now: we place
5277         the image above alt-text.
5278         (gnus-html-prune-cache): Remove.
5279         (gnus-html-show-images): Start to fetch image when we find one, do not
5280         push into a temporary list.
5281         (gnus-html-prefetch-images): Only fetch image if they have expired.
5282         (gnus-html-browse-image): Fix, use 'gnus-image-url.
5283         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
5284
5285 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5286
5287         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
5288
5289 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5290
5291         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
5292         spec inser "*" if the group isn't active instead of 0.
5293
5294         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
5295         opening the server.
5296         (nnimap-request-delete-group): Implement group deletion.
5297         (nnimap-transform-headers): Return the size of the entire message in
5298         the Bytes header, not just the size of the first part.
5299         (nnimap-request-move-article): When moving an article from nnimap,
5300         request the article first so the accepting form has an article to
5301         accept.  Reported by Dan Christensen.
5302         (nnimap-command): Make sure that the error message doesn't error out.
5303
5304 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
5305
5306         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
5307         we haven't requested anything.
5308
5309 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5310
5311         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
5312         "".  Fix found by Andrew Cohen.
5313
5314         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
5315         instead of -encode-string.
5316
5317 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5318
5319         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
5320
5321         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
5322         by mm-subst-char-in-string.
5323
5324 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5325
5326         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5327         waiting for the connection string.
5328
5329         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5330         arriving.
5331
5332         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5333         bogus characters.  This allows selecting certain Gmail groups.
5334
5335         * nnimap.el (nnimap-find-wanted-parts-1): New function.
5336         (nnimap-fetch-partial-articles): New variable.
5337         (nnimap-open-connection): When looking for credentials, also use the
5338         nnimap-server-port.
5339         (nnimap-request-article): Return the group/article number, so that Gnus
5340         `^' works as expected.
5341         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5342
5343         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5344         comments.
5345         (gnus-methods-sloppily-equal): New function.
5346         (gnus): When using the development version of Gnus, load the gnus-load
5347         file.
5348
5349         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5350         `gnus-open-server' on each method before trying to scan them etc.
5351         This ensures that all the backend parameters are set correctly.
5352
5353         * nnimap.el (nnimap-authenticator): New variable.
5354         (nnimap-open-connection): Allow anonymous login.
5355         (nnimap-transform-headers): The chars header is called Chars not Bytes.
5356         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5357
5358         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5359         patch, found by Knut Anders Hatlen.
5360
5361 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
5362
5363         * gnus-agent.el (gnus-agent-batch-confirmation)
5364         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5365         to gnus-message.
5366         * gnus-art.el (gnus-article-describe-briefly): Likewise.
5367         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5368         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5369         * gnus-int.el (gnus-open-server): Likewise.
5370         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5371         (gnus-score-check-syntax): Likewise.
5372         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5373         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5374         Likewise.
5375         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5376
5377 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5378
5379         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5380         calling conventions so that prefetch doesn't bug out.
5381
5382 2010-09-19  Julien Danjou  <julien@danjou.info>
5383
5384         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5385         rather than `subst-char-in-region' in order to be able to replace ASCII
5386         char by UTF-8 ones.
5387
5388         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5389         than curl.
5390         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5391         the right URL and ALT text on images.
5392         (gnus-html-wash-tags): Fix tag case.
5393         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
5394         (gnus-article-html): Add -o display_ins_del=2 option.
5395         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5396
5397 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5398
5399         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5400         the extra mail headers, which sometimes seem to happen for unknown
5401         reasons.
5402
5403         * mail-parse.el (mail-header-encode-parameter): Define as
5404         rfc2045-encode-string instead of as rfc2231-encode-string, since some
5405         (or most, perhaps?) mail readers don't understand the latter, but do
5406         understand the former.
5407
5408         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5409         to nil, so that no methods are automatically agentized.  I think this
5410         is probably what most users want.
5411
5412         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5413         from url-retrieve, for instance about invalid URLs.
5414
5415         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5416         groups that have no articles.
5417         (nnimap-request-article): Check that we really got an article when we
5418         requested one.
5419
5420         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5421         doesn't exist.
5422
5423         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5424         nntp buffer so the agent can save it.
5425         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5426         that CRLF doesn't get translated to \n.
5427         (nnimap-open-connection): Don't make 'shell commands only send \n.
5428
5429 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5430
5431         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5432         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5433         Update var name.
5434         (nnml-generate-nov-file): Use dolist.
5435         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5436         Use with-current-buffer.
5437
5438 2010-09-18  Julien Danjou  <julien@danjou.info>
5439
5440         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5441         parallel.
5442
5443 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5444
5445         * nnimap.el (nnimap-update-info): When doing partial marks update, get
5446         the range update right.
5447         (nnimap-request-group): Don't make `M-g' bug out on group with no
5448         marks.
5449         (nnoo): Require, so that other packages can require nnimap.
5450         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5451         command we're looking for.  This helps when the server sends more
5452         responses after we've gotten everything we expected.
5453         (nnimap): Add a `newlinep' field to keep track of end-of-line
5454         conventions.
5455         Don't send CRLF to things that don't want it.
5456         (nnimap-request-accept-article): Ditto.
5457
5458 2010-09-18  Julien Danjou  <julien@danjou.info>
5459
5460         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5461         than curl to retrieve images.
5462
5463 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5464
5465         * nnimap.el (nnimap-update-info): Extend the info so that we can set
5466         the marks.
5467         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5468         (nnimap-wait-for-connection): New function.
5469         (nnimap-open-connection): If we have PREAUTH, don't query for login
5470         credentials.
5471         (nnimap-update-info): Fix off-by-one error when concatenating ranges
5472         when doing a partial update.
5473
5474 2010-09-18  Julien Danjou  <julien@danjou.info>
5475
5476         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5477         tags.
5478
5479 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5480
5481         * nnimap.el (nnimap-credentials): New function.
5482         (nnimap-open-connection): Use the new function to look for credentials
5483         also on the numeric equivalents of "imap" and "imaps".
5484
5485         * gnus-start.el (gnus-activate-group): Send the info to
5486         gnus-request-group.
5487
5488         * nnimap.el (nnimap-request-group): Have the "check" version of the
5489         function parse flags and update the info, so that a `M-g' get a total
5490         resync of all flags from the group.
5491
5492         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5493         to allow backends to alter the info on group selection.  Also alter all
5494         the backend -request-group functions to take the parameter.
5495
5496         * nnimap.el (nnimap-store-info): New function.
5497         (nnimap-update-info): Store the info for later usage.
5498         (nnimap-request-group): Use the stored info for the dont-check case, so
5499         that we don't retrieve all marks when we enter a group.
5500
5501         * nnimap.el: Use deffoo instead of defun for interface functions.
5502
5503         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5504         update the group info.  This makes the nndraft groups, for instance, go
5505         back to their old behaviour.
5506
5507         * gnus-sum.el (gnus-select-newsgroup): Indent.
5508
5509         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5510         in.
5511         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5512         nothing.
5513
5514         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5515         from methods that are denied.
5516
5517         * gnus-int.el (gnus-method-denied-p): New function.
5518
5519         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5520         store the password instead of netrc.
5521         (nnimap-open-connection): Don't error out when we can't make a
5522         connections.
5523
5524         * auth-source.el (auth-source-create): In the password prompt, say what
5525         we're querying for.  Also prompt for user name if that hasn't been
5526         given.
5527
5528         * nnimap.el (nnimap-with-process-buffer): Remove.
5529
5530 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5531
5532         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5533         method when we're reading from the agent.
5534
5535         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5536
5537         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5538         that's probably most useful for users.
5539
5540         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5541         "failed" all the time.
5542
5543         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5544         ...)) with (with-current-buffer ... ).
5545
5546         * nntp.el (nntp-open-server): Return whether the open was successful or
5547         not.
5548
5549         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5550         select an unread unseen article first.
5551
5552         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5553         /etc/services, supply some sensible port defaults.
5554
5555         * dgnushack.el: Define netrc-credentials.
5556
5557 2010-09-17  Julien Danjou  <julien@danjou.info>
5558
5559         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5560
5561 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5562
5563         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5564         doesn't have any parameters.
5565
5566 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5567
5568         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5569         only upcased checks.
5570
5571         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5572
5573         * nnimap.el (nnimap-open-shell-stream): New function.
5574         (nnimap-open-connection): Use it.
5575         (nnimap-transform-headers): Get the number of lines in each message.
5576         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5577         number of lines.
5578         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5579         problem.
5580
5581         * utf7.el (utf7-encode): Autoload.
5582
5583         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5584         to allow the mail splitting to not return a default group.  This is
5585         useful for nnimap, which will leave unmatched mail in the inbox.
5586
5587         * nnimap.el: Rewritten.
5588
5589         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5590         nnimap usage.
5591
5592         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5593         if the move is internal, so that nnimap can do fast internal moves.
5594
5595         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5596         data.
5597         (gnus-read-active-for-groups): Support finishing the early retrieval of
5598         data.
5599
5600         * gnus-range.el (gnus-range-nconcat): New function.
5601
5602         * gnus-int.el (gnus-finish-retrieve-group-infos)
5603         (gnus-retrieve-group-data-early): New functions.
5604
5605 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5606
5607         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5608         (nnrss-retrieve-groups):
5609         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5610         (pop3-quit): Use with-current-buffer.
5611
5612 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5613
5614         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5615         instead of nnheader-accept-process-output.
5616
5617         * dgnushack.el (dgnushack-compile): Add comment.
5618
5619         * lpath.el: No need to fbind propertize for XEmacs 21.4.
5620
5621         * gnus-html.el (gnus-html-schedule-image-fetching)
5622         (gnus-html-prefetch-images): Replace process-kill-without-query by
5623         gnus-set-process-query-on-exit-flag.
5624
5625 2010-09-16  Romain Francoise  <romain@orebokech.com>
5626
5627         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5628
5629 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5630
5631         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5632         parameter to unintern is mandatory-ish in Emacs 24.
5633
5634         * gnus-html.el (gnus-html-schedule-image-fetching)
5635         (gnus-html-prefetch-images): Check for curl before using it.
5636
5637         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5638         depend on curl, which isn't essential.
5639
5640         * imap.el: Revert back to version
5641         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5642         seem problematic.
5643
5644 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5645
5646         * gnus-registry.el (gnus-registry-install-shortcuts):
5647         Explicitly pass `obarray' to `unintern' to avoid a warning.
5648
5649 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5650
5651         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5652         change.
5653
5654         * nnrss.el (nnrss-request-list): Remove this function and related
5655         functions, including the moreover stuff.
5656
5657 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5658
5659         * nnrss.el (nnrss-retrieve-groups): New function.
5660
5661 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5662
5663         * .dir-locals.el: Add no-byte-compile cookie.
5664
5665 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5666
5667         * time-date.el (format-seconds): Comment fix.
5668
5669         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5670         for back end that doesn't support request-scan.
5671
5672 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5673
5674         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5675         then do request scans from the backends.
5676
5677         * netrc.el (netrc-credentials): New conveniency function.
5678
5679         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5680         avoid running a hook per line, since this takes a lot of time,
5681         profiling shows.
5682         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5683         directly if gnus-visual-p is true.
5684
5685 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5686
5687         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5688         groups; replace mapcar with dolist which is a bit faster; pass groups
5689         info to gnus-read-active-file-1.
5690         (gnus-read-active-file-1): Scan only specified groups if the new
5691         optional arg `infos' is given.
5692
5693 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5694
5695         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5696
5697         * pop3.el (pop3-movemail): Remove.
5698         (pop3-streaming-movemail): Rename to pop3-movemail.
5699
5700         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5701         don't restrict end-tag searches to the end of the line.
5702
5703 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5704
5705         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5706         articles of every unchecked group to t, which means unknown since the
5707         server has never been opened.
5708
5709 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5710
5711         * gnus-html.el (gnus-html-show-alt-text): New command.
5712         (gnus-html-browse-image): Ditto.
5713         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5714         to browse the image directly.
5715         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5716         better.
5717
5718         * gnus-async.el (gnus-async-article-callback):
5719         Call `gnus-html-prefetch-images' unconditionally.
5720
5721         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5722         before feeding URLs to curl.
5723
5724 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5725
5726         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5727         internal images as deletable by `W D D'.
5728
5729         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5730         (gnus-async-article-callback): Fix typo.
5731
5732 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5733
5734         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5735         current line to work around bugs in the output from w3m.
5736
5737         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5738         for groups that want that.
5739
5740         * nntp.el (nntp-wait-for-string): Supply a timeout for
5741         accept-process-output to ensure progress.
5742
5743         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5744         level to get unread articles from, then use that for foreign groups,
5745         too.
5746
5747         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5748         confuses the rest of the function.
5749
5750         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5751         for the methods that support -retrieve-groups, too.
5752
5753         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5754
5755 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5756
5757         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5758         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5759
5760         * pop3.el: Require cl when compiling.
5761         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5762
5763 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5764
5765         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5766         that aren't going to be activated.
5767         (gnus-get-unread-articles): Fix up the last commit.
5768
5769         * gnus-html.el (gnus-article-html): Allow calling without specifying
5770         the handle.  In that case, dissect the buffer first.
5771
5772         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5773
5774         * nnimap.el (nnimap-open-connection): Revert the change that would look
5775         into authinfo for imaps instead of imap.
5776
5777         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5778         say that you don't want to call gnus-request-group with don-check, but
5779         do check the reponse.  This is for virtual groups only.
5780         (gnus-get-unread-articles): Count the archive groups as secondary, so
5781         that they're activated the same way as before.
5782
5783         * imap.el (imap-message-map): Removed optional buffer parameter, since
5784         no callers use it.
5785         (imap-message-get): Ditto.
5786         (imap-message-put): Ditto.
5787         (imap-mailbox-map): Ditto.
5788         (imap-mailbox-put): Ditto.
5789         (imap-mailbox-get): Ditto.
5790         (imap-mailbox-get): Revert last change for this function.
5791
5792         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5793         case-insensitively.
5794         (nnimap-debug): Remove.
5795
5796         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5797         to use `imap-fetch' instead.  According to the comments, this should be
5798         safe, since all other IMAP clients use the 1:* syntax.
5799         (imap-enable-exchange-bug-workaround): Removed.
5800         (imap-debug): Removed -- doesn't seem very useful.
5801
5802         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5803         mail from a file, and the file doesn't exist.
5804
5805         * imap.el (imap-log): New convenience function used throughout instead
5806         of repeating the same code all over the place.
5807
5808         * pop3.el (pop3-streaming-movemail): Return t for success.
5809
5810         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5811         .authinfo if we're using ssl connection.
5812
5813         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5814         already have if we're in a main Gnus `g' run.
5815
5816         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5817
5818 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5819
5820         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5821
5822         * nnmh.el (nnmh-request-list-1): Bind `file'.
5823
5824         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5825         alias to set-process-query-on-exit-flag or process-kill-without-query.
5826         (pop3-open-server): Use it.
5827
5828 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5829
5830         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5831         box to the Incoming file.  Fixes mistake in previous checkin.
5832
5833         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5834         request loop (for debugging purposes) removed.
5835
5836         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5837         culprit is more visible.
5838         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5839         (nnml-add-incremental-nov): New functions to do "incremental" nov
5840         updates, where we just append to the end of the existing nov files
5841         without reading/writing them in full.
5842
5843         * mail-source.el (mail-source-delete-crash-box): Really only check the
5844         incoming files once in a while.
5845
5846         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5847
5848         * mail-source.el (mail-source-delete-crash-box): Only check the
5849         incoming files for deletion once per day to save a lot of file
5850         accesses.
5851
5852         * pop3.el (pop3-logon): Fix up unbound variable typo.
5853
5854         * mail-source.el (pop3-streaming-movemail): Autoload.
5855
5856         * pop3.el (pop3-streaming-movemail):
5857         Respect pop3-leave-mail-on-server.
5858
5859         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5860         retrieval.
5861
5862         * pop3.el (pop3-process-filter): Remove unused function.
5863         (pop3-streaming-movemail, pop3-send-streaming-command)
5864         (pop3-wait-for-messages, pop3-write-to-file)
5865         (pop3-number-of-responses): New functions for streaming pop3
5866         retrieval.
5867
5868         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5869         come from no known methods.
5870         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5871         list.
5872
5873         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5874         message sizes.
5875         (pop3-movemail): Use erase-buffer instead of looping and deleting
5876         regions, which seems rather odd.
5877
5878         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5879         file once per `g' run.
5880
5881         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5882         directories.  This makes the draft queue directory work.
5883
5884         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5885         data from the backends, so that we only request the list of groups from
5886         each method once.  This should speed things up considerably.
5887
5888         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5889         detect that it's not implemented.
5890
5891         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5892         we actually do recurse down into the tree, but don't stat all leaf
5893         nodes.
5894
5895         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5896         then say so instead of bugging out.
5897
5898         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5899         files exist before trying to read them.
5900
5901         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5902         around <pre_int>.
5903
5904         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5905
5906         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5907
5908 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5909
5910         * mm-util.el (mm-image-load-path): Just return the image directories,
5911         not all directories in the path in addition to the image directories.
5912         (mm-image-load-path): Maintain a cache of the image directories so that
5913         the `g' command in Gnus doesn't have to stat dozens of directories each
5914         time.
5915
5916         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5917         (gnus-html-wash-tags): Add a new `i' command to insert images.
5918         (gnus-html-insert-image): New command and keystroke.
5919         (gnus-html-redisplay-with-images): New command and keystroke.
5920         (gnus-html-show-images): Rename command.
5921         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5922         spacers.
5923         (gnus-html-wash-tags): Decode entities at the end, so that entities
5924         inside the tags don't mess up the rest of the "parsing".
5925
5926         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5927         so that nnimap methods aren't agentized by default.  There's apparently
5928         many problems related to agent/imap behaviour.
5929
5930         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5931
5932         * gnus-html.el: Doc fix.
5933
5934 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5935
5936         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5937         specifier-spec-list for Emacs 21.
5938
5939         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5940         glyph-width and glyph-height instead of display-graphic-p and
5941         image-size; make avoidance of displaying small images work for XEmacs.
5942
5943         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5944         for XEmacs.
5945
5946         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5947         of symbol that holds plist data.
5948         (gnus-process-plist): Remove plist of process after getting it.
5949
5950 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5951
5952         * message.el (message-generate-hashcash): Change default to
5953         'opportunistic if hashcash is installed.
5954
5955         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5956         (gnus-html-put-image): Only call image-size once, since it's somewhat
5957         time-consuming on remote X servers.
5958
5959 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5960
5961         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5962         type on data, not a file name.
5963
5964         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5965         window-pixel-edges for Emacs 21.
5966
5967         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5968         decoded contents.
5969         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5970
5971 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5972
5973         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5974         group line format, since it isn't very interesting.
5975
5976         * gnus-agent.el (gnus-agent-short-article),
5977         (gnus-agent-long-article): Increase values for these two variables,
5978         since most people are likely to have more network connection and
5979         storage than before.
5980
5981         * gnus.el (gnus-refer-article-method): Change default to 'current.
5982         When referring an article, the common behaviour is to refer it from the
5983         current select method, not the native select method.  The chances of
5984         the native select method having the message in question is rather slim
5985         these days.
5986
5987         * gnus-sum.el (gnus-auto-select-subject): Change default to
5988         `unseen-or-unread'.  I think it's likely that most people want to
5989         select an unseen article over a previously seen, but unread one.
5990
5991         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5992         means that in the article buffer none of the minor mode elements will
5993         be shown, usually, and this is not desirable in most cases.
5994
5995         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5996         that commands like `d' (and the like) go to the next line in the
5997         buffer, instead of the next unread article.  I think this is the
5998         behaviour that is most natural for most users.
5999         (gnus-single-article-buffer): Change default to nil, so that people can
6000         have as many article buffers open as they have summary buffer.  I think
6001         this is the most natural way for the groups to behave.
6002
6003         * message.el (message-generate-new-buffers): Change default to
6004         `unsent', so that all new message buffers start their names with the
6005         string "*unsent", and it's easier to find the buffers if you move from
6006         them.
6007
6008 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6009
6010         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
6011         small.  They're probably tracking images.
6012         (gnus-html-wash-tags): Remove all <pre_int> place holders.
6013         (gnus-html-rescale-image): Yet another try at getting the image sizing
6014         right.
6015
6016         * nntp.el (nntp-request-set-mark): Refuse to do marks if
6017         nntp-marks-file-name is nil.
6018
6019 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6020
6021         * gnus-html.el (gnus-html-wash-tags)
6022         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
6023         Better logging.
6024
6025 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6026
6027         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
6028
6029         * gnus-html.el (gnus-html-wash-tags): Check the value of
6030         gnus-blocked-images in the summary buffer.
6031
6032 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6033
6034         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
6035
6036 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6037
6038         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
6039         like "a", it seems like.
6040         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
6041         since it needs to be picked from the correct buffer.
6042
6043         * nnwfm.el: Remove.
6044
6045         * nnlistserv.el: Remove.
6046
6047 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6048
6049         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
6050         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
6051
6052 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6053
6054         * nnkiboze.el: Remove.
6055
6056         * nndb.el: Remove.
6057
6058         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
6059         alt text.
6060         (gnus-html-rescale-image): Try to get the rescaling logic right for
6061         images that are just wide and not tall.
6062
6063         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
6064         overshadow variable bindings.
6065
6066 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6067
6068         * gnus-html.el (gnus-html-wash-tags)
6069         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
6070         Add extra logging.
6071
6072 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6073
6074         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
6075         (gnus-max-image-proportion): New variable.
6076         (gnus-html-rescale-image): New function.
6077         (gnus-html-put-image): Rescale images.
6078
6079 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6080
6081         Fix up some byte-compiler warnings.
6082         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
6083         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
6084         (gnus-article-fill-cited-article, gnus-article-hide-citation)
6085         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
6086         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
6087         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
6088         (gnus-group-update-group): Use save-excursion and with-current-buffer.
6089
6090 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6091
6092         * gnus-html.el (gnus-article-html): Decode contents by charset.
6093
6094 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6095
6096         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
6097         (gnus-html-frame-width, gnus-blocked-images)
6098         * message.el (message-prune-recipient-rules): Add custom version.
6099         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
6100
6101         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
6102         functions.
6103
6104         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
6105         gnus-process-get.
6106
6107 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
6108
6109         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
6110         instead of lsub directly.
6111
6112 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6113
6114         * nnwarchive.el: Remove.
6115
6116         * gnus-soup.el: Remove.
6117
6118         * nnsoup.el: Remove.
6119
6120         * nnultimate.el: Remove.
6121
6122         * gnus-html.el (gnus-blocked-images): New variable.
6123
6124         * message.el (message-prune-recipients): New function.
6125         (message-prune-recipient-rules): New variable.
6126
6127         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
6128         guess whether a long line is natural text or not.
6129
6130         * gnus-html.el (gnus-html-schedule-image-fetching):
6131         Use gnus-process-plist and friends for compatibility.
6132
6133 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6134
6135         * gnus-html.el: Require packages that define macros used in this file.
6136         (gnus-article-mouse-face): Declare to silence byte-compiler.
6137         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
6138         process-get.
6139         (gnus-html-put-image): Use plist-get to avoid getf.
6140         (gnus-html-prefetch-images): Use with-current-buffer.
6141
6142 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6143
6144         * gnus-ems.el: Provide compatibility functions for
6145         gnus-set-process-plist.
6146
6147         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
6148         header-line-format for XEmacs 21.4.
6149
6150         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
6151         * gnus.el (gnus-valid-select-methods)
6152         * message.el (message-send-mail-partially-limit)
6153         * mm-decode.el (mm-text-html-renderer)
6154         * mml.el (mml-insert-mime-headers-always)
6155         * smiley.el (smiley-regexp-alist): Bump custom version.
6156
6157 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6158
6159         * gnus-html.el: require mm-url.
6160         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
6161         with the url to `url'.
6162         (gnus-html-wash-tags): Support cid: URLs/images.
6163
6164 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6165
6166         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
6167         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
6168         bindings, as they aren't useful at all.  `w' is moved to `W w'.
6169
6170         * gnus-move.el: Remove file, since it doesn't really work.
6171
6172         * gnus-html.el (gnus-article-html): Tell w3m that the input is
6173         UTF-8.  This seems to fix problems with some German web feeds.
6174
6175         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
6176         at the top so that the proper colours are applied.
6177
6178         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
6179         don't have dots in their names.
6180
6181         * gnus-art.el (gnus-article-view-part): Doc fix.
6182
6183         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
6184         XEmacs-compatible.
6185         (gnus-html-put-image): Don't do images on non-graphic displays.
6186
6187         * nnslashdot.el: Remove this unused backend.
6188
6189         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
6190         actions.
6191         (gnus-undo-register-1): Revert last change.
6192
6193         * gnus-group.el (gnus-group-completing-read): Protect against not
6194         having completion-styles bound.
6195
6196         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
6197         make broken recipients happier.
6198
6199         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
6200
6201         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
6202         point parameter.
6203
6204         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
6205
6206         * gnus-group.el (gnus-group-completing-read): Add 'substring to
6207         completion-styles for group selection.
6208
6209 2009-02-04  Andreas Schwab  <schwab@suse.de>
6210
6211         * gnus-score.el (gnus-score-string): Fix regex for matching extra
6212         headers and regexp-quote the match if necessary.
6213
6214 2009-03-24  Miles Bader  <miles@gnu.org>
6215
6216         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
6217         the blinking smiley.
6218
6219 2009-03-24  Simon Josefsson  <simon@josefsson.org>
6220
6221         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
6222         blink smiley.
6223
6224 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6225
6226         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
6227         where the dribbel file lives exists.
6228
6229         * message.el (message-send-mail-partially-limit): Change the default to
6230         nil, since most people don't want this.
6231
6232         * mm-url.el (mm-url-decode-entities): Also decode entities like
6233         &#x3212.
6234
6235 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
6236
6237         * gnus-sum.el (gnus-summary-idna-message):
6238         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
6239         Hyperlink urls in docstrings with URL `...'.
6240
6241 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
6242
6243         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
6244         functions.
6245
6246 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6247
6248         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
6249         say what the mouseover text should be.
6250
6251         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
6252         version of the mm-w3m-safe-url-regexp variable to only download images
6253         in the groups where we want that to happen.
6254
6255         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
6256
6257         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
6258         easier debugging.
6259         (gnus-article-beginning-of-window): Add kludge to allow spacing past
6260         big pictures in the article buffer.
6261
6262         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
6263         gnus-article-html.
6264         (mm-text-html-renderer): gnus-article-html needs curl in addition to
6265         w3m.
6266
6267         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
6268
6269 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6270
6271         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
6272         which doesn't exist.
6273
6274         * message.el (message-inhibit-ecomplete): New variable to allow some
6275         function to inhibit ecomplete address storage.
6276         (message-resend): Disable ecomplete message storage when resending
6277         messages.
6278
6279         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
6280
6281 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6282
6283         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
6284         Save excursion while copying, moving, and deleting articles in order to
6285         prevent the cursor from jumping to unforeseen place.
6286
6287 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6288
6289         * lpath.el: No need to bind bookmark-current-buffer,
6290         bookmark-yank-point and bookmark-make-record-function.
6291
6292 2010-08-17  Glenn Morris  <rgm@gnu.org>
6293
6294         * gnus-sync.el: Require gnus components whose functions are used.
6295
6296         * gnus-art.el (bookmark-make-record-function):
6297         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
6298         Declare for compiler.
6299
6300         * mm-url.el (mml-compute-boundary): Autoload.
6301
6302 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6303
6304         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6305
6306 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
6307
6308         Typo fix "hoo4a" -> "hook".
6309
6310         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6311
6312 2010-08-14  Glenn Morris  <rgm@gnu.org>
6313
6314         * gnus-sync.el (gnus-sync): Fix defgroup version.
6315
6316 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
6317
6318         Doc fixes and keep unknown groups (ammended for nunion bug fix).
6319
6320         * gnus-sync.el: Fix docs.
6321         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
6322         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6323
6324 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6325
6326         Optimizations for gnus-sync.el.
6327
6328         * gnus-sync.el: Add docs about gnus-sync-backend
6329         possibilities.
6330         (gnus-sync-save): Remove unnecessary message.
6331         (gnus-sync-read): Optimize and show what groups were skipped.
6332
6333 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6334
6335         Minor bug fixes for gnus-sync.el.
6336
6337         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6338         Don't read the sync on get-new-news.
6339
6340         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6341         quiet.
6342
6343         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6344         (fix typo).
6345
6346 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
6347
6348         Make saving and restoring of hidden threads work with overlays.
6349         Patch applied by Ted Zlatanov.
6350
6351         * gnus-sum.el (gnus-hidden-threads-configuration)
6352         (gnus-restore-hidden-threads-configuration): Update to deal with text
6353         properties, rather than searching for a magic character.
6354
6355 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6356
6357         New gnus-sync.el library for synchronization of marks.
6358
6359         * gnus-sync.el: New library for synchronization of marks.
6360
6361         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6362         renamed from `gnus-registry-grep-in-list'.
6363
6364         * gnus-registry.el (gnus-registry-follow-group-p):
6365         Use `gnus-grep-in-list'.
6366
6367         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6368
6369 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6370
6371         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6372         determining charset of text fails.
6373
6374 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6375
6376         * nnmail.el (nnmail-get-new-mail-1): Revert.
6377
6378         * nnml.el (nnml-active-number): Make sure names of newly created groups
6379         in nnml-group-alist are encoded.
6380
6381 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6382
6383         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6384         containing non-ASCII characters in active file for nnml back end.
6385
6386 2010-07-24  David Engster  <dengste@eml.cc>
6387
6388         * mml-smime.el (mml-smime-epg-verify): Also accept the older
6389         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6390
6391 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
6392
6393         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6394         tag (Bug#6654).
6395
6396 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6397
6398         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6399         the article buffer, not the summary buffer.
6400
6401 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6402
6403         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6404         Emacs 23 as well.
6405
6406 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6407
6408         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
6409         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
6410
6411 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6412
6413         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6414         Patch applied by Karl Fogel.
6415
6416         * gnus-sum.el (gnus-summary-bookmark-make-record):
6417         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6418
6419 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6420
6421         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6422         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
6423         C-w still not working correctly from Article buffers; Thierry's
6424         patch to fix that will be applied after this.
6425
6426         * gnus-art.el (bookmark-make-record-function): New local variable.
6427
6428         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6429         article buffer.
6430         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6431
6432 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
6433
6434         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6435         on changes in bookmark.el.
6436
6437 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6438
6439         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
6440         `no-log' instead of message not to log prompt string.
6441
6442 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
6443
6444         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6445         the *other* type of HTML form submission.
6446
6447 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
6448
6449         * auth-source.el (auth-source-pick): If choice does not contain a
6450         questioned keyword, set the check to t.
6451
6452 2010-06-12  Romain Francoise  <romain@orebokech.com>
6453
6454         * gnus-util.el (gnus-date-get-time): Move up before first use.
6455
6456 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6457
6458         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6459         (gnus-article-edit-part): Bind it to make last part that is substituted
6460         or deleted visible.
6461         (gnus-mime-display-single): Buttonize part of which id equals to
6462         gnus-mime-buttonized-part-id.
6463
6464 2010-06-10  Dan Christensen  <jdc@uwo.ca>
6465
6466         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6467         (gnus-dd-mmm): Use gnus-date-get-time.
6468         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6469         simplify logic.
6470         (gnus-summary-limit-to-age): Use gnus-date-get-time.
6471         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6472
6473 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
6474
6475         * auth-source.el (top): Autoload `secrets-list-collections',
6476         `secrets-create-item', `secrets-delete-item'.
6477         (auth-sources): Fix tag string.
6478         (auth-get-source, auth-source-retrieve, auth-source-create)
6479         (auth-source-delete): New defuns.
6480         (auth-source-pick): Rewrite in order to avoid 2 passes.
6481         (auth-source-forget-user-or-password): New parameter USERNAME.
6482         (auth-source-user-or-password): New parameters CREATE-MISSING and
6483         DELETE-EXISTING.  Retrieve password interactively, if needed.
6484
6485 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6486
6487         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6488         deleting unused directories when gnus-expert-user is t.
6489
6490 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6491
6492         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6493         for each temp file when gnus-article-browse-delete-temp is ask.
6494
6495 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6496
6497         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
6498         Lisp calls to delete-backward-char by calls to delete-char.
6499
6500 2010-05-20  Kevin Ryde  <user42@zip.com.au>
6501
6502         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
6503
6504 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
6505
6506         * password-cache.el (password-cache-remove): Fix docstring.
6507
6508 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6509
6510         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6511         article unless decoding article to be saved.
6512
6513 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6514
6515         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6516         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6517         generated within the mm-with-unibyte-current-buffer macro.
6518
6519 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6520
6521         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6522         to nil when we're in a mml-preview buffer and no group is selected.
6523
6524 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
6525
6526         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6527         when catching the `C-g'.  Reported by "Leo".
6528
6529 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6530
6531         * message.el (message-forward-make-body-plain)
6532         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6533         multibyte-string-p.
6534
6535         * lpath.el: Revert.
6536
6537 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6538
6539         * message.el (message-forward-make-body-mml): Assume original message
6540         is multibyte string; error on unibyte.
6541         (message-forward-make-body-plain): Ditto; don't add excessive newline
6542         in body end.
6543
6544         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
6545
6546 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
6547
6548         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6549         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6550
6551 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6552
6553         * mm-extern.el (mm-extern-url): Don't use
6554         mm-with-unibyte-current-buffer.
6555         (mm-extern-cache-contents): Use with-current-buffer instead of
6556         save-excursion + set-buffer.
6557
6558 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6559
6560         * mm-util.el (mm-emacs-mule): Remove.
6561
6562 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6563
6564         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6565         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6566         change.
6567
6568 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6569
6570         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6571         bind the default value of enable-multibyte-characters to nil.
6572
6573 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6574
6575         * message.el (message-forward-make-body-plain)
6576         (message-forward-make-body-mml):
6577         Don't use mm-with-unibyte-current-buffer.
6578
6579 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6580
6581         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
6582
6583 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6584
6585         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6586         (Bug#5592).
6587
6588 2010-05-07  Julien Danjou  <julien@danjou.info>
6589
6590         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6591         it to mm-pipe-part.
6592
6593         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6594         it is given.
6595
6596 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6597
6598         * binhex.el (binhex-decode-region-internal)
6599         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
6600         (dns-query)
6601         * nnweb.el (nnweb-gmane-search)
6602         * pgg-parse.el (pgg-parse-armor)
6603         * pgg.el (pgg-verify-region)
6604         * sha1.el (sha1-string-external)
6605         * uudecode.el (uudecode-decode-region-internal)
6606         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6607         XEmacs.
6608
6609         * gnus-art.el (gnus-article-browse-html-parts)
6610         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6611         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6612         make-temp-file.
6613
6614         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6615         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6616         compiling.
6617
6618         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6619         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6620         XEmacs when compiling.
6621
6622         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6623         gnus-pick-mode-off-hook for XEmacs when compiling.
6624         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6625         gnus-binary-mode-off-hook for XEmacs when compiling.
6626
6627         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6628         Return nil if char-charset is not available.
6629
6630         * imap.el (imap-disable-multibyte)
6631         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6632         macros.
6633
6634         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6635         instead of encode-coding-string.
6636
6637         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6638         'xemacs) instead of mm-emacs-mule to switch function definitions.
6639         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6640
6641         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6642         bind temporary-file-directory for XEmacs;
6643         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6644         timer-set-function for XEmacs 21.4 and SXEmacs;
6645         bind timer-list for XEmacs 21.4 and SXEmacs;
6646         fbind char-charset and find-charset-region for non-Mule XEmacs;
6647         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6648         encode-coding-region and encode-coding-string for XEmacs having no
6649         file-coding feature.
6650
6651 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6652
6653         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6654
6655 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6656
6657         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6658         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6659
6660 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6661
6662         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6663         alias `jka-compr-delete-temp-file' no longer exists.
6664
6665 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6666
6667         Use define-minor-mode in Gnus where applicable.
6668         * mml.el (mml-mode): Use define-minor-mode.
6669         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6670         (gnus-undo-mode): Use define-minor-mode.
6671         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6672         (gnus-dead-summary-mode): Use define-minor-mode.
6673         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6674         Initialize in declaration.
6675         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6676         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6677         (gnus-mailing-list-mode): Use define-minor-mode.
6678         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6679         (gnus-draft-mode): Use define-minor-mode.
6680         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6681         (gnus-dired-mode): Use define-minor-mode.
6682
6683 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6684
6685         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6686         handles on recursive mml-to-mime translation and check them for
6687         boundary delimiter collisions.  Reported by Greg Troxel.
6688
6689 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6690
6691         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6692
6693 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6694
6695         * mm-util.el (mm-find-buffer-file-coding-system):
6696         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6697
6698 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6699
6700         * message.el (message-generate-headers): Record insertion of optional
6701         headers as well.  Otherwise the check to prevent repeated insertion of
6702         optional headers is a no-op.
6703
6704 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6705
6706         * smime.el: Don't mention CVS.
6707
6708         * nnrss.el (nnrss-fetch): Don't mention CVS.
6709
6710         * nnir.el: Don't mention CVS.
6711
6712 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6713
6714         * gnus-sum.el (gnus-summary-bookmark-make-record):
6715         Add `location' field.
6716
6717 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6718
6719         * lpath.el: Fbind bookmark-default-handler,
6720         bookmark-get-bookmark-record, bookmark-make-record-default,
6721         bookmark-prop-get for Emacs <23 and XEmacs.
6722
6723 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6724
6725         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6726         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6727         Use with-current-buffer to silence the byte-compiler.
6728         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6729         bother to require `gnus'.
6730         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6731
6732 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6733
6734         * gnus-sum.el (gnus-summary-bookmark-make-record)
6735         (gnus-summary-bookmark-jump): New functions.
6736         (gnus-summary-mode): Setup bookmark support.
6737
6738 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6739
6740         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6741         if set.
6742
6743 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6744
6745         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6746         gnus-article-browse-html-save-cid-image; make it work recursively for
6747         forwarded messages as well.
6748         (gnus-article-browse-html-parts): Work when prefix arg is given.
6749         (gnus-article-browse-html-article): Doc fix.
6750
6751 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6752
6753         * message.el (message-default-mail-headers):
6754         (message-default-headers): Carry the value mail-default-headers over
6755         into message-default-mail-headers, rather than message-default-headers.
6756
6757 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6758
6759         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6760         charset.
6761
6762         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6763         charset into the <meta> tag when the article is encoded to utf-8.
6764
6765 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6766
6767         * gnus-art.el (gnus-article-browse-delete-temp-files):
6768         Delete directories as well.
6769         (gnus-article-browse-html-parts): Work for images that do not specify
6770         file names; delete temp directory when quitting; insert header at the
6771         right place; use file: scheme for image files.
6772
6773 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6774
6775         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6776         (gnus-article-browse-html-parts): Use it to make temporary cid image
6777         files in addition to html file so that browser may display them.
6778
6779 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6780
6781         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6782
6783 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6784
6785         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6786
6787 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6788
6789         * auth-source.el (auth-sources): Change default to be simpler.
6790         Explain about Secret Service API sources.  Improve Customize options.
6791         (auth-source-pick): Change to accept any number of search parameters.
6792         Implement fallbacks iteratively, not recursively.  Add scoring on the
6793         second pass and sort by score.  Call Secret Service API when needed.
6794         (auth-source-user-or-password): Use it.  Call Secret Service API
6795         directly when needed to get the user name and the password.
6796
6797 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6798
6799         * message.el (message-interactive): Doc fix.
6800         (message-qmail-inject-args): Reflow.
6801         (message-kill-to-signature): Fix typo in docstring.
6802
6803         * smiley.el (smiley-buffer): Fix typo in docstring.
6804
6805 2010-03-24  Glenn Morris  <rgm@gnu.org>
6806
6807         * mail-source.el (gnus-message): Declare.
6808         (mail-source-delete-old-incoming): Require gnus-util.
6809
6810 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6811
6812         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6813
6814         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6815
6816         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6817         password-cache's default if it is not bound.
6818         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6819         password-cache-expiry's default if it is not bound.
6820
6821         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6822         available in Emacs 21.
6823
6824         * lpath.el: Suppress compiler warnings for:
6825         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6826         XEmacs;
6827         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6828         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6829         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6830
6831 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6832
6833         * auth-source.el (auth-sources): Fix up definition so extra parameters
6834         are always inline.
6835
6836 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6837
6838         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6839         wasn't updated after mismatch.  Clear cached mailbox info correctly
6840         when uidvalidity changes.
6841         (nnimap-group-prefixed-name): New function to avoid some code
6842         duplication.
6843         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6844         (nnimap-request-group): Use it.
6845         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6846         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6847         with many imap folders.  This is done by caching the group status from
6848         the imap server persistently in a group parameter `imap-status'.  (This
6849         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6850         but not persistently, so every Gnus startup was still very slow.)
6851
6852 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6853
6854         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6855         delete the extra newline.  Otherwise editing of :string and :number
6856         types don't work.
6857
6858 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6859
6860         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6861         secrets.el dependency.
6862         (auth-sources): Add optional user name.  Add secrets.el configuration
6863         choice (unused right now).
6864
6865 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6866
6867         * gnus-sum.el (gnus-summary-make-menu-bar):
6868         Let `gnus-registry-install-shortcuts' fill in the functions.
6869
6870         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6871         warnings.
6872         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6873         (gnus-registry-install-shortcuts): Populate and use it in a
6874         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6875
6876 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6877
6878         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6879         In-place substitutions for the group name encoding/decoding.
6880         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6881         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6882         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6883         (nnimap-update-unseen, nnimap-request-list)
6884         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6885         (nnimap-request-set-mark, nnimap-split-to-groups)
6886         (nnimap-split-articles, nnimap-request-newgroups)
6887         (nnimap-request-create-group, nnimap-request-accept-article)
6888         (nnimap-request-delete-group, nnimap-request-rename-group)
6889         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6890         `encoded-mbx' for consistency.
6891         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6892         variable `imap-current-mailbox'.
6893
6894         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6895         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6896
6897 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6898
6899         * pop3.el (pop3-display-message-size-flag): Display message size byte
6900         counts during POP3 download.
6901         (pop3-movemail): Use it.
6902         (pop3-list): Implement listing of available messages.
6903
6904 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6905
6906         * nnir.el (nnir-get-article-nov-override-function): New function to
6907         override the normal NOV retrieval.
6908         (nnir-retrieve-headers): Use it.
6909
6910 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6911
6912         * auth-source.el (netrc-machine-user-or-password): Autoload.
6913
6914 2010-03-19  Glenn Morris  <rgm@gnu.org>
6915
6916         Stop message.el from loading about 40 libraries it doesn't always need.
6917         The general approach is to autoload rather than require, and to
6918         require in the specific functions rather than the file.  (Bug#5642)
6919
6920         * gmm-utils.el: Don't require wid-edit.
6921         (widget-create-child-value, widget-convert, widget-default-get):
6922         Autoload.
6923
6924         * gnus-util.el: Don't require time-date, netrc.
6925         (message-fetch-field, gnus-group-name-decode): Declare rather than
6926         autoloading.
6927         (gnus-fetch-field): Require message.
6928         (gnus-decode-newsgroups): Require gnus-group.
6929
6930         * ietf-drums.el: Don't require time-date.
6931
6932         * message.el: Don't require hashcash, canlock, ecomplete.
6933         Do require mail-utils.  Require nnheader only when compiling.
6934         (smtpmail-default-smtp-server): Remove declaration.
6935         (message-send-mail-function): Check smtpmail-default-smtp-server
6936         is bound rather than requiring smtpmail.
6937         (message-auto-save-directory, message-insert-signature):
6938         Use expand-file-name rather than nnheader-concat.
6939         (nnheader-insert-file-contents): Autoload.
6940         (hashcash-wait-async): Declare.
6941         (message-send-mail): Only call gnus-setup-posting-charset if
6942         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6943         (message-send-mail-with-sendmail): Require sendmail.
6944         (canlock-password, canlock-password-for-verify): Declare.
6945         (message-canlock-password): Require canlock.
6946         (nnheader-get-report): Autoload.
6947         (gnus-setup-posting-charset): Declare.
6948         (message-send-news): Require gnus-msg.
6949         (message-make-references, message-make-in-reply-to): Use mail-header-id
6950         rather than the alias mail-header-message-id.
6951         (ecomplete-add-item, ecomplete-save): Declare.
6952         (message-put-addresses-in-ecomplete): Require ecomplete.
6953         (ecomplete-display-matches): Autoload.
6954
6955         * mm-decode.el: Don't require mailcap, gnus-util.
6956         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6957         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6958         Autoload.
6959         (mailcap-mime-extensions): Declare.
6960
6961         * mm-encode.el: Don't require mailcap.
6962         (mailcap-extension-to-mime): Autoload.
6963
6964         * mml-sec.el: Don't require password-cache.
6965
6966         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6967         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6968         (mml-minibuffer-read-type): Require mailcap.
6969         (mml-preview): Require gnus-msg.
6970
6971         * mml1991.el: Require password-cache.
6972         (password-cache-expiry): Remove declaration.
6973
6974         * mml2015.el: Require password-cache.
6975         (password-cache-expiry): Remove declaration.
6976
6977         * nneething.el (mailcap): Require mailcap.
6978
6979         * nnheader.el (declare-function): Add compatibility stub.
6980         (message-remove-header): Declare rather than autoload.
6981         (nnheader-replace-header): Require message.
6982
6983         * nnimap.el (declare-function): Add compatibility stub.
6984         (netrc-parse, netrc-machine-user-or-password): Declare.
6985         (nnimap-open-connection): Require netrc.
6986
6987         * nntp.el (declare-function): Add compatibility stub.
6988         (netrc-parse, netrc-machine, netrc-get): Declare.
6989         (nntp-send-authinfo): Require netrc.
6990
6991         * rfc2047.el: Don't require qp.
6992         (quoted-printable-encode-region, quoted-printable-decode-string):
6993         Autoload.
6994
6995         * sieve-mode.el: Don't require easymenu.
6996         (easy-menu-add-item): Autoload it.
6997
6998         * spam-stat.el (time-to-number-of-days): Autoload it.
6999
7000 2010-03-19  Glenn Morris  <rgm@gnu.org>
7001
7002         * password-cache.el (password-cache, password-cache-expiry): Autoload.
7003
7004 2010-03-18  Glenn Morris  <rgm@gnu.org>
7005
7006         * hashcash.el (declare-function): Remove duplicate definition.
7007
7008 2010-03-17  Kevin Ryde  <user42@zip.com.au>
7009
7010         * mml.el (mml-read-tag): Unquote values with `read' to reverse
7011         prin1 in mml-insert-tag (just stripping the quotes gave wrong
7012         value if any backslash escapes).
7013
7014 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7015
7016         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
7017         if it is available.  (bug#5647)
7018
7019         * lpath.el: Suppress compiler warning for coding-system-from-name for
7020         Emacs 21 and XEmacs.
7021
7022 2010-03-14  Juri Linkov  <juri@jurta.org>
7023
7024         * hmac-def.el:
7025         * hmac-md5.el:
7026         * netrc.el: Fix keywords.
7027
7028 2010-02-26  Glenn Morris  <rgm@gnu.org>
7029
7030         * message.el (message-send-mail-function): Change the default, so that
7031         it inherits from a customized send-mail-function.  (Bug#5643)
7032
7033 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7034
7035         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
7036         shell-command-to-string signals an error (bug#5299).
7037
7038 2010-02-24  Glenn Morris  <rgm@gnu.org>
7039
7040         * message.el (message-smtpmail-send-it)
7041         (message-send-mail-with-mailclient): Doc fixes.
7042
7043 2010-02-16  Glenn Morris  <rgm@gnu.org>
7044
7045         * message.el (message-default-mail-headers): Change the default value
7046         to ease the transition from mail-mode to message-mode.  (Bug#5555)
7047
7048 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7049
7050         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
7051         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
7052
7053 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
7054
7055         * time-date.el (date-to-time): Doc fix (Bug#5408).
7056
7057 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
7058
7059         * message.el (message-mail): Just pass yank-action on to message-setup.
7060         (message-setup): Handle (FUN . ARGS) form of yank-action.
7061         (message-with-reply-buffer, message-widen-reply)
7062         (message-yank-original): Handle non-buffer values of
7063         message-reply-buffer (Bug#4080).
7064         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
7065
7066 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
7067
7068         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
7069         Fix typo in docstring.
7070
7071 2010-01-08  Jason Rumney  <jasonr@gnu.org>
7072
7073         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
7074         response.
7075
7076 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7077
7078         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
7079
7080         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7081
7082         * message.el (message-check-news-header-syntax): Protect against a
7083         string that `rfc822-addresses' returns when parsing fails.
7084
7085 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7086
7087         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
7088         (gnus-previous-char-property-change): New functions.
7089
7090         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
7091
7092 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
7093
7094         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
7095         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
7096
7097 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
7098
7099         * message.el (message-exchange-point-and-mark): Rework last change to
7100         avoid using optional arg of exchange-point-and-mark, for backward
7101         compatibility.
7102
7103 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
7104
7105         * message.el (message-exchange-point-and-mark):
7106         Call exchange-point-and-mark with an argument rather than setting
7107         mark-active by hand (Bug#5175).
7108
7109 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7110
7111         * nntp.el (nntp-service-to-port): Work for service expressed with
7112         numeric string; replace [:digit:] with [0-9] for XEmacs.
7113
7114 2009-12-17  Glenn Morris  <rgm@gnu.org>
7115
7116         * gnus-group.el (gnus-bug-group-download-format-alist):
7117         Change emacs entry to debbugs.gnu.org.  Bump :version.
7118
7119 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7120
7121         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
7122
7123 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7124
7125         * message.el (message-info): Explain why we use `Info-goto-node'.
7126
7127 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7128
7129         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
7130
7131 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7132
7133         * message.el (message-completion-in-region): New compatibility function.
7134         (message-expand-group): Use it.
7135
7136 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7137
7138         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
7139         with no unread article should be listed if the 2nd arg `predicate' is
7140         given.
7141
7142 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7143
7144         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
7145
7146 2009-11-29  Juri Linkov  <juri@jurta.org>
7147
7148         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
7149         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
7150         on `gnus-recenter'.  (Bug#4698, Bug#4981)
7151
7152 2009-11-26  Kevin Ryde  <user42@zip.com.au>
7153
7154         * sha1.el (sha1-string-external): default-directory "/" in case
7155         otherwise non-existent.  process-connection-type pipe for touch of
7156         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
7157
7158 2009-11-25  Kevin Ryde  <user42@zip.com.au>
7159
7160         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
7161         it's comms related and sgml-mode.el has "comm" on that basis too.
7162
7163 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7164
7165         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
7166         containing tspecial characters if they have been already quoted.
7167
7168 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
7169
7170         * dns-mode.el (auto-mode-alist): Purecopy string.
7171
7172 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7173
7174         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
7175
7176 2009-10-24  Glenn Morris  <rgm@gnu.org>
7177
7178         * gnus-art.el (help-xref-stack-item): Define for compiler.
7179
7180 2009-10-21  Kevin Ryde  <user42@zip.com.au>
7181
7182         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
7183
7184 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7185
7186         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
7187
7188 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7189
7190         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
7191         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
7192
7193 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7194
7195         * gnus.el (gnus-overlay-get): New alias to overlay-get.
7196         (gnus-overlays-in): New alias to overlays-in.
7197
7198         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
7199         gnus-overlay-get, and gnus-delete-overlay.
7200         (gnus-summary-show-thread): Make it work as well for systems in which
7201         next-single-char-property-change is not available.
7202         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
7203
7204         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
7205         (gnus-overlay-get): New alias to extent-property.
7206         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
7207
7208         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
7209         SXEmacs.
7210
7211         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
7212         SXEmacs.
7213
7214 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
7215
7216         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
7217
7218 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
7219
7220         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
7221         and XEmacs that don't have `remove-overlays'.
7222
7223 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7224
7225         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
7226         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
7227         selective display.  Use overlays instead.
7228
7229 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7230
7231         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
7232
7233 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7234
7235         * spam-stat.el (spam-stat-load): Fix typo in message.
7236
7237 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7238
7239         * dig.el (dig-invoke): Fix typo in docstring.
7240         (query-dig): Reflow docstring.
7241
7242 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
7243
7244         * gnus-art.el (gnus-article-encrypt-body):
7245         * message.el (message-check-recipients):
7246         * mm-util.el (mm-codepage-setup):
7247         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
7248         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
7249
7250 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
7251
7252         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
7253         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
7254         keys from the menu if mm-{sign,encrypt}-option is 'guided.
7255         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
7256         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
7257
7258 2009-09-21  Kevin Ryde  <user42@zip.com.au>
7259
7260         * dig.el: Add "Keywords: comm", as per net-utils.el.
7261
7262 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7263
7264         * dig.el (dig-mode): Use define-derived-mode.
7265
7266 2009-09-19  Glenn Morris  <rgm@gnu.org>
7267
7268         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7269
7270 2009-09-18  Glenn Morris  <rgm@gnu.org>
7271
7272         * gnus-diary.el (gnus-diary-check-message):
7273         * message.el (message-insert-formatted-citation-line):
7274         * nnbabyl.el (top-level):
7275         * nndiary.el (nndiary-schedule):
7276         Fix typos in condition-case handlers.
7277
7278 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7279
7280         * gnus-art.el (gnus-article-edit-part): Work for the buffer
7281         configuration that provides the sole article window in a frame;
7282         position point correctly after deleting a part.
7283
7284 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
7285
7286         * spam.el (spam-unregister-on-reregister): Add boolean variable.
7287         (spam-resolve-registrations-routine): Use it to unregister articles
7288         that change status.
7289
7290 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7291
7292         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
7293         with XEmacs.
7294         (parse-time-string-chars): Use it.
7295
7296 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7297
7298         * imap.el (imap-interactive-login): Better messages.
7299         (imap-open): Fix bug with renamed buffer on reconnect.
7300         (imap-authenticate): Add buffer-local imap-last-authenticator variable
7301         for easier debugging and cleaner code.  On successful (guessed based on
7302         server capabilities) secondary authentication, set imap-state
7303         correctly.
7304         (imap-last-authenticator): Define imap-last-authenticator as a variable
7305         to avoid warnings.
7306
7307 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7308
7309         * nnrss.el (nnrss-request-article): Remove binding of
7310         default-enable-multibyte-characters that has gotten needless by
7311         the 2007-07-13 change in rfc2047-encode-message-header.
7312
7313         * mml.el (mml-insert-multipart): Error on the message header.
7314         (mml-insert-part): Error on the message header; position point at
7315         the end of a MIME tag.
7316
7317 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7318
7319         * time-date.el (autoload): Expand define-obsolete-function-alias into
7320         defalias and make-obsolete for old Emacsen that Gnus supports.
7321         (with-no-warnings): Define it for old Emacsen.
7322         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7323         is available.
7324         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7325         float-time is available; suppress compile warning for time-to-seconds.
7326
7327         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7328         (gnus-float-time): Alias to float-time if it exists.
7329
7330         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7331         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7332         float-time is available; suppress compile warning for time-to-seconds.
7333
7334         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
7335         XEmacs.
7336
7337 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
7338
7339         * imap.el (imap-message-map): Docstring fix.
7340
7341 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7342
7343         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7344         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7345         Add the optional argument `encoding' that overrides the default.
7346
7347         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7348         mm-encode-buffer.
7349
7350 2009-09-04  Glenn Morris  <rgm@gnu.org>
7351
7352         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7353         mm-disable-multibyte, rather than default-enable-multibyte-characters.
7354         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7355         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7356         * mm-util.el (mm-with-unibyte-current-buffer)
7357         (mm-find-buffer-file-coding-system):
7358         * yenc.el (yenc-decode-region): Use default-value rather than
7359         default-enable-multibyte-characters.
7360
7361 2009-09-03  Glenn Morris  <rgm@gnu.org>
7362
7363         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7364         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7365         than default-enable-multibyte-characters.
7366
7367 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
7368
7369         * gnus-art.el (gnus-article-read-summary-keys):
7370         Fix gnus-buffer-configuration's value temporarily used.
7371
7372 2009-09-02  Glenn Morris  <rgm@gnu.org>
7373
7374         * gnus-util.el (gnus-float-time): New function.
7375         * gnus-delay.el (gnus-delay-article):
7376         * gnus-sum.el (gnus-thread-latest-date):
7377         * gnus-util.el (gnus-user-date): Use gnus-float-time.
7378         * nnspool.el (nnspool-request-newgroups):
7379         Use gnus-float-time rather than time-to-seconds.
7380         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7381
7382         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7383         (gnus-header-subject-face, gnus-header-newsgroups-face)
7384         (gnus-header-name-face, gnus-header-content-face):
7385         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7386         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7387         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7388         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7389         (gnus-cite-face-11):
7390         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7391         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7392         (gnus-server-closed-face, gnus-server-denied-face)
7393         (gnus-server-offline-face):
7394         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7395         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7396         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7397         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7398         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7399         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7400         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7401         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7402         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7403         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7404         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7405         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7406         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7407         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7408         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7409         (gnus-summary-high-undownloaded-face)
7410         (gnus-summary-low-undownloaded-face)
7411         (gnus-summary-normal-undownloaded-face)
7412         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7413         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7414         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7415         (gnus-splash-face):
7416         * message.el (message-header-to-face, message-header-cc-face)
7417         (message-header-subject-face, message-header-newsgroups-face)
7418         (message-header-other-face, message-header-name-face)
7419         (message-header-xheader-face, message-separator-face)
7420         (message-cited-text-face, message-mml-face):
7421         * sieve-mode.el (sieve-control-commands-face)
7422         (sieve-action-commands-face, sieve-test-commands-face)
7423         (sieve-tagged-arguments-face):
7424         * spam.el (spam-face):
7425         Mark face aliases with "-face" in the name as obsolete.
7426
7427 2009-09-01  Glenn Morris  <rgm@gnu.org>
7428
7429         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7430         than goto-line.
7431
7432 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7433
7434         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7435         Don't move point if the command is invoked inside the message header.
7436
7437 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7438
7439         * imap.el (imap-send-command): Simplify.
7440         (imap-wait-for-tag): point-max -> buffer-size.
7441
7442 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7443
7444         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7445         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7446         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7447         * nnir.el (nnir-swish-e-index-file):
7448         * gnus-sum.el (gnus-summary-delete-marked-as-read)
7449         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7450         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7451         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7452         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7453         (gnus-treat-display-xface): Add Emacs version of obsolescence.
7454
7455 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7456
7457         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7458         Don't save excursion.
7459
7460 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7461
7462         * nnheader.el (nnheader-find-file-noselect):
7463         * mm-util.el (mm-insert-file-contents):
7464         Use (default-value 'major-mode) instead of default-major-mode.
7465
7466 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7467
7468         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7469
7470 2009-08-26  Glenn Morris  <rgm@gnu.org>
7471
7472         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
7473         than placing in files.el.
7474
7475 2009-08-25  Glenn Morris  <rgm@gnu.org>
7476
7477         * nnir.el (top-level): Don't require cl at run-time.
7478         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7479         Replace cl-function substitute with gnus-replace-in-string.
7480         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7481         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7482         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7483         simplified expansions.
7484
7485 2009-08-25  Kevin Ryde  <user42@zip.com.au>
7486
7487         * dig.el (dig): Add autoload cookie.
7488
7489 2009-08-22  Glenn Morris  <rgm@gnu.org>
7490
7491         * gnus-art.el (gnus-button-patch): Use forward-line rather than
7492         goto-line.
7493
7494 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7495
7496         * parse-time.el (parse-time-string-chars): Save match data.
7497
7498 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
7499
7500         * parse-time.el (parse-time-string-chars): Compute using character
7501         classes, to handle non-ascii characters (Bug#3190).
7502
7503 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7504
7505         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7506
7507         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7508         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7509         (gnus-mm-display-part, gnus-mime-display-single)
7510         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7511         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7512
7513         * gnus-sum.el
7514         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7515         (gnus-summary-move-article): Add expirable mark to articles copied or
7516         moved to group that has auto-expire turned on if the option is non-nil.
7517
7518 2009-07-24  Glenn Morris  <rgm@gnu.org>
7519
7520         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7521         Fix typo.  (Bug#3903)
7522
7523 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7524
7525         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7526         gnus-article-read-summary-keys rather than gnus-summary-edit-article
7527         that should not be used for draft articles.
7528         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7529         that has no concern in minor mode keys.
7530         (gnus-article-summary-command, gnus-article-summary-command-nosave):
7531         Abolish.
7532
7533 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7534
7535         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7536         article without making inquiry to a user for unknown encoding.
7537
7538         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7539         (nnmaildir--scan): Assume i-node and device number that file-attributes
7540         returns might be cons-cell.
7541
7542         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
7543
7544         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
7545
7546 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
7547
7548         * auth-source.el: Remove docs now in auth.texi.  Don't use
7549         `gnus-message' for logging.  Add new variables `auth-source-debug' and
7550         `auth-source-hide-passwords' and use them.
7551
7552 2009-07-15  Glenn Morris  <rgm@gnu.org>
7553
7554         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7555
7556 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7557
7558         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7559         excessive whitespace from the default values of title and description.
7560
7561 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7562
7563         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7564         mail-fetch-field to fetch Content-Description header in order to
7565         exclude newlines.
7566
7567 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
7568
7569         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
7570         format used by GnuPG 2.0.11.
7571
7572 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7573
7574         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7575         to deleted part.
7576
7577 2009-05-30  David Engster  <dengste@eml.cc>
7578
7579         * nnmairix.el: Remove old documentation in the commentary block.
7580         (nnmairix-request-group): Do not update active file for nnml back ends.
7581         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7582         end so that overview files are ignored.
7583         (nnmairix-update-groups): Make updating the groups more robust by using
7584         marks.
7585         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7586         with dollar characters in message-id.
7587
7588 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7589
7590         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7591         2008-12-25 in dns.el.
7592
7593 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7594
7595         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7596         could happen if the text is only composed of spaces and/or tabs.
7597
7598 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7599
7600         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7601         when sending a queued message to avoid extra mml tags.
7602
7603 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7604
7605         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7606
7607 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7608
7609         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
7610         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
7611         rmail-toggle-header for XEmacs;
7612         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7613
7614 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7615
7616         * gnus-dired.el: Remove autoload for gnus-setup-message.
7617         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7618         displaying Gnus logo; always use compose-mail.
7619
7620 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7621
7622         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7623
7624 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7625
7626         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7627         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7628         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7629         available.
7630         (gnus-nocem-epg-verify): New function.
7631
7632 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7633
7634         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7635
7636 2009-02-15  Glenn Morris  <rgm@gnu.org>
7637
7638         * gnus-util.el (rmail-insert-rmail-file-header)
7639         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7640         autoloads.
7641         (rmail-default-rmail-file): Remove unnecessary declaration.
7642         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7643
7644 2009-02-14  Glenn Morris  <rgm@gnu.org>
7645
7646         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7647         variable (only used in gnus-util, which declares it anyway).
7648         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7649         which was only needed by gnus-art (changed to not use it any more).
7650         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7651         only used in gnus-util, which autoloads it itself.
7652         (rmail-update-summary): Fix autoload.
7653
7654         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7655         rather than rmail-output-to-rmail-file.
7656
7657 2009-02-07  Glenn Morris  <rgm@gnu.org>
7658
7659         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7660         autoload of function that no longer exists.
7661         (rmail-toggle-header): Declare.
7662         (message-forward-rmail-make-body): Handle mbox Rmail.
7663
7664 2009-01-31  Glenn Morris  <rgm@gnu.org>
7665
7666         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7667         2009-01-09 change.
7668
7669 2009-01-31  Dave Love  <fx@gnu.org>
7670
7671         * imap.el (imap-fetch-safe): Bind debug-on-error.
7672         (imap-debug): Add imap-fetch-safe.
7673
7674 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7675
7676         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7677         (auth-source-forget-all-cached): New convenience function.
7678         (auth-source-user-or-password): Accept list of modes or a single mode.
7679
7680         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7681         auth-source modes.
7682
7683         * netrc.el (netrc-machine-user-or-password): Use list of
7684         auth-source modes.
7685
7686         * nnimap.el (nnimap-open-connection): Use list of
7687         auth-source modes.
7688
7689         * nntp.el (nntp-send-authinfo): Use list of
7690         auth-source modes.
7691
7692 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7693
7694         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7695         now.
7696
7697 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7698
7699         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7700         coding system in XEmacs; add a workaround for XEmacs.
7701
7702         * lpath.el: Fbind coding-system-aliasee.
7703
7704 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7705
7706         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7707         of current-language-environment.
7708
7709 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7710
7711         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7712         available at runtime.
7713
7714 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7715
7716         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7717
7718 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7719
7720         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7721         the greatest positive fixnum value doesn't work under an XEmacs with
7722         bignum support; use the most-positive-fixnum constant instead,
7723         available since Emacs 21.1 with cl and XEmacs 21.1.
7724
7725 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7726
7727         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7728         XEmacs gets not to work.
7729
7730 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7731
7732         * mm-util.el (mm-coding-system-priorities): Allow the value like
7733         "Japanese (UTF-8)" of current-language-environment.
7734
7735 2009-01-09  Glenn Morris  <rgm@gnu.org>
7736
7737         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7738         with last-command-event.
7739
7740 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7741
7742         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7743         in the doc string.
7744
7745         * message.el (message-fix-before-sending): Amend comment.
7746
7747 2009-01-08  Dave Love  <fx@gnu.org>
7748
7749         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7750
7751 2009-01-07  David Engster  <dengste@eml.cc>
7752
7753         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7754         simplified server definitions by converting it via
7755         gnus-server-to-method.
7756
7757 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7758
7759         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7760         parameter's operands.
7761
7762 2009-01-06  David Engster  <dengste@eml.cc>
7763
7764         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7765         primary select method (for gnus-group-mark-article-as-read).
7766
7767 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7768
7769         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7770         `(gnus)Face', not `(gnus)X-Face'.
7771
7772 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7773
7774         * mm-util.el (mm-ucs-to-char): New function.
7775
7776         * mm-url.el (mm-url-decode-entities): Use it.
7777
7778         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7779         unicode-to-char.
7780
7781 2009-01-05  Dave Love  <fx@gnu.org>
7782
7783         * time-date.el: Require cl for `declare'.
7784
7785 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7786
7787         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7788         Dave Love.
7789
7790 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7791
7792         * message.el (message-fix-before-sending): Add `eight-bit' to
7793         illegible-text check.
7794
7795 2009-01-03  Michael Olson  <mwolson@gnu.org>
7796
7797         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7798         `headers' is nil.  This can occur if the IMAP server does not have
7799         permissions to read messages from a folder, but can write new messages
7800         to the folder.
7801         (nnimap-request-article-part): Do not insert `data' if it is nil.
7802
7803         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7804         characters which will confuse `read', so skip past them.
7805
7806 2009-01-01  Dave Love  <fx@gnu.org>
7807
7808         * imap.el (imap-string-to-integer): Fix typo.
7809         (imap-fetch-safe): New function.
7810         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7811
7812         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7813
7814         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7815         (imap-parse-greeting): Fix doc strings.
7816         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7817         (imap-parse-flag-list): Make messages unique.
7818         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7819
7820         * nnimap.el: Fix author email.
7821         (nnimap-split-rule): Add FIXME comment.
7822         (nnimap-debug): Fix doc string.
7823
7824 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7825
7826         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7827
7828 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7829
7830         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7831         nslookup if resolv.conf isn't available.
7832         (dns-query): Rename from query-dns.
7833         (dns-query-cached): Rename from query-dns-cached.
7834
7835 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7836
7837         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7838         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7839         to check if those variables exist (first appeared in Emacs 18.50).
7840
7841 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7842
7843         * mm-util.el (mm-line-number-at-pos): New function.
7844
7845         * spam-report.el (spam-report-process-queue): Use it.
7846
7847 2008-12-24  David Engster  <dengste@eml.cc>
7848
7849         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7850         parameters that haven't existed as variables as buffer-local variables.
7851
7852 2008-12-23  Dave Love  <fx@gnu.org>
7853
7854         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7855         cadar.
7856
7857         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7858         imap-starttls-p.
7859         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7860
7861 2008-12-22  Dave Love  <fx@gnu.org>
7862
7863         * imap.el: Fix author email.  Doc fixes.
7864         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7865         reply.
7866
7867 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7868
7869         * spam-report.el (spam-report-gmane-max-requests): New constant.
7870         (spam-report-gmane-wait): New variable.
7871         (spam-report-gmane-ham, spam-report-gmane-spam)
7872         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7873         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7874         the server.
7875
7876         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7877         Add explanations.
7878
7879         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7880         nnheader-accept-process-output and nnheader-read-timeout if available.
7881         (pop3-movemail): Use it.
7882
7883         * message.el (message-check-news-body-syntax): Fix signature check if
7884         there's an attachment.
7885
7886 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7887
7888         * mm-util.el: Add comments to the mm- emulating functions.
7889
7890 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7891
7892         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7893         Reported by Stephen Berman <stephen.berman@gmx.net>.
7894
7895 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7896
7897         * mm-util.el (mm-substring-no-properties): New function.
7898         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7899         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7900         (mm-string-to-multibyte): Doc fix.
7901
7902         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7903
7904 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7905
7906         * mml.el (mml-attach-file): Strip text properties from file name.
7907         (Bug#1574)
7908
7909 2008-12-16  Glenn Morris  <rgm@gnu.org>
7910
7911         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7912
7913 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7914
7915         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7916         knows since the charset specified might be a bogus alias that
7917         mm-charset-synonym-alist provides.
7918
7919 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7920
7921         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7922         "ISO_8859-1".
7923
7924         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7925
7926 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7927
7928         * mm-util.el (mm-charset-eval-alist):
7929         Define it before mm-charset-to-coding-system.
7930         (mm-charset-to-coding-system): Add optional argument `silent';
7931         define it before mm-charset-override-alist.
7932         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7933         default value if it can be used in Emacs currently running;
7934         silence mm-charset-to-coding-system.
7935
7936 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7937
7938         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7939         `allow-override' which says whether to use `mm-charset-override-alist'.
7940         (rfc2047-decode-encoded-words): Use it.
7941
7942         * mm-util.el (mm-charset-override-alist): Fix custom type;
7943         add `(gb2312 . gbk)' to choices.
7944
7945 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7946
7947         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7948         fast.
7949
7950         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7951
7952         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7953
7954 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7955
7956         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7957         on links.
7958
7959         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7960
7961 2008-12-03  Lute Kamstra  <lute@gnu.org>
7962
7963         * sha1.el: Remove leading * from docstrings of defcustoms,
7964         deffaces, defconsts and defuns.
7965
7966 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7967
7968         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7969         users' addresses that don't have domain parts.
7970         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7971         rather than message-narrow-to-head since there will be the message
7972         header separator.
7973
7974 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7975
7976         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7977         since the result is inserted in a unibyte buffer anyway.
7978         (nnimap-demule-use-string-to-multibyte): Remove.
7979         (nnimap-demule): Alias it to mm-string-to-multibyte.
7980
7981 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7982
7983         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7984         variable for debugging bug#464 and bug#1174.
7985         (nnimap-demule): Use it.
7986
7987 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7988
7989         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7990         score calculation correctly.
7991
7992 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7993
7994         * message.el (message-send-mail): Just set the buffer to unibyte
7995         rather than use mm-with-unibyte-current-buffer which does a lot more.
7996         (message-send-mail-partially): Don't bother with
7997         mm-with-unibyte-current-buffer since it's already been made unibyte by
7998         message-send-mail.
7999
8000 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
8001
8002         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
8003
8004 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
8005
8006         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
8007
8008 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8009
8010         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
8011         require itself and to remove `with-no-warnings'.
8012
8013 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
8014
8015         * starttls.el (starttls-any-program-available): Get the name of the
8016         available TLS layer program.
8017         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
8018         well as the host name in the "opening" message.
8019
8020         * auth-source.el (auth-source-cache, auth-source-do-cache)
8021         (auth-source-user-or-password): Cache passwords and logins by default,
8022         allow override with `auth-source-do-cache'.
8023         (auth-source-forget-user-or-password): Allow users to remove cache
8024         entries if needed.
8025
8026 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
8027
8028         * md4.el (md4-buffer): Fix typo in docstring.
8029         (md4, md4-64): Doc fixes.
8030         (md4-pack-int32): Reflow docstring.
8031
8032 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8033
8034         * ietf-drums.el (ietf-drums-remove-comments): Localize second
8035         condition-case to only the forward-sexp call.
8036
8037 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8038
8039         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
8040         quotes contained.  Make it more robust regardless by an extra
8041         condition-case wrapper.
8042
8043 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8044
8045         * lpath.el: No need to fbind codepage-setup for Emacs 23.
8046
8047 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8048
8049         * nnml.el (nnml-request-expire-articles): Check if the function set to
8050         `nnmail-expiry-target' returns the symbol `delete'.
8051
8052         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8053
8054         * nnmail.el (nnmail-expiry-target): Fix custom type.
8055
8056 2008-10-02  Glenn Morris  <rgm@gnu.org>
8057
8058         * mm-util.el (mm-codepage-setup): Tweak codepage error.
8059         Silence compiler warning.
8060
8061 2008-10-01  Magnus Henoch  <mange@freemail.hu>
8062
8063         * tls.el (open-tls-stream): Show the actual command being
8064         executed, instead of the format string.
8065
8066 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8067
8068         * lpath.el: Fbind codepage-setup for Emacs 23.
8069
8070 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
8071
8072         * mml.el (mml-menu): Don't assume mml2015 is bound.
8073
8074 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8075
8076         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
8077         exists.
8078
8079 2008-09-27  Glenn Morris  <rgm@gnu.org>
8080
8081         * gnus-util.el (mail-header-remove-comments): Autoload it.
8082
8083 2008-09-27  Andreas Schwab  <schwab@suse.de>
8084
8085         * gnus-util.el (gnus-split-references): Strip comments.
8086         (gnus-parent-id): Likewise.
8087
8088 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
8089
8090         * message.el (message-confirm-send): Fix version.
8091
8092 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8093
8094         * message.el (message-idna-to-ascii-rhs-1): Use
8095         mail-extract-address-components rather than mail-header-parse-addresses
8096         that is an alias by default to ietf-drums-parse-addresses that does not
8097         support non-ASCII names in headers' contents.
8098
8099 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8100
8101         * message.el (message-confirm-send): Fix variable documentation to
8102         avoid the "y/n" wording.
8103
8104 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
8105
8106         * message.el (message-set-auto-save-file-name): Save to a different
8107         filename so multiple messages (especially drafts) can be recovered.
8108
8109 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
8110
8111         * message.el (message-confirm-send): Add appropriate version.
8112
8113 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8114
8115         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
8116         defvar.
8117
8118 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
8119
8120         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
8121         (mm-pkcs7-enveloped-magic): Ditto.
8122
8123 2008-09-17  Simon Josefsson  <simon@josefsson.org>
8124
8125         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
8126         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
8127
8128 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
8129
8130         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
8131         default, it's better.
8132
8133 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
8134
8135         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
8136         summary line gnus-number property and ignore them (with a warning
8137         message).
8138
8139 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8140
8141         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
8142         macro caddr in the interactive form since it won't be expanded.
8143
8144 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8145
8146         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
8147         `charset'; fix name of function called recursively.
8148         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
8149
8150 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8151
8152         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
8153         (gnus-mime-set-charset-parameters): New function.
8154         (gnus-mime-view-part-as-charset): Use it to correctly display part
8155         specifying wrong charset.
8156
8157 2008-09-08  David Engster  <dengste@eml.cc>
8158
8159         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
8160         in completing-read for back end server.
8161
8162 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
8163
8164         * message.el (message-confirm-send): New variable to confirm sending a
8165         message.
8166         (message-send): Use it.
8167
8168 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
8169
8170         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
8171
8172 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8173
8174         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
8175
8176 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
8177
8178         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
8179         prevent tracking too many groups.
8180         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
8181         Use it.
8182
8183 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
8184
8185         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
8186         moving point to the bottom of the window in order to avoid recentering.
8187
8188 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8189
8190         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
8191
8192         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
8193         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
8194         (gnus-article-beginning-of-window): Fix calculation.
8195
8196 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8197
8198         * gnus-msg.el (gnus-summary-supersede-article)
8199         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
8200         value of gnus-newsgroup-charset to decode non-MIME encoded text in
8201         message header.
8202
8203 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
8204
8205         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
8206         pending output coming after the status change.
8207
8208 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
8209
8210         * message.el:
8211         * gnus-start.el:
8212         * gnus-registry.el: Remove VMS support.
8213
8214 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8215
8216         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
8217         macro.
8218         (rfc2104-hash): Use it.
8219
8220 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
8221
8222         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
8223         (gnus-summary-sort-by-most-recent-date): New commands.
8224         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
8225         and menu entries.
8226
8227 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8228
8229         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
8230         don't redisplay article for raw contents; remove plural articles stuff.
8231
8232         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
8233         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
8234         on gnus-summary-save-article; display results properly.
8235
8236 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8237
8238         * lpath.el: No need to fbind ns-focus-frame.
8239
8240 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8241
8242         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
8243
8244 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8245
8246         * gnus-art.el (gnus-summary-save-in-pipe):
8247         Consider gnus-save-all-headers.
8248
8249 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
8250
8251         * gnus-util.el (ns-focus-frame): Remove declaration.
8252         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
8253         like x.
8254
8255 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
8256
8257         * rfc2104.el (rfc2104-zero): Delete defconst.
8258         (rfc2104-hex-alist): Likewise.
8259         (rfc2104-hex-to-int): Delete func.
8260         (rfc2104-hexstring-to-bitstring): Likewise.
8261         (rfc2104-nybbles): New defconst.
8262         (rfc2104-hash): Rewrite for speed.
8263
8264 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8265
8266         * tls.el (open-tls-stream): Make it work with the 2nd argument
8267         BUFFER that is a string but does not exist as a buffer object, as
8268         mentioned in the doc-string.
8269
8270 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8271
8272         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
8273         SXEmacs.
8274
8275 2008-07-16  Glenn Morris  <rgm@gnu.org>
8276
8277         * gnus-util.el (ns-focus-frame): Declare for compiler.
8278
8279 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8280
8281         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
8282         set as a group parameter.
8283         (gnus-summary-save-in-pipe): Work when it is called independently.
8284         (gnus-summary-pipe-to-muttprint): Don't modify
8285         gnus-summary-pipe-output-default-command.
8286
8287 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8288
8289         * message.el (message-send-mail-with-sendmail):
8290         Display the error message.
8291
8292 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8293
8294         * gnus-art.el (gnus-default-article-saver):
8295         Add gnus-summary-save-in-pipe to choices.
8296         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
8297         gnus-summary-pipe-output-default-command as the default command.
8298         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
8299         instead of gnus-last-shell-command.
8300
8301         * gnus-sum.el (gnus-summary-pipe-output-default-command):
8302         New user option.
8303         (gnus-summary-muttprint-program): Mention the value will be changed.
8304         (gnus-summary-save-article): Force showing of all headers.
8305         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
8306
8307 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
8308
8309         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
8310
8311 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
8312
8313         * nnimap.el (nnimap-id):
8314         * sieve-manage.el (sieve-manage-open): Doc fixes.
8315
8316 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
8317
8318         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
8319         if available.
8320
8321 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8322
8323         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
8324
8325         * nnkiboze.el (nnkiboze-generate-group):
8326         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
8327
8328         * nnmairix.el: Require CL.
8329
8330 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8331
8332         * dgnushack.el: Autoload get-display-table and put-display-table for
8333         XEmacs 21.5.
8334
8335         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
8336         21.4 and SXEmacs.
8337
8338 2008-06-15  David Engster  <dengste@eml.cc>
8339
8340         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
8341
8342 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
8343
8344         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
8345         New macros that expand to an `aset'/`aref' call under Emacs, and to a
8346         runtime choice under XEmacs.
8347
8348         * gnus-sum.el (gnus-summary-set-display-table):
8349         Use `gnus-put-display-table', `gnus-get-display-table',
8350         `gnus-set-display-table' for the display table, instead of `aset'.
8351
8352         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
8353         Use `gnus-put-display-table', `gnus-get-display-table',
8354         `gnus-set-display-table' for the display table.
8355
8356 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8357
8358         * nnmairix.el: Add autoloads.
8359
8360 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8361
8362         * nnmairix.el (nnmairix-delete-recreate-group)
8363         (nnmairix-update-and-clear-marks): Fix error messages.
8364
8365 2008-06-14  David Engster  <dengste@eml.cc>
8366
8367         * nnmairix.el: Upgrade to version 0.6.
8368         (nnmairix-group-toggle-propmarks-this-group)
8369         (nnmairix-group-toggle-readmarks-this-group)
8370         (nnmairix-group-delete-recreate-this-group)
8371         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
8372         (nnmairix-remove-tick-mark-original-article): New commands.
8373         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
8374         (nnmairix-propagate-marks-to-nnmairix-groups)
8375         (nnmairix-only-use-registry, nnmairix-allowfast-default)
8376         (nnmairix-marks-cache, nnmairix-version-output): New variables.
8377         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8378         functions needed for marks propagation and manipulation of read marks.
8379         (nnmairix-update-groups): New function.
8380         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8381         (nnmairix-determine-original-group-from-registry)
8382         (nnmairix-determine-original-group-from-path)
8383         (nnmairix-get-group-from-file-path, nnmairix-map-range)
8384         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8385         New helper functions.
8386         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8387         keystrokes for new commands.
8388         (nnmairix-delete-and-create-on-change): Doc string cleanup.
8389         (nnmairix-request-group): Check allow-fast group parameter.
8390         (nnmairix-request-create-group): Set allow-fast group parameter if
8391         nnmairix-allowfast-default is set.
8392         (nnmairix-close-group): Propagate marks upon closing if needed.
8393         (nnmairix-group-toggle-threads-this-group): Use new.
8394         nnmairix-group-toggle-parameter helper function.
8395         (nnmairix-search): Better check for empty search result.
8396         (nnmairix-goto-original-article): Use new helper functions for
8397         determining original article.
8398         (nnmairix-show-original-article): Make sure message-id is in brackets.
8399         (nnmairix-call-mairix-binary): Change variable name.
8400         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8401         helper function.
8402         (nnmairix-widget-toggle-activate): Fix doc string.
8403
8404 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8405
8406         * nnir.el: Require edmacro when compiling with XEmacs.
8407         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8408         available in Emacs 21.
8409
8410 2008-06-11  Glenn Morris  <rgm@gnu.org>
8411
8412         * gnus-util.el (x-focus-frame):
8413         * gnus.el (image-size):
8414         * mm-decode.el (image-size): Declare.
8415
8416         * gnus-picon.el (declare-function): Add compat definition.
8417         (image-size): Declare.
8418
8419         * gnus-group.el (tool-bar-map):
8420         * gnus-sum.el (tool-bar-map): Define for compiler.
8421
8422         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8423
8424         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8425
8426         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8427         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8428         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8429         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8430         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8431         * sieve-manage.el, spam-report.el, spam.el:
8432         Remove unnecessary eval-and-compile of autoloads.
8433
8434 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
8435
8436         * auth-source.el: Precise Tramp doc.
8437
8438 2008-06-07  Glenn Morris  <rgm@gnu.org>
8439
8440         * nnmairix.el: Remove unnecessary eval-when-compile.
8441
8442 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8443
8444         * lpath.el: Fbind propertize for XEmacs 21.4.
8445
8446 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
8447
8448         * nnir.el: Move here from ../contrib.
8449
8450 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8451
8452         * gnus-util.el (gnus-read-shell-command): New function.
8453         * mm-decode.el (mm-pipe-part):
8454         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8455
8456 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8457
8458         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8459
8460 2008-06-03  Glenn Morris  <rgm@gnu.org>
8461
8462         * pop3.el (nnheader-accept-process-output): Autoload it.
8463
8464 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8465
8466         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8467         are not 2-digit hexadecimal characters that follow `%'s.
8468
8469 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8470
8471         * message.el (message-bogus-recipient-p): Fix type in doc string.
8472         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8473         (message-bogus-addresses): Rename from message-bogus-address-regexp.
8474         Improve custom options.
8475         (message-bogus-recipient-p): Adjust accordingly.
8476
8477 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
8478
8479         * parse-time.el (parse-time-months, parse-time-weekdays): Add
8480         long-form month and day names.
8481
8482 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8483
8484         * dgnushack.el: Autoload debug, eudc-expand-inline and
8485         pgg-snarf-keys-region for XEmacs.
8486
8487         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
8488
8489         * nnmairix.el: Require edmacro when compiling with XEmacs.
8490
8491 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
8492
8493         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8494         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8495
8496 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8497
8498         * auth-source.el: Add more docs.
8499
8500         * netrc.el (netrc-machine): Always match if the port is not given.
8501
8502 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8503
8504         * nnheader.el (nnheader-read-timeout): Change the default timeout from
8505         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
8506         retrieval faster in some cases, but might make CPU usage larger.
8507         If this has any bad side effects, we might revert this change.
8508
8509         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8510         seems to make mail retrieval much, much faster.
8511         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8512         unconditionally.
8513
8514         * gnus-draft.el (gnus-group-send-queue):
8515         Bind message-send-mail-partially-limit to nil to avoid being prompted.
8516
8517 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8518
8519         * mml.el (mml-attach-buffer): Prompt for `disposition'.
8520
8521         * message.el (message-bogus-address-regexp): Fix and improve custom
8522         type.
8523         (message-setup-hook): Add message-check-recipients as custom option.
8524
8525 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
8526
8527         * message.el (message-cite-function): Remove bogus autoload which crept
8528         in during merge from v5-10.
8529
8530 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8531
8532         * nnimap.el (nnimap-open-connection): Fix login/password bug.
8533
8534         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8535
8536         * auth-source.el: Preliminary Tramp docs.
8537         (auth-sources): Change the default auth-sources to use
8538         EPA .gpg files.
8539
8540 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
8541
8542         * nntp.el: Autoload `auth-source-user-or-password'.
8543         (nntp-send-authinfo): Use it.
8544
8545         * nnimap.el: Autoload `auth-source-user-or-password'.
8546         (nnimap-open-connection): Use it.
8547
8548         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
8549         for the gnus-message function.
8550         (auth-source-user-or-password): Use it.
8551
8552 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8553
8554         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8555         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8556         (rfc2104-hash): Use it.
8557
8558 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8559
8560         * gnus-art.el (gnus-article-toggle-truncate-lines):
8561         Don't use `iff' in docstring.
8562
8563 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8564
8565         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8566
8567         * gnus-util.el (gnus-extract-address-component-name)
8568         (gnus-extract-address-component-email): Convenience functions around
8569         `gnus-extract-address-components'.
8570
8571         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8572         Use `gnus-extract-address-component-email' to fix bug of comparing full
8573         sender name to `user-mail-address'.
8574
8575 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8576
8577         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8578         catch/throw to optimize.
8579         (gnus-registry-find-keywords): Just use member to find a keyword.
8580
8581 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8582
8583         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8584         is current before calling gnus-server-prepare.
8585         (gnus-server-setup-buffer, gnus-server-update-server)
8586         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8587
8588 2008-05-04  Juri Linkov  <juri@jurta.org>
8589
8590         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8591         (mailcap-file-default-commands): Use mailcap-replace-in-string
8592         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8593         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8594
8595 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8596
8597         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8598
8599 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8600
8601         * gnus.el: Bump version to 0.11.
8602
8603 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8604
8605         * gnus.el: No Gnus v0.10 is released.
8606
8607 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8608
8609         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8610         hooks.
8611         (gnus-update-read-articles): Speed up non-marks-using users.
8612         (gnus-use-marks): Define gnus-use-marks.
8613         (gnus-propagate-marks): Rename variable to something more sensible.
8614
8615 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8616
8617         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8618         (gmm-image-load-path-for-library): Fix typos in docstrings.
8619         (gmm-message): Reflow docstring.
8620
8621 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8622
8623         * mail-source.el (mail-source-set-1, mail-source-bind):
8624         Move auth-source code out of the macro to clean it up and fix bugs.
8625
8626 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8627
8628         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8629         by sender if it's equal to user-mail-address, it's likely to be
8630         useless.
8631
8632         * mail-source.el (mail-source-bind): Don't use user or password if they
8633         are not bound.  Unintern them if they are nil.  Don't use server unless
8634         it's bound, and default it to empty string otherwise.
8635
8636 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8637
8638         * mail-source.el: Load auth-source.el.
8639         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8640         get user name or password, if auth-sources is set up.
8641
8642         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8643         strategy of splitting with parent.
8644         (gnus-registry-split-fancy-with-parent)
8645         (gnus-registry-post-process-groups): Use it and fix prior
8646         bug (returning a list as the split result).
8647
8648         * auth-source.el (auth-sources): Remove server parameter.
8649         (auth-source-pick, auth-source-user-or-password)
8650         (auth-source-user-or-password-imap)
8651         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8652         (auth-source-user-or-password-sftp)
8653         (auth-source-user-or-password-smtp): Remove server parameter.
8654
8655 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8656
8657         * smime.el (smime-sign-region, smime-encrypt-region)
8658         (smime-decrypt-region):
8659         Remove redundant calls to `generate-new-buffer-name'.
8660
8661 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8662
8663         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8664         Don't use QP for message/rfc822.
8665         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8666
8667 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8668
8669         * sieve-manage.el (sieve-string-bytes): Remove.
8670         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8671         correct byte-length only if the process's coding-system is the same as
8672         the one used internally by Emacs to represent strings.
8673
8674 2008-04-22  Juri Linkov  <juri@jurta.org>
8675
8676         * mailcap.el (mailcap-file-default-commands): New function.
8677
8678 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8679
8680         * message.el (message-signature-separator, message-cite-function):
8681         Change custom version.
8682
8683 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8684
8685         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8686         commands.
8687         (tls-checktrust): Ditto.
8688
8689 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8690
8691         * mm-decode.el (mm-display-external): Make temp file read-only.
8692
8693 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8694
8695         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8696         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8697         `C-c C-f d'.
8698
8699 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8700
8701         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8702
8703 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8704
8705         * gnus.el: Bump version to 0.9.
8706
8707 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8708
8709         * gnus.el: No Gnus v0.8 is released.
8710
8711 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8712
8713         * mail-source.el (mail-source-value):
8714         Prefer fboundp to functionp so it works with macros as well.
8715
8716 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8717
8718         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8719         Fix last change in case the element is not even a symbol.
8720
8721 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8722
8723         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8724         Prefer fboundp to functionp so it works with macros as well.
8725
8726 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8727
8728         * auth-source.el: Add docs.
8729         (auth-sources): Modify format to support server.
8730         (auth-source-pick, auth-source-user-or-password)
8731         (auth-source-user-or-password-imap)
8732         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8733         (auth-source-user-or-password-sftp)
8734         (auth-source-user-or-password-smtp): Add server parameter.
8735
8736 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8737
8738         * gnus-registry.el: Initialize the registry when gnus-registry-install
8739         is t.
8740
8741 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8742
8743         * compface.el (uncompface): Make buffer unibyte.
8744
8745 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8746
8747         * mail-source.el (mail-source-value):
8748         Prefer fboundp to functionp so it works with macros as well.
8749
8750 2008-04-05  Glenn Morris  <rgm@gnu.org>
8751
8752         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8753
8754 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8755
8756         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8757         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8758
8759         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8760         multibyteness after rather than before erasing it.
8761
8762         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8763         mm-with-multibyte.
8764         (gnus-request-article-this-buffer): Make sure the proper decoding is
8765         used if gnus-original-article-buffer happens to be unibyte.
8766
8767         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8768         default-enable-multibyte-characters.
8769
8770         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8771         default-enable-multibyte-characters.
8772
8773         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8774
8775         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8776
8777 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8778
8779         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8780         Fix last change in case the element is not even a symbol.
8781
8782 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8783
8784         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8785         (imap-message-copyuid-1): Use it.
8786         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8787         J. Williams in
8788         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8789
8790         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8791         imap-enable-exchange-bug-workaround.
8792         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8793
8794 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8795
8796         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8797         a 100 byte status-checks into a 2-3MB transfer for each group.
8798         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8799         to enable bug workaround or not.
8800         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8801
8802 2008-03-31  Glenn Morris  <rgm@gnu.org>
8803
8804         * message.el (mml2015-use): Declare for compiler.
8805         (message-info): Require mml2015 when appropriate.
8806
8807 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8808
8809         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8810         whitespace.
8811
8812 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8813
8814         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8815         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8816         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8817         (nntp-service-to-port): New function.
8818         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8819         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8820         (nntp-open-netcat-stream): New function.
8821         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8822
8823 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8824
8825         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8826
8827 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8828
8829         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8830
8831 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8832
8833         * dns.el (dns-write): Use set-buffer-multibyte.
8834
8835 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8836
8837         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8838
8839 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8840
8841         * message.el (message-signature-separator): Change default.
8842         Improve custom type.
8843         (message-cite-function): Change default to
8844         message-cite-original-without-signature.
8845
8846         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8847         toggle.
8848
8849         * message.el (message-check-news-body-syntax): Fix signature check.
8850         (message-setup-1): Mark buffer as unmodified _after_ running
8851         message-setup-hook and handling message-alternative-emails.
8852         (message-shorten-references): Be more strict when building list of
8853         valid references to comply with GNKSA.
8854
8855         * gnus-group.el (gnus-read-ephemeral-bug-group)
8856         (gnus-read-ephemeral-debian-bug-group)
8857         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8858
8859         * message.el (message-info): Don't use booleanp which isn't supported
8860         in Emacs 21 and XEmacs.
8861
8862 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8863
8864         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8865         gnus-group-gmane-group-download-format.
8866         (gnus-group-read-ephemeral-gmane-group): Rename from
8867         gnus-group-read-ephemeral-gmane-group.
8868         (gnus-read-ephemeral-gmane-group-url): Rename from
8869         gnus-group-read-ephemeral-gmane-group-url.
8870         (gnus-bug-group-download-format-alist): New variable.
8871         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8872         (gnus-read-ephemeral-emacs-bug-group): New commands.
8873
8874 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8875
8876         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8877         (gnus-visible-headers): Improve custom type.
8878
8879 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8880
8881         * mml.el (mml-menu): Add workarounds for XEmacs.
8882
8883         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8884         X-Boundary header.
8885
8886         * message.el (message-simplify-recipients): Fix previous commit.
8887
8888 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8889
8890         * mm-util.el (mm-set-buffer-multibyte): New function.
8891         * mm-decode.el (mm-copy-to-buffer): Use it.
8892
8893         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8894         Prefer fboundp to functionp so it works with macros as well.
8895
8896 2008-03-19  Glenn Morris  <rgm@gnu.org>
8897
8898         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8899         Accidentally removed in the sync process with Emacs.
8900
8901 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8902
8903         * message.el (message-alter-recipients-discard-bogus-full-name):
8904         New function.
8905         (message-alter-recipients-function): New variable.
8906         (message-get-reply-headers): Use it.
8907         (message-replace-header): New helper function.
8908         (message-recipients-without-full-name): New variable.
8909         (message-simplify-recipients): New command.
8910
8911         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8912
8913         * message.el (message-info): Handle EasyPG manual.
8914
8915         * mml.el (mml-menu): Add entry for EasyPG.
8916
8917 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8918
8919         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8920         parameter.
8921
8922         * message.el (message-disassociate-draft): Specify drafts group name
8923         fully.
8924
8925 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8926
8927         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8928         Eliminate unnecessary duplicates from the match list.
8929
8930 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8931
8932         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8933
8934         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8935
8936         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8937         args of `how-many' of which the XEmacs version doesn't take; declare
8938         Info-index-next as function.
8939
8940 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8941
8942         * gnus-score.el (gnus-score-headers): Fix handling of
8943         gnus-inhibit-slow-scoring.
8944
8945         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8946         string.
8947         (gnus-button-url-regexp): Improve handling of parenthesis.
8948         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8949         (gnus-button-handle-info-keystrokes): Handle index entries.
8950
8951 2008-03-15  Glenn Morris  <rgm@gnu.org>
8952
8953         * parse-time.el (parse-time-string): Simplify.
8954
8955 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8956
8957         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8958         Incoming* files.
8959
8960 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8961
8962         * auth-source.el (auth-sources): Rename from auth-source-choices.
8963         (auth-source-pick): Use it.
8964
8965 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8966
8967         * binhex.el (binhex-decode-region-internal):
8968         * uudecode.el (uudecode-decode-region-internal):
8969         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8970         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8971         setting default-enable-multibyte-characters.
8972
8973 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8974
8975         * auth-source.el (auth-source-protocols)
8976         (auth-source-protocols-customize, auth-source-choices): Add and
8977         modified variable customizations and defaults.
8978         (auth-source-pick, auth-source-user-or-password)
8979         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8980         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8981         (auth-source-user-or-password-sftp)
8982         (auth-source-user-or-password-smtp): Use new variables and provide an
8983         interface to netrc.el.
8984
8985 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8986
8987         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8988         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8989         Make sure the nntp port to specify is a string.
8990
8991 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8992
8993         * nntp.el: Use with-current-buffer.
8994         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8995         dubious mm-with-unibyte-current-buffer.
8996         (nntp-with-open-group-function): New function extracted from
8997         nntp-with-open-group macro.
8998         (nntp-with-open-group): Use the function, so it's easier to debug.
8999         Add indentation and debugging info.
9000         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
9001         Recommend the use of the netcat alternatives.
9002
9003         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
9004         Avoid mm-string-as-multibyte as well.
9005
9006         * nnweb.el (nnweb-insert-html):
9007         Remove use of nnheader-string-as-multibyte.
9008
9009         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
9010         (nnheader-string-as-multibyte): Remove.
9011
9012         * mm-view.el: Use inhibit-read-only.
9013         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
9014         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
9015         or unibyte-string.
9016
9017         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
9018         (mm-uu-yenc-extract): Use with-current-buffer.
9019
9020         * gnus-soup.el (gnus-soup-send-packet): Don't use
9021         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
9022
9023         * nnmh.el: Use with-current-buffer.
9024         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
9025         mm-string-as-multibyte on the output of mm-encode-coding-string.
9026
9027         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9028         (nnimap-request-move-article): Use with-current-buffer.
9029
9030         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
9031         inserting the handle-buffer's text, so the implicit multibyte->unibyte
9032         conversion uses string-make-unibyte rather than string-as-unibyte.
9033
9034         * gnus-msg.el: Use with-current-buffer.
9035
9036         * message.el (message-ignored-resent-headers): Add "Delivered-To".
9037
9038 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
9039
9040         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
9041         string for caching if it is 'PIN.
9042
9043 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9044
9045         * lpath.el: Consider the case without Emacs/W3.
9046
9047 2008-03-08  Glenn Morris  <rgm@gnu.org>
9048
9049         * time-date.el (date-to-time, time-subtract, time-add)
9050         (safe-date-to-time): Doc fixes.
9051
9052 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9053
9054         * mail-source.el (mail-source-delete-old-incoming-confirm):
9055         Change default to nil.
9056         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
9057
9058 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9059
9060         * lpath.el: Rearrange.
9061
9062         * gnus-art.el (gnus-narrow-to-page): Position point properly.
9063         (gnus-article-goto-prev-page): Work for articles having ^L's.
9064
9065         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
9066
9067         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
9068
9069 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
9070
9071         * gnus-bookmark.el: Adjust for renames in bookmark.el.
9072         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
9073         (gnus-bookmark-jump): Adjust some variable names.
9074
9075 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
9076
9077         * auth-source.el: New package.
9078         (auth-source-choices): Add customization entry point variable.
9079
9080         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
9081         bug.
9082
9083 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
9084
9085         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
9086         (gnus-registry-initialize, gnus-registry-install-p): Use it.
9087         (gnus-registry-install-shortcuts): Rename from
9088         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
9089         the `gnus-registry-mark-map' keymap dynamically from
9090         `gnus-registry-marks'.  The generated functions update the summary line
9091         when a registry mark is added or deleted, and will call
9092         `gnus-registry-install-p' (see the comments in the code).
9093         (gnus-registry-user-format-function-M): Use concat intelligently.
9094
9095         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
9096         the registry mark functions.
9097
9098 2008-03-05  Glenn Morris  <rgm@gnu.org>
9099
9100         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
9101         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
9102         gnus-art.
9103         (top-level): No need to load own source when compiling.
9104
9105 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9106
9107         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
9108         Suggested by <chris.anderton@zetnet.co.uk>.
9109
9110 2008-03-04  Glenn Morris  <rgm@gnu.org>
9111
9112         * gnus-sum.el (top-level): No need to require gnus when compiling,
9113         since unconditionally required near start of file.
9114         (gnus-summary-display-while-building): Move definition before use.
9115
9116 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9117
9118         * gnus-registry.el (gnus-registry-user-format-function-M):
9119         Add formatting function.
9120
9121 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
9122
9123         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
9124         with plists.
9125         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
9126         Use new format.
9127
9128 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9129
9130         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
9131         `where-is-internal' that returns a range of key sequences.
9132
9133 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9134
9135         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
9136
9137         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
9138         (gnus-summary-jump-to-group): Consider windows on other displayed
9139         frames as well.  Similar changes might be needed elsewhere, but that's
9140         the one I've bumped into during my use.
9141
9142         * nndoc.el (nndoc-oe-dbx-type-p):
9143         * gnus-msg.el (gnus-debug):
9144         * gnus-group.el (gnus-update-group-mark-positions):
9145         Use mm-string-to-multibyte.
9146
9147 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9148
9149         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
9150         doesn't handle NotDashEscaped.
9151
9152         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
9153         (mml-dnd-attach-options): Fix typo in custom choice.
9154
9155         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
9156         Change nndoc-article-type to mbox.
9157         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
9158
9159         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
9160         to nil, instead of html2text.
9161
9162         * imap.el (imap-debug): Add `imap-ping-server'.
9163
9164         * gnus-bookmark.el: Add FIXMEs.
9165
9166         * message.el (message-form-letter-separator)
9167         (message-send-form-letter-delay): New variables.
9168         (message-send-form-letter): Use them.  New command to send form
9169         letters.  Requested by Uwe Siart.
9170         (message-send-mail-function): Doc fix.  Add "Other" custom option.
9171
9172 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9173
9174         * Update copyright years.
9175
9176 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9177
9178         Sync from EMACS_22_BASE.
9179
9180         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
9181
9182 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
9183
9184         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
9185         empty author.
9186
9187 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
9188
9189         * gnus-registry.el (gnus-registry-marks): Add variable for
9190         customization of marks and their appearance.
9191         (gnus-registry-read-mark): Use it.
9192         (gnus-registry-do-marks): Add utility function to loop through
9193         `gnus-registry-marks'.
9194         (gnus-registry-install-shortcuts-and-menus): Add function to install
9195         shortcuts and menus.
9196         (gnus-registry-initialize): Use it.
9197         (gnus-registry-default-mark): Clarify documentation.
9198
9199 2008-02-29  Glenn Morris  <rgm@gnu.org>
9200
9201         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
9202         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
9203         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
9204         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
9205         Change defcustom :version from 23.0 to 23.1.
9206
9207 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
9208
9209         * gnus-registry.el (gnus-registry-follow-group-p)
9210         (gnus-registry-post-process-groups): Add functions to aid registry
9211         splitting and improve logging.  Clarify behavior in function
9212         documentation.
9213         (gnus-registry-split-fancy-with-parent): Use them.
9214
9215 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9216
9217         * gnus-art.el: Use with-current-buffer.
9218
9219 2008-02-27  David Engster  <dengste@eml.cc>
9220
9221         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
9222         Express real group name in the response.
9223
9224 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9225
9226         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
9227         (nnmairix-last-server, nnmairix-current-server): Defvar them.
9228         (nnmairix-goto-original-article): Defvar gnus-registry-install and
9229         autoload gnus-registry-fetch-group when compiling.
9230         (nnmairix-request-group-with-article-number-correction):
9231         Remove unreferenced argument passed to nnmairix-call-backend.
9232
9233 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9234
9235         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
9236         (mm-uu-extract): Improve face for low color ttys.
9237         Reported by Sascha Wilde.
9238
9239 2008-02-27  Glenn Morris  <rgm@gnu.org>
9240
9241         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
9242         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
9243         variables to defconsts.  Convert comments to doc-strings.
9244         (nnmairix-last-server, nnmairix-current-server): Convert from free
9245         variables to defvars.  Convert comments to doc-strings.
9246         (gnus-registry-fetch-group): Autoload.
9247         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
9248         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
9249         (nnmairix-widget-build-editable-fields): Use car cddr rather than
9250         caddr.
9251         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
9252         nnmairix-request-group-with-article-number-correction call.
9253         (nnmairix-fast, nnmairix-group): New, less general names, for free
9254         variables passed from nnmairix-request-group to
9255         nnmairix-request-group-with-article-number-correction.  Declare.
9256         (nnmairix-request-group-with-article-number-correction):
9257         Use nnmairix-fast, nnmairix-group rather than fast, group.
9258
9259 2008-02-26  David Engster  <dengste@eml.cc>
9260
9261         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
9262         version 0.5.
9263
9264 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
9265
9266         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
9267         instead of making an extra function call.  Don't add the current group
9268         to articles only when they have the group.  Use
9269         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
9270         Reported by David <de_bb@arcor.de>.
9271
9272 2008-02-24  Miles Bader  <miles@gnu.org>
9273
9274         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
9275         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
9276         (mm-find-mime-charset-region):
9277         * mm-bodies.el (mm-encode-body):
9278         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
9279
9280 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9281
9282         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
9283         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
9284
9285 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
9286
9287         * mail-source.el (mail-source-delete-incoming): Change default.
9288         Supplement doc string.
9289
9290         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
9291
9292 2008-02-14  Glenn Morris  <rgm@gnu.org>
9293
9294         * time-date.el (format-seconds): New function.
9295
9296 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9297
9298         * nnmail.el (nnmail-message-id-cache-file): Derive from
9299         `gnus-home-directory'.
9300
9301 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
9302
9303         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
9304         Document negative prefix.
9305
9306         * gnus-group.el (gnus-group-read-group): Document negative prefix.
9307
9308 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9309
9310         * message.el (message-unsent-separator): Add the Exim bounce
9311         separator.
9312
9313 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
9314
9315         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
9316         list.
9317         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
9318         recipient/signer list.
9319
9320 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9321
9322         * Makefile.in (datarootdir): Define.
9323         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
9324         name that might contain whitespace.
9325
9326 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9327
9328         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
9329         fbound (Emacs 23 unicode), signal an error.
9330
9331 2008-02-08  Glenn Morris  <rgm@gnu.org>
9332
9333         * gnus-art.el (pgg-display-output-buffer): Declare as function.
9334
9335 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
9336
9337         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
9338         ports to the calls to `netrc-machine-user-or-password' in addition to
9339         "imap" and "imaps".
9340
9341 2008-02-01  Zhang Wei  <id.brep@gmail.com>
9342
9343         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
9344
9345         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
9346
9347 2008-02-01  Kenichi Handa  <handa@m17n.org>
9348
9349         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
9350         rfc2104-hexstring-to-bitstring and changed to return a byte list.
9351         (rfc2104-hash): Convert the result of concat to unibyte string.
9352
9353 2008-02-01  Dave Love  <fx@gnu.org>
9354
9355         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
9356         coding-system-for-read.
9357         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
9358
9359 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9360
9361         * gnus.el (gnus-group-startup-message): Add `find-image' call before
9362         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
9363         <hanche@math.ntnu.no>.
9364
9365 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9366
9367         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
9368
9369         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
9370
9371 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
9372
9373         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
9374         * message.el (message-beginning-of-line): Use featurep instead of bound
9375         tests in order to resolve conditionals at compile time.
9376
9377 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
9378
9379         * mail-source.el (mail-sources): Add `group' choice.
9380
9381         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
9382         parameter `in-group' to control into which group the articles go.
9383         Add treatment of `group' mail-source.
9384
9385 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9386
9387         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
9388
9389         * mm-decode.el (mm-dissect-buffer): Decode description.
9390
9391         * mml.el (mml-to-mime): Encode message header first.
9392
9393 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9394
9395         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
9396         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
9397
9398         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
9399         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
9400
9401 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
9402
9403         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
9404
9405 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9406
9407         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
9408         prefix keys.
9409         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
9410         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
9411         gnus-xmas.el.
9412
9413         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
9414         (gnus-xmas-article-describe-bindings): New function.
9415         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
9416         gnus-xmas-article-describe-bindings.
9417
9418         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
9419
9420 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9421
9422         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
9423         Add new variables for article mark management.
9424         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
9425         list of extra data entries which, when present, will indicate that the
9426         article ID should not be trimmed from the registry.
9427         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
9428         functions.
9429         (gnus-registry-read-mark): New function to read a mark name from the
9430         user.
9431         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9432         (gnus-registry-set-article-mark-internal): New functions to add and
9433         remove marks.
9434         (gnus-registry-get-article-marks): New function to show the marks for
9435         an article, or retrieve them for further use.
9436
9437 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9438
9439         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9440         keys when no argument is given.
9441
9442 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9443
9444         * imap.el (imap-ping-server): New variable.
9445         (imap-opened): On add extra ping if imap-ping-server is non-nil.
9446         (imap-ping-server): Minor doc string fixes.
9447
9448 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9449
9450         * imap.el (imap-ping-server): New function.
9451         (imap-opened): Call imap-ping-server.
9452
9453 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9454
9455         * gnus-sum.el (gnus-article-sort-by-random)
9456         (gnus-thread-sort-by-random): Fix doc strings.
9457         Reported by jidanni@jidanni.org.
9458
9459 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9460
9461         * gnus-art.el (gnus-article-describe-bindings): New function.
9462         (gnus-article-read-summary-keys): Use it.
9463         (gnus-article-mode-map): Bind `C-h b' to it.
9464
9465 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9466
9467         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9468         XEmacs.
9469         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9470         Protect against non-character events.
9471
9472         * lpath.el: Fbind map-keymap for Emacs 21.
9473
9474 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
9475
9476         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9477         New command.
9478         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9479         instead of END.  Change name of the temp file.
9480         (gnus-group-gmane-group-download-format): Add doc string.  Make it
9481         customizable.
9482
9483 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9484
9485         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9486         bind `S W' to gnus-article-wide-reply-with-original; set default
9487         binding to gnus-article-read-summary-send-keys.
9488         (gnus-article-read-summary-keys): Fix the order of keys; display
9489         continuation keys correctly in the echo area; describe bindings
9490         correctly when keys end with `C-h'.
9491         (gnus-article-read-summary-send-keys): New function.
9492         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9493         Work for gnus-article-read-summary-send-keys; display continuation keys
9494         correctly in the echo area.
9495         (gnus-article-reply-with-original): Ignore prefix argument.
9496         (gnus-article-wide-reply-with-original): New function.
9497
9498         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
9499         Emacs 21.
9500
9501 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9502
9503         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9504         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9505
9506 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9507
9508         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9509         (gnus-group-read-ephemeral-gmane-group): New command.
9510
9511 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9512
9513         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9514
9515 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9516
9517         * message.el (message-send-mail-function): Increase custom version.
9518
9519         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9520         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
9521
9522 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9523
9524         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
9525         for the cases where imap-authenticate is called with a nil buffer
9526         parameter.
9527
9528 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9529
9530         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9531         html parts correctly; support forwarded messages.
9532         (gnus-article-browse-html-article): Remove work buffers.
9533
9534         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9535         compiling.
9536         (netrc-bound-and-true-p): New macro.
9537         (netrc-parse): Use it instead of bound-and-true-p that is not available
9538         in XEmacs 21.4.
9539
9540 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9541
9542         * gnus-registry.el (gnus-registry-mark-article)
9543         (gnus-registry-article-marks): Add functionality to mark articles
9544         through the Gnus registry.
9545
9546         * encrypt.el: Clarify documentation for the new pgg method.
9547         (encrypt-file-alist): Add PGG option.
9548         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
9549         functionality.  Abstract password key and messaging to external
9550         functions.
9551         (encrypt-password-key, encrypt-get-passphrase-if-needed)
9552         (encrypt-message-method-and-cipher): Add new convenience external
9553         functions.
9554         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
9555         (encrypt-pgg-process-buffer): Add PGG functionality glue.
9556
9557         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9558         (netrc-parse): Use encrypt-file-alist to determine if
9559         encrypt-find-model or encrypt-insert-file-contents should be used.
9560
9561         * encrypt.el: Clarify documentation.  Load password-cache or
9562         password, whichever one is found first, instead of autoloading.
9563
9564 2007-12-19  Glenn Morris  <rgm@gnu.org>
9565
9566         * mml.el (message-options-set, message-narrow-to-head)
9567         (message-in-body-p, message-mail-p, message-encode-message-body):
9568         Autoload.
9569         (message-remove-header, message-narrow-to-headers-or-head)
9570         (message-subscribed-p, message-make-mail-followup-to)
9571         (message-position-on-field, message-news-p)
9572         (message-options-set-recipient, message-generate-headers)
9573         (message-sort-headers): Declare as functions.
9574
9575 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9576
9577         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9578         convention in doc string.
9579
9580 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9581
9582         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9583         title to html parts.
9584         (gnus-article-browse-html-article): Pass message header to it.
9585
9586         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9587
9588 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9589
9590         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9591         or password compatible with XEmacs.
9592
9593 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9594
9595         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9596         format document.
9597         (gnus-mime-delete-part): Don't write description line if empty.
9598         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9599
9600 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
9601
9602         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9603         (gnus-summary-mark-read-and-unread-as-read)
9604         (gnus-summary-mark-current-read-and-unread-as-read)
9605         (gnus-summary-mark-unread-as-ticked): Doc fix.
9606         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9607
9608 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9609
9610         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9611         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9612
9613 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9614
9615         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9616         yes-or-no-p.
9617
9618 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9619
9620         * mm-decode.el (mm-add-meta-html-tag): New function.
9621         (mm-save-part-to-file, mm-pipe-part): Use it.
9622
9623         * gnus-art.el (gnus-article-browse-delete-temp-files):
9624         Use gnus-y-or-n-p instead of y-or-n-p.
9625         (gnus-article-browse-html-parts): Work with message/external-body; use
9626         mm-add-meta-html-tag.
9627
9628 2007-12-11  Glenn Morris  <rgm@gnu.org>
9629
9630         * gnus-cache.el: Require gnus-sum not just when compiling.
9631
9632         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9633
9634         * gnus-int.el (gnus-server-opened, gnus-status-message):
9635         Move definitions before use.
9636
9637         * mm-decode.el: Require gnus-util.
9638         (mm-remove-part): Only call delete-annotation on XEmacs.
9639
9640         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9641
9642         * nnmail.el: Require gnus-int.
9643
9644         * spam.el: Move `require's before `eval-when-compile's.
9645
9646         * gnus-ems.el (gnus-alive-p):
9647         * gnus-fun.el (message-goto-eoh):
9648         * gnus-util.el (gnus-group-name-decode):
9649         * mail-source.el (gnus-compress-sequence):
9650         * message.el (Info-goto-node, format-spec):
9651         * mm-bodies.el (message-options-get):
9652         * mm-decode.el (mm-view-pkcs7):
9653         * mm-util.el (gmm-write-region):
9654         * mml-smime.el (mml-compute-boundary)
9655         (gnus-completing-read-with-default):
9656         * mml.el (widget-button-press, gnus-make-hashtable):
9657         * mml1991.el (mm-decode-content-transfer-encoding)
9658         (mm-encode-content-transfer-encoding)
9659         (message-options-get, message-options-set):
9660         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9661         * nnfolder.el (gnus-request-group):
9662         * nnheader.el (ietf-drums-unfold-fws):
9663         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9664         * smime.el (gnus-run-mode-hooks):
9665         * spam-stat.el (gnus-message): Autoload.
9666
9667         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9668         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9669         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9670         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9671         Add declare-function compatibility definition.
9672
9673         * gnus-cache.el (nnvirtual-find-group-art):
9674         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9675         (gnus-add-image, gnus-add-wash-type):
9676         * gnus-group.el (nnkiboze-score-file):
9677         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9678         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9679         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9680         (message-tokenize-header, gnus-get-buffer-create)
9681         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9682         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9683         * gnus.el (gnus-group-decoded-name):
9684         * mail-source.el (imap-capability):
9685         * mm-bodies.el (message-options-set):
9686         * mm-decode.el (gnus-configure-windows):
9687         * mm-extern.el (message-goto-body):
9688         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9689         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9690         (epg-sub-key-validity, message-options-set):
9691         * mml.el (widget-event-point, gnus-configure-windows):
9692         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9693         * mml2015.el (epg-check-configuration, epg-configuration)
9694         (message-options-set):
9695         * nndb.el (nndb-request-article):
9696         * nnfolder.el (gnus-request-create-group):
9697         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9698         * nnmaildir.el (gnus-group-mark-article-read):
9699         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9700         * rfc1843.el (message-fetch-field):
9701         * spam.el (gnus-extract-address-components):
9702         Declare as functions.
9703
9704 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9705
9706         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9707
9708         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9709
9710         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9711         bind show-trailing-whitespace for XEmacs.
9712
9713 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9714
9715         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9716         new no-op macro for backward compatibility.
9717
9718         * imap.el (imap-string-to-integer): New function.
9719
9720 2007-12-09  Glenn Morris  <rgm@gnu.org>
9721
9722         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9723
9724         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9725         * message.el, mm-view.el, sieve-manage.el, smime.el:
9726         Add declare-function compatibility definition.
9727
9728         * gnus-art.el (w3-region, w3m-region, Info-menu):
9729         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9730         * gnus-sum.el (gnus-get-predicate):
9731         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9732         * message.el (mail-abbrev-in-expansion-header-p):
9733         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9734         (w3m-detect-meta-charset, w3m-region):
9735         * sieve-manage.el (password-read, password-cache-add)
9736         (password-cache-remove):
9737         * smime.el (password-read-and-add): Declare as functions.
9738
9739 2007-12-08  David Kastrup  <dak@gnu.org>
9740
9741         * gnus-sum.el (gnus-summary-simplify-subject-query):
9742         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9743         `message'.
9744
9745 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9746
9747         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9748         it to bind idna-program, installation-directory, defined-colors, and
9749         face-attribute for XEmacs of the version that compiles defcustom forms.
9750
9751 2007-12-07  Glenn Morris  <rgm@gnu.org>
9752
9753         * gnus-art.el (article-make-date-line): Revert previous change.
9754
9755 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9756
9757         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9758
9759 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9760
9761         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9762         Call gnus-add-to-range ranges only once with a prepared article-list.
9763
9764 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9765
9766         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9767         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9768         group names with backslashes.
9769         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9770
9771 2007-12-06  Deepak Goel  <deego3@gmail.com>
9772
9773         * gnus-art.el (article-make-date-line):
9774         * gnus-start.el (gnus-load):
9775         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9776
9777 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9778
9779         * gnus-art.el (gnus-use-idna)
9780         * gnus-start.el (gnus-site-init-file)
9781         * message.el (message-use-idna)
9782         * mm-uu.el (mm-uu-hide-markers)
9783         * smiley.el (smiley-style): Revert changes that suppress warnings.
9784
9785 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9786
9787         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9788         specify charset to html source.
9789         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9790
9791 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9792
9793         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9794         idna-program in order to suppress byte compile warning issued by XEmacs
9795         that came to byte compile the default value section of defcustom forms
9796         recently.
9797
9798         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9799         value of installation-directory.
9800
9801         * message.el (message-use-idna): Don't directly refer to the value of
9802         idna-program.
9803
9804         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9805
9806         * smiley.el (smiley-style): Don't directly call face-attribute.
9807
9808 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9809
9810         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9811
9812         * gnus-dired.el: Reduce Gnus dependencies.
9813         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9814         Don't require.  Use autoloads instead.
9815         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9816         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9817         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9818         (gnus-dired-mode): Adjust doc string.
9819         (gnus-dired-mail-mode): New variable.
9820         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9821         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9822         (gnus-dired-mail-buffers): New function.  Return mail or message
9823         composition buffers.
9824         (gnus-dired-attach): Use it.
9825         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9826         NO-DECODE.
9827         (gnus-dired-print): Use `gnus-print-buffer' depending on
9828         `gnus-dired-mail-mode'.
9829
9830 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9831
9832         * rfc2047.el (rfc2047-encoded-word-regexp)
9833         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9834         explaining what regexp patterns are for.
9835
9836 2007-12-04  Glenn Morris  <rgm@gnu.org>
9837
9838         * password.el: Move to password-cache.el.
9839
9840         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9841         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9842         * mml-smime.el (password-read, password-cache-add)
9843         (password-cache-remove):
9844         No need to autoload, since mml-sec requires password.
9845
9846         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9847         * message.el (gnus-extract-address-components):
9848         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9849
9850         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9851         password.
9852
9853 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9854
9855         * mailcap.el: Reduce dependencies.
9856         (mail-header-parse-content-type): Autoload.
9857         (mailcap-delete-duplicates): New alias.
9858         (mailcap-mime-info): Add optional argument NO-DECODE.
9859         (mailcap-mime-types): Use mailcap-delete-duplicates.
9860
9861         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9862
9863 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9864
9865         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9866         (imap-parse-status): Upcase status-att for servers that sends them
9867         lower-case (e.g., MS Exchange 2007).
9868
9869 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9870
9871         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9872         function.
9873
9874         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9875         (gnus-uu-yenc-article): New function.
9876
9877         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9878
9879         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9880
9881 2007-12-02  Glenn Morris  <rgm@gnu.org>
9882
9883         * binhex.el (binhex): New custom group.
9884         (binhex-decoder-program, binhex-decoder-switches)
9885         (binhex-use-external): Move to the binhex custom group.
9886
9887         * uudecode.el (uudecode): New custom group.
9888         (uudecode-decoder-program, uudecode-decoder-switches)
9889         (uudecode-use-external): Move to the uudecode custom group.
9890
9891         * netrc.el (top-level): Don't load `encrypt' features.
9892         (netrc-parse): Don't use encrypt.
9893         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9894
9895         * encrypt.el: Remove file.
9896
9897 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9898
9899         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9900         matches on patches.
9901
9902         * gnus-art.el (gnus-article-browse-html-article):
9903         Mention `mm-text-html-renderer' in the doc string.
9904
9905         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9906         string.  Add comments.
9907
9908         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9909         if rhs is ASCII.
9910
9911 2007-12-01  Glenn Morris  <rgm@gnu.org>
9912
9913         * mail-source.el (top-level): Require format-spec before
9914         eval-when-compile.
9915
9916 2007-11-30  Glenn Morris  <rgm@gnu.org>
9917
9918         * encrypt.el: Require password, rather than autoloading password-read.
9919
9920 2007-11-29  Glenn Morris  <rgm@gnu.org>
9921
9922         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9923         (sasl-make-client, sasl-next-step, sasl-step-data)
9924         (sasl-step-set-data): Declare as functions.
9925
9926 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9927
9928         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9929
9930 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9931
9932         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9933         certs should be verified and what is to be done in the event of a
9934         verification failure.
9935
9936         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9937         caller can indicate whether the cache should be disregarded for this
9938         call.  This way the result of the call is reproducible at all times and
9939         can be considered a canonical server name for the supplied method.
9940         (gnus-agent-method-p): Canonicalize server names by pushing their
9941         method through `gnus-method-to-server' using the no-cache argument.
9942
9943         * gnus-srvr.el (gnus-server-insert-server-line):
9944         Call `gnus-method-to-server' with `no-cache' argument.
9945
9946         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9947         gnus-agent-possibly-synchronize-flags as this should be called when the
9948         server is actually being opened.
9949         (gnus-agent-possibly-synchronize-flags)
9950         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9951         flags file of an agentized server to the latter function.
9952
9953         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9954         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9955         after a connection has been established successfully.
9956
9957 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9958
9959         * gnus-art.el (article-display-face): Force to display face if called
9960         interactively; check if gnus-article-x-face-too-ugly matches author.
9961         (article-display-x-face): Display face even if From header is missing
9962         as article-display-face does.
9963
9964 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9965
9966         * hashcash.el (message-narrow-to-headers-or-head)
9967         (message-fetch-field, message-goto-eoh)
9968         (message-narrow-to-headers): Declare as functions.
9969
9970 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9971
9972         * mail-source.el (mail-sources): Default to fetch from file for
9973         compatibility with default of nnmail-spool-file.
9974
9975 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9976
9977         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9978         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9979         to look for encoded word that should be encoded again.
9980         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9981         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9982         encoding pattern.
9983         (rfc2047-decode-region): Switch strict regexp and loose one according
9984         to rfc2047-allow-irregular-q-encoded-words.
9985
9986 2007-11-25  Romain Francoise  <romain@orebokech.com>
9987
9988         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9989
9990 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9991
9992         * tls.el (tls-program): Provide more custom choices from
9993         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9994         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9995
9996 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9997
9998         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9999         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
10000
10001         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
10002         `nnmail-spool-file'.
10003
10004         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
10005         `nnmail-spool-file'.
10006
10007         * gnus-move.el (gnus-change-server): Ditto.
10008
10009         * gnus-kill.el (gnus-batch-score): Ditto.
10010
10011         * gnus-cache.el (gnus-jog-cache): Ditto.
10012
10013         * gnus-msg.el (gnus-summary-reply):
10014         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
10015
10016 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10017
10018         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
10019         version.  Minor improvement to doc strings.
10020         (tls-program): Add comment.
10021
10022 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
10023
10024         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
10025         (tls-checktrust): New variable.  Check if GNU TLS complained about a
10026         mismatch between the hostname provided in the certificate and the name
10027         of the host connnecting to.
10028         (open-tls-stream): Use them.  Check certificates against trusted root
10029         certificates.
10030
10031 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10032
10033         * gnus-cache.el (gnus-cache-generate-nov-databases):
10034         Use nnml-generate-nov-databases-directory instead of
10035         nnml-generate-nov-databases-1.
10036
10037 2007-11-24  Glenn Morris  <rgm@gnu.org>
10038
10039         * message.el (message-tool-bar-retro): Update for rename
10040         mail_send.xpm->mail-send.xpm.
10041
10042 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
10043
10044         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
10045         `smime-ldap-search' for Emacs 22 and up.
10046
10047 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10048
10049         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
10050
10051         * message.el (message-send-mail-function): Fix error convention.
10052         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
10053         (message-widen-reply, message-send-mail, message-talkative-question)
10054         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
10055         (message-clone-locals, message-send-news): Use with-current-buffer.
10056         (message-insert-or-toggle-importance): Remove unused var `valid'.
10057         (message-make-references): Remove unused var `new-references'.
10058         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
10059
10060 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
10061
10062         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
10063         (spam-split-symbolic-return-positive): Reflow docstring.
10064         (spam-backends, spam-summary-exit-behavior)
10065         (spam-mark-ham-unread-before-move-from-spam-group)
10066         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
10067         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10068         (spam-clear-cache, spam-backend-check, spam-install-backend)
10069         (spam-install-statistical-backend, spam-list-of-processors)
10070         (spam-group-processor-p, spam-split, spam-bogofilter-score)
10071         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
10072         (spam-check-crm114, spam-initialize, spam-unload-hook):
10073         Fix typos in docstrings.
10074
10075 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10076
10077         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
10078         been checked if they have never been read and those group levels are
10079         higher than the one that a user specified.
10080
10081 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10082
10083         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
10084         foreign groups unless a group level is specified by a user.
10085         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
10086
10087 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
10088
10089         * message.el (message-send-mail-function): Require sendmail.
10090
10091 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
10092
10093         * message.el (message-send-mail-function): Check for smtpmail too.
10094
10095         * utf7.el (utf7-encode, utf7-decode): Use coding system
10096         `utf-7'/`utf-7-imap' from utf-7.el' if available.
10097
10098         * message.el (message-send-mail-function): New function.
10099         (message-send-mail-function): Set default using
10100         message-send-mail-function.  Adjust doc string.
10101         (message-send-mail-with-mailclient): New function.
10102
10103 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
10104
10105         * smime.el (from):
10106         * rfc2047.el (message-posting-charset):
10107         * qp.el (mm-use-ultra-safe-encoding):
10108         * pop3.el (parse-time-months):
10109         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
10110         * nnml.el (files):
10111         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
10112         (jka-compr-compression-info-list, ange-ftp-path-format)
10113         (efs-path-regexp):
10114         * nndiary.el (files):
10115         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
10116         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
10117         (epg-digest-algorithm-alist, inhibit-redisplay)
10118         (password-cache-expiry):
10119         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
10120         (pgg-output-buffer, password-cache-expiry):
10121         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
10122         (efs-path-regexp):
10123         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
10124         (inhibit-redisplay):
10125         * mm-uu.el (file-name, start-point, end-point, entry)
10126         (gnus-newsgroup-name, gnus-newsgroup-charset):
10127         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
10128         (latin-unity-ucs-list):
10129         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
10130         (mm-uu-binhex-decode-function):
10131         * message.el (gnus-message-group-art, gnus-list-identifiers)
10132         (rmail-enable-mime-composing, gnus-local-organization)
10133         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
10134         (gnus-read-active-file, facemenu-add-face-function)
10135         (facemenu-remove-face-function, gnus-article-decoded-p)
10136         (tool-bar-mode):
10137         * mail-source.el (display-time-mail-function):
10138         * gnus-util.el (nnmail-pathname-coding-system)
10139         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
10140         (gnus-original-article-buffer, gnus-user-agent)
10141         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
10142         (xemacs-codename, sxemacs-codename, emacs-program-version):
10143         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
10144         * gnus-start.el (gnus-agent-covered-methods)
10145         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
10146         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
10147         (gnus-newsgroup-headers, gnus-group-list-mode)
10148         (gnus-group-mark-positions, gnus-newsgroup-data)
10149         (gnus-newsgroup-unreads, nnoo-state-alist)
10150         (gnus-current-select-method, mail-sources)
10151         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
10152         (nnmail-spool-file, gnus-cache-active-hashtb):
10153         * gnus-mh.el (mh-lib-progs):
10154         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
10155         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
10156         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
10157         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
10158         (gnus-group-buffer):
10159         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
10160         (font-lock-set-defaults):
10161         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
10162         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
10163         (gnus-summary-post-menu, total-parts, type, condition, length):
10164         * gnus-agent.el (gnus-agent-read-agentview):
10165         * flow-fill.el (show-trailing-whitespace):
10166         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
10167         eval-and-compile wrappers for byte compiler pacifiers.
10168
10169         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
10170         (mm-display-inline-fontify): Check for featurep 'xemacs not
10171         extent-list.
10172
10173         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
10174         itimer-list.
10175         (mm-create-image-xemacs): Only do something for XEmacs.
10176         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
10177
10178         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
10179
10180         * gnus-registry.el (gnus-adaptive-word-syntax-table):
10181         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
10182
10183 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
10184
10185         * nnimap.el (nnimap-split-download-body):
10186         * gnus-demon.el (gnus-demon):
10187         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
10188
10189 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10190
10191         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
10192         New macros.
10193         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
10194         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
10195         copy data from unibyte buffer to multibyte current buffer.
10196         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
10197         to copy data from unibyte current buffer to multibyte buffer.
10198         (nntp-make-process-buffer): Make process buffer unibyte.
10199
10200         * pop3.el (pop3-open-server): Fix typo in Lisp code.
10201
10202 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
10203
10204         * pop3.el (pop3-open-server): Accept and process data more robustly at
10205         connexion start to avoid spurious "POP SSL connexion failed" errors.
10206
10207 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10208
10209         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
10210         read group names.
10211
10212 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
10213
10214         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
10215
10216 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10217
10218         * nnmail.el (nnmail-parse-active): Make group names unibyte.
10219         (nnmail-save-active): Use a unibyte buffer when saving active file,
10220         which may contain non-ASCII group names.
10221
10222         * nnml.el (nnml-request-group): Decode group names in messages.
10223
10224 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
10225
10226         * message.el (message-citation-line-function)
10227         (message-insert-formatted-citation-line): Fix spelling of
10228         `message-insert-formated-citation-line'.
10229
10230 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
10231
10232         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
10233
10234 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10235
10236         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
10237         nnmail-pathname-coding-system.
10238
10239         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
10240         that a user enters; decode group names in messages.
10241
10242         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
10243
10244 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10245
10246         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
10247
10248         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
10249
10250         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
10251         risky local variable.
10252
10253         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
10254
10255 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
10256
10257         * encrypt.el: Improve documentation to fix function name typo.
10258         Reported by Daiki Ueno <ueno@unixuser.org>.
10259
10260 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10261
10262         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
10263         even if the point is not in the last page of an article.
10264         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
10265         back to the previous page.
10266
10267 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
10268
10269         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
10270
10271 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10272
10273         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
10274
10275 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10276
10277         * message.el (message-check-news-body-syntax):
10278         Avoid mm-string-as-multibyte.
10279         (message-hide-headers): Don't assume (point-min)==1.
10280
10281 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10282
10283         * message.el (message-remove-blank-cited-lines): Fix if remove is
10284         given.
10285         (message-bogus-address-regexp): New variable.
10286         (message-bogus-recipient-p): New function.
10287         (message-check-recipients): New command.
10288         (message-syntax-checks): Add `bogus-recipient'.
10289         (message-fix-before-sending): Add `bogus-recipient'.
10290
10291         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
10292         (gnus-treat-body-boundary): Don't test window-system.
10293
10294 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
10295
10296         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
10297
10298 2007-10-28  Miles Bader  <miles@gnu.org>
10299
10300         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
10301         at compile-time too.
10302
10303 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10304
10305         * gnus-msg.el (gnus-message-setup-hook):
10306         Add `message-remove-blank-cited-lines' to options.
10307
10308 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10309
10310         * message.el (message-remove-blank-cited-lines): New function.
10311         Suggested by Karl Plästerer.
10312
10313 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10314
10315         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
10316         mapc.
10317
10318         * imap.el (imap-open): Replace mapcar called for effect with mapc.
10319         (top-level): Use mapc to set functions to be traced for debugging.
10320
10321         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
10322         called for effect with while loop.
10323
10324         * message.el (message-talkative-question): Replace mapcar called for
10325         effect with mapc.
10326
10327         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
10328         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
10329         called for effect with dolist.
10330
10331         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
10332
10333         * nndiary.el: Use dolist instead of mapcar to add diary headers to
10334         gnus-extra-headers and nnmail-extra-headers.
10335
10336         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
10337         called for effect with dolist.
10338         (top-level): Use mapc to set functions to be traced for debugging.
10339
10340         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
10341         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
10342         dolist.
10343
10344         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
10345         Replace mapcar called for effect with mapc.
10346         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
10347         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
10348         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
10349         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
10350
10351         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
10352         remove-if that's a cl function.
10353
10354         * webmail.el (webmail-debug): Replace mapcar called for effect with
10355         dolist.
10356
10357         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
10358         with mapc.
10359
10360 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10361
10362         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
10363         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
10364         with while loop.
10365
10366         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
10367         functions from article-* functions.
10368         (gnus-multi-decode-header): Replace mapcar called for effect with
10369         dolist.
10370
10371         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
10372         (gnus-bookmark-show-details): Replace mapcar called for effect with
10373         while loop.
10374
10375         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
10376         called for effect with while loop.
10377
10378         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
10379         with dolist.
10380
10381         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10382         Replace mapcar called for effect with dolist.
10383
10384         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
10385
10386         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
10387         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
10388         Replace mapcar called for effect with dolist.
10389         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
10390         mapc.
10391
10392         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
10393         Replace mapcar called for effect with dolist.
10394         (gnus-topic-list): Replace mapcar called for effect with mapc.
10395
10396         * gnus.el: Use mapc instead of mapcar to add autoloads.
10397
10398 2007-10-23  Richard Stallman  <rms@gnu.org>
10399
10400         * gnus-group.el (gnus-group-highlight): Mark as risky.
10401
10402 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10403
10404         * gnus.el (gnus-server-to-method): Return method found first in
10405         gnus-newsrc-alist.
10406
10407         * gnus-art.el (gnus-article-highlight-signature)
10408         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
10409         button overlay without the front stickiness.
10410
10411 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
10412
10413         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
10414         overview buffer needed a catch to receive its throw.
10415         (gnus-agent-flush-cache): Declare as interactive to make this function
10416         easier to use.
10417
10418 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
10419
10420         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
10421         `next-line'.
10422
10423 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10424
10425         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
10426         exclude address matching message-dont-reply-to-names.
10427
10428 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10429
10430         * gnus-util.el (gnus-string<): New function.
10431
10432         * gnus-sum.el (gnus-article-sort-by-author)
10433         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
10434
10435 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10436
10437         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
10438         the frame-focus tag is set in gnus-buffer-configuration.
10439
10440 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10441
10442         * gnus-art.el (gnus-article-add-button): Make a button overlay without
10443         the front stickiness.
10444
10445 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10446
10447         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
10448         url pattern; remove duplicate one.
10449         (gnus-article-extend-url-button): New function.
10450         (gnus-article-add-buttons): Use it.
10451         (gnus-button-push): Use concatenated url that it makes.
10452
10453 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
10454
10455         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
10456
10457 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10458
10459         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10460         Don't hardcode point-min==1.
10461
10462 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
10463
10464         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
10465         Fix comment about "iso8859-1".
10466
10467 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
10468
10469         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10470         ones returned from the verify-function.
10471
10472         * mm-uu.el (mm-uu-pgp-signed-extract-1):
10473         Call mml2015-extract-cleartext-signature if extraction failed.
10474
10475 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
10476
10477         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10478         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10479         failed.
10480
10481 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10482
10483         * Relicense "GPLv2 or later" files to "GPLv3 or later".
10484
10485 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
10486
10487         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
10488         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
10489         recommends to use EasyPG instead of PGG.
10490
10491         * pgg.el: Revert to revision 6.23.2.16.
10492
10493         * pgg-def.el: Revert to revision 6.6.2.14.
10494
10495         * pgg-gpg.el: Revert to revision 6.23.2.34.
10496
10497 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
10498
10499         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10500         to mark a thread as expirable.  Add variable `hide' to handle hiding of
10501         thread for both the null and zero (kill/expire thread) universal prefix
10502         cases.
10503         (gnus-summary-expire-thread): Add new function to expire a thread,
10504         using gnus-summary-kill-thread.
10505         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10506         shortcuts for gnus-summary-expire-thread.
10507         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10508         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
10509
10510 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10511
10512         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10513         extras value, so an extras entry can be deleted.
10514         (gnus-registry-delete-extra-entry): Use it.
10515         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10516         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10517         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10518         storage through the gnus-registry, and provide an appropriate API for
10519         it.
10520
10521 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10522
10523         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10524         Suggested by Leo <sdl.web@gmail.com>.
10525
10526         * gnus.el: Do.
10527
10528 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10529
10530         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10531         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
10532
10533         * gnus-agent.el (gnus-agent-fetch-headers): Do.
10534
10535         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10536         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10537
10538 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10539
10540         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10541         newline.
10542         (nnmbox-request-accept-article): Don't change article in source buffer;
10543         narrow to header to use message-fetch-field rather than
10544         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10545         (nnmbox-request-replace-article): Quote lines that'll be misidentified
10546         as delimiters; make sure article ends with newline.
10547         (nnmbox-delete-mail): Correct last position of article to be deleted;
10548         ignore X-Gnus-Newsgroup header in article body.
10549         (nnmbox-save-mail): Quote lines looking like delimiters at the right
10550         positions; make sure article ends with newline.
10551
10552         * message.el (message-display-abbrev): Don't infloop when a user
10553         inserts SPC in the beginning of header.
10554
10555         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
10556         coding-system-for-read and coding-system-for-write for XEmacs having no
10557         file-coding feature.
10558
10559         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
10560
10561 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10562
10563         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10564         list of groups not followed by default.  Fix type to be regexp.
10565         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10566
10567 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10568
10569         * hmac-def.el (define-hmac-function): Switch from old-style to
10570         new-style backquotes.
10571
10572         * md4.el (md4-make-step): Likewise.
10573
10574 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10575
10576         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10577         raw-text coding system when saving .newsrc file, which may contain
10578         non-ASCII group names.
10579
10580 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10581
10582         * gnus-cus.el (gnus-score-extra): New widget.
10583         (gnus-score-extra-convert): New function.
10584         (gnus-score-customize): Use it for Extra.
10585
10586 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10587
10588         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10589         (mml2015-mailcrypt-clear-verify): Use it.
10590         (mml2015-gpg-clear-verify): Use it.
10591         (mml2015-pgg-clear-verify): Use it.
10592         (mml2015-epg-clear-verify): Replace the current part with the output
10593         from GnuPG; don't extract the plaintext by itself.
10594
10595         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10596         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10597         mml2015-clear-verify-function; don't touch the armor headers or
10598         dash-escaped text here.
10599
10600 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10601
10602         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10603         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10604         parts, or application/octet-stream as a last resort.
10605         (gnus-mime-view-part-as-type): Don't toggle display.
10606         (gnus-mime-view-part-as-charset): Don't turn off display before
10607         querying charset.
10608
10609         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10610         stuff to undisplayer function in Emacs.
10611         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10612
10613         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10614         text/calendar parts.
10615
10616 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10617
10618         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10619         decoding text/calendar parts.
10620
10621         * message.el (message-forward-make-body-mime): Always mark body as
10622         having no illegible text; remove signed-or-encrypted argument.
10623         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10624
10625         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10626         (mml-generate-mime-1): Don't encode body if it is specified to be in
10627         raw form; don't make buffer be unibyte when inserting multibyte string.
10628
10629 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10630
10631         * sha1.el: Fix up comment style.
10632         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10633         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10634
10635         * hex-util.el: Fix up comment style.
10636         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10637
10638         * gnus-salt.el: Use with-current-buffer.
10639         (gnus-pick-setup-message): Fix long-standing typo.
10640
10641 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10642
10643         * imap.el (imap-logout-timeout): New variable.
10644         (imap-logout, imap-logout-wait): New functions.
10645         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10646
10647         * nnimap.el (nnimap-logout-timeout): New server variable.
10648         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10649         nnimap-logout-timeout.
10650
10651         * gnus-art.el (gnus-article-summary-command-nosave)
10652         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10653
10654 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10655
10656         * gnus.el (gnus-maximum-newsgroup): New variable.
10657
10658         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10659         according to gnus-maximum-newsgroup.
10660
10661         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10662         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10663         Limit the range of articles according to gnus-maximum-newsgroup.
10664
10665 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10666
10667         * gnus-art.el (gnus-sticky-article): Fix problems described in
10668         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10669         Don't perform gnus-configure-windows here; reuse existing sticky
10670         article buffer.
10671
10672         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10673         it doesn't exist in gnus-article-mode.
10674
10675 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10676
10677         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10678         (gnus-agent-decoded-group-name): New function.
10679         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10680         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10681
10682 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10683
10684         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10685         Add binding for gnus-sticky-article.
10686         (gnus-summary-exit): Don't kill sticky article buffers.
10687
10688         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10689         article buffer.
10690         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10691         (gnus-kill-sticky-article-buffers): New commands.
10692
10693 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10694
10695         * nntp.el (nntp-xref-number-is-evil): New server variable.
10696         (nntp-find-group-and-number): If it is non-nil, don't trust article
10697         numbers in the Xref header.
10698
10699 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10700
10701         * gnus-agent.el (gnus-agent-read-group): New function.
10702         (gnus-agent-flush-group, gnus-agent-expire-group)
10703         (gnus-agent-regenerate-group): Use it.
10704         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10705         nnmail-pathname-coding-system.
10706
10707 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10708
10709         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10710
10711         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10712         that are unread as unread, and also as selected so that information of
10713         marks having been changed by a user may be updated when exiting group.
10714
10715 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10716
10717         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10718
10719 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10720
10721         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10722         calculated ignoring signature parts to gnus-treat-article.
10723
10724 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10725
10726         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10727         a point here in order to keep the window start.
10728         (gnus-insert-mime-security-button): Make a button overlay without the
10729         front stickiness.
10730         (gnus-mime-display-security): Goto the end of a button.
10731
10732         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10733
10734 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10735
10736         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10737         group-name-at-point.
10738         (gnus-group-completing-read): New function that offers decoded
10739         non-ASCII group names for completion.
10740         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10741         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10742         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10743         (gnus-group-fetch-control): Use it.
10744         (gnus-fetch-group): Use group-name-at-point for the initial value
10745         rather than the default value; use gnus-alive-p.
10746
10747         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10748         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10749         (gnus-summary-post-news): Use gnus-group-completing-read.
10750
10751         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10752         (gnus-read-move-group-name): Decode group name for completion.
10753
10754 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10755
10756         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10757         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10758         Yamaoka slightly modified the code).
10759
10760 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10761
10762         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10763         (nnmail-split-incoming): Bind it.
10764
10765         * nnml.el (nnml-group-name-charset): New function.
10766         (nnml-decoded-group-name): Use it; don't decode group name if
10767         nnmail-group-names-not-encoded-p is non-nil.
10768         (nnml-encoded-group-name): New function.
10769         (nnml-group-pathname): Inline nnml-decoded-group-name.
10770         (nnml-request-expire-articles): Decode group name in message.
10771         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10772         nnmail-pathname-coding-system.
10773         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10774         not decoded ones according to nnmail-group-names-not-encoded-p.
10775         (nnml-generate-active-info): Use nnml-encoded-group-name.
10776
10777 2007-08-08  Glenn Morris  <rgm@gnu.org>
10778
10779         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10780         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10781         doc-strings and comments.
10782
10783 2007-07-25  Glenn Morris  <rgm@gnu.org>
10784
10785         * Relicense all FSF files to GPLv3 or later.
10786
10787 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10788
10789         * gnus-sum.el (gnus-summary-move-article):
10790         Make gnus-summary-respool-article work.
10791
10792 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10793
10794         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10795         string.
10796
10797 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10798
10799         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10800         that should be ignored when comparing distant RSS articles with local
10801         ones.
10802         (nnrss-make-hash-index): New function.  Create a hash index according
10803         to the ignored fields.
10804         (nnrss-check-group): Use it.
10805
10806 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10807
10808         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10809
10810         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10811
10812         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10813         the new optional argument ENCODED is non-nil.
10814         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10815         coding system for encoding group name.
10816         (gnus-group-make-rss-group): Pass un-encoded group name to
10817         gnus-group-make-group.
10818         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10819         encoded.
10820
10821         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10822         Encode group name to which articles are moved or copied.
10823         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10824         coding system for encoding Newsgroup, Followup-To and Xref headers.
10825
10826         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10827         marks; use nnheader-file-coding-system to write a file.
10828         (nnagent-retrieve-headers): Bind file-name-coding-system to
10829         nnmail-pathname-coding-system.
10830
10831         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10832
10833         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10834         (nnml-request-article, nnml-request-create-group)
10835         (nnml-request-rename-group, nnml-find-id)
10836         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10837         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10838         (nnml-save-marks): Use nnml-group-pathname instead of
10839         nnmail-group-pathname.
10840
10841         (nnml-request-create-group, nnml-request-expire-articles)
10842         (nnml-request-move-article, nnml-request-delete-group)
10843         (nnml-deletable-article-p, nnml-possibly-create-directory)
10844         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10845         (nnml-open-marks): Bind file-name-coding-system to
10846         nnmail-pathname-coding-system.
10847
10848         (nnml-request-article): Pass server argument to nnml-find-group-number.
10849         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10850         Pass server argument to nnml-possibly-create-directory.
10851         (nnml-request-accept-article): Pass server argument to
10852         nnml-active-number and nnml-save-mail.
10853         (nnml-find-group-number): Pass server argument to nnml-find-id.
10854         (nnml-request-update-info): Pass server argument to
10855         nnml-marks-changed-p.
10856
10857         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10858         (nnml-save-mail, nnml-active-number): Add server argument.
10859
10860         (nnml-request-delete-group): Warn if group is missing.
10861         (nnml-get-nov-buffer): Decode group name.
10862         (nnml-generate-active-info): Encode group name.
10863         (nnml-open-marks): Decode group name in messages.
10864
10865 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10866
10867         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10868         if it is not specified.
10869         (gnus-article-pipe-part, gnus-article-save-part)
10870         (gnus-article-interactively-view-part, gnus-article-copy-part)
10871         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10872         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10873         (gnus-article-replace-part, gnus-article-delete-part)
10874         (gnus-article-view-part-as-type): Pass raw prefix argument to
10875         gnus-article-part-wrapper.
10876
10877 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10878
10879         * gnus-agent.el (gnus-agent-save-active):
10880         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10881
10882         * gnus-cache.el (gnus-cache-save-buffers)
10883         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10884         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10885         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10886         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10887         (gnus-cache-generate-active, gnus-cache-rename-group)
10888         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10889         (gnus-cache-update-overview-total-fetched-for):
10890         Bind file-name-coding-system to nnmail-pathname-coding-system.
10891         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10892         New variables.
10893         (gnus-cache-decoded-group-name): New function.
10894         (gnus-cache-file-name): Use it.
10895         (gnus-cache-generate-active): Use non-decoded group name for active.
10896
10897         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10898         right place.
10899         (gnus-write-active-file): Don't break non-ASCII group names.
10900
10901         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10902         nnmail-pathname-coding-system.
10903
10904         * lpath.el: Bind default-file-name-coding-system,
10905         file-name-coding-system and language-info-alist for XEmacs.
10906
10907         * gnus-uu.el (gnus-uu-decode-save): Typo.
10908
10909 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10910
10911         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10912
10913 2007-07-14  David Kastrup  <dak@gnu.org>
10914
10915         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10916         finishing actions if we did not edit the article.
10917
10918 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10919
10920         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10921         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10922         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10923         (gnus-agent-flush-group, gnus-agent-flush-cache)
10924         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10925         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10926         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10927         (gnus-agent-regenerate-group)
10928         (gnus-agent-update-files-total-fetched-for)
10929         (gnus-agent-update-view-total-fetched-for):
10930         Bind file-name-coding-system to nnmail-pathname-coding-system.
10931         (gnus-agent-group-pathname): Don't encode file names by
10932         nnmail-pathname-coding-system.
10933         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10934         coding-system-for-write instead of buffer-file-coding-system to
10935         gnus-agent-file-coding-system.
10936
10937         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10938         Decode group name.
10939
10940         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10941
10942         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10943         (gnus-read-newsrc-el-file): Make group names unibyte.
10944
10945         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10946         nnmail-pathname-coding-system.
10947
10948         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10949         (nnrss-request-delete-group): Bind file-name-coding-system to
10950         nnmail-pathname-coding-system.
10951         (nnrss-read-server-data, nnrss-read-group-data):
10952         Bind file-name-coding-system correctly.
10953         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10954
10955         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10956         (nntp-server-to-method-cache): New variable.
10957         (nntp-group-pathname): New function that decodes non-ASCII group names.
10958         (nntp-possibly-create-directory, nntp-marks-changed-p)
10959         (nntp-save-marks, nntp-open-marks): Use it.
10960         (nntp-possibly-create-directory, nntp-open-marks):
10961         Bind file-name-coding-system to nnmail-pathname-coding-system.
10962         (nntp-open-marks): Decode group names when bootstrapping marks.
10963
10964         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10965         Newsgroups and Folowup-To headers.
10966
10967 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10968
10969         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10970         (gnus-server-closed-face, gnus-server-denied-face)
10971         (gnus-server-offline-face): Remove variable.
10972         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10973
10974         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10975         of modifying message-stack directly for XEmacs.
10976
10977         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10978         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10979         if the coding-system argument is nil for XEmacs.
10980
10981         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10982         mm-charset-override-alist.
10983
10984         * rfc2047.el: Don't require base64; require rfc2045 for the function
10985         rfc2045-encode-string.
10986         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10987         to quote the parameter value.
10988
10989 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10990
10991         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10992         form in gnus-group-name-charset-method-alist.
10993
10994         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10995         overrides the default layout edit-form.
10996
10997         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10998
10999         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
11000
11001 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11002
11003         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
11004         as unfetched articles.
11005
11006 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
11007
11008         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
11009
11010 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11011
11012         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
11013         original back end that keeps marks in the local system.
11014
11015 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11016
11017         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
11018         arg of pop-to-buffer for XEmacs.
11019         (gnus-article-read-summary-keys): Ditto; don't restore window
11020         configuration if summary command ends up with neither article buffer
11021         nor summary buffer; describe bindings if summary keys end with C-h.
11022
11023 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11024
11025         * message.el (message-fix-before-sending): Skip raw message part to be
11026         forwarded while checking illegible text.
11027         (message-forward-make-body-mime, message-forward-make-body):
11028         Mark signed or encrypted raw message as having no illegible text.
11029
11030 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11031
11032         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
11033         (gnus-message-with-timestamp-1): New macro.
11034         (gnus-message-with-timestamp): New function.
11035         (gnus-message): Use them.
11036
11037         * nnheader.el (nnheader-message): Use them.
11038
11039 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
11040
11041         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
11042         .newsrc.eld file.
11043
11044 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11045
11046         * gnus-agent.el (gnus-agent-fetch-headers)
11047         (gnus-agent-retrieve-headers):
11048         Bind gnus-decode-encoded-address-function to identity.
11049
11050         * nntp.el (nntp-send-xover-command): Recognize an xover command is
11051         available also when the server returns simply a dot.
11052
11053         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
11054
11055 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11056
11057         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
11058
11059 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11060
11061         * gnus-ems.el (gnus-x-splash): Make it work.
11062
11063         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
11064         from being used.
11065
11066         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
11067
11068 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11069
11070         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
11071         4th and the 5th arguments.
11072
11073         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
11074         the front stickiness.
11075         (gnus-article-summary-command-nosave): Correct the order of the
11076         arguments passed to pop-to-buffer.
11077         (gnus-article-read-summary-keys): Ditto; make it work properly when the
11078         summary command ends up with the article buffer.
11079
11080         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
11081         the same faces.
11082
11083 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
11084
11085         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
11086
11087 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
11088
11089         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
11090         * gnus-sum.el (gnus-summary-highlight):
11091         * pgg.el (pgg-sign-region, pgg-sign):
11092         * mail-source.el (mail-source-delete-old-incoming-confirm):
11093         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
11094
11095 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11096
11097         * gnus-art.el (gnus-mime-view-part-externally)
11098         (gnus-mime-view-part-internally): Fix predicate function passed to
11099         completing-read.
11100
11101         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
11102
11103         * gnus.el (gnus-update-message-archive-method): Add :version.
11104
11105 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11106
11107         * gnus.el (gnus-update-message-archive-method): New variable.
11108
11109         * gnus-start.el (gnus-setup-news): Update saved "archive" method
11110         according to gnus-message-archive-method if
11111         gnus-update-message-archive-method is non-nil.
11112
11113 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11114
11115         * gnus-sum.el (gnus-summary-limit-to-address): New function.
11116         Suggested by Loic Dachary <loic@dachary.org>.
11117         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11118
11119 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11120
11121         * message.el (message-pop-to-buffer): Add switch-function argument.
11122         (message-mail): Pass switch-function argument to it.
11123
11124 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
11125
11126         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
11127         Improve doc string.
11128
11129 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11130
11131         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
11132         (gnus-header-content)
11133         * gnus-cite.el (gnus-cite-10)
11134         * gnus-srvr.el (gnus-server-closed)
11135         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
11136         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
11137         (gnus-group-mail-3-empty, gnus-group-mail-low)
11138         (gnus-group-mail-low-empty, gnus-splash)
11139         * message.el (message-header-to, message-header-cc)
11140         (message-header-subject, message-header-other, message-header-name)
11141         (message-header-xheader, message-separator, message-cited-text)
11142         (message-mml): Lighten colors of faces used for dark background.
11143
11144 2007-05-24  Simon Josefsson  <simon@josefsson.org>
11145
11146         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
11147         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
11148
11149 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11150
11151         * message.el (message-narrow-to-headers-or-head):
11152         Ignore mail-header-separator in the body.
11153
11154 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11155
11156         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
11157         same as window size.
11158
11159 2007-05-22  Kevin Ryde  <user42@zip.com.au>
11160
11161         * message.el (message-font-lock-keywords): Use message-header-xheader
11162         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
11163         ahead of the anything pattern, to get it recognised.
11164
11165 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11166
11167         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
11168         spam.el loads uses it in the compiled defadvice form.
11169
11170 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
11171
11172         * gnus-sum.el (gnus-articles-to-read)
11173         (gnus-summary-insert-old-articles): Don't truncate group name for
11174         `read-string'.
11175
11176         * gnus-util.el (gnus-limit-string): Delete this function.
11177
11178         * gnus-sum.el (gnus-simplify-subject-fully):
11179         Use `truncate-string-to-width' instead.
11180
11181 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
11182
11183         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
11184         Tell if, on summary exit, the next group has to be selected.
11185         (gnus-summary-exit): Use it.
11186
11187 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
11188
11189         * gnus-art.el (gnus-article-mode): Fix comment about displaying
11190         non-break space.
11191
11192 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11193
11194         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
11195         Check if group is not a directory.
11196         (nnfolder-request-expire-articles): Don't delete articles if the target
11197         group is not available.
11198
11199         * nnml.el (nnml-request-create-group): Properly check if group is not a
11200         file.
11201         (nnml-request-expire-articles): Don't delete articles if the target
11202         group is not available.
11203
11204         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11205         Don't quote characters that are within parentheses.
11206
11207 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11208
11209         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
11210         (gnus-handle-ephemeral-exit): Select article according to it.
11211
11212 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11213
11214         * message.el (message-insert-formated-citation-line): Remove newline.
11215         (message-citation-line-format): Add final \n here so that the user can
11216         avoid a blank line.
11217
11218 2007-05-03  Dan Christensen  <jdc@uwo.ca>
11219
11220         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
11221         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
11222         Update lanl/arXiv support.
11223
11224 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11225
11226         * gnus.el: Bump version number.
11227
11228 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11229
11230         * gnus.el (gnus-version-number): Bump version.
11231
11232 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11233
11234         * gnus.el: No Gnus v0.6 is released.
11235
11236 2007-04-27  Didier Verna  <didier@xemacs.org>
11237
11238         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
11239         * gmm-utils.el (gmm-regexp-concat): ... here.
11240         * message.el: Don't require 'gnus-util.
11241         (message-dont-reply-to-names): Handle name change above.
11242         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
11243
11244 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11245
11246         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
11247         since the initial value varies according to the system.
11248
11249 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11250
11251         * mm-util.el (mm-charset-synonym-alist): Defcustom.
11252
11253 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
11254
11255         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
11256
11257 2007-04-24  Didier Verna  <didier@xemacs.org>
11258
11259         Improve the type of gnus-ignored-from-addresses.
11260         * gnus-util.el (gnus-orify-regexp): New function.
11261         * message.el (gnus-util): Require it.
11262         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
11263         * gnus-sum.el (gnus-ignored-from-addresses): New function.
11264         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
11265
11266 2007-04-24  Didier Verna  <didier@xemacs.org>
11267
11268         * gnus-sum.el:
11269         * gnus-utils.el: Fix some trailing whitespaces.
11270
11271 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11272
11273         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
11274         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
11275         article's Message-ID; refer parent article in summary buffer.
11276
11277         * message.el (message-bounce): Call mime-to-mml.
11278
11279         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
11280         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
11281         optimize and/or forms properly.
11282
11283 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
11284
11285         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
11286         URL.
11287
11288 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11289
11290         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
11291
11292 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11293
11294         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
11295         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
11296         displayed of multipart/alternative part if it is invoked from summary
11297         buffer.
11298
11299         * mm-view.el (mm-inline-text-html-render-with-w3m)
11300         (mm-inline-text-html-render-with-w3m-standalone)
11301         (mm-inline-render-with-function): Use mail-parse-charset by default.
11302
11303 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
11304
11305         * parse-time.el (parse-time-string-chars): Check if CHAR
11306         is less than the length of parse-time-syntax.
11307
11308 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11309
11310         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
11311         from gnus-newsgroup-processable.
11312
11313 2007-04-16  Didier Verna  <didier@xemacs.org>
11314
11315         * gnus-msg.el (gnus-configure-posting-styles):
11316         Handle message-signature-directory properly with :file syntax.
11317         Reported by "Leo".
11318
11319 2007-04-11  Didier Verna  <didier@xemacs.org>
11320
11321         New user option: message-signature-directory.
11322         * gnus-msg.el (gnus-configure-posting-styles): Support it.
11323         * message.el (message-insert-signature): Ditto.
11324         * message.el (message-signature-file): Doc update.
11325         * message.el (message-signature-directory): New.
11326
11327 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11328
11329         * gnus-msg.el (gnus-inews-yank-articles):
11330         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
11331
11332 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11333
11334         * message.el (message-yank-original): Make sure cited text ends with
11335         newline; don't exchange point and mark.
11336
11337 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
11338
11339         * tls.el (open-tls-stream): Properly handle case where there
11340         is no associated buffer.
11341
11342 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
11343
11344         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
11345         message-yank-original, make sure (< mark TEXT point).
11346
11347 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11348
11349         * message.el (message-fill-column): New variable.
11350         (message-mode): Use it.  Add comment on a possible new hook.
11351
11352         * nnmail.el (nnmail-spool-file): Mark as obsolete.
11353         (nnmail-get-new-mail): Reformat.
11354
11355         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
11356
11357         * gmm-utils.el: Fix Commentary.
11358         (gmm-tool-bar-from-list): Fix typo in doc string.
11359
11360 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
11361
11362         * message.el (message-yank-original): Don't switch point and mark
11363         unnecessarily to put point and mark as documented.
11364
11365 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11366
11367         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
11368         from the message heads.
11369
11370 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
11371
11372         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
11373         article buffer does not have a window.  This may not be the best
11374         solution but is certainly better than setting the start of the null,
11375         that is the current, window.
11376
11377 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11378
11379         * gnus-draft.el (gnus-draft-setup-hook): New hook.
11380         (gnus-draft-setup): Run it.
11381
11382         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
11383         gnus-score-fast-scoring.  Allow regexp.
11384         (gnus-score-headers): Use it.
11385
11386         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
11387         XEmacs.
11388
11389         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
11390         string.
11391         (gnus-button-alist): Also catch `<f1> k ...'.
11392         (gnus-treat-display-x-face): Fix doc string.
11393
11394 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11395
11396         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
11397         evaluation of gnus-extended-version to ensure correct generation of the
11398         User-Agent header when message-generate-headers-first is used.
11399
11400 2007-03-24  Simon Josefsson  <simon@josefsson.org>
11401
11402         * hashcash.el (hashcash-generate-payment-async): Don't crash if
11403         hashcash-path is nil.  Don't call callback with incorrect number of
11404         parameters if val is 0.
11405
11406 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11407
11408         * message.el (message-required-news-headers):
11409         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
11410
11411 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
11412
11413         * tls.el (open-tls-stream): In handshake-waiting loop,
11414         don't wait more if there is output available to process.
11415
11416 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
11417
11418         * tls.el (tls-program): Doc fix.
11419
11420 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11421
11422         * message.el (message-generate-new-buffers): Change the meaning of the
11423         nil value; add `standard' to the choices; treat t as `unique'; improve
11424         doc string.
11425         (gnus-select-frame-set-input-focus): Autoload.
11426         (message-buffer-name): Search for the existing message buffer if
11427         message-generate-new-buffers is nil or `standard'; treat the value t of
11428         message-generate-new-buffers as `unique'.
11429         (message-pop-to-buffer): Raise the frame already displaying the message
11430         buffer; clear the echo area after querying.
11431         (message-setup): Pass the `continue' argument to compose-mail.
11432         (message-mail): Prefer `switch-function' if it is given; search for the
11433         existing message buffer if the `continue' argument is non-nil; pass
11434         continue and switch-function arguments to compose-mail by way of
11435         message-setup.
11436         (message-mail-other-window): Adjust argument of message-setup.
11437         (message-mail-other-frame): Ditto.
11438
11439 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11440
11441         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
11442         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
11443         to turn font-lock on when turning gnus-message-citation-mode on.
11444
11445 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
11446
11447         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
11448         (mml-smime-function-alist): New variable; add epg as the backend.
11449         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
11450         mml-smime- functions instead.
11451         * mm-view.el: Require smime.
11452
11453 2007-03-05  Didier Verna  <didier@xemacs.org>
11454
11455         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
11456         instead of just inheritance for posting styles.
11457         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
11458
11459 2007-02-24  Chris Moore  <dooglus@gmail.com>
11460
11461         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
11462         * pgg-pgp.el (pgg-pgp-encrypt-region):
11463         * pgg-gpg.el (pgg-gpg-encrypt-region):
11464         Check pgg-encrypt-for-me if no other recipients.
11465
11466 2007-02-24  John Paul Wallington  <jpw@pobox.com>
11467
11468         * tls.el (tls-certtool-program): Fix custom type.
11469
11470 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11471
11472         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
11473         and point-at-eol instead of line-(beginning|end)-position.
11474
11475         * assistant.el (assistant-parse-buffer): Ditto.
11476
11477         * netrc.el (netrc-parse-services): Ditto.
11478
11479 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
11480
11481         * mml2015.el (mml2015-epg-find-usable-key): New function.
11482         (mml2015-epg-sign): Use it.
11483         (mml2015-epg-encrypt): Use it.
11484
11485 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11486
11487         * message.el (message-make-in-reply-to): Quote name containing
11488         non-ASCII characters.  It will make the RFC2047 encoder cause an error
11489         if there are special characters.  Reported by NAKAJI Hiroyuki
11490         <nakaji@jp.freebsd.org>.
11491
11492 2007-02-27  Didier Verna  <didier@xemacs.org>
11493
11494         Include the group parameters as well as the topic ones in the
11495         inheritance filter process.
11496         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
11497         argument GROUP-PARAMS-LIST.
11498         * gnus-topic.el (gnus-group-topic-parameters): Use it.
11499
11500 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11501
11502         * nntp.el (nntp-never-echoes-commands)
11503         (nntp-open-connection-functions-never-echo-commands): New variables.
11504         (nntp-send-command): Use them.
11505
11506 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
11507
11508         * mml2015.el (mml2015-epg-verify): Simplify.
11509
11510 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11511
11512         * mml.el (mml-content-disposition-alist): New user option.
11513         (mml-content-disposition): New function.
11514         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
11515         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
11516
11517 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
11518
11519         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11520         verification.
11521
11522 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11523
11524         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11525         articles posted in the last 24 hours.
11526
11527 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
11528
11529         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11530
11531 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
11532
11533         * nntp.el (nntp-send-command): Don't wait for echoes when
11534         nntp-open-ssl-stream is used.
11535
11536 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11537
11538         * gnus-cite.el (gnus-test-font-lock-add-keywords)
11539         (gnus-message-add-citation-keywords)
11540         (gnus-message-remove-citation-keywords): Remove.
11541         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11542         directly, make the variables in font-lock-defaults buffer-local, add
11543         gnus-message-citation-keywords to them and then update the value of
11544         font-lock-keywords.
11545
11546 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11547
11548         * message.el (message-cite-original-1): Don't call
11549         gnus-article-highlight-citation.
11550
11551         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11552         citations; fix line count.
11553
11554 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11555
11556         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11557         (gnus-message-add-citation-keywords)
11558         (gnus-message-remove-citation-keywords): Use it; fix the emulating
11559         versions of font-lock-add-keywords and font-lock-remove-keywords to
11560         work with XEmacs correctly.
11561
11562 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11563
11564         * gnus-cite.el (gnus-cite-face-list): Set the values of
11565         gnus-message-max-citation-depth and gnus-message-citation-keywords.
11566         (gnus-message-max-citation-depth): Use defvar rather than defconst.
11567         (gnus-message-cite-prefix-regexp): New variable.
11568         (gnus-message-search-citation-line): Use it; protect against long
11569         citation prefix; fill match data with nil rather than 0 for XEmacs; set
11570         the 0th match data for Emacs.
11571         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11572         (gnus-message-add-citation-keywords): Append keywords rather than
11573         prepending; emulate font-lock-add-keywords if it is not available.
11574         (gnus-message-remove-citation-keywords):
11575         Emulate font-lock-remove-keywords if it is not available.
11576
11577         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11578
11579         * message.el (message-cite-prefix-regexp): Set the value of
11580         gnus-message-cite-prefix-regexp.
11581
11582 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11583
11584         * nnweb.el (nnweb-google-parse-1): Update parser.
11585
11586 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11587
11588         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11589
11590 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11591
11592         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11593         regexp.
11594
11595 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11596
11597         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11598         string-to-multibyte.
11599         (uudecode-decode-region-internal): Use it.
11600
11601         * lpath.el: Fbind string-as-multibyte for XEmacs.
11602
11603 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11604
11605         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11606         Fix custom choice.
11607
11608         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11609
11610 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11611
11612         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11613
11614         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11615         `write-region' to respect `mm-inhibit-file-name-handlers'.
11616
11617 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11618
11619         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11620         Use gnus-home-directory instead of "~/" or "$HOME".
11621
11622 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11623
11624         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11625         to mention filename.
11626         Add comments at beginning regarding usage.
11627         (encrypt-write-file-contents): Change interactive so a string is
11628         acceptable.  If the file has no associated model, show an error instead
11629         of a nonsense prompt.
11630
11631 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11632
11633         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11634         Thanks to Yoshihiko Yamada for kind notification of this typo.
11635
11636 2007-01-12  Kenichi Handa  <handa@m17n.org>
11637
11638         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11639         multibyte buffer.
11640
11641 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11642
11643         * gnus-score.el (gnus-score-fast-scoring): New variable.
11644         (gnus-score-headers): Use it.
11645
11646         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11647
11648         * message.el (message-cite-original-1):
11649         Call gnus-article-highlight-citation if requested.
11650         (message-make-from): Allow name and address as optional arguments.
11651
11652         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11653
11654         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11655         bugs to doc string.
11656         (gnus-button-alist): Add mid\\|message-id.
11657         (gnus-button-fetch-group): Extend for use in
11658         `browse-url-browser-function'.
11659         (gnus-button-url-regexp): Try to catch paired parentheses like in
11660         Wikipedia URLs.
11661
11662         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11663         Suggested by Simon Krahnke <overlord@gmx.li>.
11664
11665 2007-01-13  Romain Francoise  <romain@orebokech.com>
11666
11667         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11668         Update copyright.
11669
11670 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11671
11672         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11673
11674 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11675
11676         * gnus-registry.el (gnus-registry-unfollowed-groups)
11677         (gnus-registry-split-fancy-with-parent): Fix documentation.
11678
11679 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11680
11681         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11682         from nnweb groups.
11683
11684 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11685
11686         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11687         Xref urls.  Erase buffer before requesting head.
11688
11689         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11690
11691 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11692
11693         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11694         customizable.
11695
11696 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11697
11698         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11699         no signing key is found.
11700         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11701         no encrypting and/or signing key is found.
11702
11703 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11704
11705         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11706
11707 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11708
11709         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11710         headers read from disk with the ones newly found in the current search.
11711         This should no longer cause problems, because the article numbers in
11712         Gmane's `nov.php' output are ignored since the previous change.
11713
11714 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11715
11716         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11717
11718 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11719
11720         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11721         replace-regexp-in-string; bind url-version; fbind display-images-p and
11722         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11723         find-face and set-itimer-function for Emacs; bind itimer-list for
11724         Emacs.
11725
11726         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11727
11728 2007-01-01  Romain Francoise  <romain@orebokech.com>
11729
11730         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11731
11732 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11733
11734         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11735         `define-minor-mode' macro definition expanded properly.
11736         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11737         exclude it there.
11738
11739         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11740         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11741         `fboundp' test.
11742         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11743         This is OK to autoload in (S)XEmacs now.
11744
11745 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11746
11747         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11748         keystroke.
11749         (gnus-summary-limit-to-singletons): Fix typo.
11750
11751         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11752         else fails.
11753
11754 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11755
11756         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11757         docstring.
11758
11759         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11760         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11761         (gnus-summary-insert-dormant-articles): Fix typo in message.
11762
11763 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11764
11765         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11766         nil for XEmacs.
11767         (gnus-message-citation-mode): Don't autoload in XEmacs.
11768
11769         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11770
11771 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11772
11773         * nnimap.el (nnimap-expunge-search-string):
11774         Mention nnimap-search-uids-not-since-is-evil in docstring.
11775
11776 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11777
11778         * spam.el: Revert to make-obsolete-variable because
11779         define-obsolete-variable-alias is not supported in Emacs 21.
11780
11781         * spam.el (spam-ifile-path, spam-ifile-database-path)
11782         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11783         make-obsolete-variable.
11784         (spam-bsfilter-path, spam-bsfilter-program)
11785         (spam-spamassassin-path, spam-spamassassin-program)
11786         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11787         Don't use "path" inappropriately.
11788         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11789         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11790         variable names.
11791
11792 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11793
11794         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11795         summary buffer.
11796
11797         * password.el (password-cache-remove): Use clear-string to burn
11798         password, if available.
11799
11800 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11801
11802         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11803
11804         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11805
11806         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11807         (gnus-message-highlight-citation): Move defcustom here from
11808         gnus-cite.el.
11809         (gnus-message-citation-mode): Autoload.
11810
11811         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11812         checks to make it compile with XEmacs.
11813         (gnus-message-citation-mode): New minor mode.
11814         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11815         (gnus-message-highlight-citation): New variables.
11816         (gnus-message-search-citation-line)
11817         (gnus-message-add-citation-keywords)
11818         (gnus-message-remove-citation-keywords)
11819         (turn-on-gnus-message-citation-mode)
11820         (turn-off-gnus-message-citation-mode): New functions.
11821
11822 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11823
11824         * gnus-cite.el: Enable highlighting of different citation levels in
11825         message-mode.
11826
11827 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11828
11829         * message.el (message-make-fqdn): Fix comment.
11830         (message-bogus-system-names): Add ".local".
11831
11832         * spam.el (spam-ifile-path, spam-ifile-program)
11833         (spam-ifile-database-path, spam-ifile-database)
11834         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11835         Don't use "path" inappropriately.
11836         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11837         strings.
11838         (spam-check-ifile, spam-ifile-register-with-ifile)
11839         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11840         Use new variable names.
11841
11842         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11843         (gnus-treat-display-smileys): Simplify using
11844         gnus-image-type-available-p.
11845
11846         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11847         available.
11848
11849         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11850         Use `display-images-p' if available.
11851
11852 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11853
11854         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11855         one after turning on the buffer's multibyteness instead of decoding
11856         them directly in the unibyte buffer that causes unexpected conversion
11857         in Emacs 23 (unicode).
11858
11859 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11860
11861         * message.el (message-generate-hashcash): Fix custom type.
11862
11863 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11864
11865         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11866
11867 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11868
11869         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11870         disconnect icons.  Add help text.
11871
11872 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11873
11874         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11875         negated to be consistent with the others we handle.
11876
11877 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11878
11879         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11880         version of gnus-summary-buffer to something, so that we can use two
11881         article buffers at the same time.
11882
11883 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11884
11885         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11886         trigger all the extra headers.
11887         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11888         sorting.
11889
11890 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11891
11892         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11893         solid groups.
11894
11895 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11896
11897         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11898
11899 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11900
11901         * legacy-gnus-agent.el: Add Copyright notice.
11902
11903 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11904
11905         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11906
11907 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11908
11909         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11910
11911         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11912         to make it work reliably in CVS Emacs.
11913         (gnus-summary-limit-strange-charsets-predicate)
11914         (gnus-summary-limit-to-predicate): New functions.
11915
11916 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11917
11918         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11919         specifying array size.
11920         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11921         array if it is too small.
11922         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11923         (gnus-sort-threads-loop): New function.
11924
11925 2006-12-06  Chris Moore  <dooglus@gmail.com>
11926
11927         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11928         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11929
11930 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11931
11932         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11933         options.
11934
11935 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11936
11937         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11938         DOS-ing the recipient.
11939
11940         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11941         the headers when creating the mapping to avoid mismappings.
11942         (nnweb-gmane-create-mapping): Always nix out old mapping.
11943
11944 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11945
11946         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11947         and mm-verify-option to never.
11948
11949 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11950
11951         * message.el (message-signed-or-encrypted-p): New function.
11952         (message-forward-make-body): Use it.
11953
11954         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11955         Replace encode-coding-string with mm-encode-coding-string.
11956
11957 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11958
11959         * nneething.el (nneething-decode-file-name):
11960         Replace decode-coding-string with mm-decode-coding-string.
11961
11962         * gnus-int.el (gnus-open-server): Say failed server's name.
11963
11964 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11965
11966         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11967         strings to a single string.  Quote `errors-file-name'.
11968         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11969         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11970         Adjust calls.  Use `shell-quote-argument'.
11971
11972 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11973
11974         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11975         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11976
11977         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11978         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11979         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11980         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11981         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11982         (gnus-subscribe-newsgroup, gnus-1):
11983         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11984         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11985         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11986         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11987
11988 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11989
11990         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11991         keystroke.
11992         (gnus-summary-limit-to-bodies): Implement headersp.
11993
11994 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11995
11996         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11997
11998 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11999
12000         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
12001
12002 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12003
12004         * message.el (message-generate-hashcash): Expand range of values to
12005         include `opportunistic'.
12006         (message-send-mail): Use it.
12007
12008 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12009
12010         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
12011         and comment it.
12012
12013         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
12014
12015 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
12016
12017         * gnus-util.el (gnus-extract-address-components): Improve comment.
12018
12019 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12020
12021         * gnus-util.el (gnus-extract-address-components): Work with address in
12022         which the name portion contains @.
12023
12024         * lpath.el: Fbind custom-autoload.
12025
12026 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12027
12028         * gnus.el (gnus-start): Move custom group up.
12029         (gnus-select-method): Don't autoload, but make it available for
12030         `customize-variable'.
12031         (gnus-getenv-nntpserver): Don't autoload.
12032
12033 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
12034
12035         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
12036
12037 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12038
12039         * message.el (message-sendmail-extra-arguments): New variable.
12040         (message-send-mail-with-sendmail): Use it.
12041
12042 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12043
12044         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
12045         mm-with-unibyte-current-buffer to make string unibyte.
12046
12047         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
12048         mm-string-as-multibyte.
12049
12050 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
12051
12052         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
12053         Reported by Werner Koch <wk@gnupg.org>.
12054
12055 2006-11-14  Daiki Ueno  <ueno@p360>
12056
12057         * mml2015.el: Autoload epa-select-keys when compiling.
12058
12059 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12060
12061         * mml2015.el (mml2015-epg-sign): Save the signing keys in
12062         message-options.
12063         (mml2015-epg-encrypt): Save the recipient keys in message-options.
12064
12065 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12066
12067         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
12068         EasyPG (< 0.0.6).
12069         (mml2015-always-trust): New user option.
12070         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
12071         prompt.
12072
12073 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12074
12075         * nntp.el (nntp-authinfo-force): New variable.
12076         (nntp-send-authinfo): Use it.
12077
12078 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
12079
12080         * message.el (message-strip-subject-encoded-words): Allow _not_ to
12081         decode encoded words.  Improve prompt.  Add comment about forwarding.
12082         (message-replacement-char): Move up.
12083
12084 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
12085
12086         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
12087         instead of gnus-intersection because arguments of gnus-sorted-nunion
12088         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
12089
12090 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
12091
12092         * message.el (message-strip-subject-encoded-words): Reformat prompt.
12093         (message-simplify-subject-functions):
12094         Enable message-strip-subject-encoded-words by default.
12095
12096 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
12097
12098         * message.el (message-strip-subject-encoded-words): New function.
12099         (message-simplify-subject-functions): New variable.
12100         (message-simplify-subject): Use it.  Fix typo in doc string.
12101         Support message-strip-subject-encoded-words.
12102
12103 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
12104
12105         * gnus-diary.el (gnus-diary-delay-format-function):
12106         * nndiary.el (nndiary-reminders):
12107         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
12108
12109 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12110
12111         * gnus-art.el (article-hide-boring-headers): Fetch date from
12112         gnus-original-article-buffer to avoid problems with localized date
12113         strings.
12114
12115 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12116
12117         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
12118
12119 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
12120
12121         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12122         New variables.
12123         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12124         (mm-charset-synonym-alist): Move some entries to
12125         mm-codepage-iso-8859-list.
12126         (mm-charset-synonym-alist, mm-charset-override-alist):
12127         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12128
12129 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12130
12131         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
12132
12133 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12134
12135         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
12136         with Emacs 21 and XEmacs.
12137
12138 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
12139
12140         * spam.el (spam-parse-address): New function for better parsing,
12141         catching errors, etc.
12142         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
12143
12144 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12145
12146         * mm-view.el: Add interactive arg to html2text autoload.
12147
12148 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12149
12150         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
12151
12152 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
12153
12154         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12155         New variables.
12156         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12157         (mm-charset-synonym-alist): Move some entries to
12158         mm-codepage-iso-8859-list.
12159
12160         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
12161
12162 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
12163
12164         * message.el (message-citation-line-format)
12165         (message-insert-formated-citation-line): Fix implementation of %E, %N
12166         and %n according to the doc string.
12167
12168 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
12169
12170         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12171         Use car-safe to avoid bad parses.
12172
12173 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12174
12175         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
12176         names.
12177
12178         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
12179
12180 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12181
12182         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
12183         header.
12184
12185         * message.el (message-draft-headers): Add Date.
12186         (message-headers-to-generate): Fix typo in docstring.
12187
12188         * nndraft.el (nndraft-required-headers): New variable.
12189         (nndraft-generate-headers): Use it.
12190
12191         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
12192
12193 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12194
12195         * gnus-registry.el (gnus-registry-wash-for-keywords)
12196         (gnus-registry-find-keywords): New functions to allow easy searching of
12197         articles that are in the registry.
12198
12199 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12200
12201         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12202         Use ietf-drums-parse-address instead of gnus-extract-address-components.
12203         Reported by Damien Elmes <damien@repose.cx>.
12204
12205 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12206
12207         * gnus.el (gnus-mime): Remove unused custom group.
12208
12209 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12210
12211         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
12212         "blank line" when searching for end of armor headers.
12213
12214 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12215
12216         * gmm-utils.el (gmm-write-region): Fix variable name.
12217
12218 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12219
12220         * gmm-utils.el (gmm-write-region): New function based on compatibility
12221         code from `mm-make-temp-file'.
12222
12223         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
12224
12225         * nnmaildir.el (nnmaildir--update-nov)
12226         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
12227         Use `gmm-write-region'.
12228
12229 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12230
12231         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
12232         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12233
12234         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
12235
12236         * message.el (message-replacement-char): New variable.
12237         (message-fix-before-sending): Use it.
12238         (message-simplify-subject): New function to remove duplicate code.
12239         (message-reply, message-followup): Use it.
12240
12241         * gnus-sum.el (gnus-summary-make-menu-bar):
12242         Clarify gnus-summary-limit-to-articles.
12243
12244 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12245
12246         * gnus-util.el (gnus-with-local-quit): New macro.
12247
12248         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
12249
12250 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
12251
12252         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
12253         ignore non-string data.
12254
12255 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12256
12257         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
12258         non-string data (needs to be done in the registry too).
12259
12260 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12261
12262         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
12263         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
12264         (gnus-registry-split-fancy-with-parent)
12265         (gnus-registry-fetch-simplified-message-subject-fast)
12266         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
12267         Remove text properties on ingress into the registry and when it's saved.
12268         (gnus-registry-clean-empty-function): Fix bug with cleaning the
12269         registry from entries with no groups.
12270
12271 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12272
12273         * gnus-util.el (gnus-string-remove-all-properties): Add utility
12274         function to remove string properties.
12275
12276 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12277
12278         * gmm-utils.el (gmm): Adjust custom version.
12279
12280         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
12281         Adjust custom version.
12282
12283         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
12284
12285 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12286
12287         * gnus-art.el (gnus-insert-prev-page-button)
12288         (gnus-insert-next-page-button): Simplify.  Reformat.
12289
12290 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12291
12292         * gnus-art.el (gnus-insert-prev-page-button)
12293         (gnus-insert-next-page-button): Apply gnus-article-button-face.
12294
12295 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
12296
12297         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
12298
12299 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12300
12301         * gnus-art.el (gnus-insert-mime-button)
12302         (gnus-insert-mime-security-button):
12303         Apply gnus-article-button-face to MIME and security buttons.
12304
12305 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
12306
12307         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
12308         readable.
12309
12310 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12311
12312         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
12313
12314 2006-09-20  Steve Youngs  <steve@sxemacs.org>
12315
12316         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
12317         `browse-url-of-file' instead of `browse-url'.
12318
12319 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12320
12321         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12322         regexp.  Articles containing quotation were cut prematurely.
12323
12324 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12325
12326         * message.el (message-cite-original-1): Use nobody by default for the
12327         value of From header.
12328         (message-reply): Ditto.
12329
12330 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
12331
12332         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
12333         to the gnus-info.  This fixes a bug of inline-PGP message verification.
12334         Reported by Michael Piotrowski <mxp@dynalabs.de>.
12335
12336 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
12337
12338         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
12339         mails in the doc string.  Add some URLs in comment.
12340         (pop3-movemail): Warn about pop3-leave-mail-on-server.
12341
12342 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12343
12344         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
12345         backslashes handling and the way to find boundaries of quoted strings.
12346
12347 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
12348
12349         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
12350         mml1991-encrypt-to-self is set and mml1991-signers is not set.
12351         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
12352         mml2015-encrypt-to-self is set and mml2015-signers is not set.
12353
12354 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12355
12356         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
12357         doc string.
12358         (gnus-button-regexp, gnus-button-last): Remove unused variables.
12359
12360 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12361
12362         * lpath.el: Fbind epg-check-configuration.
12363
12364 2006-09-06  Simon Josefsson  <jas@extundo.com>
12365
12366         * mml2015.el (mml2015-use): Doc fix, mention epg.
12367
12368 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12369
12370         * mml2015.el (mml2015-use): Default to epg, if available.
12371
12372 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12373
12374         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
12375         message-sender.
12376         (mml1991-epg-encrypt): Ditto.
12377         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
12378         message-sender.
12379         (mml2015-epg-encrypt): Ditto.
12380
12381 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
12382
12383         * message.el (message-send-mail-with-sendmail): Look for sendmail in
12384         several common directories.
12385
12386 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
12387
12388         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
12389         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
12390
12391 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12392
12393         * gnus-art.el (article-decode-encoded-words): Make it fast.
12394
12395 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12396
12397         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
12398
12399         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
12400         in quoted string into `\'.
12401
12402 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12403
12404         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12405         Use standard-syntax-table.
12406
12407 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12408
12409         * gnus-art.el (gnus-decode-address-function): New variable.
12410         (article-decode-encoded-words): Use it to decode headers which are
12411         assumed to contain addresses.
12412         (gnus-mime-delete-part): Remove useless `or'.
12413
12414         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
12415         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
12416         (gnus-nov-parse-line): Use it to decode From header.
12417         (gnus-get-newsgroup-headers): Ditto.
12418         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
12419
12420         * mail-parse.el (mail-decode-encoded-address-region): New alias.
12421         (mail-decode-encoded-address-string): New alias.
12422
12423         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12424         New function.
12425         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
12426         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
12427         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
12428         (rfc2047-decode-string): Ditto.
12429         (rfc2047-decode-address-region): New function.
12430         (rfc2047-decode-address-string): New function.
12431
12432 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
12433
12434         * message.el (message-caesar-buffer-body): Allow rotating headers.
12435
12436         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
12437
12438         * message.el (message-insert-formated-citation-line): Fix %f.
12439         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
12440
12441 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12442
12443         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
12444         (gnus-bookmark-mouse-available-p): New macro.
12445         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
12446         (gnus-bookmark-bmenu-show-infos): Use it.
12447         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
12448         (gnus-bookmark-bmenu-hide-infos): Ditto.
12449         (gnus-bookmark-remove-properties): New function.
12450         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
12451         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
12452         (gnus-bookmark-write-file): Bind coding-system-for-write.
12453         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
12454         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
12455         group before selecting it.
12456         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
12457         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
12458         quit-window if it is not available; use gnus-mouse-2 and bind it to
12459         gnus-bookmark-bmenu-select-by-mouse.
12460         (gnus-bookmark-show-details): Remove unused variable `details-list'.
12461         (gnus-bookmark-bmenu-select-by-mouse): New function.
12462
12463 2006-08-13  Romain Francoise  <romain@orebokech.com>
12464
12465         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
12466         space.
12467
12468 2006-08-10  Romain Francoise  <romain@orebokech.com>
12469
12470         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
12471         (dns-mode-soa-auto-increment-serial): New user option.
12472         (dns-mode-soa-maybe-increment-serial): New function.
12473         (dns-mode): Add the latter to `write-contents-functions'.
12474
12475 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12476
12477         * compface.el (uncompface): Use binary rather than raw-text-unix.
12478
12479 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12480
12481         * compface.el (uncompface): Make sure the eol conversion doesn't take
12482         place when communicating with the external programs.
12483         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12484
12485 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12486
12487         * nnheader.el (nnheader-insert-head): Fix typo in comment.
12488
12489 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12490
12491         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12492         Make it more robust by parsing author and date independently.
12493
12494 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12495
12496         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
12497
12498 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
12499
12500         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
12501         first matching secret key.
12502         (mml2015-epg-encrypt): Ditto.
12503
12504         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
12505         first matching secret key.
12506         (mml1991-epg-encrypt): Ditto.
12507
12508         * mml2015.el (mml2015-encrypt-to-self): New user option.
12509         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
12510         mml2015-epg-encrypt-to-self is set.
12511
12512         * mml1991.el (mml1991-encrypt-to-self): New variable.
12513         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
12514         mml1991-epg-encrypt-to-self is set.
12515
12516         * mml2015.el (mml2015-signers): New user option.
12517         (mml2015-epg-sign): Reflect the value of mml2015-signers.
12518         (mml2015-epg-encrypt): Allow to select signing keys.
12519
12520         * mml1991.el (mml1991-signers): New variable.
12521         (mml1991-epg-sign): Reflect the value of mml1991-signers.
12522         (mml1991-epg-encrypt): Allow to select signing keys.
12523
12524 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12525
12526         * nnheader.el (nnheader-insert-head): Make it work even if the file
12527         uses CRLF for the line-break code.
12528
12529 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
12530
12531         * mml2015.el: Require mml-sec instead of password.
12532         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12533         (mml2015-cache-passphrase): Inherit the default value from
12534         mml-secure-cache-passphrase.
12535         (mml2015-passphrase-cache-expiry): Inherit the default value from
12536         mml-secure-passphrase-cache-expiry.
12537
12538         * mml1991.el: Require mml-sec instead of password.
12539         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12540         (mml1991-cache-passphrase): Inherit the default value from
12541         mml-secure-cache-passphrase.
12542         (mml1991-passphrase-cache-expiry): Inherit the default value from
12543         mml-secure-passphrase-cache-expiry.
12544
12545         * mml-sec.el: Require password.
12546         (mml-secure-verbose): New user option.
12547         (mml-secure-cache-passphrase): New user option.
12548         (mml-secure-passphrase-cache-expiry): New user option.
12549
12550 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
12551
12552         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12553         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
12554         andreas@altroot.de (Andreas Vögele).
12555
12556         FIXME: Use `tiny change'?
12557
12558 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12559
12560         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12561         workaround for the url package included with Emacs.
12562
12563         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12564
12565 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12566
12567         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12568         correctly.  This fixes a bug caused by the 2006-05-12 change.
12569
12570 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
12571
12572         * nnmail.el (nnmail-article-group): If splitting raises an error, give
12573         some information about the error when saying that the `bogus' mail
12574         group will be used.
12575
12576 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
12577
12578         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12579         string.
12580
12581 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12582
12583         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12584
12585 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12586
12587         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12588
12589 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12590
12591         * mml1991.el (mml1991-function-alist): Add epg.
12592         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12593         (mml1991-epg-encrypt): New functions.
12594
12595 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12596
12597         * mml2015.el (mml2015-verbose): New variable.
12598         (mml2015-cache-passphrase): Ditto.
12599         (mml2015-passphrase-cache-expiry): Ditto.
12600         (mml2015-function-alist): Add epg.
12601         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12602         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12603         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12604         New functions.
12605
12606 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12607
12608         * message.el (message-cite-original-1): Preserve region when removing
12609         quoted text due to X-No-Archive in order to avoid bogus attribution
12610         when citing multiple messages.
12611
12612 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12613
12614         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12615         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12616
12617 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12618
12619         * gnus-diary.el (gnus-user-format-function-d)
12620         (gnus-user-format-function-D): Autoload.
12621
12622         * imap.el (Commentary): Fix typo.
12623
12624         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12625         2006-04-22 contribution.
12626
12627 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12628
12629         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12630         It didn't really fix the bogosity I'm seeing with solid web groups.
12631
12632 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12633
12634         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12635         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12636         created using server names.  If we use the feature without declaring
12637         it, Gnus does not properly manage server and group state.
12638
12639         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12640         bound.
12641
12642 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12643
12644         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12645         looking up the method using GROUP's prefix before inventing a new one.
12646         It is used on killed/unknown groups in various places where returning
12647         an all-new method isn't expected by the caller.
12648
12649         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12650         and match semantics of gnus-group-real-prefix.
12651
12652 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12653
12654         * nnmail.el (nnmail-broken-references-mailers): New variable.
12655         (nnmail-ignore-broken-references): New function generalizing
12656         nnmail-fix-eudora-headers.
12657         (nnmail-fix-eudora-headers): Now obsolete.
12658
12659         * gnus-art.el (gnus-button-handle-custom):
12660         Support `customize-apropos*'.
12661
12662 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12663
12664         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12665
12666         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12667         articles.
12668
12669 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12670
12671         * message.el (message-cite-reply-above): New variable.
12672         (message-yank-original): Use it.
12673
12674 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12675
12676         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12677
12678 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12679
12680         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12681         as read.
12682
12683         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12684
12685 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12686
12687         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12688         (gnus-bookmark-default-file): Use gnus-directory.
12689         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12690         Remove "*" in doc string.
12691         (gnus-bookmark-write-file): Simplify.
12692         (gnus-bookmark-maybe-sort-alist): Use `when'.
12693         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12694         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12695         Add FIXME about Emacs 21 and XEmacs compatibility.
12696         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12697         compatibility.
12698         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12699         compatibility.
12700         (gnus-bookmark-menu-heading): Fix version.
12701
12702 2006-06-19  Bastien Guerry  <bzg@altern.org>
12703
12704         * gnus-bookmark.el: New file.
12705
12706 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12707
12708         * message.el (message-syntax-checks): Doc fix.
12709
12710 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12711
12712         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12713         unsubscribed groups as if they were killed ones.  It causes duplicate
12714         entries in gnus-newsrc-alist.
12715
12716 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12717
12718         * message.el (message-syntax-checks): Doc fix.
12719         (message-send-mail): Add check for continuation headers.
12720         (message-check-news-header-syntax): Fix regexp used to check for
12721         continuation headers.
12722
12723 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12724
12725         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12726
12727 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12728
12729         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12730
12731 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12732
12733         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12734         default-truncate-lines.
12735
12736 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12737
12738         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12739         to fill the utf-8 entry.
12740
12741         * lpath.el: Fbind unicode-precedence-list.
12742
12743 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12744
12745         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12746
12747 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12748
12749         * gnus-agent.el (directory-files-and-attributes): Move all the way
12750         forward (the third and final move).
12751         (gnus-agent-read-agentview): Trap reconstruction errors due to
12752         nonexistent directory.  Handle by returning nil.
12753
12754 2006-05-30  Didier Verna  <didier@xemacs.org>
12755
12756         * message.el (message-dont-reply-to-names): Update the custom type.
12757         * message.el (message-dont-reply-to-names): New defsubst: potentially
12758         convert a list of regexps into a single one.
12759         * message.el (message-get-reply-headers): Use it.
12760         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12761
12762 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12763
12764         * gnus-agent.el (directory-files-and-attributes): Move forward.
12765
12766 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12767
12768         * gnus-ml.el (gnus-mailing-list-subscribe)
12769         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12770         (gnus-mailing-list-message): Fix doc strings.
12771
12772 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12773
12774         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12775         of doing it manually.
12776
12777 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12778
12779         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12780         comment.
12781
12782 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12783
12784         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12785         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12786         (gnus-agent-read-local): All symbols allocated in my-obarray.
12787         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12788         (gnus-agent-regenerate-group): Check numeric names to see if they are
12789         messages or groups.
12790         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12791         better way of do this...)
12792
12793         * gnus-cache.el (gnus-agent-total-fetched-for):
12794         Ignore 'dummy.group' (there should be a better way of do this...)
12795
12796 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12797
12798         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12799         (gnus-saved-headers): Ditto.
12800         (gnus-default-article-saver): Mention functions may have properties.
12801         (gnus-article-save): Override gnus-save-all-headers and
12802         gnus-saved-headers by :headers property which saver function may have.
12803         (gnus-summary-save-in-file): Add :headers property.
12804         (gnus-summary-write-to-file): Ditto.
12805
12806         * gnus-sum.el (gnus-summary-save-article): Bind
12807         gnus-prompt-before-saving to t when saving many articles in a file;
12808         always show all headers.
12809
12810         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12811
12812 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12813
12814         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12815         marks.
12816
12817         * message.el (message-indent-citation): Add optional arguments to allow
12818         using it outside of message buffers.
12819
12820         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12821         (gnus-article-treat-unfold-headers): Use it.
12822         (gnus-article-truncate-lines): New variable.
12823         (gnus-article-mode): Use it.
12824         (gnus-article-toggle-truncate-lines): New function.
12825
12826         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12827         Add gnus-article-toggle-truncate-lines.
12828
12829         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12830         coding system in XEmacs, use binary.
12831
12832 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12833
12834         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12835         after-load-alist.
12836
12837         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12838         this function should save decoded articles.
12839         (gnus-summary-write-to-file): Use property to specify this function
12840         should save decoded articles and specify gnus-summary-save-in-file
12841         should be used to save articles other than the first one when saving
12842         many articles.
12843         (gnus-summary-save-body-in-file): Use property to specify this
12844         function should save decoded articles.
12845         (gnus-summary-write-body-to-file): Use property to specify this
12846         function should save decoded articles and specify
12847         gnus-summary-save-body-in-file should be used to save articles other
12848         than the first one when saving many articles.
12849
12850         * gnus-sum.el (gnus-summary-save-article): Simplify.
12851
12852 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12853
12854         * gnus-art.el (gnus-default-article-saver):
12855         Add gnus-summary-write-body-to-file.
12856         (gnus-article-save-coding-system): Don't use coding system object
12857         in XEmacs.
12858         (gnus-read-save-file-name): Add optional `dir-var' argument which
12859         specifies directory in which files are saved; work even if optional
12860         `variable' argument is not specified.
12861         (gnus-summary-write-to-file): Read file name.
12862         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12863         (gnus-summary-write-body-to-file): New function.
12864
12865         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12866         (gnus-summary-local-variables): Add it.
12867         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12868         (gnus-summary-save-article): Remove optional `decode' argument;
12869         determine whether to decode articles by the value of
12870         gnus-default-article-saver; when saving many files using
12871         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12872         it first and use gnus-summary-save-in-file or
12873         gnus-summary-save-body-in-file thereafter unless
12874         gnus-prompt-before-saving is always; move point to article which
12875         will be saved.
12876         (gnus-summary-save-article-file): Revert.
12877         (gnus-summary-write-article-file): Revert.
12878         (gnus-summary-save-article-body-file): Revert.
12879         (gnus-summary-write-article-body-file): New function.
12880
12881 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12882
12883         * gnus-art.el (gnus-default-article-saver): Doc fix.
12884         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12885         from gnus-summary-save-article-coding-system, and default to a
12886         certain coding system.
12887         (gnus-output-to-file): Add coding cookie and encode text according
12888         to gnus-article-save-coding-system; don't use mm-append-to-file.
12889
12890         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12891         gnus-art.el and rename to gnus-article-save-coding-system.
12892         (gnus-summary-save-article): Require gnus-art; don't show all
12893         headers if it decodes articles; don't add coding cookie here;
12894         don't bind mm-text-coding-system-for-write.
12895         (gnus-summary-save-article-file): Save decoded articles.
12896         (gnus-summary-write-article-file): When saving many files, use
12897         gnus-summary-write-to-file first and gnus-summary-save-in-file
12898         thereafter unless gnus-prompt-before-saving is always.
12899         (gnus-summary-save-article-body-file): Save decoded articles.
12900
12901         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12902
12903 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12904
12905         * nnrss.el (nnrss-check-group): Bind hash-index.
12906
12907 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12908
12909         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12910         its hash index.  Store this hash in `nnrss-group-data'.
12911         (nnrss-read-group-data): Update accordingly.
12912
12913 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12914
12915         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12916         entry.
12917
12918         * gnus-sum.el (gnus-summary-make-menu-bar):
12919         Add gnus-article-browse-html-article.
12920
12921 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12922
12923         * gnus-sum.el (gnus-summary-mime-map):
12924         Add gnus-article-browse-html-article.
12925
12926         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12927
12928 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12929
12930         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12931         suitable coding systems in customize.
12932
12933 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12934
12935         * mail-source.el (mail-sources): Fix custom type.
12936
12937 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12938
12939         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12940         (gnus-summary-expire-articles-now): Shorten prompt.
12941
12942         * gmm-utils.el (wid-edit): Require.
12943         (defun-gmm): Rename from `gmm-defun-compat'.
12944         (gmm-image-search-load-path): Use it.
12945         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12946
12947 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12948
12949         * gnus-sum.el (gnus-summary-save-article-coding-system):
12950         New variable.
12951         (gnus-summary-save-article): Add optional `decode' argument.
12952         If it is set and gnus-summary-save-article-coding-system is non-nil,
12953         save decoded article.
12954         (gnus-summary-write-article-file): Save decoded article if
12955         gnus-summary-save-article-coding-system is non-nil.
12956
12957         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12958         type.
12959
12960 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12961
12962         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12963
12964 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12965
12966         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12967         first to test gnus-single-article-buffer which may be buffer-local.
12968
12969         * gnus-sum.el (gnus-summary-setup-buffer):
12970         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12971         group; make gnus-article-buffer, gnus-article-current, and
12972         gnus-original-article-buffer always buffer-local.
12973         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12974         group.
12975         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12976
12977 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12978
12979         * nnml.el (nnml-request-compact-group): Compressed files might not
12980         have .gz extension.
12981
12982 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12983
12984         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12985         (mm-copy-to-buffer): Use with-current-buffer.
12986         (mm-display-part): Simplify.
12987         (mm-inlinable-p): Add optional arg `type'.
12988
12989 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12990
12991         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12992         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12993         Try harder to show the attachment internally or externally using
12994         gnus-mime-view-part-as-type.
12995
12996 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12997
12998         * message.el (message-from-style, message-signature-separator)
12999         (message-user-organization-file, message-send-mail-function)
13000         (message-citation-line-function, message-yank-prefix)
13001         (message-indent-citation-function, message-signature)
13002         (message-signature-file, message-signature-insert-empty-line):
13003         Remove autoloads.
13004
13005         * gnus-art.el (gnus-buttonized-mime-types):
13006         Remove "multipart/signed".  Revert 2006-04-26 change.
13007
13008 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13009
13010         * gnus.el (gnus-version-number): Bump version.
13011
13012 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13013
13014         * gnus.el: No Gnus v0.5 is released.
13015
13016 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13017
13018         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
13019         fetching articles by message-id.
13020
13021 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13022
13023         * message.el (hashcash): Require hashcash as normal.
13024
13025         * ecomplete.el (ecomplete-highlight-match-line):
13026         Use point-at-eol.
13027         (ecomplete-highlight-match-line): Use `highlight', because that
13028         face exists in both Emacs and XEmacs.
13029
13030         * message.el (message-display-abbrev): Use point-at-bol.
13031
13032         * mail-source.el: Don't require timer/timer-funcs.
13033
13034         * gnus-async.el: Ditto.
13035
13036         * password.el: Ditto.
13037
13038         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
13039
13040         * mm-url.el: Ditto.
13041
13042         * gnus-xmas.el: Don't require timer-funcs.
13043
13044         * mm-util.el: Require timer/timer-funcs.
13045
13046 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13047
13048         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
13049         Close.
13050
13051 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13052
13053         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
13054         unibyte after clear-decrypt function runs.
13055
13056         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
13057         returns as a unibyte string.
13058
13059 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13060
13061         * lpath.el: Revert.
13062
13063         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
13064         (pgg-gpg-process-sentinel): Revert.
13065
13066         * pgg-pgp.el (pgg-pgp-process-region): Revert.
13067         (pgg-pgp-lookup-key): Revert.
13068
13069         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
13070         (pgg-pgp5-lookup-key): Revert.
13071
13072         * pgg.el (pgg-fetch-key): Revert.
13073
13074 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13075
13076         * lpath.el: Fbind string-as-multibyte for XEmacs.
13077
13078         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
13079         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
13080         (mml1991-pgg-encrypt): Ditto.
13081
13082         * pgg-gpg.el (pgg-string-to-multibyte): New function.
13083         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
13084         a multibyte buffer.
13085
13086         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
13087         (pgg-pgp-lookup-key): Ditto.
13088
13089         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
13090         (pgg-pgp5-lookup-key): Ditto.
13091
13092         * pgg.el (pgg-fetch-key): Ditto.
13093
13094 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
13095
13096         * message.el (message-user-organization-file): Check several
13097         locations of the organization file.
13098
13099         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
13100         Add gnus-article-view-part-as-type.
13101
13102         * gnus-art.el (gnus-article-view-part-as-type): New function.
13103
13104         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
13105         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
13106
13107         * mml.el: Simplify autoload.
13108         (mml-mode): defvar dnd-protocol-alist instead of using
13109         symbol-value.
13110         (mml-default-directory): New variable.
13111         (mml-minibuffer-read-file): Use it.
13112         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
13113
13114         * message.el (message-citation-line-format): New variable.
13115         (message-insert-formated-citation-line): New function.
13116         (message-citation-line-function):
13117         Add `message-insert-formated-citation-line' to custom type.
13118
13119         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
13120         to doc string.
13121
13122         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
13123         depending on mm-verify-option.
13124
13125 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13126
13127         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
13128         binding pgg-* variables; reimplement the section which prevents
13129         MIME header from being signed.
13130         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
13131         pgg-text-mode; remove a blank line at the top of body.
13132
13133         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
13134         lines at the top of body; use gnus-newsgroup-charset if there's no
13135         Charset header.
13136
13137 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13138
13139         * message.el (message-self-insert-commands): Doc fix.
13140
13141         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
13142         (mm-uu-pgp-encrypted-test): Ditto.
13143         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
13144         between header and body; return application/pgp-encrypted handle
13145         if decryption failed; decode decrypted body by charset.
13146
13147         * mm-decode.el (mm-automatic-display): Don't make application/pgp
13148         element match to application/pgp-*.
13149
13150 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13151
13152         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
13153         HTML.
13154
13155 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13156
13157         * mail-source.el (mail-source-call-script): Message the error
13158         string.
13159
13160 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13161
13162         * gnus-util.el (gnus-byte-compile): Use it.
13163
13164 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
13165
13166         * gnus-util.el (kill-empty-logs): New function.
13167
13168 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13169
13170         * message.el (message-mail-alias-type): Doc fix.
13171         (message-mail-alias-type-p): New function.
13172         (message-send): Use it.
13173         (message-mode): Ditto.
13174         (message-strip-forbidden-properties): Ditto.
13175
13176         * ecomplete.el (ecomplete-database-file-coding-system):
13177         New variable.
13178         (ecomplete-save): Use it.
13179         (ecomplete-setup): Use it.
13180
13181 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13182
13183         * message.el (message-self-insert-commands): New variable.
13184         (message-strip-forbidden-properties): Use it.
13185
13186 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13187
13188         * message.el (message-put-addresses-in-ecomplete): Use a regexp
13189         that doesn't make XEmacs choke.
13190
13191 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
13192
13193         * gnus-util.el (gnus-replace-in-string):
13194         Prefer replace-regexp-in-string over of replace-in-string.
13195
13196 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13197
13198         * gnus-util.el (gnus-select-frame-set-input-focus):
13199         Use select-frame-set-input-focus if it is available in XEmacs; use
13200         definition defined in Emacs 22 for old Emacsen.
13201
13202         * dgnushack.el: Autoload unmorse-region for XEmacs.
13203
13204         * lpath.el: Bind cursor-in-non-selected-windows and
13205         select-frame-set-input-focus for XEmacs.
13206
13207 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13208
13209         * mm-view.el (mm-inline-text): Use equal instead of equalp.
13210
13211 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
13212
13213         * gnus-registry.el (gnus-registry-cache-save): Remove text
13214         properties when saving via the temp buffer.
13215
13216 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13217
13218         * message.el (message-generate-hashcash): Honor custom type.
13219
13220 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13221
13222         * message.el (message-generate-hashcash): Default to non-nil when
13223         hashcash is found.
13224
13225         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
13226         (gnus-refer-thread-limit): Increase default to 500.
13227
13228         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
13229
13230         * flow-fill.el (fill-flowed): Allow delete-space.
13231
13232 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13233
13234         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13235         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
13236         Remove autoloads.
13237
13238 2006-04-18  Simon Josefsson  <jas@extundo.com>
13239
13240         * message.el (message-generate-hashcash): Default to.
13241
13242 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13243
13244         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13245         concatenating segments rather than before concatenating them.
13246
13247 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13248
13249         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
13250
13251 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13252
13253         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
13254
13255         * message.el (message-forward-make-body-plain):
13256         Allow message-forward-ignored-headers to be a list.
13257         (message-remove-ignored-headers): Factor out into function.
13258         (message-forward-make-body-mml): Use it.
13259
13260         * imap.el (imap-quote-specials): New function.
13261         (imap-login-auth): Quote specials.
13262
13263         * rfc2231.el (rfc2231-parse-string): Remove dead code.
13264         (rfc2231-parse-string): Allow concatanation of parameters that
13265         aren't contiguous.  The test case is
13266           (mail-header-parse-content-type "message/external-body;
13267             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
13268             access-type=LOCAL-FILE;
13269             name*1*=plugh%2fhello-sailor%2fbing.pdf")
13270
13271 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13272
13273         * nntp.el (nntp-accept-process-output): Return the value of
13274         `nnheader-accept-process-output'.
13275
13276 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13277
13278         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
13279         (gnus-button-alist): Recognize more diff formats.
13280         (gnus-button-patch): Strip directory.
13281
13282 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13283
13284         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
13285         Emacs 22 when setting focus.
13286
13287 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13288
13289         * gnus-art.el (gnus-article-treat-types): Do treatment of
13290         text/x-verbatim parts.
13291         (gnus-button-patch): New command.
13292
13293         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
13294         addresses that contain invalid characters.
13295
13296 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13297
13298         * message.el (message-put-addresses-in-ecomplete):
13299         Use gnus-replace-in-string.
13300         (message-is-yours-p): Use the more correct
13301         mail-header-parse-address instead of
13302         mail-extract-address-components.
13303         (message-put-addresses-in-ecomplete): Fix typo.
13304
13305         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
13306         keystroke.
13307
13308         * gnus-art.el (gnus-treatment-function-alist): Change order of
13309         newsgroups/generic header folding to avoid double-folding.
13310
13311         * message.el (message-hidden-headers): Add X-Draft-From.
13312
13313         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
13314         New command.
13315         (gnus-summary-repeat-search-article-backward): New command.
13316
13317         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
13318         groups in the parent topic.
13319
13320 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
13321
13322         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
13323         (spam-extra-header-to-number): Return the CRM114 number as a
13324         number instead of a string.
13325
13326 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13327
13328         * gnus-art.el (gnus-face-properties-alist): Move here from
13329         gnus-fun.
13330
13331         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
13332
13333 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13334
13335         * message.el (message-strip-forbidden-properties): Only display on
13336         self-insert-command.
13337
13338         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
13339         reindent.
13340         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
13341
13342 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
13343
13344         * smiley.el (smiley-style): Fix typo.
13345
13346 2006-03-23  Kenichi Handa  <handa@m17n.org>
13347
13348         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
13349         instead of set-buffer-multibyte.
13350
13351 2006-03-23  Kenichi Handa  <handa@m17n.org>
13352
13353         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13354         buffer and then decode the buffer text if necessary.
13355         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13356         first, and after mm-encode-body, change the buffer to unibyte.
13357
13358 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13359
13360         * hashcash.el (hashcash-insert-payment-async-2):
13361         Use message-goto-eoh instead of doing it manually.
13362         (mail-add-payment): Use message-narrow-to-header instead of trying
13363         to do the same itself.
13364
13365         * message.el (message-hidden-headers): Add Face.
13366
13367         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
13368         reparenting code.
13369         (gnus-summary-reparent-children): Refactored out code.
13370         (gnus-summary-thread-map): New keystroke.
13371         (gnus-summary-reparent-children): Make into command.
13372
13373         * smiley.el (smiley-style): Default to `medium' if using a large
13374         font.
13375
13376         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
13377         does it itself.
13378
13379         * message.el (message-point-in-header-p): Simplify definition.
13380
13381 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13382
13383         * nnagent.el (nnagent-request-set-mark): Silence log file
13384         writing.
13385         (nnagent-request-set-mark): Use write-region instead of
13386         append-to-file.
13387
13388         * gnus-sum.el (gnus-read-header): Fudge article number if using a
13389         strange select method.
13390
13391         * ecomplete.el (ecomplete-display-matches): Get highlightling
13392         right.
13393         (ecomplete-display-matches): Use literals.
13394         (ecomplete-display-matches): Disable message logging.
13395
13396         * message.el (message-display-abbrev): Small optimization.
13397
13398         * ecomplete.el (ecomplete-display-matches): Allow automatic
13399         display.
13400
13401         * message.el (message-strip-forbidden-properties):
13402         Display abbrevs.
13403         (message-display-abbrev): Get automatic display right.
13404
13405         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
13406         keystrokes.
13407
13408 2006-04-13  Romain Francoise  <romain@orebokech.com>
13409
13410         TODO: Backport to v5-10!
13411
13412         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
13413         Move here (and rename) from gnus-registry.el.
13414
13415         * gnus-registry.el: Require gnus-util.
13416         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
13417
13418 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13419
13420         * gnus-group.el (gnus-group-catchup-current):
13421         Change if-then-else-if-then-else into cond.
13422         (gnus-group-catchup): Indent.
13423         (group-name-at-point): New function.
13424         (gnus-fetch-group): Provide default from thing at point.
13425
13426 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13427
13428         * message.el (message-display-abbrev): Fix regexp.
13429
13430         * ecomplete.el (ecomplete-highlight-match-line):
13431         Reimplement choosing.
13432         (ecomplete-highlight-match-line): Fix up code rewrite, remove
13433         dead variables.
13434
13435         * message.el (message-newline-and-indent): Remove debugging.
13436         (message-display-abbrev): Use new implementation.
13437
13438 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13439
13440         * gnus-art.el (gnus-article-mode):
13441         Set cursor-in-non-selected-windows to nil.
13442
13443         * smiley.el: Revert previous change.
13444         (smiley-data-directory): defvar it before using it in the
13445         defcustom of `smiley-style'.
13446
13447 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13448
13449         * message.el (message-newline-and-indent): New function.
13450
13451         * ecomplete.el: Implement more bits.
13452
13453         * message.el (message-put-addresses-in-ecomplete): Clean up the
13454         string.
13455
13456         * ecomplete.el (ecomplete-add-item): Chop off decimals.
13457
13458         * gnus-sum.el (gnus-summary-save-parts):
13459         Bind gnus-summary-save-parts-counter and use it to make unique file
13460         names.
13461
13462         * gnus-art.el (gnus-ignored-headers): Add some more headers.
13463
13464         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
13465         parameter to say whether to actually parse the individual
13466         addresses.
13467
13468         * message.el (message-put-addresses-in-ecomplete): New function.
13469         (ecomplete): Require.
13470         (message-mail-alias-type): Add ecomplete as an option.
13471
13472 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
13473
13474         * flow-fill.el (fill-flowed): Remove trailing space from blank
13475         quoted lines.
13476
13477 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13478
13479         * smiley.el (smiley-style): Move definition later to avoid a
13480         compilation warning.
13481
13482 2006-04-12  Kenichi Handa  <handa@m17n.org>
13483
13484         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13485         buffer and then decode the buffer text if necessary.
13486         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13487         first, and after mm-encode-body, change the buffer to unibyte.
13488         Use mm-disable-multibyte instead of set-buffer-multibyte.
13489
13490 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13491
13492         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
13493         Content-Type header instead of Content-Disposition header.
13494         (gnus-mime-inline-part): Ditto.
13495         (gnus-mime-view-part-as-charset): Ignore charset that the part
13496         specifies.
13497
13498         * mm-decode.el (mm-display-part): Work with external parts and
13499         usual parts similarly.
13500
13501         * mm-extern.el (mm-inline-external-body): Use mm-display-part
13502         instead of gnus-display-mime.
13503
13504         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
13505         instead of with-temp-buffer.
13506
13507         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
13508         tag to summarized topics part in order to encode non-ASCII text.
13509
13510 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13511
13512         * smiley.el (smiley-style): New variable.
13513         (smiley-directory): New function.
13514         (smiley-data-directory): Derive from `smiley-style' using
13515         `smiley-directory'.
13516         (smiley-regexp-alist): Add new entries.
13517
13518         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
13519         (gnus-article-browse-delete-temp): Add :version.
13520
13521 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
13522
13523         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
13524         the sieve region.
13525
13526 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13527
13528         * gnus.el (gnus-version-number): Bump version.
13529
13530 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13531
13532         * gnus.el: No Gnus v0.4 is released.
13533
13534 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13535
13536         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13537         layout.
13538
13539         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13540         unknown charset.
13541
13542         * message.el (message-header-synonyms): Add Original-To to the
13543         default.
13544
13545         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13546         optional parameter.
13547
13548 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13549
13550         * gnus-fun.el (gnus): Require it for gnus-directory.
13551
13552 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13553
13554         * gnus-fun.el (gnus-face-properties-alist): Add :version.
13555
13556 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13557
13558         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13559
13560 2006-04-05  Simon Josefsson  <jas@extundo.com>
13561
13562         * password.el (password-reset): New function.
13563
13564 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13565
13566         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13567         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13568
13569 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13570
13571         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13572         Some whitespace was matched into the url, which broke browsing hits
13573         > 100 when mm-url-use-external was nil.
13574
13575 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13576
13577         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13578         Check gnus-extra-headers for 'Newsgroups.
13579
13580         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13581         bound.
13582
13583 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13584
13585         * pgg-gpg.el: Clean up process buffers every time gpg processes
13586         complete.
13587
13588 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13589
13590         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13591         doc string.
13592
13593 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13594
13595         * pgg-gpg.el (pgg-gpg-process-filter)
13596         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13597
13598         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13599         lines, temporary fix.
13600
13601 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13602
13603         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13604
13605 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13606
13607         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13608         default-enable-multibyte-characters.  This reverts the change from
13609         revision 6.17 which is no longer necessary because the passphrase
13610         is sent separately now.  GnuPG messages are unreadable under
13611         multibyte locales with default-enable-multibyte-characters set to
13612         nil.
13613
13614 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13615
13616         * message.el (message-tool-bar-gnome): Move "spell".
13617
13618 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13619
13620         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13621         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13622         instead.
13623
13624 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13625
13626         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13627         Improve newsgroups handling for NNTP overviews which don't include
13628         Newsgroups.
13629
13630 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13631
13632         * message.el (message-resend): Bind message-generate-hashcash to nil.
13633
13634 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13635
13636         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13637         when searching for already-paid recipients.
13638
13639 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13640
13641         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13642         passphrases when it is not needed.
13643         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13644         passphrase stuff from gpg, should only be necessary when you use
13645         gpg with a smartcard.
13646
13647 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13648
13649         * mml.el (mml-insert-mime): Ignore cached contents of
13650         message/external-body part.
13651
13652         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13653         (mm-insert-part): Ditto.
13654
13655 2006-03-23  Simon Josefsson  <jas@extundo.com>
13656
13657         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13658         Reiner.
13659         (pgg-gpg-use-agent-p): Use it again.
13660
13661 2006-03-23  Simon Josefsson  <jas@extundo.com>
13662
13663         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13664         older emacsen.
13665         (pgg-gpg-use-agent-p): Don't use it.
13666
13667 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13668
13669         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13670         if we can.
13671
13672 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13673
13674         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13675         (pgg-gpg-update-agent): New function.
13676         (pgg-gpg-use-agent-p): New function.
13677         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13678         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13679         (pgg-gpg-sign-region): Use it.
13680
13681 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13682
13683         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13684         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13685
13686 2006-03-21  Simon Josefsson  <jas@extundo.com>
13687
13688         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13689         <wilde@sha-bang.de>.
13690         (pgg-gpg-use-agent): New variable.
13691         (pgg-gpg-process-region): Use it.
13692         (pgg-gpg-encrypt-region): Likewise.
13693         (pgg-gpg-encrypt-symmetric-region): Likewise.
13694         (pgg-gpg-decrypt-region): Likewise.
13695         (pgg-gpg-sign-region): Likewise.
13696         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13697
13698 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13699
13700         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13701
13702         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13703         Add comment on version.
13704
13705 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13706
13707         * smiley.el: Add missing test smiley.
13708
13709 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13710
13711         * mm-decode.el (mm-with-part): New macro.
13712         (mm-get-part): Use it; work with message/external-body as well.
13713         (mm-save-part): Treat name and filename equally.
13714
13715         * mm-extern.el (mm-extern-cache-contents): New function.
13716         (mm-inline-external-body): Use it; force the part to be displayed;
13717         move undisplayer added to the cached handle to the parent.
13718
13719         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13720         (gnus-mime-view-part-as-type): Work with message/external-body.
13721
13722         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13723
13724 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13725
13726         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13727         images in image-load-path.  [Sync with image.el, revision 1.60, in
13728         Emacs.]
13729
13730 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13731
13732         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13733         path rather than symbol.  Always return list of directories.
13734         Guarantee that image directory comes first.  [Sync with image.el,
13735         revision 1.59, in Emacs.]
13736
13737         * message.el (message-make-tool-bar): Adjust to new API of
13738         `gmm-image-load-path-for-library'.
13739
13740         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13741
13742         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13743
13744 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13745
13746         * gnus-art.el (gnus-article-only-boring-p):
13747         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13748         intangible text.
13749         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13750
13751 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13752
13753         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13754         Use `defun' instead of `gmm-defun-compat'.
13755
13756 2006-03-14  Simon Josefsson  <jas@extundo.com>
13757
13758         * message.el (message-unique-id): Don't use message-number-base36
13759         if (user-uid) is a float.
13760         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13761
13762 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13763
13764         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13765
13766         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13767         empty line between a part and a message part.
13768
13769 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13770
13771         * smiley.el: Add more test smileys.
13772         (smiley-data-directory, smiley-regexp-alist)
13773         (gnus-smiley-file-types): Fix doc strings.
13774         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13775         adding new elements.
13776         (smiley-mouse-map): Unused code.  Make it a comment.
13777
13778 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13779
13780         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13781         scan latest NoCeM messages instead of old ones.
13782         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13783         delimiters that are recently used.
13784         (gnus-nocem-load-cache): Add autoload cookie.
13785
13786         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13787
13788         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13789         level which is larger than gnus-use-nocem is specified.
13790
13791         * gnus-group.el (gnus-group-get-new-news): Ditto.
13792
13793 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13794
13795         * gnus-util.el (gnus-tool-bar-update): New function.
13796
13797         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13798         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13799
13800         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13801
13802         * gnus-group.el (gnus-group-redraw-when-idle)
13803         (gnus-group-redraw-check): Remove.
13804         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13805
13806 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13807
13808         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13809         if optional last element is specified in splits (FIELD VALUE...).
13810
13811 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13812
13813         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13814         to gmm-image-load-path-for-library.  Call with no-error argument.
13815         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13816
13817         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13818
13819         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13820
13821         * gmm-utils.el (gmm-image-load-path): Remove alias.
13822
13823 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13824
13825         * gmm-utils.el (gmm-image-load-path): Add alias.
13826
13827         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13828         nnml-generate-nov-databases-1.
13829         (nnml-generate-nov-databases): Use it.
13830         (nnml-generate-nov-databases-directory): Document no-active
13831         argument.
13832
13833         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13834         directory if path is t.  Add no-error.
13835
13836         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13837         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13838
13839         * gnus-art.el (gnus-article-browse-delete-temp-files):
13840         Simplify resetting gnus-article-browse-html-temp-list.
13841
13842         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13843         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13844         Add example to docstring.  Rename local variables.  Move error
13845         checks to default case in cond and simplify.
13846
13847 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13848
13849         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13850         handle is multipart when calling it recursively.
13851         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13852
13853 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13854
13855         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13856         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13857
13858 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13859
13860         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13861         is loaded.
13862
13863         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13864         loaded.
13865
13866 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13867
13868         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13869         to "Emacs 23 (unicode)" in doc string.
13870
13871         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13872         "Emacs 23 (unicode)" in comment.
13873
13874 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13875
13876         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13877
13878         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13879         characters 160 through 255 in Emacs 23.
13880
13881 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13882
13883         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13884         gnus-article-browse-html-temp.
13885         (gnus-article-browse-delete-temp): Make it customizable.
13886         Add `file'.  Adjust doc string.
13887         (gnus-article-browse-delete-temp-files): Add argument.
13888         Allow query for each file.  Adjust doc string.
13889         (gnus-article-browse-html-parts):
13890         Add `gnus-article-browse-delete-temp-files' to
13891         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13892
13893 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13894
13895         * gnus-art.el (gnus-article-browse-html-temp)
13896         (gnus-article-browse-delete-temp): New variables.
13897         (gnus-article-browse-delete-temp-files): New function.
13898         (gnus-article-browse-html-parts): Use it.
13899
13900 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13901
13902         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13903
13904         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13905         string.
13906
13907         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13908         gnus-summary-insert-new-articles when unplugged.
13909         Remove gnus-summary-search-article-forward.
13910
13911         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13912         display-visual-class instead of display-color-cells.
13913
13914 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13915
13916         * dgnushack.el: Autoload customize-group for XEmacs.
13917
13918         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13919         message/* containing non-ASCII text properly.
13920
13921 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13922
13923         * message.el: Require gmm-utils, remove autoloads.
13924         (message-tool-bar): Set default based on
13925         gmm-tool-bar-style.
13926         (message-tool-bar-gnome): Add gmm-customize-mode.
13927
13928         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13929         gmm-tool-bar-style.
13930         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13931
13932         * gnus-group.el (gnus-group-tool-bar): Set default based on
13933         gmm-tool-bar-style.
13934         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13935
13936         * gmm-utils.el (gmm-image-directory): Rename variable from
13937         gmm-image-load-path.
13938         (gmm-image-load-path): Use gmm-image-directory.
13939         (gmm-customize-mode): New function.
13940         (gmm-tool-bar-style): New variable.
13941
13942         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13943         gnus-group-redraw-line-number.
13944         (gnus-group-redraw-check): Simplify.
13945         (gnus-group-tool-bar-update): Remove redraw check.
13946         (gnus-group-make-tool-bar): Add redraw check.
13947
13948 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13949
13950         * gnus-art.el (gnus-button): Add missing parentheses.
13951
13952 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13953
13954         * lpath.el: Fbind line-number-at-pos.
13955
13956 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13957
13958         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13959
13960 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13961
13962         * gnus-art.el (gnus-button): New face.
13963         (gnus-article-button-face): Use it.
13964
13965         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13966         Add gnus-summary-next-page.  Re-order.
13967
13968         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13969         next-node are now included.
13970         (gnus-group-redraw-line-number): New internal variable.
13971         (gnus-group-redraw-check): Helper function for updating the tool
13972         bar.
13973         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13974
13975         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13976
13977         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13978         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13979         Use it to match format of Spamassassin 3.0 and later.
13980         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13981         (spam-check-bogofilter)
13982         (spam-bogofilter-register-with-bogofilter): Fix args of
13983         `gnus-error' calls.
13984
13985 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13986
13987         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13988         unnecessary interaction when sending queued mails.
13989         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13990
13991 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13992
13993         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13994         first or last are nil.
13995
13996 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13997
13998         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13999
14000 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14001
14002         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
14003
14004 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14005
14006         * dns.el (query-dns): Protect more against buggy tcp output.
14007
14008 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14009
14010         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
14011         nov.php.
14012
14013 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14014
14015         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
14016         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
14017         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
14018         output on the server side.
14019         (nnweb-google-create-mapping): Update regexps and add some
14020         progress indication.
14021
14022 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
14023
14024         * gnus-group.el (gnus-group-tool-bar-gnome):
14025         Fix gnus-agent-toggle-plugged.  Re-order icons.
14026         (gnus-group-tool-bar-gnome):
14027         Add gnus-group-{prev,next}-unread-group.
14028         (gnus-group-tool-bar-gnome): Re-order icons.
14029
14030         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14031         Move gnus-summary-insert-new-articles.
14032
14033         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
14034         Fix comments.
14035
14036         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
14037         also available in Emacs 21.3.
14038
14039         * message.el (message-fix-before-sending): Change "Emacs 22" to
14040         "Emacs 23 (unicode)" in comment.
14041
14042         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
14043         "Emacs 23 (unicode)" in comment.
14044
14045         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
14046         comment.
14047         (mm-coding-system-p): Add comment about no-MULE XEmacs.
14048
14049         * mm-view.el (mm-fill-flowed): Add :version.
14050
14051 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14052
14053         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
14054         and load-path.
14055
14056 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
14057
14058         * message.el: Autoload gmm-image-load-path.
14059         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
14060         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
14061         consitency.
14062
14063         * gmm-utils.el (gmm-image-load-path): Also search in
14064         "../etc/images".  Don't set gmm-image-load-path if we don't find
14065         the image.
14066
14067 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14068
14069         * gmm-utils.el (gmm-image-load-path): Don't make
14070         `gmm-image-load-path' include subdirectories which the second arg
14071         `image' might specify.
14072
14073         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
14074         subdirectory to icon file names.
14075
14076         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
14077
14078 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14079
14080         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
14081         gmm-image-load-path calls.
14082
14083         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14084
14085         * message.el (message-make-tool-bar): Ditto.
14086
14087         * mml.el (mml-preview): Add comment concerning tool bar icons.
14088
14089         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
14090         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
14091
14092         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
14093         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
14094
14095         * message.el (message-tool-bar-gnome): Use new icon names.
14096         (message-make-tool-bar): Use `gmm-image-load-path'.
14097
14098         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
14099         New functions from MH-E.
14100         (gmm-image-load-path): New variable from MH-E.
14101         (gmm-image-load-path): New function from MH-E.  Add arguments
14102         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
14103         *-image-load-path-called-flag.
14104
14105 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
14106
14107         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
14108
14109 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
14110
14111         * nnimap.el (nnimap-request-move-article): Change folder back to
14112         source group before deleting.
14113
14114 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
14115
14116         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
14117
14118         * gnus-art.el (mm-url-insert-file-contents-external):
14119         Autoload mm-url.
14120
14121         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
14122
14123 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14124
14125         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
14126         coding system which mm-charset-to-coding-system returns for a
14127         given charset is valid.
14128
14129 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
14130
14131         * html2text.el (html2text-remove-tag-list):
14132         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
14133
14134 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
14135
14136         * gnus-cus.el: Revert 2005-10-17 change.
14137
14138 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14139
14140         * gnus-art.el (article-strip-banner):
14141         Call article-really-strip-banner only when the regexp match is made.
14142
14143 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14144
14145         * gnus-art.el (article-strip-banner):
14146         Use gnus-extract-address-components instead of
14147         mail-header-parse-addresses to make it work with non-ASCII text;
14148         remove mail-encode-encoded-word-string.
14149
14150         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
14151         values which are surrounded with \"...\"; make it never cause a
14152         Lisp error; give up parsing of parameters if it failed in
14153         extracting type.
14154
14155 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
14156
14157         * smime.el (smime-cert-by-ldap-1): Fix bug where
14158         `smime-ldap-search' returns results without userCertificates.
14159
14160 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14161
14162         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
14163
14164 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14165
14166         * spam.el (spam-check-spamassassin-headers): Adapt format for
14167         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
14168         <ari@mbf.ocn.ne.jp>.
14169         (spam-list-of-processors): Add spam-use-gmane.
14170
14171 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14172
14173         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
14174         make-temp-file; make it work with XEmacs as well.
14175
14176         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
14177         mm-make-temp-file.
14178
14179         * mm-decode.el (mm-display-external): Use the 3rd arg of
14180         mm-make-temp-file.
14181         (mm-create-image-xemacs): Ditto.
14182
14183 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14184
14185         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
14186         with message-narrow-to-headers.
14187         (gnus-draft-setup): Narrow to header to run message-fetch-field.
14188         (gnus-draft-check-draft-articles): New function.
14189         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
14190
14191 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14192
14193         * gnus-art.el (gnus-article-browse-html-parts):
14194         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
14195         Don't use suffix argument for mm-make-temp-file for Emacs 21
14196         compatibility.  Remove useless `format'.
14197
14198 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14199
14200         * nnweb.el (nnweb-google-wash-article): Update regexps.
14201         (nnweb-group-alist): Use defvoo instead of defvar.
14202
14203 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14204
14205         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
14206         re-loading nn* modules.
14207
14208 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14209
14210         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
14211         for `tool-bar-mode' and don't check it's default-value.
14212
14213         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14214
14215         * message.el (message-make-tool-bar): Ditto.
14216
14217         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
14218         `substring'.  Shorten tmp-file name.
14219
14220         * gnus.el: Remove bogus comment.
14221
14222 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
14223
14224         * gnus-art.el (gnus-article-browse-html-parts): New function.
14225         (gnus-article-browse-html-article): New function for viewing html
14226         articles with a browser.
14227
14228 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
14229
14230         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
14231         in elisp.
14232         (pgg-gpg-encrypt-symmetric-region): Ditto.
14233         (pgg-gpg-sign-region): Ditto.
14234
14235         * pgg-def.el (pgg-text-mode): New variable.
14236
14237         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
14238         (mml2015-pgg-encrypt): Ditto.
14239
14240         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
14241         (mml1991-pgg-encrypt): Ditto.
14242
14243 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14244
14245         * nnfolder.el (nnfolder-insert-newsgroup-line):
14246         Use message-make-date instead of current-time-string.
14247
14248         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
14249         to gnus-decoded which mm-uu might set.
14250
14251 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14252
14253         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
14254         don't decode quoted parameters; remove misimported Emacs code.
14255         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14256         (rfc2231-decode-encoded-string): Don't use split-string which
14257         behaves differently according to Emacs version; use
14258         mm-decode-coding-region to convert charset to coding-system.
14259         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14260         (rfc2231-encode-string): Remove misimported Emacs code.
14261
14262 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14263
14264         * gnus-art.el (article-decode-charset): Don't use ignore-errors
14265         when calling mail-header-parse-content-type.
14266         (article-de-quoted-unreadable): Ditto.
14267         (article-de-base64-unreadable): Ditto.
14268         (article-wash-html): Ditto.
14269
14270         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
14271         calling mail-header-parse-content-type and
14272         mail-header-parse-content-disposition.
14273         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
14274         mail-header-parse-content-type.
14275
14276         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
14277         insert charset and format parameters; encode description after
14278         inserting it to buffer.
14279         (mml-insert-parameter): Fold lines properly even if a parameter is
14280         segmented into two or more lines; change the max column to 76.
14281
14282         * rfc1843.el (rfc1843-decode-article-body): Don't use
14283         ignore-errors when calling mail-header-parse-content-type.
14284
14285         * rfc2231.el (rfc2231-parse-string): Return at least type if
14286         possible; don't cause an error even if it fails in parsing of
14287         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14288         (rfc2231-encode-string): Don't break lines at the beginning, leave
14289         it to mml-insert-parameter.
14290
14291         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
14292         calling mail-header-parse-content-type.
14293
14294 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
14295
14296         * spam-report.el (spam-report-gmane-use-article-number):
14297         Improve doc string.
14298         (spam-report-gmane-internal): Check if a suitable header was found
14299         in the article.
14300
14301 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14302
14303         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
14304         (rfc2231-encode-string): Make param*=value always begin with LWSP.
14305
14306 2006-02-05  Romain Francoise  <romain@orebokech.com>
14307
14308         Update copyright notices of all files in the gnus directory.
14309
14310 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14311
14312         * nnweb.el (nnweb-request-group): Avoid growing overview files.
14313
14314 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14315
14316         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
14317         segmented lines of parameter value to cope with Thunderbird 1.5
14318         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
14319         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14320         (rfc2231-encode-string): Don't make lines exceeding 76 column.
14321
14322 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
14323
14324         * mml.el (mml-generate-mime-1): Correct the order of inline signed
14325         parts.
14326
14327 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14328
14329         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
14330         there's only one active file for all servers.
14331         (nnweb-request-scan): Make sure nnweb-articles is initialized on
14332         solid groups.  Gnus might have used a FAST request to select the group.
14333         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
14334         and nnweb-search redundantly in the active file.
14335         (nnweb-request-list): Don't list bogus groups.  There can only be one.
14336         (nnweb-request-create-group): Don't use ARGS.
14337         (nnweb-possibly-change-server, nnweb-request-group): Remove some
14338         initialisations.  Let nnoo do the work.
14339
14340 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14341
14342         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
14343         Say the part has been decoded.
14344
14345         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
14346
14347 2006-01-31  Kevin Ryde  <user42@zip.com.au>
14348
14349         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
14350         mailcap-viewer-test-cache when there's no 'test clause, since that
14351         will invert the meaning of a "nil" test previously determined by
14352         mailcap-mailcap-entry-passes-test.
14353
14354 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14355
14356         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
14357         compiling.
14358
14359         * gnus-sum.el: Ditto.
14360
14361         * message.el: Don't bind tool-bar-map when compiling.
14362
14363 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
14364
14365         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
14366
14367 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14368
14369         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
14370         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
14371         current Google Groups.
14372
14373 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
14374
14375         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
14376         and tool-bar-mode.
14377
14378         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
14379         and tool-bar-mode.
14380
14381         * message.el (message-tool-bar-update): Simplify.
14382         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
14383
14384         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
14385         gnus-summary-buffer.
14386         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
14387         gnus-summary-reply.
14388
14389         * gmm-utils.el (gmm): Add :version.
14390
14391 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14392
14393         * Makefile.in (clean): New rule.
14394         (distclean): Use it.
14395
14396 2006-01-26  Steve Youngs  <steve@sxemacs.org>
14397
14398         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
14399         Don't autoload.
14400
14401 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14402
14403         * gmm-utils.el (gmm-verbose): Add :group.
14404
14405 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
14406
14407         * message.el: Change some comments WRT tool-bars.
14408
14409         * gnus-sum.el (gnus-summary-tool-bar)
14410         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
14411         (gnus-summary-tool-bar-zap-list): New variables.
14412         (gnus-summary-make-tool-bar): Complete rewrite using
14413         `gmm-tool-bar-from-list'.
14414
14415         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
14416         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
14417         New variables.
14418         (gnus-group-make-tool-bar): Complete rewrite using
14419         `gmm-tool-bar-from-list'.
14420         (gnus-group-tool-bar-update): New function.
14421
14422         * message.el (message-mode-field-menu): Add "Show hidden Headers".
14423
14424 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14425
14426         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
14427         is dissected into a single part of which the type is the same as
14428         the given one; decode charset.
14429
14430 2006-01-21  Kevin Ryde  <user42@zip.com.au>
14431
14432         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
14433         into alists as symbol not string, since that's what
14434         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
14435         look for.
14436
14437 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
14438
14439         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
14440         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
14441
14442         * message.el (message-tool-bar-gnome): Use gmm-ignore.
14443
14444 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14445
14446         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
14447         (gnus-xmas-mime-security-button-menu): New function.
14448
14449         * gnus-art.el (gnus-mime-security-button-commands): New variable.
14450         (gnus-mime-security-button-menu): New definition.
14451         (gnus-mime-security-button-map): Use them.
14452         (gnus-mime-security-button-menu): New function.
14453         (gnus-insert-mime-security-button): Addition to help echo.
14454         (gnus-mime-security-run-function, gnus-mime-security-save-part)
14455         (gnus-mime-security-pipe-part): New functions.
14456
14457         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
14458         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
14459
14460         * mm-decode.el (mm-handle-set-disposition): Remove.
14461         (mm-handle-set-description): Remove.
14462
14463 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14464
14465         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
14466         (mm-w3m-standalone-supports-m17n-p): New function.
14467         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
14468         w3m usage.
14469
14470         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
14471         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
14472
14473 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14474
14475         * message.el (message-tool-bar-zap-list):
14476         Use gmm-tool-bar-zap-list as custom type.
14477         (message-tool-bar-update): New function.
14478         (message-tool-bar, message-tool-bar-gnome)
14479         (message-tool-bar-retro): Add message-tool-bar-update.
14480         (message-tool-bar-gnome): Add flyspell-buffer.
14481
14482         * gnus-util.el (gnus-error): Describe `args'.
14483
14484         * gmm-utils.el (gmm-error): Describe `args'.
14485         (gmm-tool-bar-zap-list): New widget.
14486         (gmm-tool-bar-from-list): Improve description of `zap-list'.
14487
14488 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14489
14490         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
14491         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
14492         the number of recursive calls.
14493
14494         * mm-decode.el (mm-handle-set-disposition): New macro.
14495         (mm-handle-set-description): New macro.
14496
14497 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14498
14499         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
14500         encoding.
14501
14502 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14503
14504         * message.el (message-tool-bar-zap-list, message-tool-bar)
14505         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
14506         (message-tool-bar-local-item-from-menu): Remove.
14507         (message-tool-bar-map): Replace by `message-make-tool-bar'.
14508         (message-make-tool-bar): New function.
14509         (message-mode): Use `message-make-tool-bar'.
14510
14511         * gmm-utils.el: New file.
14512         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
14513         (gmm-lazy): New widget copied from `nnmail.el'.
14514         (gmm-tool-bar-from-list): New function for creating customizable
14515         tool bars.
14516         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
14517         output.
14518         (gmm): Add :prefix to defgroup.
14519
14520 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
14521
14522         * gmm-utils.el (gmm-widget-p): New function.
14523
14524 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14525
14526         * mml.el (mml-attach-file): Describe `description' in doc string.
14527         (mml-menu): Add Emacs MIME manual and PGG manual.
14528
14529 2006-01-20  Richard M. Stallman  <rms@gnu.org>
14530
14531         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
14532
14533 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
14534
14535         * nntp.el (nntp-end-of-line): Doc fix.
14536
14537 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
14538
14539         * imap.el (imap-open): Handle case where buffer is a buffer
14540         object.
14541
14542 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14543
14544         * gnus-delay.el (gnus-delay): Don't autoload.
14545         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14546         to be re-loaded when customizing the `gnus-delay' group.
14547
14548 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
14549
14550         * message.el (message-insert-citation-line): Use newlines.
14551
14552 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14553
14554         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14555         (pgg-pgp-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         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14559         pgg-add-passphrase-to-cache function.
14560
14561         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14562         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
14563         these routines, so the passphrase can be managed externally and
14564         passed in to the system.
14565         (pgg-pgp5-sign-region): Use new name of
14566         pgg-add-passphrase-to-cache function.
14567
14568 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14569
14570         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14571         part of the decoded armor to find the key-identifier.
14572         (pgg-gpg-lookup-key-owner): New function to return the
14573         human-readable identifier of a key owner.
14574         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
14575         itself.
14576         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14577         the key value) if we have a key and can match it against a secret
14578         key.  Also, added a note pointing out fact that the prompt only
14579         indicates the first matching key.
14580
14581         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
14582         pgg-decrypt-region.
14583         (pgg-add-passphrase-to-cache): Rename from
14584         `pgg-add-passphrase-cache' to reduce confusion (all callers
14585         changed).
14586         (pgg-remove-passphrase-from-cache): Rename from
14587         `pgg-remove-passphrase-cache' to reduce confusion (all callers
14588         changed).
14589         (pgg-read-passphrase, pgg-add-passphrase-cache)
14590         (pgg-remove-passphrase-cache): Add informative docstrings.
14591         (pgg-decrypt): Convey provided passphrase in subordinate call to
14592         pgg-decrypt-region.
14593
14594 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
14595
14596         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14597         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14598         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14599         'passphrase' argument, so the passphrase can be managed externally
14600         and then passed in to the system.
14601
14602         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14603         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
14604         so the passphrase cache can be used reliably with identifiers
14605         besides a pgp packet's key id.
14606
14607         * pgg-gpg.el (pgg-gpg-encrypt-region)
14608         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14609         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
14610         these routines, so the passphrase can be managed externally and
14611         passed in to the system.
14612
14613         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14614         'notruncate' argument, so the passphrase cache can be used
14615         reliably with identifiers besides a pgp packet's key id.
14616
14617 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
14618
14619         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14620         symmetric encryption.
14621         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14622         encrypted session key.
14623         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14624         message ask for the passphrase in a proper way.
14625
14626         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14627         New user commands for symmetric encryption.
14628
14629 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14630
14631         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14632
14633         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14634
14635 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14636
14637         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14638
14639 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14640
14641         * mm-decode.el (mm-inlined-types): Add application/pgp.
14642         (mm-automatic-display): Ditto.
14643
14644         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14645         part as text.
14646
14647 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14648
14649         * nnrss.el: Update copyright.
14650         (nnrss-opml-import): Query whether to subscribe to each entry.
14651
14652         * gnus-art.el:
14653         * gnus-sum.el:
14654         * gnus-xmas.el:
14655         * messagexmas.el:
14656         * mm-uu.el:
14657         * mm-view.el: Update copyright.
14658
14659 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14660
14661         * message.el (message-info): New function.
14662         (message-mode-menu): Add it.
14663         Update copyright.
14664
14665         * ChangeLog: Fix and update copyright.
14666
14667 2006-01-13  Romain Francoise  <romain@orebokech.com>
14668
14669         * message.el (message-forward-subject-name-subject): Prefer the
14670         address to 'nowhere' if the sender has no name.
14671         Fix typo.  Update copyright year.
14672
14673 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14674
14675         * gnus-art.el (article-wash-html):
14676         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14677         (gnus-article-wash-html-with-w3m-standalone): New function.
14678
14679         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14680         mm-inline-text-html-render-with-w3m-standalone.
14681         (mm-text-html-washer-alist): Map w3m-standalone to
14682         gnus-article-wash-html-with-w3m-standalone.
14683         (mm-inline-text-html-render-with-w3m-standalone): New function.
14684
14685 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14686
14687         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14688         Improve LaTeX.
14689
14690 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14691
14692         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14693         (nnrss-request-article): Render text/plain parts as HTML.
14694
14695         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14696         the buffer.
14697
14698 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14699
14700         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14701         custom definition of `gnus-posting-styles'.
14702
14703         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14704         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14705
14706 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14707
14708         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14709         Use nntp for bug archive.
14710
14711 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14712
14713         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14714         parts.
14715         (nnrss-normalize-date): New function converts ISO 8601 date into
14716         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14717         (nnrss-check-group): Use it.
14718
14719 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14720
14721         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14722
14723         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14724         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14725         (nnrss-insert-w3): Ditto.
14726
14727 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14728
14729         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14730         the articles to be forwarded including the case where neither a
14731         number of articles nor a region is specified.
14732
14733 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14734
14735         * nnrss.el (nnrss-request-article): Fix last change; fill
14736         text/plain parts.
14737
14738 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14739
14740         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14741         in text/plain part.
14742         (nnrss-check-group): Don't add excessive newline to dc:subject.
14743
14744 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14745
14746         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14747         article.
14748
14749 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14750
14751         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14752         (nnml-use-compressed-files, nnml-save-mail): Support other
14753         comression programs such as bzip2.
14754
14755 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14756
14757         * dns.el (query-dns): Make sure we check the buffer size before
14758         removing tcp headers.
14759
14760 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14761
14762         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14763         remove MIME buttons associated with multipart/alternative parts.
14764         (gnus-mime-display-alternative): Tag buttons using `article-type'
14765         text property.
14766
14767         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14768         associated with multipart/alternative parts.
14769
14770         * gnus-art.el (gnus-signature-separator): Fix custom type.
14771
14772         * mm-decode.el (mm-inlined-types): Fix custom type.
14773         (mm-keep-viewer-alive-types): Ditto.
14774         (mm-automatic-display): Ditto.
14775         (mm-attachment-override-types): Ditto.
14776         (mm-inline-override-types): Ditto.
14777         (mm-automatic-external-display): Ditto.
14778
14779 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14780
14781         * spam-report.el (spam-report-user-mail-address)
14782         (spam-report-user-agent): New variables.
14783         (spam-report-url-ping-plain): Use spam-report-user-agent.
14784
14785 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14786
14787         * gnus-art.el (gnus-button-handle-custom): Do not just use
14788         `customize-apropos' for any "M-x customize-*" button but the
14789         function called for.  Accept both the function name and its
14790         argument in order to achieve this.
14791         (gnus-button-alist): Remove support for "custom:" URL's.
14792         Pass function name to `gnus-button-handle-custom' in case of "M-x
14793         customize-*" buttons.
14794
14795 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14796
14797         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14798         multipart/alternative and add xref to mm-discouraged-alternatives
14799         in doc string.
14800
14801         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14802         gnus-buttonized-mime-types in doc string.
14803
14804 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14805
14806         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14807         Suggest image/.* in the doc string.
14808
14809 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14810
14811         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14812         message-marks (Debian bug #342521).
14813
14814 2005-12-12  Simon Josefsson  <jas@extundo.com>
14815
14816         * password.el (password-read-from-cache): Add.
14817         (password-read): Use it.
14818
14819 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14820
14821         * rfc2047.el (rfc2047-charset-to-coding-system):
14822         Recognize us-ascii as a MIME charset.
14823
14824         * mm-bodies.el (mm-decode-content-transfer-encoding):
14825         Protect against the case where the 2nd arg TYPE is nil.
14826
14827 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14828
14829         * pop3.el (pop3-stream-type): Fix custom version.
14830
14831         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14832
14833 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14834
14835         * mm-decode.el (mm-display-external): Add missing cdr.
14836
14837 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14838
14839         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14840         RFC1524) if it is in mailcap or add a suffix according to
14841         mailcap-mime-extensions when generating a temp filename; postpone
14842         deleting a temp file for 2 seconds for some wrappers, shell
14843         scripts, and so on, which might exit right after having started a
14844         viewer command as a background job.
14845
14846 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14847
14848         * nntp.el (nntp-marks-directory): Fix custom group.
14849
14850         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14851         steps when < 10.
14852
14853         * gnus-start.el (gnus-no-server-1):
14854         Mention `gnus-level-default-subscribed' in doc string.
14855
14856 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14857
14858         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14859         parens.
14860
14861 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14862
14863         * gnus-xmas.el (gnus-use-toolbar): Revert.
14864         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14865         gnus-use-toolbar is default.
14866
14867         * messagexmas.el (message-use-toolbar): Revert.
14868         (message-setup-toolbar): Use global default-toolbar if
14869         message-use-toolbar is default.
14870
14871 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14872
14873         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14874         according to default-toolbar-visible-p.
14875
14876         * messagexmas.el (message-use-toolbar): Ditto.
14877
14878 2005-11-26  Dave Love  <fx@gnu.org>
14879
14880         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14881         (tls-program, tls-success): Provide openssl alternative.
14882
14883         * starttls.el: Doc fixes.
14884         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14885         SERVICE to PORT.
14886
14887         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14888         port null or service name.
14889         (starttls-negotiate): Autoload.
14890
14891 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14892
14893         * message.el (message-kill-to-signature): Fix interactive spec.
14894
14895 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14896
14897         * pop3.el (pop3-open-server): Recognize a string as a service name.
14898
14899 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14900
14901         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14902
14903 2005-11-23  Dave Love  <fx@gnu.org>
14904
14905         Add pop3s, pop3/starttls.
14906
14907         * pop3.el (pop3-authentication-scheme): Clarify doc.
14908         (open-tls-stream, starttls-open-stream): Autoload.
14909         (pop3-stream-type): New.
14910         (pop3-open-server): Use it.
14911
14912         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14913         for POP.
14914         (mail-source-keyword-map): Add :stream for POP.
14915         (mail-source-fetch-pop): Use pop3-stream-type.
14916
14917 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14918
14919         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14920         of current-time-string.
14921
14922 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14923
14924         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14925         date header.
14926
14927 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14928
14929         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14930         it can seriously impact performance as it bypasses the agent's
14931         local caches.
14932
14933 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14934
14935         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14936         must be explicitly online rather than "not explicitly offline" for
14937         its flags to be synchronized.
14938
14939         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14940         that gnus-uu-unmark-thread will function correctly.
14941
14942         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14943         1024K is instead displayed as 1M.
14944
14945 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14946
14947         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14948
14949 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14950
14951         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14952
14953 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14954
14955         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14956         error message to display actual error condition.
14957         (gnus-agent-save-local): Avoid saving symbols that are bound to
14958         nil as they simply result in a warning message in
14959         gnus-agent-read-local.
14960
14961 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14962
14963         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14964         rather than make-variable-buffer-local for file-precious-flag.
14965
14966 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14967
14968         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14969         for duplicates which are removed.  The invalid sort check then
14970         triggers a rescan after the sort as sorting may have moved
14971         duplicate entries such that they can be cheaply detected.
14972
14973 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14974
14975         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14976
14977 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14978
14979         * gnus-agent.el (gnus-agent-article-alist-save-format):
14980         Change internal variable to a custom variable.  Change default value
14981         from compressed(2) to uncompressed(1).
14982         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14983         support for uncompressed agentview files.  Taken together, reading
14984         the agentview file should now be 6-7 times faster.
14985
14986 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14987
14988         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14989         as a buffer-local variable.  This avoids creating truncated
14990         dribble files as a result of a hang up, eg.
14991
14992 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14993
14994         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14995         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14996         XEmacs.
14997
14998 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14999
15000         * gnus-start.el (gnus-start-draft-setup):
15001         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
15002
15003         * gnus.el (gnus-splash): Change custom group.
15004         (gnus-group-get-parameter, gnus-group-parameter-value):
15005         Describe allow-list argument.
15006
15007         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
15008         string.
15009
15010 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15011
15012         * gnus-art.el (gnus-default-article-saver): Add user-defined
15013         `function' to custom type.
15014
15015 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15016
15017         * imap.el (imap-open): Handle case where buffer is a buffer
15018         object.
15019
15020 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
15021
15022         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
15023         long lines.
15024         (gnus-cache-delete-group): Wrap doc strings.
15025
15026         * gnus-agent.el (gnus-agent-rename-group)
15027         (gnus-agent-delete-group): Wrap doc strings.
15028
15029 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15030
15031         * messagexmas.el (message-use-toolbar): Change the valid values
15032         into default, top, bottom, left, and right.
15033         (message-toolbar-thickness): New variable.
15034         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
15035         well.
15036         (message-setup-toolbar): Make it work.
15037
15038         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
15039         (gnus-use-toolbar): Change the valid values into default, top,
15040         bottom, left, and right.
15041         (gnus-toolbar-thickness): New variable.
15042         (gnus-xmas-setup-toolbar): New function.
15043         (gnus-xmas-setup-group-toolbar): Use it.
15044         (gnus-xmas-setup-summary-toolbar): Use it.
15045
15046 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15047
15048         * gnus-start.el (gnus-1): Add "native" to
15049         gnus-predefined-server-alist.
15050
15051         * gnus.el (gnus-method-to-server): Don't add "native" to the
15052         lists here, because that leads to problems when
15053         gnus-select-method is bound.
15054
15055 2005-11-09  Simon Josefsson  <jas@extundo.com>
15056
15057         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
15058         use (not sort-by-date) instead.
15059
15060 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15061
15062         * gnus-delay.el (gnus-delay-group): Don't autoload.
15063         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15064         to be re-loaded when customizing the `gnus-delay' group.
15065
15066 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
15067
15068         * message.el: Revert last changes.
15069         (message-insert-citation-line): Use newlines.
15070
15071 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
15072
15073         * message.el (message-courtesy-message)
15074         (message-mark-insert-begin, message-mark-insert-end)
15075         (message-elide-ellipsis, message-cancel-message)
15076         (message-add-header, message-change-subject)
15077         (message-cross-post-followup-to-header)
15078         (message-cross-post-insert-note, message-reduce-to-to-cc)
15079         (message-widen-reply, message-delete-not-region)
15080         (message-kill-to-signature, message-insert-signature)
15081         (message-insert-importance-high, message-insert-importance-low)
15082         (message-insert-or-toggle-importance)
15083         (message-insert-disposition-notification-to)
15084         (message-indent-citation, message-yank-original)
15085         (message-cite-original-without-signature, message-cite-original)
15086         (message-insert-citation-line, message-position-on-field)
15087         (message-fix-before-sending, message-send-mail-partially)
15088         (message-send-mail, message-send-mail-with-sendmail)
15089         (message-send-mail-with-qmail, message-send-news)
15090         (message-check-news-header-syntax, message-generate-headers)
15091         (message-insert-courtesy-copy, message-fill-address)
15092         (message-fill-header, message-shorten-references)
15093         (message-setup-1, message-cancel-news)
15094         (message-forward-make-body-plain, message-forward-make-body-mime)
15095         (message-forward-make-body-mml, message-encode-message-body)
15096         (message-forward-make-body-digest-plain)
15097         (message-forward-make-body-digest-mime)
15098         (message-use-alternative-email-as-from): Insert `hard-newline'
15099         instead of ordinary newlines.
15100
15101 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15102
15103         * message.el (message-generate-headers): Downcase the argument
15104         given to message-check-element.
15105
15106 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
15107
15108         * nntp.el (nntp-authinfo-rejected): New error condition.
15109         (nntp-wait-for): Use new error condition to signal authentication
15110         error.
15111         (nntp-retrieve-data): Rethrow new error condition to break out of
15112         recursive call to nntp-send-authinfo.
15113
15114 2005-11-08  Romain Francoise  <romain@orebokech.com>
15115
15116         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
15117         (gnus-summary-exit-map): Bind to `Z p'.
15118         (gnus-summary-make-menu-bar): Add menu item.
15119
15120 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
15121
15122         * gnus-art.el (gnus-article-treat-custom): Add `first'.
15123         (gnus-treat-*): Add `first' in all doc strings.
15124
15125         * gnus-group.el (gnus-group-compact-group): Fix typo.
15126
15127 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15128
15129         * gnus.el (gnus-parameters-case-fold-search): New variable.
15130         (gnus-parameters-get-parameter): Use it.
15131
15132         * gnus-score.el (gnus-home-score-file): Doc fix.
15133
15134 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
15135
15136         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
15137
15138 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15139
15140         * mm-util.el (mm-special-display-p): New function.
15141
15142         * mml.el (mml-preview): Use it; doc fix.
15143
15144 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15145
15146         * imap.el (imap-open): Handle case where buffer is a buffer object.
15147
15148 2005-10-29  Romain Francoise  <romain@orebokech.com>
15149
15150         * message.el (message-fix-before-sending): Fix comment.
15151
15152 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15153
15154         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
15155
15156 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15157
15158         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
15159         Used in gnus-score.el.
15160
15161 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15162
15163         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
15164
15165 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15166
15167         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
15168         whitespace removed in revision 7.8.  Use concatenated string to
15169         protect trailing whitespace.
15170
15171 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
15172
15173         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
15174         (nnimap-request-expire-articles): Use it to avoid sending 'UID
15175         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
15176         Courier IMAP ("some version from 2004").  Mostly based on similar
15177         code in the same function.
15178
15179 2005-10-26  Didier Verna  <didier@xemacs.org>
15180
15181         * gnus-group.el (gnus-group-compact-group): Invalidate original
15182         article buffer.
15183         * gnus-srvr.el (gnus-server-compact-server): Ditto.
15184         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
15185         NOV database and in article itself.
15186         Invalidate article backlog.
15187
15188 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15189
15190         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
15191
15192 2005-10-26  Simon Josefsson  <jas@extundo.com>
15193
15194         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
15195         part of 2004-07-25 change.
15196
15197 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15198
15199         * message.el (message-display-completion-list): New function.
15200         (message-expand-group): Use it; make sure the Completions buffer
15201         is modifiable.
15202 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
15203
15204         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
15205         user-mail-name is an empty string.
15206
15207 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15208
15209         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
15210         depending on gnus-score-decay-constant.
15211
15212         * encrypt.el (encrypt-insert-file-contents)
15213         (encrypt-write-file-contents): Don't use `gnus-message'.
15214
15215         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
15216         arguments.
15217         (mm-uu-type-alist): Add message-marks and insert-marks.
15218         Pass arguments to mm-uu-verbatim-marks-extract.
15219         (mm-uu-hide-markers): New variable.
15220         (mm-uu-extract): Use face similar to `gnus-cite-3'.
15221
15222         * gnus-fun.el (gnus-convert-image-to-x-face-command)
15223         (gnus-convert-image-to-face-command): Use "convert" by default to
15224         allow other input image formats.
15225         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
15226         accordingly.
15227
15228 2005-10-23  Simon Josefsson  <jas@extundo.com>
15229
15230         * imap.el (imap-gssapi-program): Align command line parameters
15231         with latest GNU SASL.
15232         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
15233
15234 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15235
15236         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
15237         HTML.
15238         (nnslashdot-request-article): Ditto.
15239
15240         * lpath.el (featurep): Add nobreak-char-display.
15241
15242 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15243
15244         * mail-source.el (mail-source-fetch-pop): Require pop3.
15245         (mail-source-check-pop): Ditto.
15246
15247 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15248
15249         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
15250         errors.
15251
15252 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15253
15254         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
15255         (gnus-treat-strip-leading-blank-lines): Improve doc string.
15256
15257         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
15258
15259         * mm-bodies.el (mm-decode-string):
15260         Call `mm-charset-to-coding-system' with allow-override argument.
15261
15262 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15263
15264         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
15265         (rfc2047-charset-to-coding-system): New function.
15266         (rfc2047-decode-encoded-words): New function.
15267         (rfc2047-decode-region): Use them.
15268         (rfc2047-decode-cte): Remove.
15269         (rfc2047-parse-and-decode): Remove.
15270         (rfc2047-decode): Remove.
15271
15272 2005-10-15  Kenichi Handa  <handa@m17n.org>
15273
15274         * rfc2047.el (rfc2047-decode-cte): New function.
15275         (rfc2047-decode-region): Change the way to decode successive
15276         encoded-words: decode B- or Q-encoding in each encoded-word,
15277         concatenate them, and decode it as charset.
15278
15279 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15280
15281         * lpath.el: Fbind codepage-setup for XEmacs.
15282
15283 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
15284
15285         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
15286         widget-move-and-invoke.
15287         (gnus-custom-mode): Use gnus-custom-map.
15288
15289 2005-10-15  Bill Wohler  <wohler@newt.com>
15290
15291         * message.el (message-tool-bar-map): Rename image file from
15292         mail_send to mail/send.
15293
15294 2005-10-16  Masatake YAMATO  <jet@gyve.org>
15295
15296         * message.el (message-expand-group): Pass the common
15297         prefix substring of completion to `display-completion-list'.
15298
15299 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
15300
15301         * mml-sec.el (mml-secure-method): New internal variable.
15302         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
15303         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
15304         New functions using mml-secure-method.
15305
15306         * mml.el (mml-mode-map): Add key bindings for those functions.
15307         (mml-menu): Simplify security menu entries.  Suggested by Jesper
15308         Harder <harder@myrealbox.com>.
15309         (mml-attach-file, mml-attach-buffer, mml-attach-external):
15310         Goto end of message if point is the headers of the message.
15311
15312         * message.el (message-in-body-p): New function.
15313
15314         * assistant.el: Autoload gnus-util and netrc.
15315
15316         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
15317         Use `mm-charset-override-alist' only when decoding.
15318
15319         * mm-bodies.el (mm-decode-body):
15320         Call `mm-charset-to-coding-system' with allow-override argument.
15321
15322         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
15323         `filename' from Content-Disposition if Content-Type doesn't
15324         provide `name'.
15325         (gnus-mime-view-part-as-type): Set default instead of
15326         initial-input.
15327
15328 2005-10-09  Daniel Brockman  <daniel@brockman.se>
15329
15330         * format-spec.el (format-spec): Propagate text properties of % spec.
15331
15332 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15333
15334         * gnus-art.el (gnus-treat-predicate): Add `first'.
15335
15336 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15337
15338         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
15339         (mm-charset-override-alist): New variable.
15340         (mm-charset-to-coding-system): Use it.
15341         (mm-codepage-setup): New helper function.
15342         (mm-charset-eval-alist): New variable.
15343         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
15344         Warn about unknown charsets.
15345
15346         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
15347
15348 2005-10-04  David Hansen  <david.hansen@gmx.net>
15349
15350         * nnrss.el (nnrss-request-article): Add support for the comments tag.
15351         (nnrss-check-group): Ditto.
15352
15353 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15354
15355         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
15356         Rename x-gnus-verbatim to x-verbatim.
15357         (mm-uu-type-alist): Fix regexp for verbatim-marks.
15358
15359         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
15360         x-verbatim.
15361
15362         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
15363
15364         * gnus-util.el (gnus-remove-duplicates): Remove.
15365
15366         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
15367         instead of gnus-remove-duplicates.
15368
15369         * message.el (message-remove-duplicates): Remove.
15370         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
15371         message-remove-duplicates.
15372
15373         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
15374         available, else use implementation from `delete-dups'.
15375
15376         * message.el (message-insert-expires): New function.
15377         (message-mode-map): Add key binding.
15378         (message-mode-field-menu): Add menu entry.
15379         (message-mode): Document it.
15380         (message-make-expires-date): Use `message-make-date'.
15381
15382 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
15383
15384         * message.el (message-make-expires-date): New function.
15385
15386 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15387
15388         * Makefile.in (list-installed-shadows): New entry.
15389         (install): Use it.
15390         (remove-installed-shadows): New entry.
15391
15392         * dgnushack.el (dgnushack-default-load-path): New variable.
15393         (dgnushack-find-lisp-shadows): New function.
15394         (dgnushack-remove-lisp-shadows): New function.
15395
15396 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15397
15398         * Makefile.in (install-el-elc): New entry.
15399         (install): Use it so that .el files are necessarily installed.
15400
15401 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15402
15403         * time-date.el: Autoload parse-time-string, XEmacs needs it.
15404
15405 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15406
15407         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
15408         function rather than the diff-mode.el package.
15409         (mm-display-external): Use with-current-buffer.
15410         (mm-viewer-completion-map, mm-viewer-completion-map):
15411         Move initialization inside declaration.
15412
15413 2005-09-29  Simon Josefsson  <jas@extundo.com>
15414
15415         * spam.el: Load hashcash when compiling, to avoid warnings.
15416         Don't autoload mail-check-payment.
15417         (spam-check-hashcash): Define unconditionally, since hashcash.el
15418         is part of Gnus now.  Ignore errors from payment checking.
15419
15420 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15421
15422         * message.el (message-bold-region, message-unbold-region):
15423         Rename from `bold-region' and `unbold-region'.
15424
15425         * message.el: Remove useless autoloads.
15426
15427 2005-09-28  Simon Josefsson  <jas@extundo.com>
15428
15429         * message.el (message-use-idna): Default to t.
15430         (message-use-idna): Test whether encoding works too.  Doc fix.
15431
15432 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15433
15434         * nntp.el (nntp-warn-about-losing-connection): Remove.
15435
15436 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15437
15438         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
15439         customizable.  Change default value.
15440         (mm-uu-diff-groups-regexp): Change default value.
15441         (mm-uu-type-alist): Add doc string.
15442         (mm-uu-configure): Add doc string.  Make it interactive.
15443         (mm-uu-tex-groups-regexp): New variable.
15444         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
15445         (mm-uu-type-alist): Add LaTeX documents.
15446         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
15447         of "text/verbatim".
15448         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
15449
15450         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15451         instead of "text/verbatim".
15452
15453         * message.el (message-mark-inserted-region)
15454         (message-mark-insert-file): Use slrn style marks when called with
15455         prefix argument.
15456
15457 2005-09-27  Simon Josefsson  <jas@extundo.com>
15458
15459         * message.el (message-idna-to-ascii-rhs-1): Reformat.
15460
15461 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
15462
15463         * message.el (message-remove-duplicates): New function.
15464         Implementation borrowed from `gnus-remove-duplicates'.
15465         (message-idna-to-ascii-rhs): Also encode idna addresses in
15466         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15467         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15468         only ask about the same idna domain once per header and also tell
15469         in what header to replace the idna domain.
15470
15471         * gnus-art.el (article-decode-idna-rhs): Also decode idna
15472         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15473         (article-decode-idna-rhs): Fix regexp so that all idna-address in
15474         a header is decoded and not just the last one.
15475
15476 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15477
15478         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
15479         has been decoded.
15480
15481         * mm-decode.el (mm-automatic-display): Add text/verbatim.
15482         (mm-insert-part): Don't modify text if it has been decoded.
15483
15484         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
15485         decoded.
15486
15487         * mm-view.el (mm-inline-text): Don't strip text props unless
15488         decoding enriched or richtext parts.
15489
15490 2005-09-25  Romain Francoise  <romain@orebokech.com>
15491
15492         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
15493         * gnus-start.el (gnus-subscribe-interactively):
15494         * gnus-uu.el (gnus-uu-grab-articles):
15495         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
15496         space.
15497
15498 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
15499
15500         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
15501         * mm-view.el (mm-view-pkcs7-decrypt):
15502         * gnus-sum.el (gnus-summary-limit-to-extra)
15503         (gnus-summary-respool-article, gnus-read-move-group-name):
15504         * gnus-score.el (gnus-summary-increase-score):
15505         * gnus-util.el (gnus-completing-read-with-default):
15506         * gnus-art.el (gnus-read-save-file-name)
15507         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
15508         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
15509         * message.el (message-check-news-header-syntax):
15510         Follow convention for reading with the minibuffer.
15511
15512 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
15513
15514         * spam-report.el (spam-report-url-ping-plain):
15515         Use gnus-extended-version as User-Agent.
15516
15517         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
15518         default value is nil.
15519
15520         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
15521         (mm-uu-verbatim-marks-extract): New function.
15522         (mm-uu-extract): New face.
15523         (mm-uu-copy-to-buffer): Use it.
15524
15525         * spam-report.el (spam-report-gmane-ham): Rename from
15526         `spam-report-gmane-unspam'.
15527         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15528         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
15529
15530         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15531         Autoload.
15532         (spam-report-gmane-unregister-routine):
15533         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15534
15535 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
15536
15537         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15538         (spam-report-gmane-unregister-routine): Add support for gmane
15539         unregistration.
15540
15541         * spam-report.el (spam-report-gmane-unspam)
15542         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15543         (spam-report-gmane): Change to take a single article and do unspam
15544         registration.
15545
15546 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15547
15548         * mm-url.el (mm-url-decode-entities): Fix regexp.
15549
15550 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15551
15552         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15553         default to nil, to be able to use Gnus at all.  If the default
15554         switches to something else, then the function should be fixed not
15555         be exceedingly slow.
15556
15557 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
15558
15559         * gnus-start.el (gnus-activate-group): If the server is nil, don't
15560         fail hard.
15561
15562         * spam-report.el: Add better Keywords line.
15563
15564         * spam.el: Add Maintainer and better Keywords line.
15565
15566 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15567
15568         * gnus-art.el (gnus-article-replace-part)
15569         (gnus-mime-replace-part): New functions.
15570         (gnus-mime-action-alist, gnus-mime-button-commands)
15571         (gnus-mime-save-part-and-strip): Add file argument.
15572         (gnus-article-part-wrapper): Add interactive argument.
15573
15574         * gnus-sum.el (gnus-summary-mime-map):
15575         Add `gnus-article-replace-part'.
15576
15577 2005-09-19  Didier Verna  <didier@xemacs.org>
15578
15579         The nnml compaction feature:
15580         * nnml.el (nnml-request-compact-group): New function.
15581         * nnml.el (nnml-request-compact): New function.
15582         * gnus-int.el (gnus-request-compact-group): New function.
15583         * gnus-int.el (gnus-request-compact): New function.
15584         * gnus-group.el (gnus-group-compact-group): New function.
15585         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15586         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15587         * gnus-srvr.el (gnus-server-compact-server): New function.
15588         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15589         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15590
15591 2005-09-18  Deepak Goel  <deego@gnufans.org>
15592
15593         * sieve.el (sieve-help): Fix `message' call: first arg should be a
15594         format spec.
15595
15596 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15597
15598         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15599
15600 2005-09-15  Romain Francoise  <romain@orebokech.com>
15601
15602         * message.el (message-fill-paragraph): Clarify docstring.
15603
15604 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15605
15606         * gnus-art.el (gnus-mime-display-part): Protect against broken
15607         MIME messages.
15608
15609 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15610
15611         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15612         before parsing header.
15613
15614 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15615
15616         * html2text.el (html2text-replace-list): Add new entities.
15617
15618 2005-09-11  Romain Francoise  <romain@orebokech.com>
15619
15620         * message.el (message-alternative-emails): Improve docstring.
15621         (message-setup-1): Call `message-use-alternative-email-as-from'
15622         after `message-setup-hook' to give it precedence over posting
15623         styles, etc.
15624         (message-use-alternative-email-as-from): Add docstring.
15625         Remove the original From header if present.
15626
15627         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15628         (nnml-save-mail): Use it.
15629
15630         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15631         articles.  Add new argument `silent'.
15632         (gnus-uu-mark-all): Report the total number of marked articles.
15633
15634 2005-09-10  Romain Francoise  <romain@orebokech.com>
15635
15636         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15637         (gnus-uu-mark-series): Likewise.
15638
15639 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15640
15641         * spam-report.el (spam-report-gmane): Fix generation of spam
15642         report URL.
15643
15644 2005-09-10  Simon Josefsson  <jas@extundo.com>
15645
15646         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15647         t, based on discussion on the ding list with Robert Epprecht
15648         <epprecht@solnet.ch>.
15649
15650 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15651
15652         * spam-report.el (spam-report-gmane): Make it work without
15653         X-Report-Spam header.  Gmane now only provides Archived-At.
15654         This is only used if `spam-report-gmane-use-article-number' is nil.
15655         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15656
15657         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15658         make `gnus-summary-sort-by-recipient' work with threading.
15659
15660         * nnweb.el (nnweb-google-wash-article): Print a message if article
15661         is not available.
15662
15663 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15664
15665         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15666         change.  Decode text/* parts content before displaying.
15667
15668 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15669
15670         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15671
15672 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15673
15674         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15675
15676         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15677         url-package-name, url-package-version,
15678         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15679         w3m-display-inline-images, and w3m-minor-mode-map.
15680
15681 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15682
15683         * message.el (message-tab-body-function): Fix mismatched custom type.
15684
15685         * gnus.el (gnus-group-change-level-function): Ditto.
15686
15687         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15688
15689         * gnus-art.el (gnus-signature-limit)
15690         (gnus-article-mime-part-function): Ditto.
15691
15692 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15693
15694         * mml.el (mml-mode): Silence the byte compiler.
15695
15696         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15697         using `(sit-for 0)' before moving the point to the specified part;
15698         skip unbuttonized parts.
15699         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15700         return to the summary window if gnus-auto-select-part is non-nil.
15701
15702 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15703
15704         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15705         New variables.
15706         (mml-dnd-attach-file, mml-mode): Use them.
15707
15708         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15709         Make fetching article by MID work again for Google Groups.
15710         Add FIXME concerning gnus-group-make-web-group.
15711
15712         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15713         Don't depend on Gnus by using mail-extract-address-components if
15714         gnus-extract-address-components is not bound.
15715
15716 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15717
15718         * gnus-art.el (gnus-mime-display-security): Don't display the
15719         signature, but only the signed part.
15720
15721 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15722
15723         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15724
15725         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15726         list, not listp.
15727
15728 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15729
15730         * mm-encode.el (mm-encode-content-transfer-encoding):
15731         Likewise when encoding.
15732
15733         * mm-bodies.el (mm-decode-content-transfer-encoding):
15734         De-canonicalize CRLF for all text content types, not just
15735         text/plain.
15736
15737 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15738
15739         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15740         valid article; point arrow and cursor at the MIME button.
15741
15742 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15743
15744         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15745         Suggested by Dan Christensen <jdc@uwo.ca>.
15746
15747         * mm-decode.el (mm-save-part): Enable change of prompt.
15748
15749 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15750
15751         * gnus-msg.el (gnus-inews-add-send-actions):
15752         Make `message-post-method' lambda parameter ARG `&optional'.
15753
15754 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15755
15756         * gnus-sum.el (gnus-summary-mime-map):
15757         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15758         gnus-article-jump-to-part.
15759
15760         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15761         (gnus-article-edit-part): Use it.
15762         (gnus-article-part-wrapper): Add no-handle argument.
15763         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15764         New functions.
15765
15766 2005-08-29  Romain Francoise  <romain@orebokech.com>
15767
15768         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15769         docstring.
15770         (gnus-face-from-file): Likewise.
15771
15772 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15773
15774         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15775         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15776         non-nil.
15777         (gnus-auto-select-part): New variable.
15778         (gnus-article-jump-to-part): New function.
15779         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15780         (gnus-mime-delete-part): Allow selecting specified part after
15781         deleting or stripping parts.
15782         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15783         part if argument is bogus.
15784
15785 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15786
15787         * gnus-art.el (w3m-minor-mode-map):
15788         * gnus-spec.el (gnus-newsrc-file-version):
15789         * gnus-util.el (nnmail-active-file-coding-system)
15790         (gnus-original-article-buffer, gnus-user-agent):
15791         * gnus.el (gnus-ham-process-destinations)
15792         (gnus-parameter-ham-marks-alist)
15793         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15794         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15795         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15796         * mm-decode.el (gnus-current-window-configuration):
15797         * mm-extern.el (gnus-article-mime-handles):
15798         * mm-url.el (url-current-object, url-package-name)
15799         (url-package-version):
15800         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15801         (smime-keys, w3m-cid-retrieve-function-alist)
15802         (w3m-current-buffer, w3m-display-inline-images)
15803         (w3m-minor-mode-map):
15804         * mml-smime.el (gnus-extract-address-components):
15805         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15806         (gnus-newsrc-hashtb, message-default-charset)
15807         (message-deletable-headers, message-options)
15808         (message-posting-charset, message-required-mail-headers)
15809         (message-required-news-headers):
15810         * mml1991.el (mc-pgp-always-sign):
15811         * mml2015.el (mc-pgp-always-sign):
15812         * nnheader.el (nnmail-extra-headers):
15813         * rfc1843.el (gnus-decode-encoded-word-function)
15814         (gnus-decode-header-function, gnus-newsgroup-name):
15815         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15816
15817 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15818
15819         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15820         the end of the date treatments.
15821
15822 2005-08-15  Simon Josefsson  <jas@extundo.com>
15823
15824         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15825         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15826         Capello and Romain Francoise.
15827         (pgg-fetch-key-function): Remove, not used?
15828         (pgg-insert-url-with-w3): Require url, to get
15829         url-insert-file-contents regardless of where it is defined.
15830
15831 2005-08-13  Romain Francoise  <romain@orebokech.com>
15832
15833         * message.el (message-cite-original-1): New function.
15834         (message-cite-original): Use it.
15835         (message-cite-original-without-signature): Ditto.
15836
15837 2005-08-08  Romain Francoise  <romain@orebokech.com>
15838
15839         * message.el (message-yank-empty-prefix): New variable.
15840         (message-indent-citation): Use it.
15841         (message-cite-original-without-signature): Respect X-No-Archive.
15842
15843 2005-08-08  Simon Josefsson  <jas@extundo.com>
15844
15845         * pgg.el: Autoload url-insert-file-contents instead of loading
15846         w3/url.
15847         (pgg-insert-url-with-w3): Don't load url here.
15848
15849 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15850
15851         * message.el (message-kill-to-signature): Don't insert newline at
15852         bol.
15853         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15854
15855 2005-08-06  Romain Francoise  <romain@orebokech.com>
15856
15857         * message.el (message-user-fqdn): Fix typo in docstring.
15858
15859 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15860
15861         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15862
15863         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15864
15865 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15866
15867         * mm-bodies.el (mm-encode-body): Use coding system rather than
15868         charset to encode text.
15869
15870         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15871         number of charsets if utf-8 is available (XEmacs).
15872
15873 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15874
15875         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15876         taken from `gnus-button-mid-or-mail-regexp'.
15877         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15878         (gnus-button-alist): Improve regexp for domain part of the MIDs
15879         for news:localpart@domain buttons.
15880         (gnus-button-ctan-directory-regexp): Update.
15881
15882 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15883
15884         * sieve-manage.el (sieve-manage-interactive-login):
15885         Use make-local-variable rather than make-variable-buffer-local.
15886         (sieve-manage-open): Ditto.
15887         (sieve-manage-authenticate): Ditto.
15888
15889         * mml.el (mml-generate-mime-1): Make the content type default to
15890         text/plain if the filename is not specified.
15891
15892 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15893
15894         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15895         instead of insert-buffer.
15896
15897         * message.el (message-yank-original): Ditto; set the mark at the
15898         end of the yanked message.
15899
15900 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15901
15902         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15903         lines to scroll rather than to stop it.
15904
15905         * mml.el (mml-generate-default-type): Add doc string.
15906         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15907         default to application/octet-stream when determining the content
15908         type if it is not specified for the part or the mml contents; add
15909         a comment about mml-generate-default-type.
15910
15911 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15912
15913         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15914         make it default to application/octet-stream when determining the
15915         content type if it is not specified for the external contents.
15916
15917 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15918
15919         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15920         segmented parameter but also other parameters might be there.
15921
15922 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15923
15924         * mm-decode.el (mm-display-external): Delete temp file, directory
15925         and buffer immediately if the external process is exited.
15926
15927 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15928
15929         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15930         fewer lines than that of scroll-margin.
15931         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15932
15933 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15934
15935         * gnus-art.el (gnus-article-next-page): Revert.
15936         (gnus-article-beginning-of-window): New macro.
15937         (gnus-article-next-page-1): Use it.
15938         (gnus-article-prev-page): Ditto.
15939         (gnus-article-edit-part): Use insert-buffer-substring instead of
15940         insert-buffer.
15941         (gnus-article-edit-exit): Ditto.
15942
15943         * gnus-util.el (gnus-beginning-of-window): Remove.
15944         (gnus-end-of-window): Remove.
15945
15946         * lpath.el: Don't bind header-line-format and scroll-margin.
15947
15948 2005-07-25  Simon Josefsson  <jas@extundo.com>
15949
15950         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15951         to have the url package without w3.  Reported by Daiki Ueno
15952         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15953
15954 2005-07-20  Didier Verna  <didier@xemacs.org>
15955
15956         * gnus-diary.el: Remove the description comment (nndiary is now
15957         properly documented in the Gnus manual).
15958         Fix the spelling of "Back End".
15959         * nndiary.el: Ditto.
15960         Fix the copyright notice.
15961
15962 2005-07-18  Romain Francoise  <romain@orebokech.com>
15963
15964         * gnus-sum.el (gnus-summary-to-prefix)
15965         (gnus-summary-newsgroup-prefix): New variables.
15966         (gnus-summary-from-or-to-or-newsgroups): Use them.
15967
15968 2005-07-17  Romain Francoise  <romain@orebokech.com>
15969
15970         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15971         space as it's generally not especially interesting to the user.
15972
15973 2005-07-16  Romain Francoise  <romain@orebokech.com>
15974
15975         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15976         nil to avoid prompting and file modification if one of the
15977         messages at the top of the nnfolder file contains a copyright
15978         notice.
15979         Update copyright notice.
15980
15981         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15982         instead of `current-time-string' as the latter creates a time
15983         string that is not RFC 2822 compliant (it lacks the zone).
15984         Update copyright notice.
15985
15986 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15987
15988         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15989         for text/rtf.  Display default in prompt.  Pass default for M-n.
15990
15991         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15992
15993 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15994
15995         * gnus-msg.el (gnus-button-mailto):
15996         Remove save-selected-window-window hackery because it relies on
15997         save-selected-window internals.
15998
15999 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16000
16001         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
16002         (gnus-article-next-page-1): Use gnus-beginning-of-window.
16003         (gnus-article-prev-page): Ditto.
16004
16005         * gnus-util.el (gnus-beginning-of-window): New function.
16006         (gnus-end-of-window): New function.
16007
16008         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
16009
16010 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16011
16012         * gnus-score.el (gnus-score-edit-all-score):
16013         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
16014         gnus-message.
16015
16016 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16017
16018         * gnus-msg.el (gnus-button-mailto):
16019         Remove save-selected-window-window hackery because it relies on
16020         save-selected-window internals.
16021
16022 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16023
16024         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
16025         add-minor-mode.
16026         (gnus-binary-mode): Ditto.
16027
16028         * gnus-topic.el (gnus-topic-mode): Ditto.
16029
16030 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
16031
16032         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
16033         (gnus-article-prev-page): Take scroll-margin into consideration.
16034
16035 2005-07-04  Lute Kamstra  <lute@gnu.org>
16036
16037         Update FSF's address in GPL notices.
16038
16039 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
16040
16041         * gnus.el (gnus-exit):
16042         * gnus-group.el (gnus-group-icons):
16043         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
16044
16045         * gnus-nocem.el (gnus-nocem):
16046         * message.el (message-various, message-buffers, message-sending)
16047         (message-interface, message-forwarding, message-insertion)
16048         (message-headers, message-news, message-mail):
16049         * pgg-gpg.el (pgg-gpg):
16050         * pgg-parse.el (pgg-parse):
16051         * pgg-pgp.el (pgg-pgp):
16052         * pgg-pgp5.el (pgg-pgp5):
16053         * pop3.el (pop3): Finish `defgroup' description with period.
16054
16055 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16056
16057         * gnus-art.el (article-display-face): Improve the efficiency.
16058         (article-display-x-face): Ditto; remove grey x-face stuff.
16059
16060 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16061
16062         * gnus-art.el (article-display-face): Correct the position in
16063         which Faces are inserted.
16064
16065 2005-06-29  Didier Verna  <didier@xemacs.org>
16066
16067         * gnus-art.el (article-display-face): Display faces in correct
16068         order.
16069
16070 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16071
16072         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
16073         (gnus-fill-real-hashtb): Use hash table instead of obarray.
16074         (gnus-nocem-check-article): Fetch the Type header.
16075         (gnus-nocem-message-wanted-p): Fix the way to examine types.
16076         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
16077         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
16078         make sure gnus-nocem-hashtb is initialized.
16079         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
16080         (gnus-nocem-unwanted-article-p): Ditto.
16081
16082         * pgg.el (pgg-verify): Return the verification result.
16083
16084 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16085
16086         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
16087         is ascii.
16088
16089 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
16090
16091         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
16092         `show-nonbreak-escape'.
16093
16094 2005-06-23  Lute Kamstra  <lute@gnu.org>
16095
16096         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
16097
16098         * dig.el (dig-mode):
16099         * smime.el (smime-mode): Use gnus-run-mode-hooks.
16100
16101 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
16102
16103         * nnimap.el (nnimap-split-download-body): Fix spellings.
16104
16105 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
16106
16107         * gnus-art.el (gnus-article-encrypt-body):
16108         * gnus-cus.el (gnus-score-customize):
16109         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
16110         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
16111
16112 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
16113
16114         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
16115         header by looking for magic "MII" at the beginnig.
16116
16117 2005-06-16  Miles Bader  <miles@gnu.org>
16118
16119         * gnus-xmas.el (gnus-xmas-group-startup-message):
16120         Use renamed gnus-splash face.
16121
16122         * assistant.el (assistant-field): Remove "-face" suffix from face name.
16123         (assistant-field-face): New backward-compatibility alias for renamed
16124         face.
16125         (assistant-render-text): Use renamed assistant-field face.
16126
16127         * spam.el (spam): Remove "-face" suffix from face name.
16128         (spam-face): New backward-compatibility alias for renamed face.
16129         (spam-face, spam-initialize): Use renamed spam face.
16130
16131         * message.el (message-header-to, message-header-cc)
16132         (message-header-subject, message-header-newsgroups)
16133         (message-header-other, message-header-name)
16134         (message-header-xheader, message-separator, message-cited-text)
16135         (message-mml): Remove "-face" suffix from face names.
16136         (message-header-to-face, message-header-cc-face)
16137         (message-header-subject-face, message-header-newsgroups-face)
16138         (message-header-other-face, message-header-name-face)
16139         (message-header-xheader-face, message-separator-face)
16140         (message-cited-text-face, message-mml-face):
16141         New backward-compatibility aliases for renamed faces.
16142         (message-font-lock-keywords): Use renamed message faces.
16143
16144         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
16145         (sieve-test-commands, sieve-tagged-arguments):
16146         Remove "-face" suffix from face names.
16147         (sieve-control-commands-face, sieve-action-commands-face)
16148         (sieve-test-commands-face, sieve-tagged-arguments-face):
16149         New backward-compatibility aliases for renamed faces.
16150         (sieve-control-commands-face, sieve-action-commands-face)
16151         (sieve-test-commands-face, sieve-tagged-arguments-face):
16152         Use renamed sieve faces.
16153
16154         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
16155         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
16156         (gnus-group-news-3-empty, gnus-group-news-4)
16157         (gnus-group-news-4-empty, gnus-group-news-5)
16158         (gnus-group-news-5-empty, gnus-group-news-6)
16159         (gnus-group-news-6-empty, gnus-group-news-low)
16160         (gnus-group-news-low-empty, gnus-group-mail-1)
16161         (gnus-group-mail-1-empty, gnus-group-mail-2)
16162         (gnus-group-mail-2-empty, gnus-group-mail-3)
16163         (gnus-group-mail-3-empty, gnus-group-mail-low)
16164         (gnus-group-mail-low-empty, gnus-summary-selected)
16165         (gnus-summary-cancelled, gnus-summary-high-ticked)
16166         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
16167         (gnus-summary-high-ancient, gnus-summary-low-ancient)
16168         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
16169         (gnus-summary-low-undownloaded)
16170         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
16171         (gnus-summary-low-unread, gnus-summary-normal-unread)
16172         (gnus-summary-high-read, gnus-summary-low-read)
16173         (gnus-summary-normal-read, gnus-splash):
16174         Remove "-face" suffix from face names.
16175         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
16176         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
16177         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
16178         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
16179         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
16180         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
16181         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
16182         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
16183         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
16184         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
16185         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
16186         (gnus-summary-selected-face, gnus-summary-cancelled-face)
16187         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
16188         (gnus-summary-normal-ticked-face)
16189         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
16190         (gnus-summary-normal-ancient-face)
16191         (gnus-summary-high-undownloaded-face)
16192         (gnus-summary-low-undownloaded-face)
16193         (gnus-summary-normal-undownloaded-face)
16194         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
16195         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
16196         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
16197         (gnus-splash-face):
16198         New backward-compatibility aliases for renamed faces.
16199         (gnus-group-startup-message): Use renamed gnus faces.
16200
16201         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
16202         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
16203         (gnus-server-agent): Remove "-face" suffix from face names.
16204         (gnus-server-agent-face, gnus-server-opened-face)
16205         (gnus-server-closed-face, gnus-server-denied-face)
16206         (gnus-server-offline-face):
16207         New backward-compatibility aliases for renamed faces.
16208         (gnus-server-agent-face, gnus-server-opened-face)
16209         (gnus-server-closed-face, gnus-server-denied-face)
16210         (gnus-server-offline-face): Use renamed gnus faces.
16211
16212         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
16213         Remove "-face" suffix from face names.
16214         (gnus-picon-xbm-face, gnus-picon-face):
16215         New backward-compatibility aliases for renamed faces.
16216
16217         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
16218         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
16219         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
16220         (gnus-cite-11): Remove "-face" suffix from face names.
16221         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
16222         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
16223         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
16224         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
16225         New backward-compatibility aliases for renamed faces.
16226         (gnus-cite-attribution-face, gnus-cite-face-list)
16227         (gnus-article-boring-faces): Use renamed gnus faces.
16228
16229         * gnus-art.el (gnus-signature, gnus-header-from)
16230         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
16231         (gnus-header-content): Remove "-face" suffix from face names.
16232         (gnus-signature-face, gnus-header-from-face)
16233         (gnus-header-subject-face, gnus-header-newsgroups-face)
16234         (gnus-header-name-face, gnus-header-content-face):
16235         New backward-compatibility aliases for renamed faces.
16236         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
16237
16238         * gnus-sum.el (gnus-summary-selected-face)
16239         (gnus-summary-highlight): Use renamed gnus faces.
16240         * gnus-group.el (gnus-group-highlight): Likewise.
16241
16242 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
16243
16244         * gnus-sieve.el (gnus-sieve-article-add-rule):
16245         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
16246         * spam-stat.el (spam-stat-buffer-change-to-spam)
16247         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
16248
16249         * message.el (message-is-yours-p):
16250         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
16251
16252 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16253
16254         * mm-view.el (mm-inline-text): Withdraw the last change.
16255
16256 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16257
16258         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
16259         executing enriched-decode.
16260
16261 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16262
16263         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
16264         charset of tar files.
16265
16266 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
16267
16268         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
16269
16270 2005-06-04  Lute Kamstra  <lute@gnu.org>
16271
16272         * nnfolder.el (nnfolder-read-folder): Make sure that undo
16273         information is never recorded.
16274
16275 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16276
16277         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
16278
16279 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16280
16281         * pop3.el (pop3-apop): Run md5 in the binary mode.
16282
16283         * starttls.el (starttls-set-process-query-on-exit-flag):
16284         Use eval-and-compile.
16285
16286 2005-05-31  Simon Josefsson  <jas@extundo.com>
16287
16288         * smime.el (smime-replace-in-string): Define.
16289         (smime-cert-by-ldap-1): Use it.
16290
16291 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16292
16293         * gnus-art.el (article-display-x-face): Replace
16294         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16295
16296         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
16297         set-process-query-on-exit-flag or process-kill-without-query.
16298
16299         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
16300         loop instead of replace-regexp.
16301
16302         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
16303         instead of process-kill-without-query if it is available.
16304
16305         * lpath.el: Fbind ldap-search-entries.
16306
16307         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
16308         instead of find-file-hooks if it is available.
16309
16310         * mml1991.el: Bind pgg-default-user-id when compiling.
16311
16312         * mml2015.el: Bind pgg-default-user-id when compiling.
16313
16314         * nndraft.el (nndraft-request-associate-buffer):
16315         Use write-contents-functions instead of write-contents-hooks if it is
16316         available.
16317
16318         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
16319         instead of find-file-hooks if it is available.
16320
16321         * nntp.el (nntp-open-connection): Replace
16322         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16323         (nntp-open-ssl-stream): Ditto.
16324         (nntp-open-tls-stream): Ditto.
16325
16326         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
16327         set-process-query-on-exit-flag or process-kill-without-query.
16328         (starttls-open-stream-gnutls): Use it instead of
16329         process-kill-without-query.
16330         (starttls-open-stream): Ditto.
16331
16332 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
16333
16334         * smime.el (smime-cert-by-ldap-1): Don't use
16335         replace-regexp-in-string.
16336
16337 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
16338
16339         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
16340
16341         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
16342         in PEM format.  Adjust to the XEmacs compatibility.
16343
16344 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
16345
16346         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
16347         by `string-to-number'.
16348         * gnus-agent.el (gnus-agent-regenerate-group)
16349         (gnus-agent-fetch-articles): Ditto.
16350         * gnus-art.el (gnus-button-fetch-group): Ditto.
16351         * gnus-cache.el (gnus-cache-generate-active)
16352         (gnus-cache-articles-in-group): Ditto.
16353         * gnus-group.el (gnus-group-set-current-level)
16354         (gnus-group-insert-group-line): Ditto.
16355         * gnus-score.el (gnus-score-set-expunge-below)
16356         (gnus-score-set-mark-below, gnus-summary-score-effect)
16357         (gnus-summary-score-entry): Ditto.
16358         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
16359         (gnus-soup-pack): Ditto.
16360         * gnus-spec.el (gnus-xmas-format): Ditto.
16361         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
16362         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
16363         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
16364         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
16365         * nndb.el (nndb-get-remote-expire-response): Ditto.
16366         * nndiary.el (nndiary-parse-schedule-value)
16367         (nndiary-string-to-number, nndiary-request-replace-article)
16368         (nndiary-request-article): Ditto.
16369         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
16370         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
16371         * nneething.el (nneething-make-head): Ditto.
16372         * nnfolder.el (nnfolder-request-article)
16373         (nnfolder-retrieve-headers): Ditto.
16374         * nnheader.el (nnheader-file-to-number): Ditto.
16375         * nnkiboze.el (nnkiboze-request-article): Ditto.
16376         * nnmail.el (nnmail-process-unix-mail-format)
16377         (nnmail-process-babyl-mail-format): Ditto.
16378         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
16379         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
16380         (nnmh-request-create-group, nnmh-request-list-1)
16381         (nnmh-request-group, nnmh-request-article): Ditto.
16382         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
16383         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
16384         * nnsoup.el (nnsoup-make-active): Ditto.
16385         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
16386         * nntp.el (nntp-find-group-and-number)
16387         (nntp-retrieve-headers-with-xover): Ditto.
16388         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
16389         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
16390         (pgg-format-key-identifier): Ditto.
16391         * pop3.el (pop3-last, pop3-stat): Ditto.
16392         * qp.el (quoted-printable-decode-region): Ditto.
16393
16394         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
16395         of concat.
16396
16397 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16398
16399         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
16400
16401         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
16402
16403         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
16404
16405         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
16406
16407         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
16408
16409         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
16410
16411         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
16412         (gnus-carpal-mode): Ditto.
16413
16414         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
16415         (gnus-browse-mode): Ditto.
16416
16417         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
16418
16419         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
16420
16421 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16422
16423         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
16424
16425 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16426
16427         * gnus-util.el (gnus-run-mode-hooks): New function.
16428
16429         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
16430
16431         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
16432         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
16433
16434 2005-05-27  Lute Kamstra  <lute@gnu.org>
16435
16436         * dns-mode.el (dns-mode): Specify customization group.
16437
16438 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
16439
16440         * gnus-agent.el (gnus-agent-make-mode-line-string):
16441         Use mode-line-highlight as mouse-face.
16442
16443 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16444
16445         * canlock.el (canlock): Change the parent group to news.
16446
16447         * deuglify.el (gnus-outlook-deuglify): Add :group.
16448
16449         * dig.el (dig): Add :group.
16450
16451         * dns-mode.el (dns-mode): Add :group.
16452
16453         * encrypt.el (encrypt): Add :group.
16454
16455         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
16456         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
16457         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
16458         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
16459         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
16460
16461         * gnus-diary.el (gnus-diary): Add :group.
16462
16463         * gnus.el (gnus-group-news-1-face): Add :group.
16464         (gnus-group-news-1-empty-face): Ditto.
16465         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
16466         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
16467         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
16468         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
16469         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
16470         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
16471         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16472         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16473         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16474         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16475         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16476         (gnus-summary-high-ticked-face): Ditto.
16477         (gnus-summary-low-ticked-face): Ditto.
16478         (gnus-summary-normal-ticked-face): Ditto.
16479         (gnus-summary-high-ancient-face): Ditto.
16480         (gnus-summary-low-ancient-face): Ditto.
16481         (gnus-summary-normal-ancient-face): Ditto.
16482         (gnus-summary-high-undownloaded-face): Ditto.
16483         (gnus-summary-low-undownloaded-face): Ditto.
16484         (gnus-summary-normal-undownloaded-face): Ditto.
16485         (gnus-summary-high-unread-face): Ditto.
16486         (gnus-summary-low-unread-face): Ditto.
16487         (gnus-summary-normal-unread-face): Ditto.
16488         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16489         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16490
16491         * hashcash.el (hashcash): New custom group.
16492         (hashcash-default-payment): Add :group.
16493         (hashcash-payment-alist): Ditto.
16494         (hashcash-default-accept-payment): Ditto.
16495         (hashcash-accept-resources): Ditto.
16496         (hashcash-path): Ditto.
16497         (hashcash-extra-generate-parameters): Ditto.
16498         (hashcash-double-spend-database): Ditto.
16499         (hashcash-in-news): Ditto.
16500
16501         * message.el (message-minibuffer-local-map): Add :group.
16502
16503         * netrc.el (netrc): Add :group.
16504
16505         * sieve-manage.el (sieve-manage-log): Add :group.
16506         (sieve-manage-default-user): Diito.
16507         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
16508         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
16509         (sieve-manage-authenticators): Ditto.
16510         (sieve-manage-authenticator-alist): Ditto.
16511         (sieve-manage-default-port): Ditto.
16512
16513         * sieve-mode.el (sieve-control-commands-face): Add :group.
16514         (sieve-action-commands-face): Ditto.
16515         (sieve-test-commands-face): Ditto.
16516         (sieve-tagged-arguments-face): Ditto.
16517
16518         * smime.el (smime): Add :group.
16519
16520         * spam-report.el (spam-report): Add :group.
16521
16522         * spam.el (spam, spam-face): Add :group.
16523
16524 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16525
16526         * nntp.el (nntp-next-result-arrived-p): Some news servers may
16527         return \n.\n.\n at the end of articles.  Protect against that.
16528         (nntp-with-open-group): Allow debugging.
16529
16530         * nnheader.el (mail-header-set-extra): Make into a function
16531         because I just could't understand how to quote the list properly.
16532
16533         * dns.el (query-dns-cached): New function.
16534
16535 2005-05-26  Lute Kamstra  <lute@gnu.org>
16536
16537         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16538
16539 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16540
16541         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
16542
16543         * gnus-art.el: Don't autoload mail-extract-address-components.
16544
16545         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16546         eval-and-compile to evaluate it.
16547
16548         * hashcash.el: Don't autoload executable-find.
16549
16550         * nndb.el: Don't declare the nndb back end two or more times; don't
16551         autoload news-reply-mode, news-setup, cancel-timer and telnet.
16552
16553         * nntp.el: Autoload format-spec instead of format; use
16554         eval-and-compile to evaluate autoload forms.
16555
16556 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
16557
16558         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16559
16560 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16561
16562         * gnus.el (gnus-version-number): Bump version.
16563
16564 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16565
16566         * gnus.el: No Gnus v0.3 is released.
16567
16568 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16569
16570         * lpath.el (featurep): Bind show-nonbreak-escape.
16571
16572 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16573
16574         * gnus-art.el (gnus-article-edit-part): Disable undo.
16575
16576 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16577
16578         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16579         gnus-article-date-lapsed-new-header is t if date timer is active;
16580         skip headers in which the original date value is empty.
16581         (gnus-article-save-original-date): Redefine it as a macro.
16582         (gnus-display-mime): Use it.
16583
16584 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16585
16586         * gnus-art.el (article-date-ut): Support converting date in
16587         forwarded parts as well.
16588         (gnus-article-save-original-date): New function.
16589         (gnus-display-mime): Use it.
16590
16591 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16592
16593         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16594         enclosure element of <item>.
16595
16596 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16597
16598         * message.el (message-kill-buffer-query): Rename from
16599         `message-kill-buffer-query-if-modified'.  Add :version.
16600
16601 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16602
16603         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16604         window layout.
16605
16606 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16607
16608         * mml.el: Autoload dnd when compiling.
16609
16610 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16611
16612         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16613         x-dnd-*.
16614
16615 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16616
16617         * qp.el (quoted-printable-encode-region): Save excursion.
16618
16619 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16620
16621         * message.el (message-kill-buffer-query-if-modified): Add new variable
16622         so the user can kill a modified message buffer quickly.
16623         (message-kill-buffer): Use it.
16624
16625 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16626
16627         * lpath.el: Fbind display-time-event-handler; don't fbind
16628         string-to-multibyte.
16629
16630         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16631
16632 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16633
16634         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16635         contained in text because xml.el decodes entities) with LFs.
16636
16637 2005-04-11  Lute Kamstra  <lute@gnu.org>
16638
16639         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16640         differently.
16641
16642 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16643
16644         * mm-util.el (mm-detect-coding-region): Typo.
16645
16646 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16647
16648         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16649
16650 2005-04-06  Deepak Goel  <deego@gnufans.org>
16651
16652         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16653         user-function allow user modifications of the scores.
16654         (spam-stat-score-buffer-user): New function, to allow
16655         user-computed modifications to the score.
16656         (spam-stat-score-buffer-user-functions): List of additional
16657         scoring functions.
16658         (spam-stat-error-holder): Global temporary error holder.
16659         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16660         variable.
16661
16662 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16663
16664         * gnus-registry.el (gnus-registry-clean-empty-function)
16665         (gnus-registry-trim, gnus-registry-fetch-groups)
16666         (gnus-registry-delete-group): Groups that match
16667         `gnus-registry-ignored-groups' are removed from the registry
16668         entries, not just ignored for splitting.  This helps clean up the
16669         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16670         to get all the groups a message ID is in.
16671
16672         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16673         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16674         (spam-stat-score-buffer-user-functions): Add :number custom type.
16675
16676 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16677
16678         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16679         argument in XEmacs.
16680
16681         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16682         (nnrss-request-group): Decode group name first.
16683         (nnrss-request-article): Make a text/plain article if mml-to-mime
16684         failed.
16685         (nnrss-get-encoding): Return a compatible encoding according to
16686         nnrss-compatible-encoding-alist.
16687         (nnrss-find-el): Use consp instead of listp.
16688         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16689
16690 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16691
16692         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16693         which Emacs 20 doesn't support.
16694         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16695
16696 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16697
16698         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16699         silence the byte compiler inside the defun.
16700
16701         * gnus-demon.el (parse-time-string): Add autoload.
16702
16703         * gnus-delay.el (parse-time-string): Add autoload.
16704
16705         * gnus-art.el (parse-time-string): Add autoload.
16706
16707         * nnultimate.el (parse-time): Require for `parse-time-string'.
16708
16709 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16710
16711         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16712
16713         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16714
16715         * smime.el (smime-ldap-host-list): Add :version.
16716
16717 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16718
16719         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16720         pass it to `gnus-browse-read-group'.
16721         (gnus-browse-read-group): Add NUMBER argument and pass it to
16722         `gnus-group-read-ephemeral-group'.
16723
16724         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16725         argument and pass it to `gnus-group-read-group'.
16726
16727 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16728
16729         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16730         mm-xemacs-find-mime-charset-1 if we have the mule feature
16731         available at runtime.
16732
16733 2005-03-25  Werner Lemberg  <wl@gnu.org>
16734
16735         * nnmaildir.el: Replace `illegal' with `invalid'.
16736
16737 2005-03-23  Lute Kamstra  <lute@gnu.org>
16738
16739         * time-date.el: Add comment on time value formats.
16740         Don't require parse-time.
16741         (with-decoded-time-value): New macro.
16742         (encode-time-value): New function.
16743         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16744         (days-to-time): Return a valid time value when arg is huge.
16745         (time-since): Use time-subtract.
16746         (time-to-number-of-days): Use time-to-seconds.
16747
16748 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16749
16750         * gnus-start.el (gnus-display-time-event-handler):
16751         Check display-time-timer at runtime rather than only at load time
16752         in case display-time-mode is turned off in the mean time.
16753
16754 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16755
16756         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16757         used.
16758
16759         * nneething.el (nneething-map-file-directory): Derive from
16760         `gnus-directory'.
16761
16762         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16763         the To/Cc button.
16764
16765 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16766
16767         * nnmaildir.el (nnmaildir-request-accept-article):
16768         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16769
16770 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16771
16772         * gnus-async.el: Require timer-funcs at compile time when in
16773         XEmacs for `run-with-idle-timer'.
16774
16775 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16776
16777         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16778         autoloaded function.
16779
16780 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16781
16782         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16783
16784 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16785
16786         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16787
16788 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16789
16790         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16791         Add gnus-expert-user to default.
16792
16793 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16794
16795         * nnimap.el (nnimap-open-server): Ditto.
16796
16797         * imap.el (imap-authenticate): Fix typo.
16798
16799 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16800
16801         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16802         buffer (since IMAP server might return FETCH response out of
16803         order, and the nntp buffer must be sorted).
16804
16805 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16806
16807         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16808         comparison on string.
16809
16810         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16811         (gnus-agent-score): Rename category keywords to match gnus-cus.
16812         (gnus-agent-summary-fetch-series): Modify to protect against
16813         gnus-agent-summary-fetch-group clearing processable flags.
16814         (gnus-agent-synchronize-group-flags): Update live group buffer as
16815         synchronization may occur due to the user toggle the plugged
16816         status.
16817         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16818         successfully downloaded.
16819         (gnus-agent-expire-group-1): Avoid using markers when the overview
16820         is in ascending order; greatly improves performance.
16821         (gnus-agent-regenerate-group):
16822         Use gnus-agent-synchronize-group-flags to reset read status in both
16823         gnus and server.
16824         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16825
16826 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16827
16828         * message.el: Don't autoload former message-utils variables.
16829         (message-strip-subject-trailing-was): Change doc string.
16830
16831         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16832         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16833         (nnweb-google-search): Add "hl=en" here.
16834         (nnweb-google-parse-1, nnweb-google-create-mapping):
16835         Don't hardcode URL.
16836
16837 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16838
16839         * message.el (message-get-reply-headers, message-followup):
16840         Mention related variables `message-use-followup-to' and
16841         `message-use-mail-followup-to', in the information buffer.
16842
16843         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16844         of broken groups(-beta).google.com.
16845
16846 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16847
16848         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16849         parameter to invoked gnus-request-move-article; remove the
16850         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16851         all at once instead of once per article.
16852         (gnus-summary-remove-process-mark): Accept a list of articles as
16853         well as a single article for processing.
16854
16855         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16856         parameter.
16857
16858         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16859
16860         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16861
16862         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16863         parameter.
16864
16865         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16866         parameter.
16867
16868         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16869         parameter and remove the gnus-sum-hint-move-is-internal variable.
16870
16871         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16872         parameter.
16873
16874         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16875         parameter.
16876
16877         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16878         parameter.
16879
16880         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16881
16882         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16883         parameter.
16884
16885         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16886         parameter.
16887
16888 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16889
16890         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16891         a more conservative way.
16892
16893 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16894
16895         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16896         buffer, so it moves the window's cursor.
16897
16898 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16899
16900         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16901         `mm-dissect-multipart' and receive the from field as an (optional)
16902         argument from `mm-dissect-multipart'.
16903         (mm-dissect-multipart): Receive the from field as an argument and
16904         pass it on when we call `mm-dissect-buffer' on MIME parts.
16905         Fixes verification/decryption of signed/encrypted MIME parts.
16906
16907 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16908
16909         * gnus-sum.el (gnus-summary-move-article):
16910         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16911         whatever it calls (right now, only nnimap-request-move article
16912         respects it).
16913
16914         * nnimap.el (nnimap-request-move-article):
16915         When gnus-sum-hint-move-is-internal is set, don't do the extra
16916         nnimap-request-article.
16917
16918 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16919
16920         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16921
16922         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16923         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16924
16925         * gnus-sum.el (gnus-summary-caesar-message):
16926         Apply `gnus-treat-article' after rotation.
16927
16928         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16929         doc string.
16930
16931 2005-02-22  Simon Josefsson  <jas@extundo.com>
16932
16933         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16934         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16935         <arne@arnested.dk>.
16936         (encrypt): Add password-cache and password-cache-expiry as group
16937         members.
16938
16939 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16940
16941         * smime.el (smime-ldap-host-list): Doc fix.
16942         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16943         cache) password.
16944         (smime-sign-region): Use it.
16945         (smime-decrypt-region): Use it.
16946         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16947         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16948         fails.
16949         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16950         certificate from DER to PEM format rather than calling openssl.
16951
16952         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16953
16954         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16955         for signing/encryption.
16956
16957         * mml.el (mml-parse-1): Use them.
16958
16959 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16960
16961         * nnrss.el (nnrss-verbose): Remove.
16962         (nnrss-request-group): Use `nnheader-message' instead.
16963
16964 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16965
16966         * nnrss.el (nnrss-verbose): New variable.
16967         (nnrss-request-group): Make it say nnrss is requesting a group.
16968
16969 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16970
16971         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16972         Handle news URL with given port correctly.
16973
16974 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16975
16976         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16977         containing special characters.
16978
16979         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16980
16981         * mml.el (mime-to-mml): Ditto.
16982
16983         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16984         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16985         (rfc2047-decode-region): Quote decoded words containing special
16986         characters when rfc2047-quote-decoded-words-containing-tspecials
16987         is non-nil.
16988
16989 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16990
16991         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16992
16993         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16994
16995 2005-02-15  Simon Josefsson  <jas@extundo.com>
16996
16997         * nnimap.el (nnimap-debug): Doc fix.
16998
16999         * imap.el (imap-debug): Doc fix.
17000
17001 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17002
17003         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
17004
17005 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
17006
17007         * gnus.el (spam-contents): Improve docs for spam-contents
17008         parameter in its variable incarnation.
17009
17010 2005-02-14  Simon Josefsson  <jas@extundo.com>
17011
17012         * smime-ldap.el: Use require instead of load-library for ldap.
17013         (smime-ldap-search): Indent.
17014         (smime-ldap-search-internal): Shorten line.
17015
17016         * smime.el (smime-cert-by-dns): Add doc-string.
17017         (smime-cert-by-ldap-1): Indent.
17018
17019         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
17020         mml-smime-get-dns-ldap.
17021         (mml-smime-encrypt-query): Use new function.  Default to ldap.
17022
17023 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
17024
17025         * smime.el: Require smime-ldap.
17026         (smime-ldap-host-list): New variable.
17027         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
17028
17029         * mml-smime.el (mml-smime-encrypt-query): New function.
17030         (mml-smime-encrypt-query): Use it.
17031
17032         * smime-ldap.el: New file.
17033
17034 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17035
17036         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
17037
17038 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
17039
17040         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
17041         argument in doc string.  Make query for type more clear.
17042
17043 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17044
17045         * gnus.el (gnus-group-startup-message): Search for gnus images in
17046         etc/images/gnus.
17047         * mm-util.el (mm-image-load-path): Likewise.
17048         * smiley.el (smiley-data-directory): Search for smilies in
17049         etc/images/smilies.
17050
17051 2005-02-09  Kim F. Storm  <storm@cua.dk>
17052
17053         Change Emacs release version from 21.4 to 22.1 throughout.
17054         Change Emacs development version from 21.3.50 to 22.0.50.
17055
17056 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17057
17058         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
17059
17060         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
17061         non-Mule XEmacs as well.
17062         (mm-decompress-buffer): Signal an error intentionally if it does
17063         not decompress compressed data because auto-compression-mode is
17064         disabled.
17065
17066 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
17067
17068         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
17069         an ID in the registry even if it has no groups.
17070
17071 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17072
17073         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
17074         merge it into mm-decompress-buffer.
17075         (gnus-mime-copy-part): Use the MIME part charset, the value which
17076         a user specified or gnus-newsgroup-charset for decoding, like
17077         gnus-mime-inline-part does; set buffer-file-coding-system to tell
17078         save-buffer what was used.  Suggested by Kevin Ryde
17079         <user42@zip.com.au>.
17080         (gnus-mime-inline-part): Allow the name parameter as well as the
17081         filename parameter; force decompressing of compressed data; always
17082         display contents being not decoded as unibyte.
17083
17084         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
17085         as well as the filename parameter.
17086
17087         * mm-util.el (mm-decompress-buffer):
17088         Merge gnus-mime-jka-compr-maybe-uncompress.
17089         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
17090         of compressed data.
17091
17092 2005-02-08  Simon Josefsson  <jas@extundo.com>
17093
17094         * imap.el (imap-log): Doc fix.
17095
17096 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17097
17098         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
17099         the coding cookies; decompress compressed parts.
17100
17101         * mml.el (mml-generate-mime-1): Add the charset parameter according
17102         to the value which a user specified manually or the coding cookie.
17103
17104         * mm-util.el (mm-string-to-multibyte): New function.
17105         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
17106         (mm-coding-system-to-mime-charset): New function.
17107         (mm-decompress-buffer): New function.
17108         (mm-find-buffer-file-coding-system): New function.
17109
17110         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
17111         (mm-display-inline-fontify): Rewrite for decoding and decompressing
17112         parts.
17113
17114 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17115
17116         * mm-view.el (mm-display-inline-fontify): Decode a part according
17117         to the charset parameter.
17118
17119 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17120
17121         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
17122         prefix arg is neither nil nor a number, as info specifies.
17123
17124 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17125
17126         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
17127         timestamps.
17128
17129 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
17130
17131         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
17132         groups error checking and notify user.
17133
17134 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
17135
17136         * message.el (message-send-mail-function): Check existence of
17137         sendmail-program first before using default value
17138         `message-send-mail-with-sendmail'.  Otherwise use more generic
17139         `smtpmail-send-it'.
17140
17141 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17142
17143         * nntp.el (nntp-request-update-info): Always return nil.
17144
17145 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17146
17147         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
17148
17149 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17150
17151         * message.el (message-beginning-of-line): Change the behavior when
17152         invoked between BOL and : so that it first moves backward.
17153
17154 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17155
17156         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
17157         article buffer when editing of the article is discarded.
17158         (gnus-article-prepare): Revert.
17159
17160 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17161
17162         * gnus-art.el (gnus-article-prepare):
17163         Remove message-strip-forbidden-properties from the local hook.
17164
17165 2005-01-27  Simon Josefsson  <jas@extundo.com>
17166
17167         * password.el (password-cache-add): Only start one timer per key.
17168         Reported by Derek Atkins <warlord@MIT.EDU>.
17169
17170 2005-01-26  Steve Youngs  <steve@sxemacs.org>
17171
17172         * run-at-time.el: Remove.  It is no longer needed as
17173         timer-funcs.el in the xemacs-base package has a working version of
17174         `run-at-time'.
17175
17176         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
17177
17178         * password.el: Require timer-funcs instead of run-at-time in
17179         XEmacs.
17180         Remove `password-run-at-time' macro.
17181         (password-cache-add): Use `run-at-time' instead of
17182         `password-run-at-time'.
17183
17184         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
17185         Remove `nnheader-cancel-function-timers' alias,
17186         `cancel-function-timers' exists in XEmacs in timer-funcs.
17187
17188         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
17189         for `run-with-idle-timer'.
17190
17191         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
17192         for `run-at-time'.
17193
17194         * mm-url.el: Require timer-funcs at compile time when in XEmacs
17195         for `with-timeout'.
17196
17197         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
17198         the same as for XEmacs 21.4.
17199         No need to ignore `run-with-idle-timer', this function exists in
17200         XEmacs now in timer-funcs.el in the xemacs-base package.
17201         (dgnushack-compile): No need to delete
17202         run-at-time.el from the list of files to compile because it
17203         doesn't exist anymore.
17204
17205 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17206
17207         * mml.el (mml-generate-mime-1): Convert string into unibyte when
17208         inserting " *mml*" buffer's contents into a unibyte temp buffer.
17209
17210 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
17211
17212         * mail-source.el (mail-source-fetch-imap): Search for ^From case
17213         sensitively.
17214
17215 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
17216
17217         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
17218
17219 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17220
17221         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
17222         which will be inserted according to the multibyteness of a buffer
17223         rather than the type of contents.  Suggested by ARISAWA Akihiro
17224         <ari@mbf.ocn.ne.jp>.
17225
17226         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
17227         of string which old xml.el may return rather than a string.
17228
17229 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17230
17231         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
17232
17233 2005-01-16  Simon Josefsson  <jas@extundo.com>
17234
17235         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
17236         idn/idna.el isn't available.
17237         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
17238         <michael@waxrat.com>.
17239
17240         * hashcash.el: Remove non-FSF copyright header.
17241
17242         * hashcash.el (hashcash-extra-generate-parameters): New variable.
17243         (hashcash-generate-payment): Use it.
17244         (hashcash-generate-payment-async): Use it.
17245
17246 2005-01-15  Simon Josefsson  <jas@extundo.com>
17247
17248         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
17249         Suggested by Raymond Scholz <ray-2005@zonix.de>.
17250
17251         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
17252         gnus-summary-idna-message.
17253         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
17254         (gnus-summary-idna-message): New function.
17255
17256 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
17257
17258         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
17259         gnus-novice-user.
17260
17261 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17262
17263         * nnrss.el (nnrss-request-delete-group): Delete entries in
17264         nnrss-group-alist as well.
17265         (nnrss-save-server-data): Insert newline.
17266
17267 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
17268
17269         * gnus.el (gnus-user-agent): Use list of symbols instead of
17270         symbols.  Display full version number for (S)XEmacs.
17271         Optionally display (S)XEmacs codename.
17272
17273         * gnus-util.el (gnus-emacs-version): Update for new
17274         `gnus-user-agent'.
17275
17276         * gnus-msg.el (gnus-extended-version): Make it possible to omit
17277         Gnus version.
17278
17279 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17280
17281         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
17282         which is unreadable in some setups.
17283
17284 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17285
17286         * gnus-spec.el (gnus-update-format-specifications): Flush the
17287         group format spec cache if it doesn't support decoded group names.
17288
17289 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17290
17291         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
17292         Allow to apply decay on score files matching a regexp.
17293
17294 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17295
17296         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
17297         compatibility in %g and %c.
17298
17299 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17300
17301         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
17302         name for only %g and %c.
17303         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
17304         of gnus-tmp-group to decoded group name.
17305         (gnus-group-make-rss-group): Exclude `/'s from group names.
17306
17307 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17308
17309         * nnrss.el (nnrss-get-encoding): Fix regexp.
17310
17311 2004-12-27  Simon Josefsson  <jas@extundo.com>
17312
17313         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
17314         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
17315         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
17316
17317 2004-12-17  Kim F. Storm  <storm@cua.dk>
17318
17319         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
17320
17321         * gnus-sum.el (gnus-summary-mode-map): Likewise.
17322
17323 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17324
17325         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
17326
17327 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17328
17329         * nnrss.el: Require rfc2047 and mml.
17330         (nnrss-file-coding-system): New variable.
17331         (nnrss-format-string): Redefine it as an inline function.
17332         (nnrss-decode-group-name): New function.
17333         (nnrss-string-as-multibyte): Remove.
17334         (nnrss-retrieve-headers): Decode group name; don't use
17335         nnrss-format-string.
17336         (nnrss-request-group): Decode group name.
17337         (nnrss-request-article): Decode group name; allow a Message-ID as
17338         well as an article number; don't use nnrss-format-string; encode a
17339         Message-ID string which may contain non-ASCII characters; use
17340         mml-to-mime to compose a MIME article.
17341         (nnrss-request-expire-articles): Decode group name.
17342         (nnrss-request-delete-group): Decode group name.
17343         (nnrss-fetch): Clarify error message.
17344         (nnrss-read-server-data): Use insert-file-contents instead of load;
17345         bind file-name-coding-system; use multibyte buffer.
17346         (nnrss-save-server-data): Bind coding-system-for-write to the
17347         value of nnrss-file-coding-system; bind file-name-coding-system;
17348         add coding cookie.
17349         (nnrss-read-group-data): Use insert-file-contents instead of load;
17350         bind file-name-coding-system; use multibyte buffer.
17351         (nnrss-save-group-data): Bind coding-system-for-write to the
17352         value of nnrss-file-coding-system; bind file-name-coding-system.
17353         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
17354         make it work with non-ASCII text.
17355         (nnrss-find-el): Make it work with old xml.el as well.
17356
17357 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17358
17359         * nnrss.el (nnrss-get-encoding): New function.
17360         (nnrss-fetch): Use unibyte buffer initially; bind
17361         coding-system-for-read while performing mm-url-insert; remove ^Ms;
17362         decode contents according to the encoding attribute.
17363         (nnrss-save-group-data): Add coding cookie.
17364         (nnrss-mime-encode-string): New function.
17365         (nnrss-check-group): Use it to encode subject and author.
17366
17367 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
17368
17369         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
17370         imaginary variable.
17371
17372 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17373
17374         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
17375         correctly even if there are wide characters.
17376
17377 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
17378
17379         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
17380         downcased symbol names; make a new cache instead of reusing
17381         bbdb-hashtable.
17382
17383 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17384
17385         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17386         concatenating segments rather than before concatenating them.
17387         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17388
17389         * message.el (message-get-reply-headers): Bind `extra'.
17390
17391 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17392
17393         * message.el (message-extra-wide-headers): New variable.
17394         (message-get-reply-headers): Use it.
17395
17396 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17397
17398         * gnus-agent.el (gnus-agent-group-path): Decode group name.
17399         (gnus-agent-group-pathname): Ditto.
17400
17401         * gnus-cache.el (gnus-cache-file-name): Decode group name.
17402
17403         * gnus-group.el (gnus-group-make-group): Decode group name.
17404         (gnus-group-make-rss-group): Register the group data after opening
17405         the nnrss group.
17406
17407 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
17408
17409         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
17410         by expiry now get marked as read.
17411
17412 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17413
17414         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
17415
17416 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
17417
17418         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
17419         unify Latin characters in XEmacs.
17420         (mm-find-mime-charset-region): Use it.
17421
17422 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17423
17424         * gnus-util.el (gnus-delete-directory): New function.
17425
17426         * gnus-agent.el (gnus-agent-delete-group): Use it.
17427
17428         * gnus-cache.el (gnus-cache-delete-group): Use it.
17429
17430 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17431
17432         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
17433         names.
17434
17435 2004-12-16  Simon Josefsson  <jas@extundo.com>
17436
17437         * hashcash.el (hashcash-payment-alist): Fix custom :type.
17438
17439 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17440
17441         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
17442
17443         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
17444         (gnus-group-set-current-level): Decode group name.
17445
17446 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
17447
17448         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
17449         failed.
17450
17451 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17452
17453         * gnus-group.el (gnus-group-delete-group): Decode group name.
17454         (gnus-group-make-rss-group): Encode group name.
17455         (gnus-group-catchup-current): Decode group name.
17456         (gnus-group-kill-group): Decode group name.
17457
17458 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17459
17460         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
17461
17462 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17463
17464         * gnus-group.el (gnus-group-make-rss-group):
17465         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
17466
17467         * gnus-start.el (gnus-setup-news): Honor user's setting to
17468         gnus-message-archive-method.  Suggested by Lute Kamstra
17469         <lute@gnu.org>.
17470
17471 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
17472
17473         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
17474         global counterparts of the buffer-local variables.
17475
17476 2004-11-16  Romain Francoise  <romain@orebokech.com>
17477
17478         * gnus-sum.el (gnus-summary-exit): Don't clear the global
17479         counterparts of the buffer-local variables.
17480
17481 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17482
17483         * message.el (message-forbidden-properties): Fix typo in doc
17484         string.
17485
17486 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17487
17488         * gnus-util.el (gnus-replace-in-string): Add doc string.
17489
17490         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17491         to avoid problems when splitting mails with many recipients.
17492
17493 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17494
17495         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17496         pop-to-buffer, covered by the subsequent gnus-configure-windows.
17497
17498 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
17499
17500         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17501         if there is no hashtable in memory or file modification time is
17502         newer than cached timestamp.
17503
17504 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
17505
17506         * gnus-sum.el (gnus-summary-limit-to-recipient):
17507         Implement not-matching option.
17508
17509 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
17510
17511         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17512         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17513         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17514         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17515         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
17516         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17517
17518 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17519
17520         * message.el (message-forward-make-body-mml): Remove headers
17521         according to message-forward-ignored-headers if a message is decoded.
17522
17523 2004-12-02  Romain Francoise  <romain@orebokech.com>
17524
17525         * message.el (message-forward-make-body-plain): Always remove
17526         headers according to message-forward-ignored-headers.
17527
17528 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
17529
17530         * spam.el (spam-summary-prepare-exit): Remove the
17531         gnus-summary-limit pop for now, it has problems with ham marks for
17532         me.
17533
17534 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
17535
17536         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17537         correctly.
17538
17539 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
17540
17541         * format-spec.el (format-spec): Message the char.
17542
17543 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
17544
17545         * gnus-art.el (gnus-split-methods): Reformat comments.
17546
17547         * spam.el (spam-summary-prepare-exit): Remove article limits
17548         before exiting the summary buffer.
17549
17550 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17551
17552         * lpath.el: Remove bbdb-create-internal, bbdb-records,
17553         spam-BBDB-register-routine and spam-enter-ham-BBDB.
17554
17555         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17556         order to silence the byte compiler.
17557
17558         * spam.el: Fix the way to silence the byte compiler, which
17559         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17560         bbdb-search-simple, spam-BBDB-register-routine,
17561         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17562         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17563         spam-stat-buffer-is-spam, spam-stat-load,
17564         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17565         spam-stat-save and spam-stat-split-fancy.
17566
17567 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17568
17569         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17570         which may confuse users.
17571         (canlock-password-for-verify): Ditto.
17572
17573         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17574
17575         * gnus-art.el (gnus-emphasis-alist): Ditto.
17576
17577         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17578
17579         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17580
17581         * gnus-start.el (gnus-save-killed-list): Ditto.
17582
17583         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17584         (gnus-sum-thread-tree-root): Ditto.
17585         (gnus-sum-thread-tree-false-root): Ditto.
17586         (gnus-sum-thread-tree-single-indent): Ditto.
17587
17588         * message.el (message-courtesy-message): Ditto.
17589         (message-archive-note): Ditto.
17590         (message-subscribed-address-file): Ditto.
17591         (message-user-fqdn): Ditto.
17592
17593         * spam-report.el (spam-report-gmane-regex): Ditto.
17594
17595         * spam.el (spam-blackhole-good-server-regex): Ditto.
17596
17597 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17598
17599         * mml.el (mml-preview): Widen the message buffer before copying
17600         the contents to the preview buffer; sort headers before previewing.
17601
17602         * message.el (message-hidden-headers): Fix the way to avoid a bug
17603         in the `repeat' widget in Emacs 21.3 or earlier.
17604
17605 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17606
17607         * message.el (message-hidden-headers): Default to "^References:".
17608         Improve customization type.  Suggested by Reiner Steib
17609         <Reiner.Steib@gmx.de>.
17610
17611 2004-11-25  Romain Francoise  <romain@orebokech.com>
17612
17613         * message.el (message-strip-forbidden-properties): Remove check for
17614         obsolete `message-hidden' text property, hidden headers are not
17615         accessible in the buffer anymore.
17616
17617 2004-11-22  Romain Francoise  <romain@orebokech.com>
17618
17619         * message.el (message-header-format-alist): Add `From' in list
17620         so that it can be sorted.
17621         (message-fix-before-sending): Widen and sort headers before
17622         sending.
17623         (message-hide-headers): Use narrowing to hide headers by moving
17624         them to the top of the buffer and narrowing to the region
17625         underneath.
17626
17627 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17628
17629         * message.el (message-strip-forbidden-properties):
17630         Bind buffer-read-only (etc) to nil.
17631
17632 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17633
17634         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17635         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17636
17637 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17638
17639         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17640
17641 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17642
17643         * dns.el (query-dns): Use sit-for to time instead of
17644         accept-process-output, since that doesn't seem to work on udp
17645         sockets.
17646
17647 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17648
17649         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17650
17651 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17652
17653         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17654         doc string.  Improve doc string.
17655
17656 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17657
17658         * nntp.el (nntp-request-update-info): Return nil if
17659         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17660         may not call gnus-activate-group which uselessly issues the GROUP
17661         commands for all nntp groups and wastes time.  Reported by Romain
17662         Francoise <romain@orebokech.com>.
17663
17664         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17665
17666 2004-11-15  Simon Josefsson  <jas@extundo.com>
17667
17668         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17669         headers separately.
17670         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17671         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17672
17673 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17674
17675         * gnus-start.el (gnus-convert-old-newsrc):
17676         Assign legacy-gnus-agent to 5.10.7.
17677
17678 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17679
17680         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17681         start of the lines.
17682
17683 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17684
17685         * hashcash.el (hashcash-default-payment): Change default to 20.
17686         (hashcash-default-accept-payment): Change default to 20.
17687         (hashcash-process-alist): New variable.
17688         (hashcash-generate-payment-async): Add.
17689         (hashcash-already-paid-p): Add.
17690         (hashcash-insert-payment): Don't generate payments twice.
17691         (hashcash-insert-payment-async): Add.
17692         (hashcash-insert-payment-async-2): Add.
17693         (hashcash-cancel-async): Add.
17694         (hashcash-wait-async): Add.
17695         (hashcash-processes-running-p): Add.
17696         (hashcash-wait-or-cancel): Add.
17697         (mail-add-payment): New optional argument.  Conditionally start
17698         asynchronous calculation.
17699         (mail-add-payment-async): Add.
17700
17701         * message.el (message-send-mail): Wait for asynchronous hashcash
17702         results.  Don't clobber existing X-Hashcash headers.
17703         (message-setup-1): Call mail-add-payment-async when
17704         message-generate-hashcash is non-nil.
17705
17706 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17707
17708         * message.el (message-use-alternative-email-as-from): Examine the
17709         From header as well; use message-make-from in order to include a
17710         user's full name.
17711
17712 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17713
17714         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17715         default; improve customization type.
17716         (gnus-emphasis-custom-with-format): New macro.
17717         (gnus-emphasis-custom-value-to-external): New function.
17718         (gnus-emphasis-custom-value-to-internal): New function.
17719
17720 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17721
17722         * dns.el (query-dns): Resolve reverse addresses.
17723
17724 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17725
17726         * gnus-group.el (gnus-group-get-new-news): Use it.
17727
17728         * gnus-start.el (gnus-check-reasonable-setup): New function.
17729
17730 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17731
17732         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17733         "Args out of range" error.  Reported by Arnaud Giersch
17734         <arnaud.giersch@free.fr>.
17735
17736 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17737
17738         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17739
17740 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17741
17742         * spam.el (spam group): Add :version.
17743
17744         * pgg-def.el (pgg group): Add :version.
17745
17746 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17747
17748         * gnus-art.el (gnus-article-edit-article): Don't associate the
17749         article buffer with a draft file.  This is a temporary measure
17750         against the 2004-08-22 change to gnus-article-edit-mode.
17751
17752 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17753
17754         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17755         (html2text-format-tags): Remove unused variable `attr'.
17756
17757 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17758
17759         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17760
17761         * tls.el (tls-process-connection-type, tls-success)
17762         (tls-certtool-program): Add :version.
17763
17764         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17765         (starttls-extra-arguments, starttls-process-connection-type)
17766         (starttls-connect, starttls-failure, starttls-success): Add :version.
17767
17768         * spam-stat.el (spam-stat): Add :version.
17769
17770         * sieve.el (sieve): Add :version.
17771
17772         * sha1.el (sha1): Add :version.
17773         (sha1-use-external): Remove redundant version.
17774
17775         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17776         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17777         (nnmail-split-fancy-match-partial-words)
17778         (nnmail-split-lowercase-expanded): Add :version.
17779
17780         * nndiary.el (nndiary): Add :version.
17781
17782         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17783
17784         * mml-sec.el (mml-default-sign-method)
17785         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17786         Add :version.
17787
17788         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17789
17790         * mm-url.el (mm-url-use-external, mm-url-program)
17791         (mm-url-arguments): Add :version.
17792
17793         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17794         (mm-attachment-file-modes, mm-decrypt-option)
17795         (mm-w3m-safe-url-regexp): Add :version.
17796
17797         * message.el (message-cite-prefix-regexp)
17798         (message-sendmail-envelope-from, message-minibuffer-local-map)
17799         (message-user-fqdn, message-completion-alist): Add :version.
17800
17801         * gnus-win.el (gnus-configure-windows-hook)
17802         (gnus-use-frames-on-any-display): Add :version.
17803
17804         * gnus-art.el (gnus-article-address-banner-alist)
17805         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17806         (gnus-treat-from-picon, gnus-treat-mail-picon)
17807         (gnus-treat-x-pgp-sig): Add :version.
17808
17809         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17810         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17811         (gnus-summary-article-delete-hook)
17812         (gnus-summary-display-while-building): Add :version.
17813
17814         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17815         (gnus-get-top-new-news-hook): Add :version.
17816
17817         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17818         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17819
17820         * gnus-registry.el (gnus-registry): Add :version.
17821
17822         * gnus-spec.el (gnus-use-correct-string-widths)
17823         (gnus-make-format-preserve-properties): Add :version.
17824
17825         * gnus.el (gnus-group-charter-alist)
17826         (gnus-group-fetch-control-use-browse-url)
17827         (gnus-install-group-spam-parameters): Add :version.
17828
17829         * gnus-diary.el (gnus-diary): Add :version.
17830
17831         * gnus-delay.el (gnus-delay): Add :version.
17832
17833         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17834         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17835         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17836         Add :version.
17837
17838         * gnus-agent.el (gnus-agent-max-fetch-size)
17839         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17840         (gnus-agent-prompt-send-queue): Add :version.
17841
17842         * deuglify.el (gnus-outlook-deuglify): Add :version.
17843
17844         * html2text.el: Beautify code.  Improve doc strings.
17845         Some checkdoc cleanup.
17846         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17847
17848 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17849
17850         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17851
17852 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17853
17854         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17855         when package is loaded.
17856
17857         * spam.el (spam-summary-score-preferred-header): Add global preference
17858         for people who want to override the default SpamAssassin over
17859         Bogofilter preference (when both are set).
17860         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17861         (spam-user-format-function-S):
17862         Check spam-summary-score-preferred-header.
17863         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17864         (spam-user-format-function-S): Format the score correctly.
17865
17866 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17867
17868         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17869         signature file.  Suggested by Manoj Srivastava
17870         <srivasta@golden-gryphon.com>.
17871
17872         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17873         iso-2022-jp even in the Japanese language environment.
17874         Suggested by Jason Rumney <jasonr@gnu.org>.
17875
17876 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17877
17878         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17879         use the same characters as the dummy marks; make it free from
17880         getting affected by the language environment.
17881         (gnus-summary-read-group-1): Update mark positions only when the
17882         format spec is updated.
17883
17884         * gnus-spec.el (gnus-update-format-specifications): Return a list
17885         of updated types.
17886
17887 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17888
17889         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17890         of boundp to check if display-warning is available.
17891
17892 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17893
17894         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17895
17896 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17897
17898         * nnspool.el (nnspool-spool-directory): Use news-path if the
17899         news-directory variable is not bound.
17900
17901         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17902         function instead of display-warning if it is not available.
17903
17904 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17905
17906         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17907         v5-10: Use `point-at-bol'.
17908
17909 2004-10-26  Simon Josefsson  <jas@extundo.com>
17910
17911         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17912         <chenggao@gmail.com>.
17913
17914 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17915
17916         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17917         instead.
17918
17919 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17920
17921         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17922         to remove a server from the nnimap-server-buffer-alist.
17923         (nnimap-open-connection, nnimap-close-server): Use it.
17924
17925         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17926
17927 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17928
17929         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17930         running the major-mode function.
17931
17932 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17933
17934         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17935         dummy marks in the right way.
17936
17937 2004-10-18  David Edmondson  <dme@dme.org>
17938
17939         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17940         excessively.
17941
17942 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17943
17944         * gnus-util.el (gnus-split-references): Accept a nil references
17945         string and go on blissfully.
17946
17947         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17948         cases where the references string is non-nil but has no references.
17949
17950         * encrypt.el: Add autoload tags.
17951
17952         * spam.el (spam-resolve-registrations-routine): Remove article
17953         from unregistration list too.  Reported by David Hanak
17954         <dhanak@isis.vanderbilt.edu>
17955
17956 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17957
17958         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17959         nil.  Change custom type.
17960
17961 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17962
17963         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17964
17965         * gnus-sum.el (gnus-summary-move-article): Use it.
17966
17967 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17968
17969         * encrypt.el: Add autoload cookies.
17970
17971         * spam.el (spam-backend-article-list-property)
17972         (spam-backend-get-article-todo-list)
17973         (spam-backend-put-article-todo-list)
17974         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17975         Resolve registrations separately.
17976         (spam-register-routine): Format comments.
17977         (spam-unregister-routine, spam-register-routine): Always call with
17978         specific-articles, no default list.
17979         (spam-summary-prepare-exit): Use the spam-classifications function.
17980
17981         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17982         gnus-encrypt.el.
17983
17984         * encrypt.el: Copied from gnus-encrypt.el.
17985
17986         * gnus-encrypt.el: Commented that it's obsolete.
17987
17988 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17989
17990         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17991         (gnus-score-save): Use it.
17992
17993         * message.el (message-bury): Use `window-dedicated-p'.
17994
17995 2004-10-15  Simon Josefsson  <jas@extundo.com>
17996
17997         * pop3.el (top-level): Don't require nnheader.
17998         (pop3-read-timeout): Add.
17999         (pop3-accept-process-output): Add.
18000         (pop3-read-response, pop3-retr): Use it.
18001
18002 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
18003
18004         * spam.el (spam-register-routine): Move comment.
18005         (spam-verify-bogofilter): Use 'unknown for the initial
18006         spam-bogofilter-valid state, not 'never.
18007
18008         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
18009         for netrc-machine.
18010
18011         * nnimap.el (nnimap-open-connection):
18012         Use netrc-machine-user-or-password.
18013
18014 2004-10-17  Richard M. Stallman  <rms@gnu.org>
18015
18016         * gnus-registry.el (gnus-registry-unload-hook):
18017         Set as a variable with add-hook.
18018
18019         * nnspool.el (nnspool-spool-directory): Use news-directory instead
18020         of news-path.
18021
18022         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
18023
18024         * spam.el: Delete duplicate `provide'.
18025         (spam-unload-hook): Set as a variable with add-hook.
18026
18027 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18028
18029         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
18030         in the doc string.
18031
18032         * message.el (message-ignored-news-headers)
18033         (message-ignored-supersedes-headers)
18034         (message-ignored-resent-headers)
18035         (message-forward-ignored-headers): Improve custom type.
18036
18037 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18038
18039         * message.el (message-tokenize-header): Fix 2004-09-06 change
18040         which used point-min in the wrong place.
18041
18042 2004-10-12  Simon Josefsson  <jas@extundo.com>
18043
18044         * tls.el (tls-certtool-program): New variable.
18045         (tls-certificate-information): New function, based on
18046         ssl-certificate-information.
18047
18048 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18049
18050         * compface.el: Move the version of ELisp-based uncompface program
18051         to the contrib directory because of the copyright problem.
18052
18053 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18054
18055         * message.el (message-kill-buffer): Raise the current frame.
18056
18057 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18058
18059         * gnus-sum.el: Mention that multibyte characters don't work as marks.
18060
18061         * gnus.el (message-y-or-n-p): Autoload.
18062
18063         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
18064         (pop3-password-required, pop3-authentication-scheme)
18065         (pop3-leave-mail-on-server): Make customizable.
18066         (pop3): New custom group.
18067         (pop3-retr): Remove `sleep-for' statements.
18068         Suggested by Dave Love <fx@gnu.org>.
18069
18070         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
18071         Windows/DOS.
18072
18073         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18074         (imap-parse-body): Fix incorrect use of `assert'.
18075         Suggested by Dave Love <fx@gnu.org>.
18076
18077         * mml.el (mml-minibuffer-read-disposition): Require match.
18078         Suggested by Dave Love <fx@gnu.org>.
18079
18080 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18081
18082         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
18083         doc string.
18084
18085 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18086
18087         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
18088
18089 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18090
18091         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
18092         instead of calling `mm-insert-inline', to decode text/* parts
18093         before displaying them.
18094
18095 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18096
18097         * mm-uu.el (mm-uu-text-plain-type): New variable.
18098         (mm-uu-pgp-signed-extract-1): Use it.
18099         (mm-uu-pgp-encrypted-extract-1): Use it.
18100         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
18101         bind mm-uu-text-plain-type with that value.
18102         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
18103         mm-uu-dissect.
18104
18105 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18106
18107         * gnus-group.el (gnus-update-group-mark-positions):
18108         * gnus-sum.el (gnus-update-summary-mark-positions):
18109         * message.el (message-check-news-body-syntax):
18110         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
18111         of string-as-multibyte.
18112
18113 2004-10-05  Juri Linkov  <juri@jurta.org>
18114
18115         * gnus-group.el (gnus-update-group-mark-positions):
18116         * gnus-sum.el (gnus-update-summary-mark-positions):
18117         * message.el (message-check-news-body-syntax):
18118         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
18119         8-bit unibyte values to a multibyte string for search functions.
18120
18121 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18122
18123         * mm-uu.el (mm-uu-dissect): Allow optional arg.
18124         (mm-uu-dissect-text-parts): New function.
18125
18126         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
18127         dissect text parts.
18128
18129         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
18130         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
18131
18132         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
18133
18134         * gnus-topic.el (gnus-topic-hierarchical-parameters):
18135         Use gnus-current-topics instead of gnus-current-topic.
18136
18137 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
18138
18139         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
18140
18141 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
18142
18143         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
18144         where approriate.
18145
18146         * nnml.el (nnml-generate-active-info): do.
18147
18148         * nndiary.el (nndiary-generate-active-info): do.
18149
18150         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
18151         (gnus-topic-move): do.
18152
18153         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
18154         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
18155
18156         * gnus-srvr.el (gnus-server-prepare)
18157         (gnus-server-open-all-servers): do.
18158
18159         * gnus-msg.el (gnus-summary-cancel-article)
18160         (gnus-summary-resend-message)
18161         (gnus-summary-mail-crosspost-complaint): do.
18162
18163         * gnus-move.el (gnus-change-server): do.
18164
18165         * gnus-group.el (gnus-group-unmark-all-groups)
18166         (gnus-group-set-current-level): do.
18167
18168 2004-10-04  Simon Josefsson  <jas@extundo.com>
18169
18170         * message.el (message-generate-hashcash): Doc fix.
18171
18172 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
18173
18174         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
18175         avoid infinite recursion via gnus-get-function.
18176
18177 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
18178
18179         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
18180
18181         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
18182
18183         * nnmail.el (nnmail-split-history): do.
18184
18185         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
18186         (nnml-request-delete-group): do.
18187
18188         * nnslashdot.el (nnslashdot-read-groups): do.
18189
18190         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
18191         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
18192
18193         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
18194         (nnspool-sift-nov-with-sed): Use last.
18195         (nnspool-retrieve-headers-with-nov): Use mapc.
18196         (nnspool-request-newgroups): Use dolist.
18197         (nnspool-request-group): Use last.
18198
18199         * nntp.el (nntp-read-server-type): Use dolist.
18200
18201         * nnvirtual.el (nnvirtual-create-mapping)
18202         (nnvirtual-update-read-and-marked): Use dolist.
18203         (nnvirtual-convert-headers): Simplify.
18204
18205 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18206
18207         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18208         Add support for sync'ing tick marks.
18209
18210 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18211
18212         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
18213         there's no visible header.
18214
18215 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18216
18217         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18218         When necessary, pass full group name to gnus-request-set-marks.
18219
18220 2004-10-01  Simon Josefsson  <jas@extundo.com>
18221
18222         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
18223         acroread.
18224
18225 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18226
18227         * spam-report.el (spam-report-gmane): Fix interactive.
18228
18229         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
18230
18231         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
18232         when writing file.
18233         (gnus-agent-synchronize-flags): Don't default to being
18234         interactive.
18235
18236 2004-09-30  Simon Josefsson  <jas@extundo.com>
18237
18238         * message.el (message-generate-hashcash): Add.
18239         (message-send-mail): Use it, call mail-add-payment.
18240
18241 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18242
18243         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
18244
18245 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
18246
18247         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
18248         gnus-requst-update-info with explicit code to sync the in-memory
18249         info read flags with the marks being sync'd to the backend.
18250
18251         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
18252
18253 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18254
18255         * spam.el (spam-verify-bogofilter): Add new function.
18256         (spam-check-bogofilter)
18257         (spam-bogofilter-register-with-bogofilter): Use it.
18258         (spam-verify-bogofilter): Add small fixes.
18259
18260 2004-09-28  Simon Josefsson  <jas@extundo.com>
18261
18262         * hashcash.el (hashcash-generate-payment): Revert.
18263
18264 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18265
18266         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18267         Use gnus-extract-references instead of gnus-split-references.
18268
18269         * gnus-util.el (gnus-extract-references): Add new function, analogous
18270         to gnus-split-references but extracts only the message-ID without
18271         anything extra.
18272
18273         * hashcash.el (hashcash-generate-payment)
18274         (hashcash-check-payment): Do the right thing if hashcash-path is
18275         nil (because the hashcash program could not be found).
18276
18277         * spam.el (spam-use-hashcash): Remove comment.
18278
18279 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
18280
18281         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
18282         (gnus-cache-enter-article, gnus-cache-remove-article)
18283         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
18284
18285         * gnus-async.el (gnus-async-prefetch-remove-group): do.
18286
18287         * gnus-art.el (article-hide-boring-headers)
18288         (article-translate-strings, article-display-face)
18289         (gnus-article-mime-match-handle-first)
18290         (gnus-article-highlight-headers)
18291         (gnus-article-add-buttons-to-head): do.
18292
18293 2004-09-27  Simon Josefsson  <jas@extundo.com>
18294
18295         * hashcash.el: New version, from
18296         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
18297         ../contrib/.
18298
18299 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18300
18301         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
18302
18303 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
18304
18305         * gnus-dup.el (gnus-dup-open): Use mapc.
18306         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
18307
18308         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
18309         Reported by Stefan Wiens <s.wi@gmx.net>.
18310
18311         * gnus.el (gnus-shutdown): Use dolist.
18312
18313         * gnus-undo.el (gnus-undo): Use mapc.
18314
18315         * nnrss.el (nnrss-generate-active): do.
18316
18317         * message.el (message-cite-original-without-signature)
18318         (message-cite-original): Use mapc.
18319         (message-do-actions, message-make-forward-subject): Use dolist.
18320
18321 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18322
18323         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
18324         deletion to remove entire duplicate line.  Fixes merged article
18325         number bug.
18326
18327 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18328
18329         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
18330         servers that are offline.  Avoids having gnus-agent-toggle-plugged
18331         first ask if you want to open a server and then, even when you
18332         responded with no, asking if you want to synchronize the server's
18333         flags.
18334         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
18335         multi-line expressions.
18336         (gnus-agent-synchronize-group-flags): New internal function.
18337         Updates marks in memory (in the info structure) AND in the
18338         backend.
18339
18340         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
18341
18342         * nnagent.el (nnagent-request-set-mark):
18343         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
18344         method, to ensure that synchronization updates marks in the
18345         backend and in the info (in memory) structure.
18346
18347 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18348
18349         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
18350         convention fully; don't miss the root article of a thread; make
18351         the X-Draft-From header with correct article numbers.
18352
18353 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
18354
18355         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
18356         unless plugged.  Disable the agent so that an open failure causes
18357         an error.
18358
18359         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
18360         Revert 2004-09-21 change.  The backend must be opened while
18361         synchronizing flags even when the backend stores the flags
18362         locally.
18363
18364 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
18365
18366         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
18367         in `header' match.  Reported by Svend Tollak Munkejord.
18368
18369         * message.el (message-cite-original): Fix use of
18370         `message-cite-articles-with-x-no-archive'.
18371
18372 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18373
18374         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
18375         (gnus-window-to-buffer): Ditto.
18376
18377         * mml.el (mml-preview-buffer): New variable.
18378         (mml-preview): Manage window layout with gnus-buffer-configuration.
18379
18380         * gnus-msg.el (gnus-setup-message): Put article numbers into the
18381         X-Draft-From header even if those articles aren't quoted.
18382
18383 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
18384
18385         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
18386         (gnus-request-set-mark, gnus-request-update-mark): Use new
18387         g-s-t-u-l-m to decide to use backend even when unplugged.
18388
18389 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18390
18391         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
18392         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
18393
18394 2004-09-20  Simon Josefsson  <jas@extundo.com>
18395
18396         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
18397         "utf-16-le".
18398
18399 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18400
18401         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
18402
18403 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18404
18405         * uudecode.el (uudecode-use-external): Add :version.
18406
18407         * smime.el (smime-CA-file, smime-encrypt-cipher)
18408         (smime-dns-server): Add :version.
18409
18410         * smiley.el (gnus-smiley-file-types): Add :version.
18411
18412         * sha1.el (sha1-use-external): Add :version.
18413
18414         * pgg-def.el (pgg-query-keyserver): Add :version.
18415
18416         * nnmail.el (nnmail-fancy-expiry-targets)
18417         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
18418         Add :version.
18419
18420         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
18421         (nnimap-retrieve-groups-asynchronous): Add :version.
18422         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
18423
18424         * mml.el (mml-content-disposition-parameters)
18425         (mml-insert-mime-headers-always): Add :version.
18426
18427         * mm-util.el (mm-coding-system-priorities): Add :version.
18428
18429         * mm-decode.el (mm-inline-text-html-with-images)
18430         (mm-keep-viewer-alive-types, mm-external-terminal-program)
18431         (mm-verify-option): Add :version.
18432         (mm-text-html-renderer): Change :version.
18433
18434         * message.el (message-fcc-externalize-attachments)
18435         (message-required-headers, message-draft-headers)
18436         (message-subject-trailing-was-query)
18437         (message-subject-trailing-was-ask-regexp)
18438         (message-subject-trailing-was-regexp, message-mark-insert-begin)
18439         (message-mark-insert-end, message-archive-header)
18440         (message-archive-note, message-cross-post-default)
18441         (message-cross-post-note, message-followup-to-note)
18442         (message-cross-post-note-function, message-use-mail-followup-to)
18443         (message-subscribed-address-functions)
18444         (message-subscribed-address-file, message-subscribed-addresses)
18445         (message-subscribed-regexps, message-allow-no-recipients)
18446         (message-yank-cited-prefix, message-signature-insert-empty-line)
18447         (message-hidden-headers, message-hierarchical-addresses)
18448         (message-mail-user-agent, message-use-idna)
18449         (message-valid-fqdn-regexp)
18450         (message-strip-special-text-properties, message-header-synonyms)
18451         (message-beginning-of-line, message-tab-body-function): Add :version.
18452         (message-insert-canlock, message-wide-reply-confirm-recipients):
18453         Change :version.
18454
18455         * mail-source.el (mail-source-ignore-errors): Add :group, :type
18456         and :version.
18457         (mail-source-delete-old-incoming-confirm)
18458         (mail-source-movemail-program): Add :version.
18459
18460         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
18461         (gnus-agent-cache, gnus-agent): Change :version.
18462
18463         * gnus-util.el (gnus-use-byte-compile): Change :version.
18464
18465         * gnus-sum.el (gnus-summary-make-false-root-always)
18466         (gnus-summary-default-high-score)
18467         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
18468         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
18469         (gnus-read-all-available-headers, gnus-article-emulate-mime)
18470         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
18471         (gnus-sum-thread-tree-single-indent)
18472         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
18473         (gnus-sum-thread-tree-leaf-with-other)
18474         (gnus-sum-thread-tree-single-leaf): Add :version.
18475         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
18476         (gnus-article-loose-mime): Change :version.
18477
18478         * gnus-start.el (gnus-backup-startup-file)
18479         (gnus-save-startup-file-via-temp-buffer): Add :version.
18480
18481         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18482         (gnus-server-offline-face): Add :version.
18483
18484         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18485
18486         * gnus-msg.el (gnus-gcc-externalize-attachments)
18487         (gnus-debug-files, gnus-debug-exclude-variables)
18488         (gnus-discouraged-post-methods): Change :version.
18489         (gnus-confirm-mail-reply-to-news)
18490         (gnus-confirm-treat-mail-like-news): Add :version.
18491
18492         * gnus-int.el (gnus-server-unopen-status): Add :version.
18493
18494         * gnus-group.el (gnus-group-jump-to-group-prompt)
18495         (gnus-large-ephemeral-newsgroup)
18496         (gnus-fetch-old-ephemeral-headers): Add :version.
18497
18498         * gnus-fun.el (gnus-x-face-directory)
18499         (gnus-convert-pbm-to-x-face-command)
18500         (gnus-convert-image-to-x-face-command)
18501         (gnus-convert-image-to-face-command): Add :version.
18502
18503         * gnus-delay.el (gnus-delay-default-hour): Add :version.
18504
18505         * gnus-cite.el (gnus-cite-blank-line-after-header)
18506         (gnus-article-boring-faces): Add :version.
18507
18508         * gnus-art.el (gnus-buttonized-mime-types)
18509         (gnus-inhibit-mime-unbuttonizing)
18510         (gnus-treat-display-face)
18511         (gnus-treat-body-boundary): Change :version.
18512         (gnus-body-boundary-delimiter, gnus-picon-databases)
18513         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
18514         (gnus-treat-date-english, gnus-treat-fold-headers)
18515         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18516         (gnus-treat-mail-picon, gnus-treat-wash-html)
18517         (gnus-article-encrypt-protocol)
18518         (gnus-use-idna, gnus-article-over-scroll)
18519         (gnus-mime-display-multipart-alternative-as-mixed)
18520         (gnus-mime-display-multipart-related-as-mixed)
18521         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18522         (gnus-ctan-url, gnus-button-ctan-handler)
18523         (gnus-button-handle-ctan-bogus-regexp)
18524         (gnus-button-ctan-directory-regexp)
18525         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18526         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18527         (gnus-button-man-level, gnus-button-emacs-level)
18528         (gnus-button-message-level, gnus-button-browse-level): Add :version.
18529
18530         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18531         (gnus-agent-go-online): Change :version.
18532         (gnus-agent-expire-unagentized-dirs)
18533         (gnus-agent-auto-agentize-methods): Add :version.
18534
18535         * flow-fill.el (fill-flowed-display-column)
18536         (fill-flowed-encode-column): Add :version.
18537
18538         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18539         (gnus-outlook-deuglify-unwrap-max)
18540         (gnus-outlook-deuglify-cite-marks)
18541         (gnus-outlook-deuglify-unwrap-stop-chars)
18542         (gnus-outlook-deuglify-no-wrap-chars)
18543         (gnus-outlook-deuglify-attrib-cut-regexp)
18544         (gnus-outlook-deuglify-attrib-verb-regexp)
18545         (gnus-outlook-deuglify-attrib-end-regexp)
18546         (gnus-outlook-display-hook): Add :version.
18547
18548         * binhex.el (binhex-use-external): Add :version.
18549
18550 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
18551
18552         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18553         and `invisible'.
18554
18555 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18556
18557         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18558         in gnus-registry-trim.
18559
18560 2004-09-13  Simon Josefsson  <jas@extundo.com>
18561
18562         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18563
18564         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18565
18566         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18567         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18568         <yamaoka@jpl.org>.
18569         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18570         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18571         <yamaoka@jpl.org>.
18572
18573         * sieve.el (sieve-manage-mode): Ditto.
18574
18575 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18576
18577         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18578
18579 2004-09-11  Simon Josefsson  <jas@extundo.com>
18580
18581         * dns-mode.el: Add.
18582
18583         * mm-view.el (mm-display-dns-inline): Add.
18584
18585         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18586         (mm-automatic-display): Ditto.
18587
18588         * mailcap.el (mailcap-mime-data): Add text/dns.
18589         (mailcap-mime-extensions): Map .soa to text/dns.
18590
18591 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18592
18593         * gnus-art.el (article-decode-mime-words, article-babel)
18594         (gnus-article-highlight-signature, gnus-article-add-buttons)
18595         (gnus-signature-toggle): Remove unnecessary bindings of
18596         `inhibit-read-only' inherited from v5.10 merge.
18597
18598 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18599
18600         * nntp.el (nntp): New customization group.
18601         (nntp-authinfo-file): Add customization group.
18602
18603         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18604
18605         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18606
18607         * gnus.el (to-address, to-list, subscribed)
18608         (large-newsgroup-initial): Ditto.
18609
18610         * flow-fill.el (fill-flowed-display-column)
18611         (fill-flowed-encode-column): Ditto.
18612
18613 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18614
18615         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18616         Use point-min rather than 1.
18617         (message-send-mail): Use buffer-size rather than point-max.
18618
18619         * gnus-sum.el (gnus-summary-search-article-forward):
18620         Signal a specific `search-failed' rather than a generic `error'.
18621
18622         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18623         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18624         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18625
18626 2004-09-10  Simon Josefsson  <jas@extundo.com>
18627
18628         * nndb.el (require): Remove tcp and duplicate cl.
18629
18630 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18631
18632         * gnus-agent.el (directory-files-and-attributes): Move forward.
18633
18634 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18635
18636         * gnus-agent.el (directory-files-and-attributes):
18637         Optionally defined to support XEmacs.
18638
18639 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18640
18641         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18642         to avoid run-time CL dependencies.
18643         (gnus-agent-unfetch-articles): New function.
18644         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18645         article numbers even when local .overview file is missing.
18646         (gnus-agent-read-article-number): New function.  Only accepts
18647         27-bit article numbers.
18648         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18649         Use gnus-agent-read-article-number.
18650         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18651         from backend while recognizing that article numbers in .overview
18652         must be valid.
18653         (gnus-agent-update-files-total-fetched-for):
18654         Use directory-files-and-attributes to improve performance.
18655         * gnus-int.el (gnus-request-move-article):
18656         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18657         improve performance.
18658
18659         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18660         some users confused by references to .newsrc when they only have a
18661         .newsrc.eld file.
18662         (gnus-convert-mark-converter-prompt)
18663         (gnus-convert-converter-needs-prompt): Fix use of property list.
18664         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18665         New function.  Used internally to only display 'gnus converting
18666         files' message when actually necessary.
18667
18668         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18669         methods now autoloaded.
18670
18671 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18672
18673         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18674         identifiers.
18675
18676 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18677
18678         * gnus-picon.el: Fix indentation and closing parenthesis.
18679
18680 2004-09-01  Simon Josefsson  <jas@extundo.com>
18681
18682         * message.el (message-canlock-generate): Require sha1, not
18683         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18684         to require within a function.  Sadly, if sha1.el isn't loaded, the
18685         let binding in m-c-g will hide the defcustom definition, which is
18686         bad.)
18687
18688         * canlock.el: Require sha1, not sha1-el.
18689
18690         * message.el: Don't autoload sha1 (there is a autoload cookie in
18691         sha1.el).
18692
18693         * sha1-el.el: Rename to sha1.el.
18694
18695 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18696
18697         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18698
18699 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18700
18701         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18702
18703 2004-08-30  Kim F. Storm  <storm@cua.dk>
18704
18705         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18706
18707         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18708         Add :group 'nnimap.
18709
18710 2004-08-30  Andreas Schwab  <schwab@suse.de>
18711
18712         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18713         ?* and ?\;.
18714
18715         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18716         and ?\' to symbol instead of whitespace.
18717
18718 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18719
18720         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18721
18722         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18723         instead of re-search-forward.
18724
18725         * gnus-uu.el (gnus-uu-save-article): Ditto.
18726         (gnus-uu-post-encode-uuencode): Ditto.
18727
18728         * html2text.el (html2text-clean-list-items): Ditto.
18729         (html2text-clean-dtdd): Ditto.
18730         (html2text-format-tags): Ditto.
18731
18732         * message.el (message-send-mail-with-sendmail): Fix regexp.
18733         (message-fill-field-general): Use search-forward instead of
18734         re-search-forward.
18735         (unbold-region): Ditto.
18736
18737         * nnrss.el (nnrss-request-article): Ditto.
18738
18739         * nnslashdot.el (nnslashdot-request-article): Ditto.
18740
18741         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18742
18743         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18744         "Unrecognized menu descriptor" error in XEmacs.
18745
18746 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18747
18748         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18749         parent article of a sparse article in the thread hashtb.
18750
18751 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18752
18753         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18754         (nnmail-expand-newtext): Lowercase expanded entries if
18755         nnmail-split-lowercase-expanded is non-nil.
18756
18757 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18758
18759         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18760
18761         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18762         of gnus-tmp-news-method into string under XEmacs.  It will be
18763         passed to gnus-correct-length which takes only a string argument.
18764
18765 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18766
18767         * gnus-util.el (gnus-bind-print-variables): New macro.
18768         (gnus-prin1): Use it.
18769         (gnus-prin1-to-string): Use it.
18770         (gnus-pp): New function.
18771         (gnus-pp-to-string): New function.
18772
18773         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18774         Replace pp-to-string with gnus-pp-to-string.
18775         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18776         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18777         * gnus-msg.el (gnus-debug): Ditto.
18778         * gnus-score.el (gnus-score-save): Ditto.
18779         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18780         gnus-pp-to-string.
18781         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18782         with gnus-pp.
18783         * score-mode.el (gnus-score-pretty-print): Ditto.
18784         * webmail.el (webmail-debug): Ditto.
18785
18786 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18787
18788         * gnus-art.el (article-display-face, article-display-x-face):
18789         Use buffer-read-only.
18790
18791 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18792
18793         * gnus-art.el (article-hide-list-identifiers):
18794         Bind inhibit-read-only as t.
18795
18796 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18797
18798         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18799
18800 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18801
18802         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18803         (gnus-narrow-to-page): Don't assume point-min == 1.
18804         (gnus-article-edit-mode): Derive from message-mode.
18805
18806         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18807         point-min == 1.
18808
18809         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18810         Disable incorrect use of `assert'.
18811
18812         * message.el (message-mode): Set comment-start-skip.
18813
18814
18815 2004-08-22  Sam Steingold  <sds@gnu.org>
18816
18817         * pop3.el (pop3-leave-mail-on-server): New user variable.
18818         (pop3-movemail): Delete mail only when it is nil.
18819
18820 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18821
18822         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18823
18824         * mml.el (mml-preview): Use `pop-to-buffer'.
18825
18826         * message.el (message-goto-mail-followup-to): Insert after "To".
18827         (message-carefully-insert-headers): Add comment.
18828
18829         * gnus.el: Remove unused variable `gnus-article-check-size'.
18830
18831         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18832
18833         * gnus-art.el (gnus-button-alist):
18834         Improve `gnus-button-handle-library' entry.
18835
18836 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18837
18838         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18839         Use downcase, since XEmacs capitalizes error messages differently.
18840
18841 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18842
18843         * nntp.el: Add (require 'gnus) due to reference to
18844         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18845
18846 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18847
18848         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18849         Bind `mm-fill-flowed'.
18850
18851         * mm-decode.el (mm-dissect-singlepart): Check it.
18852
18853 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18854
18855         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18856         'imap' for netrc parsing.
18857
18858 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18859
18860         * mailcap.el (mailcap-mime-data): Mark as risky.
18861
18862 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18863
18864         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18865         may be included in the encoded word.
18866         (rfc2047-encode): Don't append a space if the encoded word
18867         includes close parenthesis.
18868
18869 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18870
18871         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18872         of text within parentheses.
18873
18874 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18875
18876         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18877         (gnus-encrypt-write-file-contents): Make the password key the file
18878         name PLUS the cipher, not just the cipher.  Also remove failed
18879         passwords from the cache.
18880
18881 2004-08-06  Simon Josefsson  <jas@extundo.com>
18882
18883         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18884         Doc fix.
18885
18886 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18887
18888         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18889         LWSP.
18890
18891 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18892
18893         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18894         Try to append in-reply-to: data to the references: header.
18895
18896         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18897         (netrc-parse): Use gnus-encrypt.el functions.
18898
18899         * gnus-encrypt.el: Add new file for encryption support; currently
18900         does only a few GPG ciphers and an internal XOR cipher.
18901
18902         * password.el: Add comments on using password-read-and-add.
18903         (password-read-and-add): Add function to read and add the
18904         password to the cache at once.
18905
18906 2004-07-28  Simon Josefsson  <jas@extundo.com>
18907
18908         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18909         parameter (but don't use it, for now).
18910
18911         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18912         instead of hard coding to nil.
18913
18914 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18915
18916         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18917         as mm-inline-image-xemacs does.
18918
18919 2004-07-26  Simon Josefsson  <jas@extundo.com>
18920
18921         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18922         Revert part of 2004-07-17 change below.
18923
18924 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18925
18926         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18927         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18928
18929 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18930
18931         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18932         quotes that actually start with ">" at the beginning of the
18933         lines.
18934
18935 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18936
18937         * rfc2047.el (rfc2047-encode-region): Fix last change.
18938         (rfc2047-encode-parameter): Remove useless concat.
18939
18940 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18941
18942         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18943         encode special characters; fix some kind of misconfigured headers;
18944         signal a real error if debug-on-quit or debug-on-error is non-nil.
18945         (rfc2047-encode-max-chars): New variable.
18946         (rfc2047-encode-1): Use it.
18947         (rfc2047-encode-parameter): New function.
18948
18949         * mml.el (mml-insert-parameter): Remove an excessive space.
18950
18951 2004-07-17  Simon Josefsson  <jas@extundo.com>
18952
18953         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18954         Kai Grossjohann <kai@emptydomain.de>.
18955         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18956         (gnus-group-make-menu-bar): Ditto.
18957
18958         * gnus-util.el (gnus-group-server): Add.
18959
18960 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18961
18962         * message.el (message-clone-locals): Clone sendmail and smtp
18963         variables.
18964
18965 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18966
18967         * rfc2047.el (rfc2047-encode-region): Fix last change.
18968
18969 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18970
18971         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18972         characters as non-special.
18973
18974 2004-07-09  Simon Josefsson  <jas@extundo.com>
18975
18976         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18977         Users will lose all flag changes made while unplugged with
18978         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18979         good default.  See numerous reports on ding mailing list.
18980
18981 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18982
18983         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18984         add generate-head-function and generate-article-function to the
18985         rfc822-forward entry.
18986         (nndoc-rfc822-forward-generate-article): New function.
18987         (nndoc-rfc822-forward-generate-head): New function.
18988
18989         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18990
18991 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18992
18993         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18994         respect display group parameter and gnus-summary-expunge-below.
18995         (gnus-articles-to-read): Remove unused reference to display group
18996         parameter.
18997
18998 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18999
19000         * nnheader.el (nnheader-uniquify-message-id): New experimental
19001         variable.
19002         (nnheader-nov-read-message-id): Use it.
19003
19004         * spam-report.el (spam-report-gmane): Add interactive.
19005
19006 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19007
19008         * mm-encode.el (mm-content-transfer-encoding-defaults):
19009         Use qp-or-base64 for the application/* types.
19010
19011 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
19012
19013         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
19014
19015 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
19016
19017         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
19018         trim value.
19019
19020 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19021
19022         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
19023         New macro and function.
19024         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
19025
19026 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19027
19028         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
19029         after-load-alist.
19030
19031 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19032
19033         * gnus-group.el (gnus-group-get-new-news-this-group):
19034         Don't update info that isn't there.
19035
19036 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
19037
19038         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
19039         entry.
19040
19041 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19042
19043         * mm-view.el (mm-inline-render-with-function): Use multibyte
19044         buffer; decode html source by charset.
19045
19046         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
19047
19048         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
19049         Mule-UCS is loaded under XEmacs.
19050         (mm-mime-mule-charset-alist): Avoid duplicated entries.
19051
19052 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
19053
19054         * nnheader.el (nnheader-max-head-length): Increase to 8192.
19055
19056 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19057
19058         * mm-util.el (mm-coding-system-p): Return a coding-system.
19059         (mm-mime-mule-charset-alist): Use shift_jis instead of
19060         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
19061         entries for the mime charsets iso-2022-jp-3 and shift_jis.
19062         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
19063         instead of japanese-shift-jis and iso-latin-1 respectively in
19064         order to share the default value with both Emacs and XEmacs-mule.
19065         (mm-mule-charset-to-mime-charset):
19066         Make mm-coding-system-priorities effective.
19067         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
19068         while predicating of candidates upon the priorities.
19069
19070 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
19071
19072         * gnus-sum.el (gnus-summary-make-menu-bar):
19073         Add gnus-uu-invert-processable.
19074
19075         * gnus.el: Autoload gnus-uu-invert-processable.
19076
19077 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19078
19079         * mm-util.el (mm-with-multibyte-buffer): New macro.
19080
19081         * rfc2047.el (rfc2047-encode-string): Use it.
19082         (rfc2047-encode-region): Move point to the end of the region after
19083         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
19084
19085 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19086
19087         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
19088         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
19089
19090 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19091
19092         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
19093         (gnus-cite-parse): Ignore quoted envelope From_.
19094         Suggested by Karl Chen <quarl@nospam.quarl.org>.
19095
19096 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
19097
19098         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
19099         invalid addresses.
19100
19101 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
19102
19103         * spam.el: Change section markers, revise TODO list.
19104         (spam-backends): Make new master list of all installed backends.
19105         (spam-summary-exit-behavior): Add new variable to determine how
19106         messages moves are done at summary exit.
19107         (spam-move-spam-nonspam-groups-only)
19108         (spam-process-ham-in-nonham-groups)
19109         (spam-process-ham-in-spam-groups): Remove variables, the
19110         spam-summary-exit-behavior variable should be used to manage this
19111         behavior.
19112         (spam-old-ham-articles, spam-old-spam-articles): Remove.
19113         (spam-old-articles): Add variable, replacing spam-old-ham-articles
19114         and spam-old-spam-articles.
19115         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
19116         Add empty variables, placeholders for the backends they represent.
19117         (spam-set-difference): Move, unchanged.
19118         (spam-list-of-processors): Declare OBSOLETE, not used anymore
19119         unless the user has a processor variable.
19120         (spam-classifications, spam-classification-valid-p)
19121         (spam-backend-properties, spam-backend-property-valid-p)
19122         (spam-backend-function-type-valid-p)
19123         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
19124         (spam-report-articles-gmane, spam-report-articles-resend):
19125         Remove functions, they are not needed.
19126         (spam-install-backend-super, spam-backend-list)
19127         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
19128         (spam-backend-function, spam-backend-ham-registration-function)
19129         (spam-backend-spam-registration-function)
19130         (spam-backend-ham-unregistration-function)
19131         (spam-backend-spam-unregistration-function)
19132         (spam-backend-statistical-p, spam-backend-mover-p)
19133         (spam-install-backend-alias, spam-install-checkonly-backend)
19134         (spam-install-mover-backend, spam-install-nocheck-backend)
19135         (spam-install-backend, spam-install-statistical-backend)
19136         (spam-install-statistical-checkonly-backend): Add backend installation
19137         support.
19138         (spam-summary-prepare-exit): Rewrite to use the new backend code.
19139         (spam-group-processor-p): Use the new backend code and respect the
19140         summary exit behavior.
19141         (spam-mark-spam-as-expired-and-move-routine): Remove.
19142         (spam-summary-prepare): Change to use the new spam-old-articles
19143         variable.
19144         (spam-copy-or-move-routine, spam-copy-spam-routine)
19145         (spam-move-spam-routine, spam-copy-ham-routine)
19146         (spam-move-ham-routine): Add code to copy/move ham or spam.
19147         (spam-fetch-field-fast): Improve doc and code, plus allow the
19148         'number request.
19149         (spam-list-of-checks, spam-list-of-statistical-checks):
19150         Remove variables.
19151         (spam-split, spam-find-spam): Use the new backend code.
19152         (spam-registration-functions): Remove variable.
19153         (spam-unregister-routine): Add convenience wrapper.
19154         (spam-log-undo-registration, spam-register-routine)
19155         (spam-log-processing-to-registry)
19156         (spam-log-unregistration-needed-p): Rename "check" to "backend"
19157         where possible.
19158         (spam-check-gmane-xref, spam-check-regex-headers)
19159         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
19160         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
19161         (spam-check-bogofilter-headers, spam-check-spamoracle)
19162         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
19163         (spam-check-crm114-headers): Use the spam-split-group that
19164         spam-split prepares, no need to determine it every time.
19165
19166         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
19167         to the nnheader-parse-naked-head call.
19168
19169         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
19170
19171         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
19172         the nnheader-nov-read-message-id call.
19173
19174 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19175
19176         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
19177         gnus-activate-group twice.  Suggested by Markus Peter
19178         <warp@spin.de>.
19179
19180 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19181
19182         * gnus-art.el (gnus-article-time-format): Exchange the order of
19183         day and month in the default value; fix customization type.
19184         (article-date-ut): Use add-text-properties.
19185         (article-make-date-line): Use message-make-date instead of
19186         current-time-string.
19187
19188         * message.el (message-fetch-field): Don't use set-text-properties.
19189         (message-make-date): Simplify.
19190
19191         * messagexmas.el (message-xmas-make-date): New function.
19192         (message-xmas-redefine): Defalias message-make-date to it.
19193
19194 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19195
19196         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
19197         (rfc2047-encode-region): Treat text within parentheses as special;
19198         show the original text when error has occurred.
19199
19200         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
19201         already-computed method to gnus-activate-group.
19202
19203         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
19204         same select-methods identical Lisp objects.
19205
19206         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
19207         object when modifying the info.
19208
19209 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19210
19211         * gnus-srvr.el (gnus-server-set-info): Remove the server from
19212         gnus-opened-servers since it has never been opened with the new
19213         configuration yet.
19214
19215 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19216
19217         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
19218         arg to nnheader-generate-fake-message-id.
19219
19220 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
19221
19222         * nnheader.el (nnheader-generate-fake-message-id): Accept a
19223         number and build a fake message ID localized to a group and
19224         article number (so it's repeatable from that point on).
19225         (nnheader-fake-message-id-p): Change regex to accomodate new fake
19226         ID format.
19227
19228         * gnus-sum.el (gnus-get-newsgroup-headers):
19229         Call nnheader-generate-fake-message-id with the article number.
19230
19231 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
19232
19233         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
19234         end-of-buffer.
19235
19236 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19237
19238         * message.el (message-ignored-supersedes-headers): Add Approved.
19239
19240 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19241
19242         * rfc2047.el (rfc2047-encode-message-header): Remove useless
19243         goto-char.
19244         (rfc2047-encode): Fold the line before encoding.
19245
19246 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19247
19248         * rfc2047.el (rfc2047-encode-message-header): Disabled header
19249         folding -- not all headers can be folded, and this should be done
19250         by the message composition mode.  Probably.  I think.
19251
19252 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19253
19254         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
19255         fast.
19256
19257         * gnus-ems.el (gnus-remove-image): Don't use
19258         message-text-with-property; remove only the image found first.
19259
19260         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
19261         found first.
19262
19263 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
19264
19265         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
19266
19267 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19268
19269         * message.el (message-text-with-property): Make it fast and accept
19270         optional arguments.
19271         (message-strip-forbidden-properties): Use it.
19272         (message-fix-before-sending): Follow the m-t-w-p change.
19273
19274         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
19275
19276 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19277
19278         * gnus-art.el (article-hide-headers): Don't change the buffer
19279         mistakenly when performing mml-preview even if
19280         gnus-single-article-buffer is nil.
19281
19282 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
19283
19284         * message.el (message-expand-name-databases): New user option.
19285         (message-expand-name): Use it.
19286
19287 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
19288
19289         * spam.el (spam-report-articles-resend)
19290         (spam-report-resend-register-routine): Allow ham reporting.
19291         (spam-report-resend-register-ham-routine): Add wrapper.
19292         (spam-registration-functions): Add ham resending functions.
19293         (spam-list-of-processors): Add ham resend processor.
19294
19295         * gnus.el (ham-resend-to): Add new group parameter.
19296         (spam-process): Add ham resend option.
19297
19298         * spam-report.el (spam-report-resend): Allow reporting ham.
19299         (spam-report-resend-ham): Add wrapper.
19300
19301 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19302
19303         * message.el (message-cite-articles-with-x-no-archive):
19304         New variable.
19305         (message-cite-original): Use it.
19306
19307 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19308
19309         * message.el (message-cite-original): Respect X-No-Archive.
19310
19311 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19312
19313         * gnus-art.el (article-hide-headers): Refer to the values for
19314         gnus-ignored-headers and gnus-visible-headers in the summary
19315         buffer since a user may have set them as group parameters.
19316
19317 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
19318
19319         * assistant.el (assistant-node-name): Add convenience function.
19320         (assistant-render-text, assistant-render-node): Add error handling,
19321         plus handle multiple next nodes.
19322         (assistant-find-next-node): Comment out for now.
19323         (assistant-find-next-nodes): Add function, returns list of next
19324         nodes.
19325
19326 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
19327
19328         * mail-source.el (mail-source-directory): Fix doc-string.
19329
19330 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
19331
19332         * assistant.el (assistant-render-text, assistant-eval): Add :set
19333         widget type, which is different because it takes and returns a
19334         list.  Much hilarity ensues.
19335
19336 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
19337
19338         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
19339
19340         * gnus-group.el (gnus-group-get-new-news-this-group):
19341         Add doc-string.
19342
19343         * gnus-start.el (gnus-activate-group): Add doc-string.
19344
19345 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19346
19347         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
19348
19349 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
19350
19351         * assistant.el (assistant-render-text): Try to add a :set
19352         widget, more to come.
19353
19354         * spam.el (spam-group-spam-contents-p): Handle empty groupname
19355         strings.
19356         (spam-report-articles-resend)
19357         (spam-register-routine): Do registration iff any articles warrant
19358         it.
19359         (spam-summary-prepare-exit): Change log message for nil group
19360         destinations.
19361
19362 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
19363
19364         * spam.el (spam-report-resend-register-routine):
19365         Allow spam-report-resend-to to be a group parameter or a global value.
19366
19367 2004-05-26  Simon Josefsson  <jas@extundo.com>
19368
19369         * starttls.el: Merge with my GNUTLS based starttls.el.
19370         (starttls-gnutls-program, starttls-use-gnutls)
19371         (starttls-extra-arguments, starttls-process-connection-type)
19372         (starttls-connect, starttls-failure, starttls-success):
19373         New variables.
19374         (starttls-program, starttls-extra-args): Doc fix.
19375         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
19376         New functions.
19377         (starttls-negotiate, starttls-open-stream):
19378         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
19379         function if it is set.
19380
19381 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19382
19383         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
19384         structured fields.
19385
19386 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19387
19388         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
19389
19390 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
19391
19392         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19393         Add variable.
19394         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
19395         assigning the spam-mark to new messages.
19396
19397 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
19398
19399         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
19400
19401 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19402
19403         * dgnushack.el: Autoload customize-set-variable for XEmacs.
19404
19405         * rfc2047.el (rfc2047-encodable-p): Don't move point.
19406         (rfc2047-decode): Treat the ascii coding-system as raw-text by
19407         default.
19408
19409 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
19410
19411         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
19412         correct data.
19413
19414 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
19415
19416         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
19417         (spam-group-processor-p): Fix function.
19418         (spam-group-processor-multiple-p)
19419         (spam-group-spam-processor-report-gmane-p)
19420         (spam-group-spam-processor-report-resend-p)
19421         (spam-group-spam-processor-bogofilter-p)
19422         (spam-group-spam-processor-blacklist-p)
19423         (spam-group-spam-processor-ifile-p)
19424         (spam-group-ham-processor-ifile-p)
19425         (spam-group-spam-processor-spamoracle-p)
19426         (spam-group-spam-processor-crm114-p)
19427         (spam-group-ham-processor-bogofilter-p)
19428         (spam-group-spam-processor-stat-p)
19429         (spam-group-ham-processor-stat-p)
19430         (spam-group-ham-processor-whitelist-p)
19431         (spam-group-ham-processor-BBDB-p)
19432         (spam-group-ham-processor-spamoracle-p)
19433         (spam-group-ham-processor-copy-p): Remove functions with some
19434         prejudice against unneeded code.
19435         (spam-report-articles-resend)
19436         (spam-report-resend-register-routine): Allow the group/topic
19437         spam-resend-to value to override spam-report-resend-to.
19438         (spam-summary-prepare-exit): Invoke spam-group-processor-p
19439         properly now.
19440
19441         * gnus.el (spam-resend-to): Add group/topic parameter.
19442         (spam-process): Move the OBSOLETE processors to the end of the
19443         choices.
19444
19445 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
19446
19447         * spam-report.el (spam-report-resend-to, spam-report-resend):
19448         Start with resend-to set to nil, and then ask the user if necessary.
19449         (spam-report-resend): spam-report-resend takes a list of articles, not
19450         separate article numbers.
19451
19452 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19453
19454         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
19455         addition to emacs-w3m.
19456
19457 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19458
19459         * assistant.el (assistant-authinfo-data): New function.
19460         (assistant-eval): Eval for entire assistant.
19461
19462         * netrc.el (netrc-services-file): New variable.
19463         (netrc-parse-services): New function.
19464         (netrc-find-service-name): New function.
19465         (netrc-find-service-number): New function.
19466         (netrc-port-equal): New function.
19467         (netrc-machine): Use it.
19468
19469         * nnimap.el (nnimap-open-connection): Use netrc.
19470
19471         * gnus-util.el (gnus-netrc-get): Remove aliases.
19472
19473         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
19474
19475         * assistant.el (wid-edit): Fix compilation.
19476
19477         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
19478
19479 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
19480
19481         * gnus-util.el (gnus-set-file-modes): New function.  (small
19482         patch).
19483
19484 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19485
19486         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
19487
19488         * assistant.el (assistant-render-node): Fix up rendering and
19489         read-only text.
19490         (assistant-render-node): Reset.
19491         (assistant-make-read-only): Not sticky.
19492
19493 2004-05-20  Danny Siu  <dsiu@adobe.com>
19494
19495         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19496         centered even when gnus-auto-center-summary is t.
19497
19498 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19499
19500         * dns.el (dns-get-txt-answer): New function.
19501         (dns-read-txt): Ditto.
19502         (query-dns): Use it.
19503
19504 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19505
19506         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
19507         active for foreign groups even if the group level is higher than
19508         the specified value.
19509
19510 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19511
19512         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
19513         non-active groups.
19514
19515         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
19516
19517 2004-05-20  Magnus Henoch  <mange@freemail.hu>
19518
19519         * dns.el (dns-read-type): Add support for SVR.  (small patch)
19520
19521 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
19522
19523         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19524         (spam-crm114-header, spam-crm114-spam-switch)
19525         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19526         (spam-crm114-positive-spam-header)
19527         (spam-crm114-database-directory, spam-list-of-processors)
19528         (spam-group-spam-processor-crm114-p)
19529         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19530         (spam-generic-score, spam-list-of-checks)
19531         (spam-list-of-statistical-checks, spam-registration-functions)
19532         (spam-check-crm114-headers, spam-crm114-score)
19533         (spam-check-crm114, spam-crm114-register-with-crm114)
19534         (spam-crm114-register-spam-routine)
19535         (spam-crm114-unregister-spam-routine)
19536         (spam-crm114-register-ham-routine)
19537         (spam-crm114-unregister-ham-routine): Add CRM114 support.
19538         From asjo@koldfront.dk (Adam Sjøgren).
19539
19540         * gnus.el: Add spam-use-crm114.
19541
19542         * spam.el (spam-list-of-processors, spam-registration-functions):
19543         Add spam-use-resend.
19544         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19545         (spam-report-articles-gmane): Add doc fix.
19546         (spam-report-articles-resend, spam-report-resend-register-routine):
19547         Add wrappers around spam-report-resend-to.
19548
19549         * spam-report.el (spam-report-resend-to, spam-report-resend):
19550         Add support for resending spam.
19551         (spam-report-gmane): Fix line length >80.
19552
19553         * gnus.el (spam-process): Add spam-use-resend.
19554
19555 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19556
19557         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19558         number of processed spam messages.
19559         (spam-ham-copy-or-move-routine): Return the number of processed
19560         ham messages.
19561         (spam-summary-prepare-exit): Use the above values to decide
19562         whether status messages shouled be displayed.
19563
19564 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19565
19566         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19567         `rfc2047-encoding-function-alist' in order to avoid conflicting
19568         with the old version.
19569         (rfc2047-encode-region): Concatenate words containing non-ASCII
19570         characters in structured fields; don't encode space-delimited
19571         ASCII words even in unstructured fields; don't break words at
19572         char-category boundaries.
19573         (rfc2047-encode-1): New function.
19574         (rfc2047-encode): Use it; encode text so that it occupies the
19575         maximum width within 76-column; work correctly on Q encoding for
19576         iso-2022-* charsets.
19577         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19578         sure not to break a line just after the header name.
19579         (rfc2047-b-encode-region): Remove.
19580         (rfc2047-b-encode-string): New function.
19581         (rfc2047-q-encode-region): Remove.
19582         (rfc2047-q-encode-string): New function.
19583
19584         * mm-util.el (mm-replace-in-string): New function.
19585
19586 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19587
19588         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19589         Really get it right.
19590         (gnus-inews-make-draft): Really.
19591
19592 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19593
19594         * nnmh.el (nnmh-request-list-1): Don't check the link count
19595         before descending.  (small patch)
19596
19597 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19598
19599         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19600         stuff.
19601
19602         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19603         Match on real group name.
19604
19605         * gnus-art.el (gnus-signature-limit): Doc fix.
19606
19607         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19608
19609         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
19610
19611 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
19612
19613         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
19614         isn't a string.
19615
19616 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19617
19618         * gnus-draft.el (gnus-draft-send):
19619         Bind rfc2047-encode-encoded-words.
19620
19621         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19622         (rfc2047-encodable-p): Say that =? needs encoding.
19623         (rfc2047-encode-encoded-words): New variable.
19624
19625         * gnus-group.el (gnus-group-select-group): Doc fix.
19626
19627         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19628
19629         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19630         to nil.
19631
19632         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19633
19634         * nnheader.el (nnheader-get-lines-and-char): New function.
19635
19636 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19637
19638         * gnus-msg.el (gnus-summary-followup-with-original):
19639         Document yanking of region when active.
19640
19641 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19642
19643         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19644         groups if the group level is higher than the specified value.
19645
19646 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19647
19648         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19649         (gnus-group-jump-to-group): Add prefix argument using
19650         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19651         non-active group.
19652
19653         * compface.el (uncompface): Be verbose when changing
19654         `uncompface-use-external'.
19655
19656         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19657         handle manual section.
19658
19659 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19660
19661         * gnus-art.el (gnus-button-alist): Revert previous change.
19662
19663 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19664
19665         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19666
19667 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19668
19669         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19670         whether backend can accept message.
19671
19672         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19673
19674 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19675
19676         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19677         Avoid creating directory when nntp-marks-is-evil is true.
19678         Reported by Reiner Steib.
19679
19680 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19681
19682         * gnus-picon.el (gnus-picon-style): New variable.
19683         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19684         (gnus-picon-transform-address): Support `gnus-picon-style'.
19685         From Jesper Harder <harder@ifa.au.dk>.
19686
19687 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19688
19689         * message.el (message-fill-field): Return point.
19690         (message-generate-headers): Go to end of field.
19691
19692         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19693         stuff for non-living groups.
19694
19695 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19696
19697         * gnus-art.el (gnus-article-followup-with-original)
19698         (gnus-article-reply-with-original): gnus-mark-active-p ->
19699         gnus-region-active-p.
19700
19701 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19702
19703         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19704         only when there is spam or ham to be processed.
19705
19706 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19707
19708         * mail-source.el (mail-source-delete-crash-box): Refactor.
19709         (mail-source-fetch): Use it.
19710         (mail-source-fetch-file): Ditto.
19711         (mail-source-fetch-directory): Run postscript in loop.
19712         (mail-source-fetch-pop): Delete.
19713         (mail-source-fetch-maildir): Ditto.
19714         (mail-source-fetch-imap): Ditto.
19715
19716         * imap.el (imap-authenticators): Comment out sasl.
19717
19718         * message.el (message-skip-to-next-address): New function.
19719         (message-fill-header-address): Refactor.
19720         (message-fill-address): Use it.
19721         (message-delete-address): Use it.
19722         (message-fill-header-general): Refactor.
19723         (message-fill-field-address): Rename.
19724         (message-narrow-to-field): Find the start of the header.
19725         (message-header-format-alist): Don't pre-fill.
19726         (message-fill-header): Remove.
19727         (message-insert-header): New function.
19728         (message-shorten-references): Use it.
19729
19730         * rfc2047.el (rfc2047-field-value): Strip props.
19731
19732         * mail-parse.el (mail-header-make-address): New alias.
19733
19734         * ietf-drums.el (ietf-drums-make-address): New function.
19735
19736         * imap.el: Add compiler directives.
19737
19738         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19739
19740         * gnus-art.el (article-decode-idna-rhs): Don't use
19741         message-idna-inside-rhs-p.
19742
19743 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19744
19745         * message.el (message-idna-inside-rhs-p): Remove.
19746         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19747
19748         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19749         false positives.
19750
19751 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19752
19753         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19754
19755 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19756
19757         * nneething.el (nneething-file-name): Don't create spurious
19758         files.
19759
19760         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19761         (gnus-inews-do-gcc): Remove sleep.
19762
19763         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19764         part under point.
19765
19766         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19767         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19768
19769 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19770
19771         * spam.el (spam-summary-prepare-exit): Fix (length).
19772
19773 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19774
19775         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19776         as expired without moving it" message when there are spam
19777         messages left.
19778
19779 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19780
19781         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19782         header is not nil.
19783
19784 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19785
19786         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19787         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19788         (nntp-marks-changed-p): New arg SERVER.
19789         (nntp-request-update-info): Adjust caller.
19790
19791 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19792
19793         * nntp.el (nntp-save-marks): Pass missing arg.
19794
19795 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19796
19797         * nntp.el: Support marks.
19798         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19799         (nntp-marks-modtime, nntp-marks-directory): New variables.
19800         (nntp-request-set-mark, nntp-request-update-info)
19801         (nntp-possibly-create-directory, nntp-marks-changed-p)
19802         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19803         New functions.
19804
19805 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19806
19807         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19808         (gnus-xmas-redefine): Rename.
19809
19810         * gnus-score.el (gnus-score-insert-help):
19811         Use gnus-select-lowest-window.
19812
19813         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19814         appt-select-lowest-window and rename to gnus-select-lowest-window.
19815
19816         * gnus.el: do.
19817
19818 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19819
19820         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19821         encodings of MIME-encoded words, in order to improve
19822         interoperability with several broken MUAs.
19823
19824 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19825
19826         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19827         tags, only when charsets are not specified in headers.
19828         (mm-inline-text-html-render-with-w3m): Ditto.
19829
19830         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19831         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19832
19833 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19834
19835         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19836         instead of MIME-decoded from fields when checking
19837         `gnus-article-address-banner-alist'.
19838
19839 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19840
19841         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19842         description rather than subject.
19843
19844 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19845
19846         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19847
19848 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19849
19850         * gnus.el (gnus-version-number): Bump.
19851
19852 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19853
19854         * gnus.el: No Gnus v0.2 is released.
19855
19856 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19857
19858         * gnus-agent.el (gnus-agent-read-agentview):
19859         Inline gnus-uncompress-range.
19860
19861 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19862
19863         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19864         `exec-installed-p'.
19865
19866 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19867
19868         * gnus.el (spam-process, spam-autodetect-methods):
19869         Add bsfilter and bsfilter-headers.
19870
19871         * spam.el (spam-bsfilter): New customize group.
19872         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19873         (spam-bsfilter-header, spam-bsfilter-probability-header)
19874         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19875         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19876         (spam-bsfilter-database-directory): New options.
19877         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19878         (spam-list-of-statistical-checks, spam-registration-functions):
19879         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19880         (spam-bsfilter-score): New command.
19881         (spam-check-bsfilter-headers, spam-check-bsfilter)
19882         (spam-bsfilter-register-with-bsfilter)
19883         (spam-bsfilter-register-spam-routine)
19884         (spam-bsfilter-unregister-spam-routine)
19885         (spam-bsfilter-register-ham-routine)
19886         (spam-bsfilter-unregister-ham-routine): New functions.
19887         (spam-generic-score): Support bsfilter; Accept an optional argument
19888         to recalcurate spam score even if scoring header has already been
19889         added.
19890         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19891         optional argument to recalcurate spam score even if scoring header
19892         has already been added.
19893
19894 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19895
19896         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19897         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19898         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19899         link is missing.
19900
19901 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19902
19903         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19904         (html2text-get-attr): Rewrite.
19905
19906         * message.el (message-setup-1): Remove redundant put-text-property
19907         on mail-header-separator.
19908
19909 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19910
19911         * gnus-registry.el (gnus-registry-cache-whitespace)
19912         (gnus-registry-action, gnus-registry-spool-action)
19913         (gnus-registry-split-fancy-with-parent): Change message levels
19914         from 5 to 3 or 7, as needed.
19915
19916         * spam.el (spam-summary-prepare-exit)
19917         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19918         (spam-split, spam-find-spam, spam-log-undo-registration)
19919         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19920         level from 5 to 6.
19921
19922 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19923
19924         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19925         2004-03-04 change).
19926
19927 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19928
19929         * sieve-manage.el (sieve-manage-open):
19930         * nnweb.el (nnweb-insert-html):
19931         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19932         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19933         * nnspool.el (nnspool-request-group):
19934         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19935         * nnml.el (nnml-request-update-info):
19936         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19937         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19938         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19939         (nnimap-request-set-mark):
19940         * nnfolder.el (nnfolder-request-update-info):
19941         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19942         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19943         * gnus-uu.el (gnus-uu-find-articles-matching):
19944         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19945         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19946         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19947         * gnus-nocem.el (gnus-nocem-scan-groups):
19948         * gnus-int.el (gnus-start-news-server):
19949         * gnus-group.el (gnus-group-make-kiboze-group)
19950         (gnus-group-browse-foreign-server):
19951         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19952         Use mapc when appropriate.
19953
19954 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19955
19956         FIXME: Make separate entries for each person.
19957
19958         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19959         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19960         <shields@msrl.com>:
19961
19962         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19963         may need for spam sorting and scoring.
19964         (spam-user-format-function-S): Add user format function suitable for
19965         general use.
19966         (spam-article-sort-by-spam-status): Add sorting function for summary
19967         sorting.
19968         (spam-extra-header-to-number): Add function to get a score from a
19969         header.
19970         (spam-summary-score): Add function to get a numeric score from the
19971         headers.
19972         (spam-generic-score): Fix function doc, was in wrong place.
19973         (spam-initialize): Take symbols when it's run, and install the
19974         extra headers that spam-necessary-extra-headers thinks we need.
19975
19976 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19977
19978         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19979         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19980
19981 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19982
19983         * gnus-sum.el (gnus-set-global-variables)
19984         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19985         (gnus-article-get-xrefs, gnus-summary-best-group)
19986         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19987         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19988         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19989         Use with-current-buffer.
19990
19991 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19992
19993         * spam.el (spam-summary-prepare-exit): Simplify logic.
19994         (spam-fetch-article-header): Read the article header if it's not
19995         available.
19996         (spam-list-articles): Simplify logic.
19997         (spam-filelist-register-routine): Fix bug with unregister-list.
19998
19999         * gnus-registry.el: Fix comments at beginning.
20000
20001 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
20002
20003         * message.el (message-cater-to-broken-inn): Remove.
20004         (message-shorten-references): Make sure the total folded length of
20005         References is shorter than 998 characters to cater to a bug in INN
20006         2.3.  Also, don't pretend that references aren't folded -- this
20007         hasn't worked for a while.
20008
20009 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20010
20011         * gnus-agent.el (gnus-agentize):
20012         gnus-agent-send-mail-real-function no longer set to current value
20013         of message-send-mail-function but rather a lambda that calls
20014         message-send-mail-function.  The change makes the agent real-time
20015         responsive to user changes to message-send-mail-function.
20016
20017 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20018
20019         * legacy-gnus-agent.el
20020         (gnus-agent-convert-to-compressed-agentview): Fix typos with
20021         help from Florian Weimer <fw@deneb.enyo.de>
20022
20023 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20024
20025         * nnmail.el (nnmail-cache-insert): Revert last change.
20026
20027 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20028
20029         * nnmail.el (nnmail-cache-insert): Always check whether
20030         nnmail-cache-ignore-groups matches a group name.
20031
20032 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
20033
20034         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
20035         (spam-find-spam, spam-log-processing-to-registry)
20036         (spam-log-registered-p, spam-log-unregistration-needed-p)
20037         (spam-log-undo-registration): Use gnus-message instead of
20038         gnus-error, none of these errors are fatal.
20039
20040         * gnus-registry.el (gnus-registry-clean-empty-function)
20041         (gnus-registry-clean-empty): Remove only empty entries without
20042         extra data.
20043
20044 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
20045
20046         * spam-stat.el (spam-stat-buffer-change-to-spam)
20047         (spam-stat-buffer-change-to-non-spam): Change (error) to
20048         (gnus-message 8) invocation.
20049
20050 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20051
20052         * nntp.el (nntp-via-netcat-command): New variable.
20053         (nntp-via-netcat-switches): New variable.
20054         (nntp-open-via-rlogin-and-netcat): New function.
20055         (nntp-open-connection-function): Doc fix.
20056         (nntp-telnet-command): Doc fix.
20057         (nntp-end-of-line): Doc fix.
20058         (nntp-via-rlogin-command): Doc fix.
20059         (nntp-via-user-name): Doc fix.
20060         (nntp-via-address): Doc fix.
20061
20062 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20063
20064         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
20065         error in Emacs 21.1.
20066
20067 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
20068
20069         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
20070
20071 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20072
20073         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
20074         (gnus-agent-with-refreshed-group): New macro.
20075         (gnus-agent-rename-group): New function.
20076         (gnus-agent-delete-group): New function.
20077         (gnus-agent-save-group-info): Use gnus-command-method when
20078         `method' parameter is nil.  Don't write nil entries into the
20079         active file.
20080         (gnus-agent-get-group-info): New function.
20081         (gnus-agent-fetch-articles):
20082         Use gnus-agent-update-files-total-fetched-for to increment disk space
20083         used.
20084         (gnus-agent-fetch-headers, gnus-agent-save-alist):
20085         Use gnus-agent-update-view-total-fetched-for to increment disk space
20086         used.
20087         (gnus-agent-get-local): Add optional parameters to avoid calling
20088         gnus-group-real-name and gnus-find-method-for-group.
20089         (gnus-agent-set-local): Delete stored entry if either min, or max,
20090         are nil.
20091         (gnus-agent-fetch-session): Reworded error/quit messages.
20092         On quit, use gnus-agent-regenerate-group to record existance of any
20093         articles fetched to disk before the quit occurred.
20094         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
20095         gnus-agent-update-view-total-fetched-for, and
20096         gnus-agent-update-files-total-fetched-for to decrement disk space
20097         used.
20098         (gnus-agent-retrieve-headers):
20099         Use gnus-agent-update-view-total-fetched-for to increment disk space
20100         used.
20101         (gnus-agent-regenerate-group): Replace gnus-group-update-group
20102         with gnus-agent-update-files-total-fetched-for to decrement disk
20103         space and fresh group buffer.
20104         (gnus-agent-inhibit-update-total-fetched-for): New variable.
20105         (gnus-agent-need-update-total-fetched-for): New variable.
20106         (gnus-agent-update-files-total-fetched-for): New function.
20107         (gnus-agent-update-view-total-fetched-for): New function.
20108         (gnus-agent-total-fetched-for): New function.
20109
20110         * gnus-cache.el (gnus-cache-save-buffers):
20111         Use gnus-cache-update-overview-total-fetched-for to change disk space
20112         used by this group.
20113         (gnus-cache-possibly-enter-article):
20114         Use gnus-cache-update-file-total-fetched-for to increment disk space
20115         used by this group.
20116         (gnus-cache-possibly-remove-article):
20117         Use gnus-cache-update-file-total-fetched-for to decrement disk space
20118         used by this group.
20119         (gnus-cache-generate-nov-databases): Purge total fetched cache.
20120         (gnus-cache-rename-group): New function.
20121         (gnus-cache-delete-group): New function.
20122         (gnus-cache-inhibit-update-total-fetched-for): New variable.
20123         (gnus-cache-need-update-total-fetched-for): New variable.
20124         (gnus-cache-with-refreshed-group): New macro.
20125         (gnus-cache-update-file-total-fetched-for): New function.
20126         (gnus-cache-update-overview-total-fetched-for): New function.
20127         (gnus-cache-rename-group-total-fetched-for): New function.
20128         (gnus-cache-delete-group-total-fetched-for): New function.
20129         (gnus-cache-total-fetched-for): New function.
20130
20131         * gnus-group.el: Require gnus-sum and autoload functions to
20132         resolve warnings when gnus-group.el compiled alone.
20133         (gnus-group-line-format): Documented new %F.
20134         (size of Fetched data) group line format; identifies disk space
20135         used by agent and cache.
20136         (gnus-group-line-format-alist): Defined new F format.
20137         (gnus-total-fetched-for): New function.
20138         (gnus-group-delete-group): No longer update
20139         gnus-cache-active-altered as gnus-request-delete-group now keeps
20140         the cache in sync.
20141         (gnus-group-list-active): Let the agent store a server's active
20142         list if currently plugged.
20143
20144         * gnus-int.el (gnus-request-delete-group):
20145         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
20146         local disk in sync with the server.
20147         (gnus-request-rename-group):
20148         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
20149         local disk in sync with the server.
20150
20151         * gnus-start.el (gnus-get-unread-articles):
20152         Cosmetic simplification to logic.
20153
20154         * gnus-util.el (gnus-rename-file): New function.
20155
20156 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
20157
20158         * mm-util.el (mm-image-load-path): Handle nil in load-path.
20159
20160 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
20161
20162         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
20163         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
20164
20165 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
20166
20167         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
20168         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
20169
20170 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
20171
20172         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
20173
20174 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
20175
20176         * spam.el (spam-set-difference): Add function to replace
20177         gnus-set-difference in spam.el.
20178         (spam-summary-prepare-exit): Use spam-set-difference.
20179
20180 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
20181
20182         * gnus-registry.el (gnus-registry-cache-file): Update to use
20183         gnus-dribble-directory OR gnus-home-directory OR ~.
20184         (gnus-registry-split-fancy-with-parent): Fix doc.
20185
20186 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20187
20188         * message.el (message-exchange-point-and-mark):
20189         Use message-mark-active-p.  Suggested by Jesper Harder
20190         <harder@ifa.au.dk>.
20191
20192 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20193
20194         * message.el (message-exchange-point-and-mark): Don't activate
20195         region if it was inactive.  Suggested by Hiroshi Fujishima
20196         <pooh@nature.tsukuba.ac.jp>.
20197
20198 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20199
20200         * gnus-art.el (article-display-face): Display Faces in the same
20201         order as X-Faces.
20202
20203 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20204
20205         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
20206
20207 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20208
20209         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
20210         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
20211         (gnus-article-mime-hierarchy): Remove.
20212         (gnus-article-mime-hierarchy-next): Remove.
20213         (gnus-article-mode): Revert 2004-03-19 change.
20214         (gnus-article-setup-buffer): Revert 2004-03-19 change.
20215         (gnus-insert-mime-button): Revert 2004-03-19 change.
20216         (gnus-mime-accumulate-hierarchy): Remove.
20217         (gnus-mime-enter-multipart): Remove.
20218         (gnus-mime-leave-multipart): Remove.
20219         (gnus-mime-display-part): Revert 2004-03-19 change.
20220         (gnus-mime-display-alternative): Revert 2004-03-19 change.
20221
20222         * mml.el (mml-preview): Revert 2004-03-19 change.
20223
20224 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
20225
20226         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
20227
20228 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20229
20230         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
20231         t while entering a file name using the mm-with-multibyte macro.
20232         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20233
20234         * mm-util.el (mm-with-multibyte): New macro.
20235
20236 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20237
20238         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
20239         New user option.
20240         (gnus-mime-multipart-functions): Doc and customization fix.
20241         (gnus-article-mime-hierarchy): New variable.
20242         (gnus-article-mime-hierarchy-next): New variable.
20243         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
20244         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
20245         gnus-article-mime-hierarchy-next to nil.
20246         (gnus-insert-mime-button): Show hierarchy numbers.
20247         (gnus-mime-accumulate-hierarchy): New function.
20248         (gnus-mime-enter-multipart): New function.
20249         (gnus-mime-leave-multipart): New function.
20250         (gnus-mime-display-part): Recompute hierarchical MIME structure.
20251         (gnus-mime-display-alternative): Show hierarchy numbers.
20252
20253         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
20254         gnus-article-mime-hierarchy-next to nil.
20255
20256 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
20257
20258         * dns.el: Don't require gnus-xmas.
20259
20260 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
20261
20262         * mml.el (mml-generate-mime-1): Don't use format=flowed with
20263         inline PGP.
20264         (mml-menu): Disable mml-quote-region if mark is inactive.
20265
20266 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20267
20268         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
20269         when the group's active is not available.
20270
20271 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20272
20273         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
20274         error.
20275
20276 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
20277
20278         * imap.el (imap-store-password): New variable.
20279         (imap-interactive-login): Use it.
20280         Suggested by Mark Plaksin <happy@mcplaksin.org>.
20281
20282 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20283
20284         * gnus-art.el (gnus-article-read-summary-keys): Restore new
20285         window-start and hscroll to summary window.
20286
20287 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20288
20289         * gnus-start.el (gnus-convert-old-newsrc): Only write the
20290         conversion message to newsrc-dribble when an actual conversion is
20291         performed.
20292
20293 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
20294
20295         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
20296
20297 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20298
20299         * mm-decode.el (mm-complicated-handles): New function reviving
20300         former definition of mm-multiple-handles.
20301
20302         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
20303         (gnus-mime-delete-part): Use it.
20304
20305 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20306
20307         * gnus-agent.el (gnus-agent-read-local):
20308         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
20309         avoid the implicit assumption that they will always be equal.
20310         (gnus-agent-save-local): Bind buffer-file-coding-system, not
20311         coding-system-for-write, as the with-temp-file macro first prints
20312         to a buffer then saves the buffer.
20313
20314 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20315
20316         * gnus-art.el (gnus-article-edit-part): New function.
20317         (gnus-mime-save-part-and-strip): Use it; do query instead of
20318         signaling an error; don't use mm-multiple-handles.
20319         (gnus-mime-delete-part): Ditto.
20320
20321 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20322
20323         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
20324         old file versions.
20325         (gnus-group-prepare-hook): Remove function that converted list
20326         form of gnus-agent-expire-days to group properties.
20327
20328         * gnus-int.el: Autoload gnus-agent-regenerate-group.
20329         (gnus-request-accept-article): Re-indented.
20330
20331         * gnus-start.el (gnus-convert-old-newsrc): Registered new
20332         converters to handle old agent file formats.  Add logic for a
20333         "backup before upgrading warning".
20334         (gnus-convert-mark-converter-prompt): Developers can mark
20335         functions as needing (default), or not needing,
20336         gnus-convert-old-newsrc's "backup before upgrading warning".
20337         (gnus-convert-converter-needs-prompt): Tests whether the user
20338         should be protected from potentially irreversable changes by the
20339         function.
20340
20341         * legacy-gnus-agent.el: New.  Provides converters that are only
20342         loaded when gnus-convert-old-newsrc needs to call them.
20343
20344 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20345
20346         * mail-source.el (mail-source-touch-pop): Doc fix.
20347
20348         * message.el (message-smtpmail-send-it): Doc fix.
20349
20350 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
20351
20352         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
20353
20354         * nnmail.el (nnmail-split-fancy): do.
20355
20356         * gnus-kill.el (gnus-kill, gnus-execute): do.
20357
20358 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
20359
20360         * gnus-sum.el (gnus-widget-reversible-match)
20361         (gnus-widget-reversible-to-internal)
20362         (gnus-widget-reversible-to-external): New functions.
20363         (gnus-widget-reversible): New widget.
20364         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
20365
20366 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
20367
20368         * gnus-sum.el (gnus-thread-sort-functions)
20369         (gnus-article-sort-functions): Document `(not F)' items.
20370
20371 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
20372
20373         * spam.el (spam-use-gmane-xref): Add new backend.
20374         (spam-gmane-xref-spam-group): Add variable to control the name of the
20375         Gmane spam group.
20376         (spam-blackhole-servers, spam-blackhole-good-server-regex)
20377         (spam-regex-headers-spam, spam-regex-headers-ham)
20378         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
20379         (spam-list-of-checks): Add spam-use-gmane-xref to list of
20380         backends and checks.
20381         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
20382
20383         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
20384         an autodetect method.
20385
20386 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20387
20388         * gnus-int.el (gnus-request-accept-article): Inform the agent that
20389         articles are being added to a group.
20390         (gnus-request-replace-article): Inform the agent that articles
20391         need to be uncached as the cached contents are no longer valid.
20392
20393 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20394
20395         * binhex.el: Don't autoload executable-find.
20396
20397         * canlock.el: Don't autoload mail-fetch-field.
20398
20399         * dgnushack.el: Autoload c-mode for XEmacs.
20400
20401         * gnus-ems.el: Don't autoload appt-select-lowest-window.
20402
20403         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
20404         rmail-dont-reply-to and rmail-output.
20405
20406         * gnus-score.el: Don't autoload ffap-string-at-point.
20407
20408         * gnus-setup.el: Don't autoload sc-cite-original.
20409
20410         * imap.el: Don't autoload base64-decode-string,
20411         base64-encode-string and md5.
20412
20413         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
20414         and rmail-msg-restore-non-pruned-header.
20415
20416         * mm-decode.el: Don't autoload executable-find.
20417
20418         * mm-url.el: Don't autoload executable-find.
20419
20420         * mm-view.el: Don't autoload diff-mode.
20421
20422         * nndb.el: Don't autoload news-reply-mode, news-setup,
20423         cancel-timer and telnet.
20424
20425         * password.el: Don't autoload run-at-time for Emacs.
20426
20427         * sha1-el.el: Don't autoload executable-find.
20428
20429         * sieve-mode.el: Don't autoload c-mode.
20430
20431         * uudecode.el: Don't autoload executable-find.
20432
20433 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20434
20435         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
20436         (gnus-agent-possibly-alter-active): Avoid null in numeric
20437         comparison.
20438         (gnus-agent-set-local): Refuse to save null in local object table.
20439         (gnus-agent-regenerate-group): The REREAD parameter can now be a
20440         list of articles that will be marked as unread.
20441
20442 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20443
20444         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
20445
20446 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
20447
20448         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
20449         language tags.
20450
20451 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
20452
20453         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
20454         Don't bind "obarray".
20455
20456         * gnus-sum.el (gnus-thread-sort-functions):
20457         Add `gnus-thread-sort-by-most-recent-number' and
20458         `gnus-thread-sort-by-most-recent-date'.
20459         Reported by Kai Grossjohann <kai@emptydomain.de>.
20460
20461 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20462
20463         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
20464
20465 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20466
20467         * gnus-cus.el (gnus-agent-customize-category):
20468         Remove ignore-errors macro reference that required cl to be loaded at
20469         run-time.
20470
20471         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
20472         single-interval range of the form (min . max).  Previously the
20473         range had to look like ((min . max)).  Likewise, return
20474         (min . max) rather than ((min . max)).
20475         (gnus-range-map): Use gnus-range-normalize to accept
20476         single-interval range.
20477
20478         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20479         the cache, but not the agent, now appear with their usual face.
20480
20481         * dgnushack.el (loaddir): New variable that is bound to the
20482         directory containing the dgnushack.el file. Use loaddir, rather
20483         than srcdir, to update load-path. Change lets dgnushack compile
20484         code in directories other than GNUS/lisp.
20485
20486 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20487
20488         * lpath.el: Don't bind w3m-safe-url-regexp.
20489
20490         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20491         w3m-safe-url-regexp variable buffer-local.
20492
20493         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20494
20495 2004-02-27  Simon Josefsson  <jas@extundo.com>
20496
20497         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20498         gnus-group-real-prefix.
20499         (gnus-summary-move-article): Use it, instead of
20500         gnus-group-real-prefix.
20501
20502 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20503
20504         * lpath.el: Bind w3m-safe-url-regexp.
20505
20506         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
20507         w3m-safe-url-regexp variable buffer-local and set it as the value
20508         of mm-w3m-safe-url-regexp.
20509
20510         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20511
20512         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
20513         parsing gnus-posting-styles when the message is not for replying.
20514
20515         * dgnushack.el: Autoload sgml-mode for XEmacs.
20516
20517         * nnrss.el (nnrss-opml-export):
20518         Use mm-set-buffer-file-coding-system instead of
20519         set-buffer-file-coding-system.
20520
20521 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
20522
20523         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20524         of checkdoc.el).
20525         * nnrss.el: do.
20526         * gnus-mlspl.el: do.
20527         * gnus-ml.el: do.
20528         * gnus-srvr.el: do.
20529
20530         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20531
20532 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
20533
20534         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20535         Corrections to custom-manual links.
20536
20537         * gnus-art.el (gnus-article): Ditto.
20538
20539         * mm-decode.el (mime-display, mime-security): Ditto.
20540
20541 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20542
20543         * flow-fill.el: Typo.
20544
20545 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
20546
20547         * spam-wash.el: New file.
20548
20549 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
20550
20551         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20552
20553 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
20554
20555         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20556         to be run with new-articles as LIST1, not LIST2.
20557         (spam-registration-functions): Add spam-use-ham-copy as a nil
20558         registration backend.
20559
20560 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20561
20562         * spam-stat.el (spam-stat-washing-hook): New option.
20563         (spam-stat-buffer-words): Use it.
20564         (spam-stat-process-directory, spam-stat-test-directory):
20565         Use insert-file-contents-literally.
20566         (spam-stat-coding-system): New variable.
20567         (spam-stat-load, spam-stat-save): Use it.
20568
20569 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20570
20571         * spam-report.el (spam-report-plug-agent):
20572         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20573
20574 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20575
20576         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20577         Allow / in mailto URLs.
20578
20579 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20580
20581         * spam-report.el (spam-report-process-queue): Fix interactive use.
20582         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20583         (spam-report-unplug-agent): Doc fixes.
20584         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20585         (spam-report-agentize, spam-report-deagentize): Autoload.
20586
20587 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20588
20589         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
20590
20591         * message.el (message-setup-fill-variables): Add mml tags to
20592         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20593         <ajk@iu.edu>.
20594         (message-mode): Don't modify paragraph-separate there.
20595
20596 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20597
20598         * compface.el (uncompface-use-external): Default to undecided.
20599         (uncompface-use-external-threshold): New variable.
20600         (uncompface-float-time): New macro.
20601         (uncompface): Determine whether to use the external decoder if
20602         uncompface-use-external is undecided.
20603
20604 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20605
20606         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20607         after images.
20608
20609         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20610
20611 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20612
20613         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20614
20615         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20616
20617         * gnus-sum.el (gnus-summary-limit-to-age)
20618         (gnus-summary-limit-children): do.
20619
20620         * gnus-int.el (gnus-request-scan): do.
20621
20622         * gnus-group.el (gnus-group-suspend): do.
20623
20624         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20625
20626         * gnus-cite.el (gnus-cite-parse-attributions): do.
20627
20628         * gnus-agent.el (gnus-summary-set-agent-mark)
20629         (gnus-agent-regenerate-group): do.
20630
20631         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20632
20633         * binhex.el (binhex-decode-region-internal): do.
20634
20635 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20636
20637         * gnus-fun.el (gnus-face-properties-alist): New user option.
20638         (gnus-display-x-face-in-from): Use it.
20639
20640         * gnus-art.el (article-display-face): Ditto.
20641
20642         * compface.el (uncompface-use-external): Default to nil.
20643
20644 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20645
20646         * nntp.el (nntp-erase-buffer): New function.
20647         (nntp-retrieve-data, nntp-send-command)
20648         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20649         (nntp-possibly-change-group): Use it.
20650
20651         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20652         Use with-current-buffer.
20653
20654 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20655
20656         * compface.el: Merge the ELisp-based uncompface program.
20657         (compface): New customization group.
20658         (uncompface-use-external): New user option.
20659         (uncompface): Call uncompface-internal if uncompface-use-external
20660         is nil.
20661         (uncompface-internal): New function.  Note that there are also
20662         some other functions and variables added for this function.
20663
20664 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20665
20666         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20667         if necessary.
20668
20669 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20670
20671         * spam-report.el (spam-report-unplug-agent)
20672         (spam-report-plug-agent, spam-report-deagentize)
20673         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20674         Add support for the Agent in spam-report: when unplugged, report to a
20675         file; when plugged, submit all the requests.
20676
20677         * spam.el (spam-register-routine): Fix message about
20678         registration.
20679
20680 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20681
20682         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20683         dependencies.
20684         (rfc2047-encode): Use it.
20685
20686         * gnus-art.el (gnus-button-marker-list): Move before first
20687         reference.
20688
20689         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20690         (imap-parse-body): Fix format string mismatch.
20691
20692         * gnus-score.el (gnus-summary-increase-score): do.
20693
20694         * nnrss.el (nnrss-close): New function.
20695
20696 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20697
20698         * nnrss.el (nnrss-make-filename): New function.
20699         (nnrss-request-delete-group, nnrss-read-server-data)
20700         (nnrss-save-server-data, nnrss-read-group-data)
20701         (nnrss-save-group-data): Use it.
20702         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20703         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20704         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20705
20706 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20707
20708         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20709
20710 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20711
20712         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20713         files.
20714
20715         * message.el (message-generate-headers-first): Don't quote nil
20716         and t in docstrings.
20717
20718         * imap.el (imap-id): do.
20719
20720         * gnus-agent.el (gnus-agent-consider-all-articles)
20721         (gnus-agent-queue-mail): do.
20722
20723 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20724
20725         * spam-report.el (spam-report-process-queue): New function.
20726         Process requests from `spam-report-requests-file'.
20727         (spam-report-process-queue): Doc fix.
20728
20729 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20730
20731         * spam.el (spam-register-routine)
20732         (spam-log-processing-to-registry, spam-log-registered-p)
20733         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20734         Change "check" to "spam-check" for semi-clarity.
20735
20736 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20737
20738         * pop3.el: Require nnheader.
20739
20740         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20741
20742         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20743
20744         * gnus-picon.el: Require cl.
20745
20746         * gnus-fun.el: Require gnus-ems and gnus-util.
20747
20748         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20749
20750         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20751
20752         * gnus-art.el (gnus-article-edit-mode): Define before first
20753         reference.
20754
20755 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20756
20757         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20758         (gnus-uu-post-encoded): Use point-at-bol.
20759
20760         * gnus-topic.el (gnus-group-active-topic-p): do.
20761
20762         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20763
20764         * gnus-group.el (gnus-group-kill-region): do.
20765
20766         * gnus-art.el (article-date-ut): do.
20767
20768         * message.el (message-fetch-field): Remove redundant
20769         case-fold-search binding.
20770         (message-narrow-to-field): Simplify.
20771
20772 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20773
20774         * spam.el (spam-directory): Derive from `gnus-directory'.
20775
20776         * spam-report.el (spam-report-url-to-file)
20777         (spam-report-requests-file): New function and variable for offline
20778         reporting.
20779         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20780         and user defined function.
20781         (spam-report-url-ping-mm-url): Remove doubled slash.
20782
20783 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20784
20785         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20786
20787 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20788
20789         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20790         Fix format string mismatch.
20791
20792         * sieve.el (sieve-deactivate-all): do.
20793
20794         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20795
20796         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20797
20798         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20799
20800         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20801
20802 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20803
20804         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20805         the list of checks.
20806
20807 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20808
20809         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20810         padding.
20811
20812 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20813
20814         * mm-view.el (mm-fill-flowed): New variable.
20815         (mm-inline-text): Use it.
20816
20817 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20818
20819         * spam.el (spam-spamassassin-register-ham-routine)
20820         (spam-spamassassin-register-spam-routine): Fix function names.
20821
20822 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20823
20824         * gnus.el (gnus-tmp-grouplens): Remove.
20825         (gnus-summary-line-format): Remove grouplens.
20826
20827         * gnus-group.el (gnus-group-line-format): Ditto.
20828
20829         * gnus-spec.el (gnus-format-specs): Ditto.
20830         (gnus-update-format-specifications): Flush the group format spec
20831         cache if there's the grouplens stuff.
20832         (gnus-parse-simple-format): Replace %l with the empty string.
20833
20834 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20835
20836         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20837         omission.
20838
20839 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20840
20841         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20842         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20843
20844 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20845
20846         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20847         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20848         New macros and functions.
20849         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20850         Handle > NLINK_MAX messages.
20851         * nnmaildir.el (nnmaildir-request-set-mark):
20852         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20853
20854 2004-01-25  Alex Schroeder  <alex@gnu.org>
20855
20856         * spam-stat.el (spam-stat-process-directory-age): New option.
20857         (spam-stat-process-directory): Use it.
20858
20859 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20860
20861         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20862         (spam-stat-save): Accept prefix argument.
20863
20864 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20865
20866         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20867         links" error.
20868
20869 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20870
20871         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20872         the rest of the and/or forms.
20873
20874 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20875
20876         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20877         compatibility with old .newsrc.eld files.
20878
20879         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20880
20881         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20882
20883         * gnus-start.el (gnus-1): do.
20884
20885         * gnus-group.el (gnus-group-line-format-alist): do.
20886
20887         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20888
20889         * gnus-gl.el: Remove.
20890
20891 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20892
20893         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20894         marks consisting of a single range {for example, (3 . 5)} rather
20895         than a list of a single range { ((3 . 5)) }.
20896
20897 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20898
20899         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20900         Use with-current-buffer.
20901         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20902         avoid consing a string.
20903
20904         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20905         Remove obsolete entries for big5 and gb2312.
20906
20907 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20908
20909         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20910         uncompressed list.
20911
20912 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20913
20914         * spam-stat.el (spam-stat-strip-xref): New function.
20915         (spam-stat-process-directory): Use it.
20916
20917         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20918         here -- it's done in message-fetch-field.
20919
20920 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20921
20922         * gnus-agent.el (gnus-agent-queue-mail)
20923         (gnus-agent-prompt-send-queue): New variables.
20924         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20925         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20926         "nndraft:queue" along to gnus-draft-send.
20927         Use gnus-agent-prompt-send-queue.
20928         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20929         is "nndraft:queue".  Suggested by Gaute Strokkenes
20930         <gs234@srcf.ucam.org>
20931
20932         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20933         (agent-enable-undownloaded-faces): Add.
20934         (gnus-agent-cat-groups): Use eval-and-compile, not
20935         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20936         method of gnus-agent-cat-groups even when the buffer has been
20937         evaled.
20938         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20939         delete gnus-agent-save-active-1.
20940         (gnus-agent-save-groups): Delete.  Identical to
20941         gnus-agent-save-active.
20942         (gnus-agent-write-active): No longer adjust agent's copy of active
20943         file as agent's adjustments are now stored in their own
20944         file.  Remove optional parameter.
20945         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20946         servers.  Add use of min/max range limits from server's local
20947         file.
20948         (gnus-agent-save-alist): Remove unused optional argument.
20949         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20950         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20951         (gnus-agent-set-local): A per-server file that keeps min/max range
20952         limits for articles known to the agent.  Provides a fast mechanism
20953         for altering many active ranges.
20954         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20955         active file (local makes it unnecessary).
20956         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20957
20958         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20959         (agent-enable-undownloaded-faces): Add.
20960
20961         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20962         disable it when sending to "nndraft:queue".
20963         (gnus-group-send-queue): Add safety check to avoid sending queue
20964         when unplugged.
20965
20966         * gnus-group.el (gnus-group-catchup): Use new
20967         gnus-sequence-of-unread-articles, not
20968         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20969         numbers of articles.  Use gnus-range-map to avoid having to
20970         uncompress the unread list.
20971         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20972         Fix invalid ange-ftp reference.
20973
20974         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20975         (gnus-sorted-range-intersection): Intersection of two ranges
20976         without requiring that they first be uncompressed.
20977
20978         * gnus-start.el (gnus-activate-group): Unless blocked by the
20979         caller, possibly expand the active range to include both cached
20980         and agentized articles.
20981         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20982         multiple version-dependent converters.
20983         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20984         gnus-agent-save-active.
20985         (gnus-save-newsrc-file): Save dirty agent range limits.
20986
20987         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20988         gnus-agent-possibly-alter-active.
20989         (gnus-adjust-marked-articles): Faster handling of simple lists.
20990
20991 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20992
20993         * spam-stat.el (spam-stat-test-directory): New optional argument
20994         displays a list of files detected.  Suggested by Andrew Cohen
20995         <cohen@andy.bu.edu>.
20996         (spam-stat-buffer-words-with-scores): Don't narrow and change
20997         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20998
20999 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
21000
21001         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
21002         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
21003         (spam-spamassassin-arguments)
21004         (spam-spamassassin-spam-flag-header)
21005         (spam-spamassassin-positive-spam-flag-header)
21006         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
21007         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
21008         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
21009         (spam-list-of-processors, spam-list-of-checks)
21010         (spam-list-of-statistical-checks, spam-registration-functions)
21011         (spam-check-spamassassin-headers, spam-check-spamassassin)
21012         (spam-spamassassin-score)
21013         (spam-spamassassin-register-with-sa-learn)
21014         (spam-spamassassin-register-spam-routine)
21015         (spam-spamassassin-register-ham-routine)
21016         (spam-assassin-register-spam-routine)
21017         (spam-assassin-register-ham-routine): Add SpamAssassin support.
21018         (spam-bogofilter-score): Fix to show article before scoring.
21019
21020 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
21021
21022         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
21023         default scoring function.
21024         (spam-generic-score): Call spam-spamassassin-score if
21025         spam-use-spamassassin or spam-use-spamassassin-headers is on;
21026         spam-bogofilter-score otherwise.
21027
21028         * gnus.el (spam-process, spam-autodetect-methods):
21029         Add spamassassin and spamassassin-headers.
21030
21031 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
21032
21033         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21034         Suppress unnecessary messages.
21035
21036 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
21037
21038         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
21039         make-hash-table.
21040
21041 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21042
21043         * canlock.el (base64-encode-string): Don't autoload it.
21044
21045 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21046
21047         * run-at-time.el: Remove useless (require 'itimer),
21048         eval-and-compile and (featurep 'xemacs).
21049
21050 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
21051
21052         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
21053         GROUP is a virtual group.
21054
21055 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
21056
21057         * gnus.el: Autoload `message-y-or-n-p'.
21058
21059 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
21060
21061         * pgg-parse.el: Remove unnecessary (require 'custom).
21062
21063         * pgg-def.el: do.
21064
21065         * nnmail.el: do.
21066
21067         * gnus-undo.el: do.
21068
21069         * gnus-picon.el: do.
21070
21071         * gnus-util.el: do.
21072
21073 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
21074
21075         * gnus-sum.el (gnus-pick-line-number): Add autoload.
21076
21077 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21078
21079         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
21080         handle, as well as a list.
21081
21082         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
21083         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
21084         (mm-w3m-cid-retrieve): Simplify.
21085
21086 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
21087
21088         * message.el (message-kill-to-signature): Allow prefix arg to
21089         specify number of lines to keep before signature.
21090
21091 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
21092
21093         * message.el (message-kill-to-signature): Change docstring.
21094
21095 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21096
21097         * canlock.el: Always require sha1-el.
21098         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
21099
21100         * message.el: Autoload sha1 only when compiling.
21101
21102         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
21103         eudc-expand-inline for XEmacs.
21104
21105 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21106
21107         * message.el (message-canlock-generate): Require sha1-el.
21108
21109 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
21110
21111         * message.el (message-expand-name): Silence the byte compiler.
21112
21113         * lpath.el: Add detect-coding-system.
21114
21115         * dgnushack.el (dgnushack-compile): Remove obsolete check for
21116         cus-edit.
21117
21118 2004-01-13  Simon Josefsson  <jas@extundo.com>
21119
21120         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
21121         Invoke gnus-score-mode.
21122         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
21123
21124         * gnus-range.el (gnus-compress-sequence): Doc fix.
21125         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
21126
21127 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21128
21129         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
21130
21131 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
21132
21133         * spam.el (spam-get-article-as-string): Update to use
21134         gnus-request-article-this-buffer, much simpler.
21135         (spam-get-article-as-buffer): Remove.
21136
21137 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
21138
21139         * message.el (message-expand-name): Use EUDC if the user uses that.
21140
21141 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21142
21143         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
21144         character for the encoding to avoid consing a string.
21145
21146         * rfc2047.el (rfc2047-decode-string): Don't cons a string
21147         unnecessarily.
21148
21149         * mm-util.el (mm-replace-chars-in-string): Remove.
21150
21151         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
21152         of mm-replace-chars-in-string.
21153
21154 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
21155
21156         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
21157
21158         * mm-util.el (mm-subst-char-in-string): Support inplace.
21159
21160         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
21161         a new string in every iteration.  Use shy groups.
21162
21163 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
21164
21165         * gnus-srvr.el (gnus-browse-unsubscribe-group):
21166         * gnus-soup.el (gnus-soup-group-brew):
21167         * gnus-msg.el (gnus-put-message):
21168         * gnus-move.el (gnus-group-move-group-to-server):
21169         * gnus-kill.el (gnus-batch-score):
21170         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
21171         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
21172         (gnus-group-update-group, gnus-group-read-group)
21173         (gnus-group-make-group, gnus-group-make-help-group)
21174         (gnus-group-make-archive-group, gnus-group-make-directory-group)
21175         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
21176         (gnus-group-sort-by-unread, gnus-group-catchup)
21177         (gnus-group-unsubscribe-group, gnus-group-kill-group)
21178         (gnus-group-yank-group, gnus-group-set-info)
21179         (gnus-group-list-groups):
21180         * gnus.el (gnus-generate-new-group-name):
21181         * gnus-delay.el (gnus-delay-send-queue):
21182         * nnvirtual.el (nnvirtual-catchup-group):
21183         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
21184         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
21185         (gnus-group-prepare-topics, gnus-topic-check-topology):
21186         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
21187         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
21188         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
21189         (gnus-group-make-articles-read):
21190         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
21191         (gnus-group-change-level, gnus-kill-newsgroup)
21192         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
21193         (gnus-get-unread-articles, gnus-make-articles-unread)
21194         (gnus-make-ascending-articles-unread): Use accessor
21195         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
21196         to get group information for improved readability.
21197
21198
21199 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21200
21201         * gnus-art.el (article-decode-mime-words, article-babel)
21202         (gnus-article-highlight-signature, gnus-article-add-buttons)
21203         (gnus-signature-toggle): Use gnus-with-article-buffer.
21204
21205         * gnus-art.el (gnus-article-highlight-headers)
21206         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
21207
21208         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
21209         (gnus-article-set-globals, gnus-request-article-this-buffer)
21210         (gnus-button-message-id, gnus-article-maybe-hide-headers)
21211         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
21212         (gnus-mime-display-alternative): Use with-current-buffer.
21213
21214 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21215
21216         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
21217         also under 80 char limit, and call gnus-error if needed.
21218         (spam-fetch-article-header): Fix - it was a
21219         buffer-local variable (gnus-newsgroup-data).
21220         (spam-find-spam): Use spam-generate-fake-headers, forget about
21221         spam-insert-fake-headers.
21222         (spam-insert-fake-headers): Remove.
21223
21224 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21225
21226         * deuglify.el (gnus-article-outlook-unwrap-lines)
21227         (gnus-outlook-rearrange-article)
21228         (gnus-outlook-repair-attribution-outlook)
21229         (gnus-outlook-repair-attribution-block)
21230         (gnus-outlook-repair-attribution-other): Remove redundant
21231         save-excursion.
21232
21233 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21234
21235         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
21236         (spam-fetch-field-subject-fast)
21237         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
21238         (spam-fetch-article-header): Add functions to deal with Gnus
21239         internals for fast retrieval of article header data.
21240         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
21241
21242 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21243
21244         * pop3.el (pop3-md5): Remove.
21245         (pop3-apop): Replace pop3-md5 with md5.
21246
21247         * mm-bodies.el: base64 is always built-in.
21248
21249         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
21250         Use with-current-buffer.
21251
21252 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21253
21254         * canlock.el (canlock-insert-header): Remove excessive grouping in
21255         regexp.
21256
21257         * gnus-sum.el (gnus-summary-read-document): Ditto.
21258
21259         * gnus-uu.el (gnus-uu-part-number): Ditto.
21260
21261         * html2text.el (html2text-remove-tags): Ditto.
21262         (html2text-format-tags): Ditto.
21263         (html2text-format-single-elements): Ditto.
21264
21265         * mml.el (mml-parse-1): Ditto.
21266
21267 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21268
21269         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
21270
21271         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
21272
21273         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
21274
21275         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
21276
21277 2003-11-15  Simon Josefsson  <jas@extundo.com>
21278
21279         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
21280         (pgg-gpg-lookup-key): Use regexp match instead of
21281         split-string (split-string is different between emacs 21.2 and
21282         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
21283
21284 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21285
21286         * gnus-art.el (gnus-mime-view-all-parts)
21287         (gnus-article-part-wrapper, gnus-article-view-part):
21288         Use with-current-buffer.
21289
21290 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21291
21292         * spam.el (spam-disable-spam-split-during-ham-respool)
21293         (spam-spamoracle-database, spam-cache-lookups)
21294         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
21295         (spam-group-ham-mark-p, spam-group-spam-mark-p)
21296         (spam-group-ham-marks, spam-group-spam-marks)
21297         (spam-group-spam-contents-p, spam-group-ham-contents-p)
21298         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
21299         also add spam-use-blackholes to the statistical checks.
21300         (spam-fetch-field-fast): Add interface to fetching fields, may
21301         become a macro.
21302         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
21303         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
21304         (spam-insert-fake-headers): Fake an article when needed.
21305         (spam-find-spam): Fake article when possible.
21306         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
21307         (spam-check-bogofilter-headers): Use message-fetch-field instead
21308         of nnmail-fetch-field.
21309
21310 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
21311
21312         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
21313
21314 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21315
21316         * spam.el (spam-split): Do not require spam-use-CHECK to be
21317         enabled if that check is passed to spam-split explicitly; also
21318         fix so 'spam doesn't get converted to spam-split-group when
21319         spam-split-symbolic-return is t.
21320         (spam-find-spam): Find registrations of the article and use those
21321         instead of re-running spam-split to find the spam/ham
21322         classification of the article.
21323         (spam-log-processing-to-registry, spam-log-registered-p)
21324         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21325         Use gnus-error instead of gnus-message.
21326         (spam-log-registration-type): Add function to determine the
21327         classification of a message based on registry entries; will
21328         return nil if both 'spam and 'ham are found.
21329         (spam-check-BBDB): Expand all the BBDB macros here so we can have
21330         a reasonably fast local cache without the loading errors.
21331         (spam-cache-lookups): Set to t by default.
21332         (spam-find-spam): Don't try to guess spam-cache-lookups.
21333         (spam-enter-whitelist, spam-enter-blacklist): Clear the
21334         spam-caches entry.
21335         (spam-filelist-build-cache, spam-filelist-check-cache):
21336         Fix caching of whitelist/blacklist entries.
21337         (spam-check-whitelist, spam-check-blacklist):
21338         Invoke spam-from-listed-p with a type, not a cache variable.
21339         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
21340
21341 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21342
21343         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
21344
21345         * nnmail.el (nnmail-split-fancy): do.
21346
21347         * mml.el (mml-parse): do.
21348
21349         * gnus-score.el (gnus-enter-score-words-into-hashtb)
21350         (gnus-score-adaptive): do.
21351
21352 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21353
21354         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
21355         (gnus-mime-button-map): Don't set keymap parent.
21356         (gnus-button-ctan-directory-regexp): Use shy grouping.
21357         (gnus-prev-page-map): Don't set keymap parent.
21358         (gnus-prev-page-map): Remove duplicated one.
21359         (gnus-next-page-map): Don't set keymap parent.
21360         (gnus-mime-security-button-map): Ditto.
21361
21362         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
21363         version number.
21364
21365         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
21366
21367 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21368
21369         * canlock.el (canlock-sha1-function): Remove.
21370         (canlock-sha1-function-for-verify): Remove.
21371         (canlock-openssl-program): Remove.
21372         (canlock-openssl-args): Remove.
21373         (canlock-ignore-errors): Remove.
21374         (canlock-sha1-with-openssl): Remove.
21375         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
21376         (canlock-verify): Don't use canlock-ignore-errors.
21377
21378         * sha1-el.el (sha1-string-external): Make it can return a string
21379         in binary form.
21380         (sha1-region-external): Ditto.
21381         (sha1-string-internal): Ditto.
21382         (sha1-region-internal): Ditto.
21383         (sha1-region): Ditto.
21384         (sha1-string): Ditto.
21385         (sha1): Ditto.
21386
21387 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21388
21389         * spam.el (spam-report-articles-gmane): New command.
21390
21391 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21392
21393         * gnus.el: Don't make unnecessary *Group* buffer when loading.
21394
21395         * run-at-time.el (run-at-time-saved): Remove.
21396         (run-at-time): Doc fix.
21397
21398 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21399
21400         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
21401         (gnus-summary-limit-map): Add it.
21402         (gnus-summary-make-menu-bar): do.
21403
21404 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
21405
21406         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
21407         Make attempt at some caching support (done for BBDB only now).
21408         (spam-find-spam): Set spam-cache-lookups if there are more than 2
21409         addresses to be checked.
21410         (spam-clear-cache-BBDB): Add function, to be invoked by
21411         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
21412         (spam-check-BBDB): Check and use the caches, if
21413         spam-cache-lookups is on, remove superfluous (provide).
21414
21415 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
21416
21417         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
21418
21419 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
21420
21421         * run-at-time.el (run-at-time-saved): Move to after the definition
21422         of `run-at-time'.
21423
21424         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
21425
21426 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21427
21428         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
21429         mm-w3m-local-map-property.
21430
21431         * mm-view.el (mm-w3m-mode-map): Remove.
21432         (mm-w3m-local-map-property): Remove.
21433         (mm-inline-text-html-render-with-w3m): Don't use
21434         mm-w3m-local-map-property.
21435
21436 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21437
21438         * run-at-time.el: New file.
21439
21440         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
21441         under Emacs.
21442
21443         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
21444         of gnus-set-text-properties.
21445
21446         * gnus-uu.el (gnus-uu-save-article): Ditto.
21447
21448         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
21449
21450         * gnus-cite.el (gnus-cite-parse): Ditto.
21451
21452         * gnus-art.el (gnus-button-push): Use set-text-properties instead
21453         of gnus-.
21454
21455         * gnus-xmas.el (run-at-time): Require run-at-time.
21456
21457         * gnus.el: Change calls to nnheader-run-at-time and
21458         password-run-at-time throughout to use run-at-time directly.
21459
21460         * password.el: Remove definition of run-at-time.
21461
21462         * nnheaderxm.el: Remove definition of run-at-time.
21463
21464 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
21465
21466         * mml.el (mml-minibuffer-read-disposition): Show attachment type
21467         in prompt.
21468
21469 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21470
21471         * messagexmas.el (message-xmas-redefine): Alias
21472         `message-make-caesar-translation-table' to
21473         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
21474         version.
21475
21476         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
21477         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
21478         `gnus-xmas-set-text-properties'.
21479         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
21480         `gnus-xmas-completing-read'.
21481         (gnus-xmas-completing-read): Removed.
21482         (gnus-xmas-open-network-stream): Removed.
21483
21484         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
21485         XEmacs version.
21486
21487         * dns.el (dns-make-network-process): Use `open-network-stream'
21488         instead of `gnus-xmas-open-network-stream'.
21489
21490         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
21491
21492         * .cvsignore: Add auto-autoloads.el, custom-load.el.
21493
21494 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21495
21496         * gnus-art.el (gnus-mime-display-alternative)
21497         (gnus-insert-mime-button, gnus-insert-mime-security-button)
21498         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21499         Don't use gnus-local-map-property.
21500
21501         * gnus-util.el (gnus-local-map-property): Remove.
21502
21503         * mm-view.el (mm-view-pkcs7-decrypt):
21504         Replace gnus-completing-read-maybe-default with completing-read.
21505
21506         * gnus-util.el (gnus-completing-read): do.
21507         (gnus-completing-read-maybe-default): Remove.
21508
21509 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21510
21511         * password.el: Only autoload `run-at-time' if not XEmacs.
21512         Only autoload the itimer functions if XEmacs.
21513
21514 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21515
21516         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
21517         XEmacsen.
21518
21519         * dgnushack.el: Autoload executable-find for XEmacs.
21520
21521 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21522
21523         * gnus-art.el (gnus-read-string): Remove.
21524         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21525         read-string.
21526
21527 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
21528
21529         * netrc.el: Autoload password-read.
21530         (netrc): Add configuration group.
21531         (netrc-encoding-method, netrc-openssl-path):
21532         Add variables for encoding and decoding of files with symmetric
21533         ciphers.
21534         (netrc-encode): Add assistant function to encode a file with
21535         netrc-encoding-method.
21536         (netrc-parse): Add interactive parameter, added optional
21537         decoding if netrc-encoding-method is non-nil but otherwise
21538         behavior is standard.
21539         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21540         Do s/encode/encrypt/ everywhere.
21541
21542         * spam.el: Remove executable-find autoload.
21543
21544 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21545
21546         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21547
21548         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21549
21550 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21551
21552         * gnus-art.el (gnus-treat-ansi-sequences)
21553         (article-treat-ansi-sequences): New variable and function.
21554         Suggested by Dan Jacobson <jidanni@jidanni.org>.
21555
21556         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21557         Use it.
21558
21559 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21560
21561         * mm-util.el (mm-quote-arg): Remove.
21562
21563         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21564         shell-quote-argument.
21565
21566         * gnus-uu.el (gnus-uu-command): do.
21567
21568         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21569
21570         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21571         with make-char.
21572
21573         * mm-util.el (mm-make-char): Remove.
21574
21575         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21576         add-minor-mode.
21577
21578         * gnus-undo.el (gnus-undo-mode): do.
21579
21580         * gnus-topic.el (gnus-topic-mode): do.
21581
21582         * gnus-sum.el (gnus-dead-summary-mode): do.
21583
21584         * gnus-start.el (gnus-slave-mode): do.
21585
21586         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21587
21588         * gnus-ml.el (gnus-mailing-list-mode): do.
21589
21590         * gnus-gl.el (gnus-grouplens-mode): do.
21591
21592         * gnus-draft.el (gnus-draft-mode): do.
21593
21594         * gnus-dired.el (gnus-dired-mode): do.
21595
21596         * gnus-ems.el (gnus-add-minor-mode): Remove.
21597
21598         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21599         Replace gnus-char-width with char-width.
21600
21601         * gnus-ems.el (gnus-char-width): Remove.
21602
21603         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21604         Replace gnus-char-width with char-width.
21605
21606         * gnus-ems.el (gnus-char-width): Remove.
21607
21608         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21609         definition.
21610         Remove Emacs 20 hash table compatibility code.
21611
21612         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21613         20 compatibility code.
21614
21615         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21616
21617         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21618
21619         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21620         Replace with point-at-{eol,bol}.
21621
21622         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21623
21624         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21625
21626         * flow-fill.el (fill-flowed-point-at-bol)
21627         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21628
21629         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21630         Replace with point-at-{eol,bol} throughout all files.
21631
21632 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21633
21634         * ntlm.el (ntlm-string-as-unibyte): New macro.
21635         (ntlm-build-auth-response): Use it.
21636
21637         Remove Emacs 20 stuff:
21638         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
21639         (butlast, mapc, remove): Remove the compiler macros.
21640         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21641         of delq and copy-sequence.
21642         * gnus-art.el (popup-menu): Remove the compiler macro.
21643         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21644         Emacs 20.
21645
21646 2004-01-05  Simon Josefsson  <jas@extundo.com>
21647
21648         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21649         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21650         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21651         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21652         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21653         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21654         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21655         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21656         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21657         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21658         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21659         string-xor into ntlm-string-xor.
21660         Suggested by Jesper Harder <harder@myrealbox.com>.
21661
21662         * ntlm.el: Don't include poem.
21663
21664         * md4.el (print-int32, print-string-hexa): Remove.
21665         Suggested by Jesper Harder <harder@myrealbox.com>.
21666
21667         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21668
21669         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21670         probably breaks emacs with DL patch, but do we care? Is anyone
21671         still using the DL stuff?)
21672
21673         * sieve-manage.el: Use the password package.
21674         (sieve-manage-read-passwd): Remove.
21675         (sieve-manage-interactive-login): Use password.  Re-add
21676         condition-case around loop.
21677
21678         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21679         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21680         Use the password package.
21681
21682 2003-02-19  Simon Josefsson  <jas@extundo.com>
21683
21684         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21685         token.
21686
21687 2002-08-07  Simon Josefsson  <jas@extundo.com>
21688
21689         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21690         (sieve-manage-authenticators):
21691         (sieve-manage-authenticator-alist): Add some SASL mechs.
21692         (sieve-sasl-auth): New function.
21693         (sieve-manage-cram-md5-auth):
21694         (sieve-manage-plain-auth): Rewrite using SASL library.
21695         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21696         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21697         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21698         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21699
21700 2004-01-05  Simon Josefsson  <jas@extundo.com>
21701
21702         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21703         New files.
21704
21705 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21706
21707         * gnus-group.el (gnus-no-groups-message): Update.
21708
21709         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21710
21711 2003-11-09  Simon Josefsson  <jas@extundo.com>
21712
21713         * imap.el: Support for ID IMAP extension (RFC 2971).
21714         (imap-local-variables): Add imap-id.
21715         (imap-id): New variable.
21716         (imap-id): New function.
21717         (imap-parse-response): Parse untagged ID response.
21718         * nnimap.el (nnimap-id): New variable.
21719         (nnimap-open-connection): Use it.
21720
21721 2003-12-28  Simon Josefsson  <jas@extundo.com>
21722
21723         * gnus-score.el (gnus-score-edit-all-score): New.
21724         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21725
21726 2004-01-04  Simon Josefsson  <jas@extundo.com>
21727
21728         * password.el: Add.
21729
21730 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21731
21732         * dns.el (dns-query-types): Fix typo.
21733         (dns-query-types): New function.
21734         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21735         PTR and SOA replies, see RFC 1035.
21736
21737 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21738
21739         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21740
21741         * Move to Changelog.2.
21742
21743 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21744
21745         * gnus.el (gnus-version-number): Bump version.
21746
21747 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21748
21749         * gnus.el: No Gnus v0.1 is released.
21750
21751 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21752
21753         * gnus.el: No Gnus v0.0 is released.
21754
21755 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21756
21757         * gnus.el (gnus-version-number): Bump.
21758         (gnus-version): No.
21759
21760 See ChangeLog.2 for earlier changes.
21761
21762   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21763
21764   This file is part of GNU Emacs.
21765
21766   GNU Emacs is free software: you can redistribute it and/or modify
21767   it under the terms of the GNU General Public License as published by
21768   the Free Software Foundation, either version 3 of the License, or
21769   (at your option) any later version.
21770
21771   GNU Emacs is distributed in the hope that it will be useful,
21772   but WITHOUT ANY WARRANTY; without even the implied warranty of
21773   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21774   GNU General Public License for more details.
21775
21776   You should have received a copy of the GNU General Public License
21777   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21778
21779 ;; Local Variables:
21780 ;; coding: utf-8
21781 ;; fill-column: 79
21782 ;; add-log-time-zone-rule: t
21783 ;; End: