b53c38a1bb8dc7b9fb22d03a2760fed1ed7a79fa
[gnus] / lisp / ChangeLog
1 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
4         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
5         gnutls-cli are too slow to be done opportunistically.
6
7         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
8         (gnus-read-active-for-groups): Don't try to finish getting stuff where
9         we had no early-data returned.
10         (gnus-get-unread-articles): Add a sanity check so that we don't issue
11         two async commands to the same server at the same time.
12
13 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
14
15         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
16
17 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18
19         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
20         "warning" level.
21
22         * mm-url.el (mm-url-package-name): Removed to ease third-party reuse.
23         (mm-url-insert-file-contents): Don't set the package names.
24
25 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
26
27         * gnus-registry.el (gnus-registry-action): Remove properties and
28         simplify subject in `gnus-registry-handle-action'.
29         (gnus-registry-spool-action): Get subject and sender from message if
30         they are not passed in.
31         (gnus-registry-handle-action): Remove properties and simplify subject
32         consistently.
33
34 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
35
36         * registry.el: Require CL before using defmacro*.
37
38 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
39
40         * gnus-art.el (article-treat-date): Assume that
41         gnus-article-date-headers may be a group parameter.
42
43 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
44
45         * gnus-registry.el (gnus-registry-handle-action): More debugging.
46
47         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
48         interactively so the newsrc file can contain foreign groups too.
49         Useful for debugging but not much for users.
50
51 2011-04-07  David Engster  <dengste@eml.cc>
52
53         * registry.el (registry-usage-test): Only do
54         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
55         lexical binding.
56
57 2011-04-07  David Engster  <dengste@eml.cc>
58
59         * Makefile.in (check, test-registry): New rules for test-suite.
60
61 2011-04-06  David Engster  <dengste@eml.cc>
62
63         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
64         argument NOERROR for `require', since XEmacs 21.4 does not support it.
65
66 2011-04-06  David Engster  <dengste@eml.cc>
67
68         * registry.el (initialize-instance): Change :after to :AFTER to be
69         compatible with old EIEIO version in XEmacs.
70
71 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
72
73         * gnus-registry.el (gnus-registry-post-process-groups)
74         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
75         and provide better messaging.
76
77 2011-04-06  David Engster  <dengste@eml.cc>
78
79         * Makefile.in (fail-on-warning): New rule to compile with warnings as
80         errors.
81
82         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
83         dgnushack-compile with error-on-warn enabled, and to signal an error if
84         clean compilation failed.
85         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
86         with `byte-compile-error-on-warn'.  Return nil if errors occured.
87
88 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
89
90         * gnus-registry.el: Don't use ERT if it's not available.  Load it
91         unconditionally anyway, discarding errors.
92         (gnus-registry-delete-entries): New convenience function.
93         (gnus-registry-import-eld): Import from old .eld registry.
94
95         * registry.el: Don't use ERT if it's not available.  Load it
96         unconditionally anyway, discarding errors.
97
98         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
99         version from the Claudio Bley GnuTLS patch (extra optional parameters
100         and host name).
101
102 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
103
104         * gnus-registry.el (gnus-registry-fixup-registry): New function to
105         fixup the parameters that can be customized by the user between
106         save/read cycles.
107         (gnus-registry-read): Use it.
108         (gnus-registry-make-db): Use it.
109         (gnus-registry-spool-action, gnus-registry-handle-action): Fix
110         messaging.
111         (gnus-registry--split-fancy-with-parent-internal): Fix loop.  Map
112         references to actual group names with sender and subject tracking.
113         (gnus-registry-post-process-groups): Use `cond' for better messaging.
114         (gnus-registry-usage-test): Add subject lookup test.
115
116         * registry.el (registry-db, initialize-instance): Set up constructor
117         instead of :initform arguments for the sake of older Emacsen.
118         (registry-lookup-breaks-before-lexbind): New method to demonstrate
119         pre-lexbind merge bug.
120         (registry-usage-test): Use it.
121         (initialize-instance, registry-db): Move the non-function initforms
122         back to the class definition.
123
124 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
125
126         * registry.el: New library to manage gnus-registry-style data.
127
128         * gnus-registry.el: Use it (major rewrite).
129
130         * nnregistry.el: Use it.
131
132         * spam.el: Use it.
133
134 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
135
136         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
137         marks on non-selected articles.
138
139 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
140
141         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
142         parameter to open-protocol-stream.
143
144 2011-04-01  Julien Danjou  <julien@danjou.info>
145
146         * mm-view.el (mm-display-inline-fontify): Do not fontify with
147         fundamental-mode.
148
149 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
150
151         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
152         servers.
153
154 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
155
156         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
157         made marks not propagate, again.
158
159 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
160
161         * proto-stream.el (open-protocol-stream): Bring back `network' type.
162         Make this the default type.
163         (proto-stream-open-plain): Rename from proto-stream-open-default.
164         (open-protocol-stream, proto-stream-open-starttls)
165         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
166         with `plain'.
167
168         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
169         value.
170
171         * nntp.el (nntp-open-connection-function): Document the fact that some
172         values are not functions but are instead handled specially.  Recognize
173         nntp-open-plain-stream value.
174         (nntp-open-connection): Recognize that value.
175
176 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
177
178         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
179         where it seems to be needed.
180
181 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
182
183         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
184         stuff.
185
186         * gnus-score.el (gnus-score-string): Fix calling convention of
187         `gnus-simplify-buffer-fuzzy' after last patches.
188
189         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
190         server for articles we didn't get any headers for.  This is a sanity
191         check.
192
193 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
194
195         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
196         new CAPABILITY, use it.
197
198 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
199
200         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
201         downloading anything.
202
203         * gnus.el (gnus-splash-svg-color-symbols): Removed superfluous `and'.
204
205 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
206
207         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
208         colors.
209         (gnus-splash-svg-color-symbols): New function.
210
211 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
212
213         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
214         instead of using the global gnus-simplify-subject-fuzzy-regexp.
215         (gnus-simplify-subject-fuzzy): Use the local
216         gnus-simplify-subject-fuzzy-regex instead of the global one.  This
217         makes using this variable in group parameters work.
218
219 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
220
221         * gnus-registry.el (gnus-registry-unfollowed-groups): Add
222         "archive:sent" to the unfollowed group regex (for the recent Gnus
223         archive:sent-YYYY-MM-DD groups).
224         (gnus-registry-split-fancy-with-parent): Bail out early in sender
225         tracking if there are more than `gnus-registry-max-track-groups'
226         matches.
227
228 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
229
230         * message.el (message--yank-original-internal): New function to do the
231         insertion cleanly inside eval in `message-yank-original'.
232         (message-yank-original): Use it.
233
234 2011-03-29  Julien Danjou  <julien@danjou.info>
235
236         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
237         local variables disabled rather than `normal-mode'.
238
239 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
240
241         * imap.el (imap-shell-open, imap-process-connection-type): Use
242         imap-process-connection-type for 'shell' streams as well as
243         Kerberos, SSL, other subprocesses.
244
245 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
246
247         * proto-stream.el: Changes preparatory to merging open-protocol-stream
248         with open-network-stream.
249         (proto-stream-always-use-starttls): Option removed.
250         (open-protocol-stream): Return a process object by default.  Provide a
251         new parameter :return-list specifying a list-type return value, which
252         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
253         :type `network' to `try-starttls', and `network-only' to `default'.
254         Make `default' the default, for compatibility with open-network-stream.
255         Handle the no-parameter case exactly as open-network-stream, with no
256         additional stream processing.  Search plists using plist-get.
257         Explicitly add :end-of-commend parameter if it is missing.
258         (proto-stream-open-default): Renamed from
259         proto-stream-open-network-only.  Return 'default as the type.
260         (proto-stream-open-starttls): Rename from proto-stream-open-network.
261         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
262         failed.  Always return a list with a (possibly dead) process as the
263         first element, for compatibility with open-network-stream.
264         (proto-stream-open-tls): Use plist-get.  Always return a list.
265         (proto-stream-open-shell): Return `default' as connection type.
266         (proto-stream-capability-open): Use plist-get.
267         (proto-stream-eoc): Function deleted.
268
269         * nnimap.el (nnimap-stream, nnimap-open-connection)
270         (nnimap-open-connection-1): Handle renaming of :type parameter for
271         open-protocol-stream.
272         (nnimap-open-connection-1): Pass a :return-list parameter
273         open-protocol-stream to obtain a list return value.  Parse this list
274         using plist-get.
275
276         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
277         for open-protocol-stream.  Accept open-protocol-stream return value
278         that is a subprocess object instead of a list.  Handle the case of a
279         dead returned process.
280
281 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
282
283         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
284
285         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
286
287 2011-03-21  Julien Danjou  <julien@danjou.info>
288
289         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
290         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
291         query.
292         (mm-inline-text): Render normal text with fontification whenever
293         possible.
294
295         * gnus-sum.el (gnus-summary-save-parts-1):
296         * gnus-art.el (gnus-article-browse-html-save-cid-content)
297         (gnus-article-browse-html-parts, gnus-mime-delete-part)
298         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
299         Use `mm-handle-filename'.
300
301         * mm-util.el (mm-handle-filename): New function, return the filename of
302         an handle.
303
304 2011-03-18  Julien Danjou  <julien@danjou.info>
305
306         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
307         (gnus-buffer-live-p): Check that buffer is not nil.
308
309 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
310
311         * gnus.el: No Gnus v0.15 is released.
312
313 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
314
315         * time-date.el (format-seconds): Use assoc instead of assoc-string to
316         avoid warning on XEmacs.
317
318         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
319         on XEmacs.
320
321         * gnus-art.el: Require mouse, which the build bot seems to say is
322         needed.
323
324         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
325
326         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
327         XEmacs, since it doesn't have url-retrieve-synchronously.
328
329         * time-date.el (format-seconds): Use assoc instead of assoc-string,
330         since assoc-string doesn't exist in XEmacs.
331
332 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
333
334         * gnus-group.el (gnus-group-list-ticked): New function.
335         (gnus-group-make-menu-bar): Provide a menu entry for it.
336         (gnus-group-list-map): Provide a binding for it.
337
338 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
339
340         * shr.el (shr-visit-file): New command.
341
342         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
343
344 2011-03-17  Bjørn Mork  <bjorn@mork.no>
345
346         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
347         servers.
348
349 2011-03-16  Julien Danjou  <julien@danjou.info>
350
351         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
352         inline.
353
354         * gnus-art.el (article-hide-list-identifiers): Use
355         gnus-group-get-list-identifiers.
356
357         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
358         (gnus-summary-remove-list-identifiers): Use
359         gnus-group-get-list-identifiers to get regexp.
360         (gnus-select-newsgroup, gnus-summary-insert-subject)
361         (gnus-summary-insert-articles): Call
362         gnus-summary-remove-list-identifiers unconditionally.
363
364 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
365
366         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
367         we're selecting a group with unread articles.
368
369         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
370
371         * gssapi.el: New file separated out from imap.el to provide a general
372         Kerberos 5 connection facility for Emacs.
373
374         * message.el (message-elide-ellipsis): Document the format spec
375         ellipsis.
376
377 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
378
379         * message.el (message-elide-region): Allow the ellipsis to say how many
380         lines were removed.
381
382 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
383
384         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
385         window configurations containing buffers that are now dead.
386
387         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
388         parsing to avoid integer overflows.
389         (nnimap-parse-flags): Simplify the last change.
390         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
391         too large for 32-bit Emacsen.
392
393 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
394
395         * auth-source.el (auth-source-netrc-create):
396         * message.el (message-yank-original): Fix use of `case'.
397
398 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
399
400         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
401         XEmacs, which was one character too wide.
402
403 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
404
405         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
406         default number of articles to display.
407         (gnus-articles-to-read): Use pretty names for prompt.
408
409 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
410
411         * gnus-int.el (gnus-open-server): Ditto.
412
413         * gnus-start.el (gnus-activate-group): Give a backtrace if
414         debug-on-quit is set and the user hits `C-g'.
415         (gnus-read-active-file): Ditto.
416
417         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
418
419 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
420
421         * message.el (message-yank-original): Use cond instead of CL case.
422
423 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
424
425         * auth-source.el (auth-source-netrc-create): Use usual format for the
426         default in prompts.
427
428 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
429
430         * lpath.el: Fbind read-char-choice for XEmacs.
431
432 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
433
434         * auth-source.el (auth-source-netrc-create): Show the default in the
435         prompt when prompting for token creation.
436
437 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
438
439         * auth-source.el (auth-source-format-prompt): Always convert the value
440         to a string to avoid evaluating non-string arguments.
441         (auth-source-netrc-create): Offer default properly, not as initial
442         content in `read-string'.
443         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
444         of line to determine if we've been run before.  If so, don't run again,
445         but print a trivial message to indicate the cache was hit instead.
446
447 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
448
449         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
450         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
451         The user will have to run `gnus-sync-read' manually and wait for Cloudy
452         Gnus.
453
454 2011-03-11  Julien Danjou  <julien@danjou.info>
455
456         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
457         modified file".
458
459 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
460
461         * auth-source.el (auth-source-read-char-choice): New function to read a
462         character choice using `dropdown-list', `read-char-choice', or
463         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
464         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
465         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
466         (auth-source-netrc-saver): Use it.
467         (auth-source-pick-first-password): New convenience function.
468
469 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
470
471         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
472         parameter in the credentials.
473         (nnimap-open-connection-1): Use it after a successful login.
474         (nnimap-credentials): Add IMAP-specific user and password prompt.
475
476         * auth-source.el (auth-source-search): Add :require parameter, taking a
477         list.  Document it and the :save-function return token.  Pass :require
478         down.  Change the CREATED message from a warning to a debug statement.
479         (auth-source-search-backends): Pass :require down.
480         (auth-source-netrc-search): Pass :require down.
481         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
482         Change save prompt to indicate all modifications saved here are
483         deletions.
484         (auth-source-netrc-create): Take user login name as default in user
485         prompt.  Move all the save functionality to a lexically bound function
486         under the :save-function token in the returned list.  Set up clearer
487         default prompts for user, host, port, and secret.
488         (auth-source-netrc-saver): New function, intended to be wrapped for
489         :save-function.
490
491 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
492
493         * shr.el (shr-table-horizontal-line): Change the defaults for the table
494         lines to be spaces instead.
495
496 2011-03-07  Julien Danjou  <julien@danjou.info>
497
498         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
499         (sieve-sasl-auth): Check that auth-source-search did return something,
500         or just return an empty string.
501
502 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
503
504         * gnus.el (gnus-interactive): Use read-directory-name.
505
506         * gnus-uu.el (gnus-uu-decode-uu-and-save)
507         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
508         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
509         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
510         Likewise.
511
512         * gnus-group.el (gnus-group-make-directory-group): Likewise.
513
514 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
515
516         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
517         onto the list of killed groups, too.  This makes killed nnimap groups,
518         for instance, more reliably not reappear.
519
520         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
521         the parent.
522
523         * gnus-sum.el (gnus-update-read-articles): Fix typo.
524
525         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
526         really have server-side marks.
527
528         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
529         since most backends do not usefully have server-side marks.
530         (gnus-update-read-articles): Propagate marks to all backends that
531         really have server-side marks.
532
533 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
534
535         * message.el (message-cite-reply-position, message-cite-style):
536         New variables.
537         (message-yank-original): Use the new citation styles.
538
539 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
540
541         * message.el (message-options): Revert 22da67af (workaround for XEmacs
542         buffer-local issue); don't mark it buffer-local when running under
543         XEmacs.
544
545 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
546
547         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
548         numbers too big to be `read'.
549
550 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
551
552         * password-cache.el (password-in-cache-p): Add autoload.
553
554         * message.el (message-options): Make buffer-local two ways to attempt
555         to fix a XEmacs bug.
556
557 2011-03-02  Julien Danjou  <julien@danjou.info>
558
559         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
560
561 2011-03-01  Julien Danjou  <julien@danjou.info>
562
563         * gnus-art.el (list-identifier): Add list-identifier as a parameter
564         group.
565         (article-hide-list-identifiers): Use list-identifier group parameter.
566
567 2011-02-28  Julien Danjou  <julien@danjou.info>
568
569         * sieve.el (sieve-buffer-script-name): New local variable to store
570         sieve script name.
571         (sieve-edit-script): Store sieve script name.
572         (sieve-upload): Use sieve script name when uploading.
573         (sieve-upload): Use substitute-command-keys.
574         (sieve-edit-script): Use substitute-command-keys.
575         (sieve-refresh-scriptlist): Use substitute-command-keys.
576         (sieve-manage-mode-map): Define keymap properly.
577         (sieve-manage-mode): Do not set mode name manually, change mode-name to
578         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
579         Remove commented code about cvs.
580         (sieve-manage-quit): New function.
581         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
582
583 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
584
585         * gnus-group.el (gnus-import-other-newsrc-file): New function.
586
587 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
588
589         * auth-source.el (auth-source-search): Cache empty result sets.
590
591         * password-cache.el (password-in-cache-p): Convenience function to
592         check if a key is in the cache, even if the value is nil.
593
594         * auth-source.el (auth-source-save-behavior): New variable to replace
595         `auth-source-never-create'.
596         (auth-source-netrc-create): Use it.
597         (auth-source-never-save): Remove.
598
599 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
600
601         * nnimap.el (nnimap-stream): Doc fix.
602         (nnimap-open-connection-1): Reverse the order of the ports to that the
603         prompted-for port is first.
604
605         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
606         retrieval by the no-group selection.
607
608         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
609         numerical parameters.
610
611 2011-02-25  Julien Danjou  <julien@danjou.info>
612
613         * gnus-gravatar.el: Use gnus-with-article-buffer.
614
615         * gnus-art.el (gnus-with-article-buffer): Check that the
616         gnus-article-buffer is alive.
617
618 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
619
620         * auth-source.el (auth-source-creation-prompts): New variable to manage
621         creation-time prompts.
622         (auth-source-search): Document it.
623         (auth-source-format-prompt): Add utility function.
624         (auth-source-netrc-create): Don't default the user name to
625         user-login-name.  Use `auth-source-creation-prompts' and some default
626         prompts for user, host, port, and password (the default generic prompt
627         remains ugly).
628         (auth-source-never-save): Add customizable option to never save info.
629         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
630         mode excursion.
631
632 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
633
634         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
635         argument that XEmacs doesn't support.
636
637         * dgnushack.el (dgnushack-compile): Exclude color.el from being
638         compiled for Emacsen having no `libxml-parse-html-region' support.
639
640         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
641
642         * lpath.el: Bind buffer-save-without-query for XEmacs.
643
644 2011-02-23  Julien Danjou  <julien@danjou.info>
645
646         * gnus-art.el (article-make-date-line): Ignore errors if time is
647         invalid and not convertible.
648         (article-make-date-line): Only add lapsed time if time is not nil.
649
650 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
651
652         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
653         `read-char-choice' for backwards compatibility.
654         (auth-source-netrc-element-or-first): New function to DTRT for
655         parameter extraction.
656         (auth-source-netrc-create): Use it and fix multiple parameter print
657         bug.  Use the default passed from above (given-default) or the
658         built-in (user-login-name for :user).
659
660 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
661
662         * gnus-start.el (gnus-dribble-read-file):
663         Set buffer-save-without-query, since we always want to save the dribble
664         file, probably.
665
666         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
667         nnimap.
668
669         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
670         -summary- since it's a user-visible variable.
671
672         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
673         first time you use the new Gnus.
674
675 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
676
677         * auth-source.el: Don't load netrc.el.
678         (auth-sources): Search ~/.netrc as well by default.
679         (auth-source-debug): Add 'trivia option for extra output.
680         (auth-source-do-trivia): Use it.
681         (auth-source-search): Simplify logic to use
682         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
683         appropriate.  Don't keep a running count at this level.  Layer :create
684         and :delete options appropriately on the first and second passes.
685         Don't track the backend with the search results.
686         (auth-source-search-backends): New function to search a list of
687         backends for a processed spec.
688         (auth-source-netrc-parse): Cache all netrc files, making
689         auth-source-netrc-cache an alist keyed by the file name and using the
690         file mtime as the caching criterion.  Keep the obfuscated data secret
691         with a lexical bind.
692         (auth-source-netrc-search): Don't calculate the length of the results
693         unnecessarily.
694         (auth-source-search-backends): Fix bug.
695         (auth-source-netrc-create): Rework prompts.
696
697 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
698
699         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
700         Lower case names of search constraints.
701         (nnir-run-query): Cache and reuse search constraints for all imap
702         servers.
703
704 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
705
706         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
707         after exit.
708         (gnus-setup-message): Define missing variable from last checkin.
709
710         * gnus-sum.el (gnus-summary-show-article): When called with t as the
711         value, show the raw article.
712
713 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
714
715         * gnus.el: No Gnus v0.13 is released.
716
717 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
718
719         * nnimap.el (nnimap-open-connection-1): Revert last change, since
720         auth-source now accepts numbers.
721
722         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
723         spec, too.
724         (auth-source-ensure-strings): New function.
725
726         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
727         (gnus-article-setup-buffer): Always restart the date timer so that user
728         changes to the frequency is respected.
729
730         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
731         port numbers, so make sure it gets that if nnimap-server-port is
732         explicit.
733
734 2011-02-21  Simon Josefsson  <simon@josefsson.org>
735
736         * nnimap.el (nnimap-inbox): Doc fix.
737
738 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
739
740         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
741         Autoload.  Add optional arg FRAME, and pass it to color-values.
742         (color-complement): Caller changed.  Doc fix.
743         (color-gradient): Rewrite for better clarity and efficiency.
744
745 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
746
747         * shr-color.el (shr-color->hexadecimal): Use renamed function names
748         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
749         color-lab-to-srgb.
750
751 2011-02-20  Drew Adams  <drew.adams@oracle.com>
752
753         * color.el: First part of merge from hexrgb.el.
754         (color-rgb-to-hex): Rename from color-rgb->hex.
755         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
756         saturation to zero if the value is too small.
757         (color-rgb-to-hsl): Rename from color-rgb->hsl.
758         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
759         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
760         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
761         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
762         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
763         (color-cie-de2000): Doc fix.
764
765 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
766
767         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
768         given method as in the group name if we're using an extended method.
769         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
770         command, if we're using that, instead of waiting for the beginning.
771
772         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
773         we're sure to get unique server names, and we don't output two async
774         commands in the same buffer.  This fixes an NNTP hang for some users.
775
776 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
777
778         * gnus.el: No Gnus v0.11 is released.
779
780 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
781
782         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
783         summary buffer before reading going to the next buffer.  This avoids
784         putting the point in the group buffer if you `C-g' the command.
785
786         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
787         cache (for now) to make ~/.authinfo.gpg files usable.
788
789         * nnfolder.el (copyright-update): Define for the compiler.
790
791         * auth-source.el (auth-source-search): Fix unbound variable.
792
793 2011-02-19  Glenn Morris  <rgm@gnu.org>
794
795         * gnus.el (gnus-meta): Doc fix.
796
797 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
798
799         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
800         in case it's not yet loaded.
801
802 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
803
804         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
805         line we're waiting for.
806
807 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
808
809         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
810         face with line-width greater than zero will cause RET in gnus summary
811         buffer to scroll down article page-wise because auto vscroll happens,
812         it should be temporalily disabled when doing a scroll-up.
813
814 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
815
816         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
817         outputs from the server.
818
819 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
820
821         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
822         later so that bbdb can hook in easier.
823
824 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
825
826         * auth-source.el (auth-source-search): Don't try to create credentials
827         if the caller doesn't want that.
828         (auth-source-search): If we don't find a match, don't bug out on
829         non-bound variables.
830         (auth-source-search): Only ask a single backend to create the
831         credentials.
832
833         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
834         logging.
835         (nnimap-credentials): Protect against auth-source-search returning nil.
836         (nnimap-request-list): Protect against not being able to open the
837         server.
838
839 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
840
841         * auth-source.el (auth-source-search): Do a two-phase search, one with
842         no :create to get the responses from all backends.
843
844         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
845         when getting credentials.
846
847         * gnus-util.el (gnus-delete-duplicates): New function.
848
849 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
850
851         * nnimap.el (nnimap-credentials): Instead of picking the first port as
852         a creation default, pass the whole port list down.  It will be
853         completed.
854
855         * auth-source.el (auth-source-search): Updated docs to talk about
856         multiple creation choices.
857         (auth-source-netrc-create): Accept a list as a value (from the search
858         parameters) and do completion on that list.  Keep a separate netrc line
859         with the password obscured for showing the user.
860
861         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
862         first choice to `auth-source-search' so it will be used for entry
863         creation instead of the server's Gnus-specific name.
864         (nnimap-credentials): Rely on the auth-source library to select which
865         port is actually wanted in the new netrc entry, so don't override
866         `auth-source-creation-defaults'.
867
868         * auth-source.el (auth-source-netrc-parse): Use :port instead of
869         :protocol and accept a missing user, host, or port as a wildcard match.
870         (auth-source-debug): Default to off.
871
872         (auth-source-netrc-search, auth-source-netrc-create)
873         (auth-source-secrets-search, auth-source-secrets-create)
874         (auth-source-user-or-password, auth-source-backend, auth-sources)
875         (auth-source-backend-parse-parameters, auth-source-search): Use :port
876         instead of :protocol.
877
878         * nnimap.el (nnimap-credentials): Pass a port default to
879         `auth-source-search' in case an entry needs to be created.
880         (nnimap-open-connection-1): Use :port instead of :protocol.
881
882 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
883
884         * auth-source.el: Bind load-path when loading EIEIO from
885         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
886         21.4 doesn't support, to `require'.
887         (auth-source-secrets-search): Use mm-delete-duplicates instead of
888         delete-dups that is not available in XEmacs 21.4.
889
890 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
891
892         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
893         as EIEIO must also be loaded when auth-source.el is being
894         byte-compiled.
895
896 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
897
898         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
899
900         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
901
902         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
903
904         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
905
906         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
907
908         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
909
910         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
911
912         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
913         necessary.
914
915 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
916
917         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
918         nil means that nnimap doesn't get updated.
919
920 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
921
922         * auth-source.el (auth-source-netrc-create): Return a synthetic search
923         result when the user doesn't want to write to the file.
924         (auth-source-netrc-search): Expect a synthetic result and proceed
925         accordingly.
926         (auth-source-cache-expiry): New variable to override
927         `password-cache-expiry'.
928         (auth-source-remember): Use it.
929
930         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
931         parameter.  Create entry if necessary by using :create t.
932         (nnimap-open-connection-1): Don't pass `inhibit-create'.
933
934 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
935
936         * auth-source.el (auth-source-debug): Enable by default and don't
937         mention the obsolete `auth-source-hide-passwords'.
938         (auth-source-do-warn): New function to debug unconditionally.
939         (auth-source-do-debug): Use it.
940         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
941         and for Secrets API entries when the secrets.el library is not
942         available.
943
944 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
945
946         * gnus-sum.el (gnus-propagate-marks): Default to nil.
947         (gnus-summary-exit): Kill the correct article buffer on exit from a
948         `C-d' group.
949
950         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
951         gnus-propagate-marks.
952
953         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
954         before killing the buffers so that a non-full window conf gets handled
955         correctly.
956         (gnus-summary-exit): Ditto.
957         (gnus-summary-read-group-1): Ditto.
958
959         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
960         async code again so that we can debug it properly.
961
962         * message.el (message-reply): Take an optional switch-buffer parameter
963         so that Gnus window confs are respected better.
964
965 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
966
967         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
968         `plist-get' to accept non-list parameters (XEmacs issue).
969         Fix docstring.
970         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
971         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
972         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
973         Login collection is "Login" and not "login".
974
975 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
976
977         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
978         multiple headers.
979
980         * nnimap.el (nnimap-inhibit-logging): New variable.
981         (nnimap-log-command): Don't log login commands.
982
983         * auth-source.el (auth-source-netrc-search): The asserts seem to want
984         to have more parameters.
985
986         * nnimap.el (nnimap-send-command): Mark the command time for each
987         command, so that we don't get NOOPs stepping on our toes.
988
989         * gnus-art.el (article-date-ut): Get the date from the Date header on
990         `t'.
991
992 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
993
994         * auth-source.el (auth-source-search): Use copy-sequence instead of
995         the cl.el copy-list.
996
997 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
998
999         * imap.el: Bring it back (revert
1000         84d800cd31de3064f0ed39617d725709a2f8f42f).
1001
1002 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
1003
1004         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
1005         Improve prompt.
1006
1007 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1008
1009         * gnus-art.el (gnus-article-mode-line-format): Remove the article
1010         washing status from the default format.  It isn't very informative.
1011
1012 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
1013
1014         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
1015         Fix Gcc processing on imap.
1016
1017 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1018
1019         * imap.el: Remove file.  All the functionality is in nnimap.el.
1020
1021 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1022
1023         * message.el (message-bury): Don't pop up a new window when selected
1024         window is dedicated.
1025
1026 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1027
1028         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
1029
1030 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
1031
1032         * sieve-manage.el: Autoload `auth-source-search'.
1033         (sieve-sasl-auth): Use it.
1034
1035 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
1036
1037         * nnimap.el: Autoload `auth-source-forget+'.
1038         (nnimap-open-connection-1): Use it if the connection fails.
1039
1040         * auth-source.el: Require `password-cache'.
1041         (auth-source-hide-passwords, auth-source-cache): Remove and mark
1042         obsolete.
1043         (auth-source-magic): Marker for `password-cache' keys.
1044         (auth-source-do-cache): Update docstring.
1045         (auth-source-search): Use and check cache.
1046         (auth-source-forget-all-cached, auth-source-remember)
1047         (auth-source-recall, auth-source-forget, auth-source-forget+)
1048         (auth-source-specmatchp): Caching support functions.
1049         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
1050         Remove and obsolete.
1051         (auth-source-user-or-password): Remove caching to further discourage
1052         using it.  Always hide passwords.
1053
1054         * password-cache.el (password-cache-remove): Accept secrets that are
1055         not strings.
1056
1057 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1058
1059         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
1060         code for now, since it doesn't work for all users.
1061
1062 2011-02-09  Julien Danjou  <julien@danjou.info>
1063
1064         * message.el (message-options): Make message-options really buffer
1065         local.
1066
1067 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
1068
1069         * mail-source.el: Autoload `auth-source-search'.
1070         (mail-source-keyword-map): Note order matters.
1071         (mail-source-set-1): Get all the mail-source source values and
1072         defaults and search auth-source on those if needed.  This can all
1073         probably be simplified.
1074
1075         * nnimap.el: Autoload `auth-source-search'.
1076         (nnimap-credentials): Use it.
1077         (nnimap-open-connection-1): Ask for the virtual server and physical
1078         address in one shot.
1079
1080         * nntp.el: Autoload `auth-source-search'.
1081         (nntp-send-authinfo): Use it.  Note TODO.
1082
1083 2011-02-08  Julien Danjou  <julien@danjou.info>
1084
1085         * shr.el (shr-tag-body): Add support for text attribute in body
1086         markups.
1087
1088         * message.el (message-options): Make message-options a local variable.
1089
1090 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1091
1092         * auth-source.el (auth-source-secrets-search)
1093         (auth-source-user-or-password): Use `append' instead of `nconc'.
1094         (auth-source-user-or-password): Build return list better and protect
1095         against nil :secret.
1096
1097 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1098
1099         * nnimap.el (nnimap-update-info): Refactor slightly.
1100         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
1101         (nnimap-update-info): Clean up slightly.
1102         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
1103         characters.
1104         (nnimap-process-quirk): Rename function to avoid collision.
1105         (nnimap-update-info): Fix macrology bug-out.
1106         (nnimap-update-info): Simplify split history test.
1107
1108 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
1109
1110         * auth-source.el (top): Require 'eieio unconditionally.
1111         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
1112         (auth-source-secrets-search): Limit search when `max' is greater than
1113         number of results.
1114
1115 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1116
1117         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
1118         part not returning any data.
1119
1120         * proto-stream.el (open-protocol-stream): Document the return value.
1121
1122 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1123
1124         * auth-source.el (auth-source-secrets-search): Add examples.
1125
1126 2011-02-06  Julien Danjou  <julien@danjou.info>
1127
1128         * message.el (message-setup-1): Handle message-generate-headers-first
1129         set to t.
1130
1131 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1132
1133         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
1134         API with a string "secrets:collection-name" and with 'default.
1135         (auth-source-backend-parse): Parse "secrets:collection-name" and
1136         'default.  Recurse on parses instead of repeating code.  Use the
1137         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
1138         message when ignoring a source.
1139         (auth-source-search): List ignored search keys at the top level.
1140         (auth-source-netrc-create): Use `case' instead of `cond'.
1141         (auth-source-secrets-search): Created with TODOs.
1142         (auth-source-secrets-create): Created with TODOs.
1143         (auth-source-retrieve, auth-source-create, auth-source-delete)
1144         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1145         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1146         (auth-source-user-or-password-sftp)
1147         (auth-source-user-or-password-smtp): Remove.
1148         (auth-source-user-or-password): Deprecated and modified to be a wrapper
1149         around `auth-source-search'.  Not tested thoroughly.
1150
1151 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
1152
1153         * auth-source.el: Bring in assoc and eioeio libraries.
1154         (secrets-enabled): New variable to track the status of the Secrets API.
1155         (auth-source-backend): New EIOEIO class to represent a backend.
1156         (auth-source-creation-defaults): New variable to set prompt defaults
1157         during token creation (see the `auth-source-search' docstring for
1158         details).
1159         (auth-sources): Simplify to allow a simple string as a netrc backend
1160         spec.
1161         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
1162         (auth-source-backend-parse-parameters): Fill in the backend parameters.
1163         (auth-source-search): Main auth-source API entry point.
1164         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
1165         (auth-source-search-collection): Helper function for searching.
1166         (auth-source-netrc-parse, auth-source-netrc-normalize)
1167         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
1168         Supports search, create, and delete.
1169         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
1170         backend stubs.
1171         (auth-source-user-or-password): Call `auth-source-search' but it's not
1172         ready yet.
1173
1174 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1175
1176         * message.el (message-setup-1): Remove the read-only stuff, since it
1177         doesn't work under XEmacs, for some reason.
1178
1179         * gnus-sum.el (gnus-user-date): Rename back from
1180         gnus-summary-user-date since user code refers to it.
1181
1182         * shr.el (shr-render-td): Store the actual background colour used.
1183
1184         * message.el (message-setup-1): Don't bind the constant
1185         -forbidden-properties.
1186         (message-setup-1): Revert previous change, since it needs to bind the
1187         props to insert them.
1188         (message-resend): Allow removing the read-only separator line.
1189
1190 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1191
1192         * nnimap.el (nnimap-request-accept-article): Give an error message if
1193         the APPEND wasn't successful.
1194
1195 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
1196
1197         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
1198         that have no groups.
1199
1200 2011-02-03  Julien Danjou  <julien@danjou.info>
1201
1202         * gnus-draft.el: Remove progn around gnus-draft-setup.
1203
1204 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1205
1206         * gnus-start.el (gnus-read-active-for-groups): This function is never
1207         called with a nil `infos', so clean that up.
1208         (gnus-get-unread-articles): Request active files from primary/secondary
1209         methods that have no groups (yet).
1210
1211 2011-02-03  Julien Danjou  <julien@danjou.info>
1212
1213         * message.el (message-setup-1): Always generate References first.
1214         (message-mail): Return the return value of message-setup, not always t.
1215         (message-setup-1): Insert mail-header-separator with read-only and
1216         intangible properties set.
1217
1218         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
1219         user-date in docstring.
1220
1221         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
1222
1223         * gnus.el (gnus-summary-line-format): Mention &user-date format in
1224         docstring.
1225
1226         * gnus.el (gnus-user-date-format-alist): Change default value. Use
1227         defcustom, with type and group. Move from gnus-util.el. Rename to
1228         gnus-summary-user-date-format-alist.
1229
1230 2011-02-03  Glenn Morris  <rgm@gnu.org>
1231
1232         * nnimap.el (gnus-fetch-headers): Declare.
1233
1234         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
1235
1236 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1237
1238         * message.el (message-forward-make-body-digest-plain)
1239         (message-followup, message-reply): Clean up things noted by Stefan.
1240
1241         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
1242         gnus-article-update-date-headers is nil.
1243         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
1244         it didn't really work with defcustom.
1245         (article-update-date-lapsed): Make sure the window start doesn't move,
1246         either.
1247
1248 2011-02-01  Julien Danjou  <julien@danjou.info>
1249
1250         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
1251         format.
1252
1253         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
1254         standard in Emacs nowadays.
1255
1256         * color.el (color-gradient): Add a color-gradient function.
1257
1258 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1259
1260         * message.el (message-expand-name): Don't trust the return value of
1261         bbdb-complete-name.
1262         (message-check-news-header-syntax): Remove unused var `start'.
1263         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
1264         (message-inhibit-body-encoding): Move to before first use.
1265         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
1266         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
1267         (Organization, Message-ID, Date, mh-previous-window-config):
1268         Defvar the vars using dynamic scoping.
1269
1270 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1271
1272         * shr.el (shr-render-td): Only do colours at the final rendering.
1273         Should be slightly faster.
1274         (shr-insert-table): Fix up TD background colours when doing the
1275         vertical padding.
1276
1277         * gnus-art.el (article-date-ut): Protect against articles with no Date
1278         header.
1279         (article-update-date-lapsed): Don't use current-column to find the
1280         horizontal position.  It's fragile in the presence of \003 characters.
1281
1282         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
1283
1284 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1285
1286         * gnus-art.el (article-transform-date): Rewrite to still work when
1287         there are several rfc2822 parts.
1288         (article-transform-date): Fix infinite recursion.
1289         (article-date-ut): Replace infinitely many Date headers with a single
1290         one when called interactively.
1291
1292         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
1293         secure manner.
1294
1295         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
1296         move around by not using save-window-excursion.  It seems to work...
1297
1298 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1299
1300         * gnus-art.el (article-make-date-line): Work for user-defined format.
1301
1302 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1303
1304         * nntp.el (nntp-retrieve-group-data-early)
1305         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1306         fetching functions.
1307
1308         * gnus-start.el (gnus-read-active-for-groups): Read the active files
1309         thoroughly for all backends that have no known groups.  This should
1310         allow new nnml methods to retrieve mail.
1311
1312         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1313         that Gnus doesn't know exists again.
1314
1315         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1316         (gnus-treat-date-ut): Ditto.
1317         (gnus-article-update-date-header): Rename.
1318         (gnus-treat-date-local): Remove.
1319         (gnus-treat-date-english): Remove.
1320         (gnus-treat-date-lapsed): Remove.
1321         (gnus-treat-date-combined-lapsed): Remove.
1322         (gnus-treat-date-original): Remove.
1323         (gnus-treat-date-iso8601): Remove.
1324         (gnus-treat-date-user-defined): Remove.
1325         (gnus-article-date-headers): New variable to control all the date
1326         header options.
1327         (article-date-ut): Rewrite to allow using the new way to format date
1328         headers(s).
1329
1330 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1331
1332         * nnmail.el (nnmail-article-group): Check for a direct fancy split
1333         method.
1334         (nnmail-article-group): A better test for fanciness.
1335
1336         * nnimap.el (nnimap-request-head): Protect against not finding the
1337         article by Message-ID.
1338
1339 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
1340
1341         * gnus-art.el (article-update-date-lapsed): Try a better way to really
1342         keep point at the "same place".
1343
1344 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1345
1346         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1347         data if the group is unactivated.
1348
1349 2011-01-28  Julien Danjou  <julien@danjou.info>
1350
1351         * gnus-win.el: Remove dead function gnus-window-configuration-element.
1352         (gnus-all-windows-visible-p): Remove old compatibility code.
1353         (gnus-window-top-edge): Add docstring.
1354
1355         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1356
1357 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1358
1359         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1360         older request-update-info.
1361
1362         * gnus-art.el (article-make-date-line): Limit the length a bit more.
1363
1364 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
1365
1366         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1367         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1368
1369 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1370
1371         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1372         groups.  This makes the nndraft:queue group pop up if it's not already
1373         there.
1374
1375         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1376         messages" logic, which was reversed.
1377
1378         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1379         the "same place" even if point is on the line being replaced.
1380         (article-update-date-lapsed): Allow updating both the combined lapsed
1381         and the lapsed headers.
1382         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1383         (article-make-date-line): Limit the number of segments dynamically to
1384         avoid too-long lines.
1385
1386 2011-01-27  Julien Danjou  <julien@danjou.info>
1387
1388         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1389         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1390
1391 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1392
1393         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1394         Use plist-get instead of the cl function getf.
1395
1396 2011-01-27  Glenn Morris  <rgm@gnu.org>
1397
1398         * gnus-util.el (float-time): Get rid of compiler warning, again.
1399
1400 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1401
1402         * shr.el (shr-put-color): Special-case background colours: Do put them
1403         at the blank parts at the front of the lines.
1404
1405         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1406         exit hook to nix out all data on readedness on group exit.
1407
1408         * gnus-util.el (float-time): If float-time is bound, always use it on
1409         all Emacsen.  It's unclear why the subrp check was there.
1410         (time-date): Require to make some autoload issues on XEmacs go away.
1411
1412         * shr.el (shr-put-color): Don't do the box padding in tables, since
1413         they're already padded.
1414
1415 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1416
1417         * gnus-art.el (gnus-article-next-page): When the last line of the
1418         article is displayed, scroll down once more instead of going to the
1419         next article at once.
1420         (article-lapsed-string): Refactor out and allow specifying how many
1421         segments you want.
1422         (gnus-article-setup-buffer): Start updating the lapsed header directly.
1423         (gnus-article-update-lapsed-header): New variable.
1424
1425         * shr.el: Revert change that made headings use different-sized faces.
1426         The Emacs display engine isn't advanced enough that, for instance,
1427         tables can comfortably use differently-sized faces.
1428
1429 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1430
1431         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1432         used.
1433         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1434         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1435         we're using an encrypted connection.
1436
1437         * proto-stream.el: Alter the interface functions to also return the
1438         actual stream type used: network or tls.
1439
1440 2011-01-25  Julien Danjou  <julien@danjou.info>
1441
1442         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1443         (mm-display-javascript-inline): New function.
1444
1445         * mm-decode.el (mm-inline-media-tests): Add application/javascript
1446         viewing function.
1447
1448 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1449
1450         * shr.el (shr-expand-newlines): Fix variable name.
1451
1452 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1453
1454         * shr.el (shr-expand-newlines): Make nested boxes work.
1455
1456 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1457
1458         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1459         backgrounds.
1460         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1461         in a more sensible manner.
1462
1463 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1464
1465         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1466         if EPG is loaded.
1467
1468 2011-01-24  Julien Danjou  <julien@danjou.info>
1469
1470         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1471         tags.
1472
1473 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1474
1475         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1476         commands.
1477
1478         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1479         in the article buffer.
1480         (gnus-gravatar-insert): Use blank space from the current buffer to
1481         avoid breaking text properties.  This makes X-Sent updating work again.
1482
1483         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1484
1485 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
1486
1487         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1488         fix the bug in url-http.el instead.
1489
1490         * shr.el (shr-image-fetched): Ditto.
1491
1492         * shr.el (shr-image-fetched): Avoid having point move in the article
1493         buffer.
1494
1495         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1496         buffer after being called.  It's apparently being killed by url.el, and
1497         killing it made point move to end-of-buffer in a random buffer.
1498
1499         * shr.el (shr-image-fetched): Ditto.
1500
1501 2011-01-23  Julien Danjou  <julien@danjou.info>
1502
1503         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1504
1505         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1506         text/x-org.
1507
1508 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1509
1510         * gnus-sum.el (gnus-summary-move-article): Protect against backends
1511         (i.e., nnimap) returning nil as the article number.
1512
1513 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1514
1515         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1516         "DelSp" parameter in RFC3676.
1517
1518 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1519
1520         * message.el (message-check-recipients): Display the encoded version of
1521         the bogus address if they differ.
1522
1523         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1524         after sending.
1525
1526         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1527
1528         * gnus-group.el (gnus-group-refresh-group): New convenience function.
1529
1530         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1531         group buffer after sending the queue.
1532
1533         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1534
1535 2011-01-22  Julien Danjou  <julien@danjou.info>
1536
1537         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1538
1539 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1540
1541         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1542         nested related parts.
1543
1544         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1545         unexpired articles.  This fixes the regression that led expiry marks to
1546         disappear from nnfolder groups.
1547
1548 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1549
1550         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1551         Don't confuse the "ret" of "retrograde" with RET.
1552
1553 2011-01-21  Julien Danjou  <julien@danjou.info>
1554
1555         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1556         than mm-insert-inline.
1557
1558 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1559
1560         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1561         Widen article buffer.
1562
1563 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1564
1565         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1566         the temp buffer.
1567         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1568
1569 2011-01-20  Julien Danjou  <julien@danjou.info>
1570
1571         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1572
1573         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1574         than mm-insert-inline to insert inline part: this respect
1575         mm-inline-media-tests displayers.
1576
1577         * mm-view.el (mm-display-shell-script-inline): New function.
1578
1579         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1580
1581         * mm-uu.el (mm-uu-type-alist): Add org block.
1582         (mm-uu-org-src-code-block-extract): New function.
1583
1584         * mm-view.el (mm-display-org-inline): New function.
1585
1586         * mm-decode.el (mm-automatic-display): Add text/org.
1587
1588         * mailcap.el (mailcap-mime-extensions): Add .org.
1589
1590 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1591
1592         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1593         gnus-article-add-buttons.
1594
1595 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1596
1597         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1598         From header with a date and "nobody" as the sender.
1599
1600 2011-01-19  Julien Danjou  <julien@danjou.info>
1601
1602         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1603         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1604         if you have the same regexp several times.
1605         (gnus-button-push): Fix matching when regexp is symbol.
1606
1607 2011-01-15  Glenn Morris  <rgm@gnu.org>
1608
1609         * message.el (message-mail): A compose-mail function should
1610         accept headers as strings.
1611
1612 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1613
1614         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1615         Add :vert-only tags.
1616         (message-mail): New arg RETURN-ACTION.
1617         (message-return-action): New var.
1618         (message-bury): Use it.
1619         (message-mode): Make it buffer-local.
1620         (message-send-and-exit): Always call message-bury.
1621
1622         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1623         message-mail.
1624
1625 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1626
1627         * nnimap.el (nnimap-convert-partial-article): Protect against
1628         zero-length body parts.
1629
1630         * mm-decode.el (mm-preferred-alternative-precedence):
1631         Discourage showing empty parts.
1632
1633         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1634         and stuff if the backend didn't return the article number.  This fixes
1635         an Exchange-related nnimap bug.
1636
1637         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1638         group window, because it does the wrong thing when a separate frame
1639         displays the group buffer.
1640
1641         * proto-stream.el (open-protocol-stream): Protect against the low-level
1642         transport functions returning nil.
1643
1644 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1645
1646         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1647         (mml2015-epg-find-usable-secret-key): New function.
1648         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1649         mml2015-epg-find-usable-key (Bug#7797).
1650         (mml2015-epg-encrypt): Ditto.
1651
1652 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1653
1654         * dgnushack.el (rot13-string): Fix the way to get the argument.
1655
1656 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1657
1658         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1659
1660 2011-01-03  Glenn Morris  <rgm@gnu.org>
1661
1662         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1663
1664         * sieve.el (sieve-open-server): Give a more explicit error if
1665         sieve-manage-open returns nil.  (Bug#7720)
1666
1667 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1668
1669         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1670
1671 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1672
1673         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1674         This avoids sending passwords in plain text over non-encrypted
1675         channels.
1676
1677         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1678
1679         * nnimap.el (nnimap-login): Refactored out into own function, and
1680         implement CRAM-MD5.
1681         (nnimap-wait-for-line): Refactored out.
1682
1683         * mm-view.el (mml-smime): Require.
1684
1685 2010-12-20  David Engster  <deng@eml.cc>
1686
1687         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1688         use EPG to decrypt S/MIME messages instead of openssl.
1689
1690 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1691
1692         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1693
1694         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1695         status is the group clearly is unreachable.
1696
1697         * auth-source.el (auth-source-create): Add the optional second
1698         parameter to `local-variable-p' to be compatible with XEmacs.
1699
1700 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1701
1702         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1703         work when using a compressed nnml folder.
1704
1705 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1706
1707         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1708         backends after sanitising on entry, because this never makes sense:
1709         If the articles have gone missing, then the data no longer exists on
1710         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1711         overwrite anything anyway.
1712
1713         * shr.el (shr-insert-document): Bind shr-width dynamically to
1714         window-width if it's nil.
1715
1716 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1717
1718         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1719         with the meaning of using the full emacs window width for rendering.
1720
1721 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1722
1723         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1724         case when sender is not given.
1725
1726 2010-12-23  Julien Danjou  <julien@danjou.info>
1727
1728         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1729         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1730         the addresses, otherwise we might misplaced the gravatar.
1731
1732 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1733
1734         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1735         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1736         obsolete in Emacs.
1737
1738 2010-12-20  Julien Danjou  <julien@danjou.info>
1739
1740         * gnus-util.el (gnus-rescale-image): Revert last change.
1741
1742 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1743
1744         * binhex.el: Improve commentary (Bug#7482).
1745
1746 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1747
1748         * gnus-group.el (gnus-group-delete-articles): New command.
1749
1750 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1751
1752         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1753
1754 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1755
1756         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1757         here, since it's up to the backends to do CRLF removal if their
1758         protocol has it.
1759
1760         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1761
1762 2010-12-17  Julien Danjou  <julien@danjou.info>
1763
1764         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1765         they are from file. Can also scale up.
1766
1767 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1768
1769         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1770         gnus-use-agent.
1771         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1772
1773         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1774
1775 2010-12-17  Julien Danjou  <julien@danjou.info>
1776
1777         * gravatar.el (gravatar-retrieve-synchronously): New function.
1778         (gravatar-get-data): Make more robust.
1779
1780 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1781
1782         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1783
1784 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1785
1786         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1787         to really consider the last line.
1788
1789 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1790
1791         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1792         list of recipient keys, or use symmetric encryption if not a list.
1793         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1794         EPA override, replacing the call to `netrc-store-data'.
1795
1796 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1797
1798         * gnus-srvr.el: Avoid passing nil regexp argument to
1799         delete-matching-lines.
1800
1801 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1802
1803         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1804         fetching stops when Gnus exits.
1805
1806         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1807         function.
1808         (nnfolder-request-expire-articles): Save all the buffers after doing
1809         expiry.
1810
1811         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1812         the last article", since that led to serious performance regressions
1813         when expiring nnml groups.
1814
1815 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1816
1817         * nnir.el: Improve customizations.
1818
1819 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1820
1821         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1822
1823         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1824         group has been killed.
1825         (gnus-group-yank-group): Ditto.
1826
1827         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1828
1829         * nnimap.el (nnimap-request-update-group-status): New function.
1830
1831         * gnus-int.el (gnus-request-update-group-status): New interface
1832         function.
1833
1834         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1835         copying read-ness to the backends.
1836
1837         * nnimap.el (nnimap-quirk): New function.
1838         (nnimap-retrieve-group-data-early): Use it.
1839         (nnimap-quirks): New alist.
1840
1841 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1842
1843         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1844         don't delete it within indentation.
1845
1846 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1847
1848         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1849         previous line.
1850
1851 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1852
1853         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1854         QRESYNC command by deleting a superfluous space which broke Cyrus
1855         servers.  This change will break other servers that are buggy the other
1856         way around.
1857
1858 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1859
1860         * spam.el: Reindent and fix long lines.
1861         (spam-copy-or-move-routine): Exclude invalid move destinations.
1862
1863 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1864
1865         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1866         installed the registry.
1867
1868 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1869
1870         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1871
1872 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1873
1874         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1875         groupname doesn't contain "gmane".
1876
1877 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1878
1879         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1880         and netrc-bound-and-true-p bindings.
1881         (netrc-parse): Cache the netrc contents.
1882
1883         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1884         (gnus-1): Don't create the nndrafts group twice.
1885         (gnus-setup-news): There's no need to read the active file here, since
1886         that's done again later on a per-backend basis.
1887         (gnus-start-draft-setup): Make sure that the new group is started out
1888         empty.
1889
1890         * gnus-agent.el (gnus-agentize): Don't create the queue group
1891         automatically on startup.  It'll be created later, if needed.
1892
1893         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1894         of automatically subscribed groups.
1895         (gnus-auto-subscribed-categories): New variable.
1896         (gnus-matches-options-n): Use it.
1897         (gnus-default-subscribed-newsgroups): Remove unused variable.
1898         (gnus-start-draft-setup): Message a bit less.
1899
1900 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1901
1902         * nnir.el (nnir-run-imap): Return article list in order of increasing
1903         UID.
1904
1905 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1906
1907         * gnus-sum.el (gnus-summary-enter-digest-group):
1908         Mention gnus-auto-select-on-ephemeral-exit.
1909
1910         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1911         convention of the network-only option.
1912
1913 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1914
1915         * proto-stream.el (proto-stream-open-network-only): New function to
1916         have a way to specify non-STARTTLS upgrade connections.
1917
1918 2010-12-10  Julien Danjou  <julien@danjou.info>
1919
1920         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1921         email address is nil.
1922
1923         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1924
1925 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1926
1927         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1928         deletion.
1929         (nnir-run-imap): Only need to parse list once.
1930
1931 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1932
1933         * shr.el (shr-tag-script): Ignore <script>.
1934         (shr-tag-label): Add <label> support.
1935
1936 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1937
1938         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1939
1940         * shr.el (shr-image-displayer): Work for images lined side by side.
1941
1942 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1943
1944         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1945         parameter, since XEmacs doesn't accept t as a parameter.
1946
1947 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1948
1949         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1950         ids.
1951         (nnir-run-gmane): Simplify groupspec formatting.
1952         (nnir-request-expire-articles): New function.
1953
1954 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1955
1956         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1957         overflow, possibly.
1958
1959         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1960         (shr-render-td): Handle td style="" better.
1961         (shr-tag-table): Use the color from the style sheet.
1962         (shr-render-td): Make sure we copy over all the overlays, too.
1963
1964 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1965
1966         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1967         (nnir-request-article): Improve article retrieval.
1968
1969 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1970
1971         * mm-util.el (mm-extra-numeric-entities): New variable.
1972
1973         * mm-url.el (mm-url-decode-entities):
1974         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1975
1976         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1977
1978 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1979
1980         * message.el: Use completion-at-point.
1981         (message-completion-function): New fun, extracted from message-tab.
1982         (message-mode): Use it for completion-at-point-functions.
1983         (message-tab): Use it and completion-at-point.
1984
1985 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1986
1987         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1988         character if a non-breakable character follows.
1989
1990 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1991
1992         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1993         any stream.
1994
1995         * shr.el (shr-tag-font): Colorize the region.
1996         (shr-tag-body): Ditto.
1997         (shr-tag-font): Actually let the styles be inherited instead of
1998         overwriting them.
1999         (shr-tag-font): Get the background color right.
2000         (shr-tag-style): Ignore all <style> tags for the moment.
2001
2002         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
2003         a Message-ID to avoid having nnimap depend on gnus-sum.
2004
2005         * shr.el (shr-descend): Only colorize something if we have a node that
2006         sets colors.
2007
2008 2010-12-06  Julien Danjou  <julien@danjou.info>
2009
2010         * shr.el (shr-render-td): Render td content with shr-descend, so style
2011         will be applied to <td> too.
2012         (shr-colorize-region): Colorize region even if we only have a background.
2013         (shr-tag-body): Fix color and background color inheritance.
2014         Do not recolorize after shr-generic.
2015         (shr-tag-font): Let shr-generic colorize via inheritance.
2016
2017 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2018
2019         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
2020
2021 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
2022
2023         * nnir.el (nnir-request-move-article): Remove obsolete code.
2024
2025 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2026
2027         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
2028
2029 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2030
2031         * gnus-sum.el (gnus-summary-respool-article): The completion function
2032         expects a list instead of an alist.
2033
2034         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
2035         string as the parameter.
2036
2037         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
2038
2039         * shr.el (shr-stylesheet): New dynamic variable for cascading the
2040         styles.
2041         (shr-colorize-region): New function.
2042         (shr-insert-background-overlay): Remove.
2043         (shr-render-td): Background setting should be taken care of on a higher
2044         level.
2045         (shr-tag-body): Use post-hoc colorizations.
2046         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
2047         (shr-put-color-1): Don't overwrite old colors.
2048         (shr-colorize-region): When the background color isn't explicit, use
2049         a fixed background.
2050
2051         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
2052         nnmail variables.
2053
2054 2010-12-05  Bjørn Mork  <bjorn@mork.no>
2055
2056         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
2057         unless necessary.
2058
2059 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
2060
2061         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
2062         server.
2063
2064 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2065
2066         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
2067         so that TAB works.
2068
2069         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
2070         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
2071
2072         * shr.el (shr-urlify): Show the URL before the title to avoid
2073         misleading URLs.
2074
2075 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
2076
2077         * shr.el (shr-urlify): Display the title in <a> tags.
2078
2079 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
2080
2081         * nnir.el (nnir-categorize): Replace mapcar with mapc.
2082
2083 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
2084
2085         * nnir.el: Rearrange code to allow macros to be autoloaded by
2086         gnus-sum.el.
2087         (nnir-retrieve-headers-override-function): Make this variable
2088         customizable.
2089         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
2090
2091         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
2092         from nnir.el.
2093
2094 2010-12-03  Julien Danjou  <julien@danjou.info>
2095
2096         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
2097
2098 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2099
2100         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
2101         allow optional argument `environment'.
2102
2103 2010-12-03  Glenn Morris  <rgm@gnu.org>
2104
2105         * mm-extern.el (message-goto-body): Update declaration.
2106
2107 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2108
2109         * gnus-util.el (gnus-macroexpand-all): New function.
2110
2111         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
2112         instead of macroexpand-all that is unavailable in XEmacs.
2113
2114 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
2115
2116         * nnir.el (nnir-summary-line-format): New variable.
2117         (nnir-mode): Use it.
2118         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
2119         (nnir-article-ids): Reimplement as defsubst.
2120         (nnir-retrieve-headers): Don't mangle the subject header.
2121         (nnir-run-imap): Use 100 as RSV score.
2122         (nnir-run-find-grep): Fix for full server searching.
2123         (nnir-run-gmane): Better restriction to gmane groups.
2124
2125         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
2126         summary buffers.
2127
2128 2010-12-02  Julien Danjou  <julien@danjou.info>
2129
2130         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
2131
2132         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
2133
2134         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
2135         support.
2136
2137 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
2138
2139         * nnir.el: Update to handle the registry better.
2140         (autoload): Silence byte-compiler.
2141         (nnir-open-server): Add a hook for nnir groups.
2142         (nnir-request-move-article): Don't mangle the header. Better to use
2143         formating variables (which will be added in the future).
2144         (nnir-registry-action): Update the registry using the original article
2145         group name.
2146         (nnir-mode): Install nnir-specific hooks for updating the registry.
2147
2148         * gnus-sum.el
2149         (gnus-article-original-subject,gnus-newsgroup-original-name):
2150         Remove obsolete variables.
2151         (gnus-summary-move-article): Remove use of obsolete variables.
2152         (gnus-summary-local-variables): Make move and delete hooks local to
2153         summary buffers.
2154
2155 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2156
2157         * rtree.el: New file.
2158
2159 2010-12-01  Julien Danjou  <julien@danjou.info>
2160
2161         * message.el (message-user-organization): Do not use
2162         gnus-local-organization.
2163
2164         * gnus.el: Remove gnus-local-organization.
2165
2166         * gnus-msg.el: Remove nastygram thing.
2167
2168 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
2169
2170         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
2171         funcall.
2172
2173 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2174
2175         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
2176         names.
2177
2178         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
2179         characters.
2180
2181         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
2182         to t of inhibit-read-only since it is inside gnus-with-article-headers.
2183         Suggested by Štěpán Němec <stepnem@gmail.com>.
2184         (gnus-gravatar-transform-address): Use mail-extract-address-components
2185         that supports non-ASCII names rather than mail-header-parse-addresses.
2186
2187 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2188
2189         * proto-stream.el (open-protocol-stream): All starttls connections are
2190         handled by the network handler.
2191
2192 2010-11-30  Julien Danjou  <julien@danjou.info>
2193
2194         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
2195         (nnimap-open-connection-1): Fix PREAUTH.
2196
2197         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
2198
2199 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2200
2201         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
2202         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
2203         (shr-insert): Use them.
2204         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
2205
2206 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2207
2208         * nnir.el (nnir-request-move-article): Bail out if original group
2209         doesn't support article moves.
2210         (nnir-get-active): Improve active list retrieval.
2211
2212 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2213
2214         * shr.el (shr-find-fill-point): Don't break before apostrophes.
2215
2216 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
2217
2218         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
2219         seem to accept strings-with-numbers as port numbers,
2220
2221 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2222
2223         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
2224         change the registry.
2225
2226 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2227
2228         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
2229         delete-dups that is not available in XEmacs 21.4.
2230
2231         * mm-util.el (mm-delete-duplicates): Add comment.
2232
2233 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
2234
2235         * nnir.el (nnir-ignored-newsgroups): New variable.
2236         (nnir-get-active): Use it.
2237
2238 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2239
2240         * proto-stream.el (proto-stream-open-network): Add some comments.
2241
2242         * nntp.el (nntp-open-connection): Provide a :success condition.
2243
2244         * nnimap.el (nnimap-open-connection-1): Ditto.
2245
2246         * proto-stream.el (proto-stream-open-network): See what the response to
2247         the STARTTLS command is.
2248
2249         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
2250         backwards compatibility).
2251         (nnimap-open-connection-1): Really respect nnimap-server-port.
2252
2253         * proto-stream.el (proto-stream-open-network): When doing opportunistic
2254         TLS upgrades we don't really care about the identity of the peer.
2255         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
2256         that what we've checked for.
2257         (proto-stream-always-use-starttls): Only default to t if
2258         open-gnutls-stream exists.
2259         (proto-stream-open-network): If STARTTLS failed, then just open a
2260         normal connection.
2261         (proto-stream-open-network): Wait until the greeting before doing
2262         STARTTLS.
2263
2264         * nntp.el (nntp-open-connection): Report what the connection error is.
2265
2266         * proto-stream.el (open-protocol-stream): Rename from
2267         open-proto-stream.
2268
2269 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2270
2271         * nnimap.el (nnimap-stream): Change default to `undecided'.
2272         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
2273         first, and then network.
2274         (nnimap-open-connection-1): Respect nnimap-server-port.
2275         (nnimap-open-connection): Be more backwards-compatible.
2276
2277         * proto-stream.el (proto-stream-always-use-starttls): New variable.
2278         (proto-stream-open-starttls): De-duplicate the starttls code.
2279         (proto-stream-open-starttls): Folded back into the main function.
2280         (proto-stream-open-network): Fix typo in the gnutls path.
2281         (proto-stream-command): Refactor out.
2282
2283         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
2284
2285         * proto-stream.el (proto-stream-open-starttls): Actually implement the
2286         starttls.el STARTTLS.
2287
2288         * color.el (color-lab->srgb): Fix function call name.
2289
2290         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
2291         if we're using tls.el.
2292         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
2293         built in, then don't try to establish a STARTTLS connection.
2294
2295         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
2296         servers.
2297
2298         * proto-stream.el (open-proto-stream): Use network, not stream.
2299         (open-proto-stream): Add a way to specify what the end of a command is.
2300
2301         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
2302         connections types.
2303         (nntp-open-network-stream): Remove.
2304         (nntp-open-ssl-stream): Remove.
2305         (nntp-open-tls-stream): Remove.
2306         (nntp-ssl-program): Remove.
2307
2308         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2309
2310 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
2311
2312         * nnir.el: Fix typos.
2313         (nnir-retrieve-headers-override-function): Rename variable to reflect
2314         new semantics.
2315         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2316         macros.
2317         (nnir-request-article, nnir-request-move-article): Use them.
2318         (nnir-categorize): New function.
2319         (nnir-run-query): Use it.
2320         (nnir-retrieve-headers): Rewrite to batch header retrieval.
2321         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2322         sorted.
2323         (nnir-group-full-name): Use gnus-group-full-name instead.
2324         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2325         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2326
2327 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2328
2329         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2330
2331         * proto-stream.el: New library to provide protocol-specific
2332         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2333         protocols.
2334         (open-proto-stream): Complete the documentation.
2335         (proto-stream-open-network): Fix some typos.
2336
2337         * nnimap.el (nnimap-open-connection): Use it.
2338
2339 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
2340
2341         * pop3.el (pop3-open-server): Read server greeting before starting TLS
2342         negotiation.
2343
2344 2010-11-26  Julien Danjou  <julien@danjou.info>
2345
2346         * color.el: Rename various rgb functions to srgb.
2347
2348 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2349
2350         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2351         names.
2352
2353 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2354
2355         * shr.el (shr-insert): Revert last change.
2356         (shr-find-fill-point): Never leave point being at bol;
2357         relax the kinsoku limitation when rendering tables.
2358
2359 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2360
2361         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2362         results from -accept-article.
2363
2364         * shr-color.el: Require cl when compiling.
2365
2366         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2367         checkin.
2368
2369         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2370
2371         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2372
2373         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2374         'add and 'delete to set backend marks.
2375
2376         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2377
2378         * nnheader.el (nnheader-update-marks-actions): Refactor out.
2379
2380         * nntp.el (nntp-request-set-mark): Use it.
2381
2382         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2383
2384         * nnml.el (nnml-request-set-mark): Ditto.
2385
2386         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2387         introduces regressions in article selection.
2388         (nnimap-find-uid-response): New function.
2389         (nnimap-request-accept-article): Use the UID returned, if any.
2390         (nnimap-request-move-article): Use the UID returned, if any.
2391         (nnimap-get-groups): Reimplement to work with folded lines.
2392         (nnimap-find-uid-response): The UID is the last element in the list.
2393         (nnimap-request-set-mark): Extend syntax with 'set.
2394
2395         * nnml.el (nnml-request-set-mark): Ditto.
2396
2397         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2398
2399         * nntp.el (nntp-request-set-mark): Ditto.
2400
2401 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2402
2403         * message.el (message-called-interactively-p): A temporary macro.
2404         (message-goto-body): Use it temporarily.
2405
2406 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2407
2408         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2409         (nnimap-last-response-string): Unfold quoted lines, if they exist.
2410         (nnimap-last-response-string): Fix last unfolding fix.
2411
2412 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2413
2414         * shr.el (shr-insert): Fix the way to fold lines.
2415
2416 2010-11-25  Julien Danjou  <julien@danjou.info>
2417
2418         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2419
2420         * color.el: Rename from color-lab.el
2421         (color-rgb->hex): Add.
2422         (color-complement): Add.
2423         (color-complement-hex): Add.
2424
2425         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2426
2427 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2428
2429         * shr-color.el (shr-color-visible): Don't bug out if the colour names
2430         don't exist.
2431
2432 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2433
2434         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2435         assuming that article displaying or another mml-preview may be
2436         interrupted for an error or for the like.
2437
2438         * shr.el (shr-get-background): Fix argument name.
2439
2440 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2441
2442         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2443
2444         * gnus-sum.el (gnus-summary-include-articles): New function.
2445
2446         * message.el (message-goto-body): called-interactively-p needs a
2447         parameter, so use `any'.
2448
2449         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2450         clear marks before moving, since they're synced from the Gnus side
2451         first.
2452
2453         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2454         (gnus-summary-move-article): Copy over all marks before moving, so that
2455         IMAP doesn't think a new article has arrived.
2456
2457 2010-11-24  Julien Danjou  <julien@danjou.info>
2458
2459         * shr.el (shr-insert-background-overlay): Fix typo.
2460         (shr-render-td): Copy the background before rendering.
2461
2462         * shr-color.el (shr-color-visible): Fix docstring.
2463
2464         * shr.el (shr-tag-table): Add bgcolor support.
2465         (shr-render-td): Add bgcolor support.
2466         (shr-get-background): Add.
2467         (shr-insert-foreground-overlay): Use shr-get-background.
2468
2469         * message.el (message-goto-body): Use called-interactively-p.
2470         (message-in-body-p): message-goto-body returns point.
2471
2472 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2473
2474         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
2475         Fixes something or other in Emacs 23, and is backwards compatible.
2476
2477         * message.el (message-goto-body): Remove the <#secure special-casing,
2478         which is too special.
2479
2480         * shr.el (shr-parse-style): Drop !important from styles.
2481
2482 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
2483
2484         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2485         this function to return incorrect results when calling it with an
2486         explicit article argument different from
2487         (gnus-summary-article-number).
2488
2489 2010-11-24  Julien Danjou  <julien@danjou.info>
2490
2491         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2492         (shr-tag-body): Add background support.
2493         (shr-descend): Add background support.
2494         (shr-tag-title): Add.
2495
2496         * shr-color.el (shr-color-visible): Really return original background
2497         if fixed.
2498
2499 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2500
2501         * shr.el (shr-color-check): Protect against non-existent colour names.
2502
2503 2010-11-24  Julien Danjou  <julien@danjou.info>
2504
2505         * color-lab.el: Require 'cl when compiling.
2506
2507         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2508
2509         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2510         matched part.
2511
2512         * color-lab.el: Fix all expt calls to use float type.
2513
2514 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2515
2516         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2517         expression to shr-color-check as is.
2518
2519         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2520
2521         * color-lab.el: Add coding cookie.
2522         (float-pi): Use eval-and-compile.
2523
2524         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
2525         compiled for Emacsen having no `libxml-parse-html-region' support.
2526
2527 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2528
2529         * shr.el (shr-insert-color-overlay): Split stuff like
2530         "#444444 !important" to find the real colour.
2531         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2532         parse <font color="red"> entries.
2533
2534 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
2535
2536         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
2537         point when parsing headers.
2538
2539         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
2540         is positioned properly when parsing headers.
2541
2542 2010-11-23  Julien Danjou  <julien@danjou.info>
2543
2544         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2545
2546         * shr-color.el (shr-color->hexadecimal): Add support for color names.
2547
2548         * shr.el (shr-parse-style): Replace \n with space in style parsing.
2549
2550         * shr-color.el (shr-color-hsl-to-rgb-fractions):
2551         Use shr-color-hue-to-rgb.
2552         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2553
2554 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2555
2556         * shr.el (shr-color->hexadecimal): Autoload.
2557         (shr-descend): Add color to all tags.
2558
2559 2010-11-22  Julien Danjou  <julien@danjou.info>
2560
2561         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2562         shr-color->hexadecimal.
2563
2564         * shr-color.el (shr-color->hexadecimal): Add converting functions for
2565         RGB() or HSL() color representation.
2566
2567         * shr.el (shr-tag-font): Add.
2568         (shr-tag-color-check): New function to get better colors.
2569         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2570         tag-span.
2571
2572         * shr-color.el: New file.
2573
2574         * color-lab.el: New file.
2575
2576         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2577
2578 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2579
2580         * nnir.el: Fix typo in comments.
2581         (nnir-run-imap): Simplify code. No need to reverse artlist.
2582         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2583
2584 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2585
2586         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2587
2588         * nnimap.el (nnimap-get-capabilities): Refactor out.
2589         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2590
2591 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2592
2593         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2594         appearing when `mm-uu-hide-markers' is nil.
2595
2596 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2597
2598         * nnimap.el (nnimap-unselect-group): Make into its own function.
2599         (nnimap-request-rename-group): Unselect group before renaming.
2600         This had gotten lost somewhere.
2601         (nnimap-request-accept-article): Keep track of examined groups, and
2602         unselect the group before APPENDing to read-only groups.
2603         (nnimap-request-move-article): Clear flags before moving so that they
2604         can be re-set later.
2605
2606 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2607
2608         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2609         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2610
2611 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2612
2613         * gnus-art.el (gnus-mime-display-single)
2614         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2615         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2616         parameter.
2617
2618 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2619
2620         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2621         (shr-table-vertical-line): New variable.
2622         (shr-insert-table): Use it.
2623
2624 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2625
2626         * gnus-html.el (gnus-html-wash-images): Don't display images if
2627         gnus-inhibit-images is non-nil; register displayer for cid images.
2628         (gnus-html-display-image): Work for cid image.
2629         (gnus-html-insert-image): Allow arguments.
2630         (gnus-html-put-image): Inhibit read-only.
2631         (gnus-html-prefetch-images): Don't prefetch images if
2632         gnus-inhibit-images is non-nil.
2633
2634 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2635
2636         * shr.el (shr-put-image): Break lines when inserting big pictures.
2637
2638 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2639
2640         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2641         sender, thanks Katsumi Yamaoka.
2642
2643 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2644
2645         * nnir.el (nnir-run-imap): Reverse the article list for each group
2646         rather than the whole list.
2647
2648 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2649
2650         * shr.el (shr-image-displayer): Protect function against non-existent
2651         image source.
2652
2653         * gnus-art.el (gnus-inhibit-images): New user option.
2654         (gnus-mime-display-single): Don't display image if it is non-nil.
2655
2656         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2657         gnus-inhibit-images.
2658
2659         * shr.el (shr-image-displayer): New function.
2660         (shr-tag-img): Use it.
2661
2662 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2663
2664         * mml2015.el (mml2015-epg-sign): Use From header.
2665
2666 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2667
2668         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2669
2670         * gnus-util.el (gnus-find-text-property-region): Return markers.
2671
2672         * shr.el (shr-tag-img): Put a displayer in the text property.
2673
2674         * gnus-util.el (gnus-find-text-property-region): New utility function.
2675
2676         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2677         (gnus-html-show-images): Remove.
2678
2679         * gnus-art.el (gnus-article-show-images): New, more general function.
2680
2681         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2682         image url text properties.
2683
2684         * shr.el: Ditto.
2685
2686         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2687         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2688
2689 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2690
2691         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2692         work for two or more articles.
2693
2694 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2695
2696         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2697         divide an image that's in an html article to two or more when washing
2698         non-ASCII characters in alt text of it.
2699
2700 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2701
2702         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2703         smime-decrypt-region using function argument.
2704         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2705
2706         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2707
2708         * smime.el (smime-decrypt-region): Catch it.
2709
2710 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2711
2712         * smime.el (smime-mode-map): Move initialization into declaration.
2713         (gnus-run-mode-hooks): Don't autoload.
2714         (smime-mode): Use define-derived-mode.
2715
2716 2010-11-11  Glenn Morris  <rgm@gnu.org>
2717
2718         * smime.el (from): Restrict declaration to XEmacs.
2719
2720         * nnir.el (gnus-group-topic-name): Autoload.
2721
2722 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2723
2724         * shr.el (shr-insert): Don't break long line if it is because of
2725         kinsoku-bol characters in the line end.
2726
2727 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2728
2729         * nnir.el (nnir-request-move-article): Fix to provide original group
2730         and subject.
2731         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2732         been retrieved.
2733
2734         * gnus-sum.el (gnus-summary-move-article): Use original group and
2735         subject for virtual articles such as those in an nnir summary buffer.
2736
2737 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2738
2739         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2740         least 21.5).
2741
2742         * smime.el (from): Declare it again for XEmacs.
2743
2744 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2745
2746         * message.el (message-resend): Don't disable encoding unless it's
2747         already encoded.
2748
2749         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2750         low-numbered articles.
2751
2752 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2753
2754         * rfc2047.el (rfc2047-syntax-table): Simplify.
2755
2756         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2757
2758         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2759         set-char-table-range for XEmacs.
2760
2761 2010-11-10  Glenn Morris  <rgm@gnu.org>
2762
2763         * time-date.el (time-to-seconds): Always an alias on Emacs,
2764         never a real function.
2765         (with-no-warnings): Remove compat stub, now unused.
2766         (time-less-p): Doc fix.
2767         (time-to-number-of-days): Simplify.
2768
2769         * smime.el (from): Remove unused declaration.
2770
2771         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2772         (gnus-float-time): On Emacs, always an alias.
2773
2774         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2775         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2776
2777 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2778
2779         * dgnushack.el: Don't use ignore-errors in the top level form since it
2780         is unavailable in XEmacs even if cl is loaded.
2781
2782         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2783
2784 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2785
2786         * shr.el (browse-url-mailto): Autoload.
2787
2788         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2789
2790         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2791         regexp doesn't need quoting.
2792
2793 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2794
2795         * message.el (message-subject-trailing-was-ask-regexp)
2796         (message-subject-trailing-was-regexp): Match was: in addition to was.
2797
2798 2010-11-09  Glenn Morris  <rgm@gnu.org>
2799
2800         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2801         (nnbabyl-check-mbox): Use point-at-bol.
2802
2803 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2804
2805         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2806
2807         * message.el (message-mailto): New function.
2808         (message-mailto): Should accept other parameters.
2809         (message-mailto): Remove since it duplicates browse-url-mailto
2810         functionality.
2811
2812 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2813
2814         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2815         methods.
2816         (gnus-read-active-file): Ditto.
2817
2818         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2819         ": " from the prompt.
2820         (gnus-group-make-group): Ditto.
2821
2822 2010-11-07  Glenn Morris  <rgm@gnu.org>
2823
2824         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2825         (gnus-bookmark-kill-line): Use point-at-eol.
2826
2827 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2828
2829         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2830         asterisks in From header.
2831
2832 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2833
2834         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2835         string to avoid making the From headers syntactically invalid.
2836
2837         * message.el (message-send-mail): Don't insert courtesy messages if the
2838         message already has List-Post and List-ID messages.
2839
2840 2010-11-06  Glenn Morris  <rgm@gnu.org>
2841
2842         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2843         `condition', `type', `length' a prefix.
2844         (gnus-treat-predicate): Update for above name changes.
2845
2846 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2847
2848         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2849         binding.  Handled by `gnus-summary-refer-thread' instead.
2850         (nnir-warp-to-article): New backend function.
2851
2852         * nnimap.el (nnimap-request-thread): Force dependency updating.
2853
2854         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2855         (gnus-summary-refer-thread): Rework to improve thread-referral.
2856
2857         * gnus-int.el (gnus-warp-to-article): New function.
2858
2859         * gnus-sum.el (gnus-summary-article-map): Bind it.
2860
2861 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2862
2863         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2864         gnus-summary-refer-thread.
2865
2866         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2867         headers.
2868         (gnus-summary-limit-include-thread): Prevent articles in thread from
2869         being cut in gnus-cut-threads.
2870         (gnus-summary-refer-thread): Limit retrieved headers to those in
2871         thread.
2872
2873 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2874
2875         * message.el (message-send-mail): Use the value of
2876         message-courtesy-message from the message buffer.
2877
2878         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2879
2880         * shr.el (shr-browse-url): Implement mailto: URLs.
2881
2882         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2883         "raw".
2884
2885         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2886         if it's already selected.
2887
2888         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2889
2890 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2891
2892         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2893         to measure the length and truncate alt text.
2894
2895 2010-11-03  Glenn Morris  <rgm@gnu.org>
2896
2897         * nndiary.el (nndiary-generate-nov-databases-1)
2898         (nndiary-generate-active-info): Rename dynamic variable `files' to
2899         something less generic.
2900
2901 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2902
2903         * nnir.el (nnir-request-move-article): Call the underlying backend to
2904         move articles from nnir.
2905
2906 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2907
2908         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2909
2910 2010-11-02  Julien Danjou  <julien@danjou.info>
2911
2912         * nnir.el: Remove wais support.
2913
2914 2010-11-02  Glenn Morris  <rgm@gnu.org>
2915
2916         * gnus-html.el: Reorder requirements to quieten compiler.
2917
2918 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2919
2920         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2921         properly for XEmacs as well.
2922         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2923         (gnus-article-natural-long-line-p): Use window-width rather than
2924         frame-width.
2925
2926 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2927
2928         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2929         (nnir-read-parms): Don't modify query.
2930         (nnir-run-query): Add ability to search topic on current line.
2931         (nnir-get-active): Clean up.
2932
2933 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2934
2935         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2936         degenerate articles.
2937
2938         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2939         (gnus-print-buffer): Just print the buffer as is, without any copying
2940         to a buffer and then re-highlighting.
2941
2942         * nnimap.el (nnimap-request-group): Store the new updated info.
2943         (nnimap-request-group): Select the group when we don't know whether it
2944         exists or not.
2945
2946         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2947         groups.
2948
2949         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2950         groups.
2951
2952         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2953         groups.
2954
2955         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2956         long-lines case by only filling the long lines.
2957
2958         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2959         (bug #7311).
2960
2961 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2962
2963         * shr.el: No need to declare `declare-function' since shr.el is for
2964         only Emacsen that provide `libxml-parse-html-region'.
2965
2966         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2967         effective only in a file it is referred to.
2968
2969 2010-11-01  Glenn Morris  <rgm@gnu.org>
2970
2971         * mm-util.el (gnus-completing-read): Autoload.
2972         (mm-read-coding-system): Simplify Emacs definition.
2973
2974         * nnmail.el (gnus-activate-group):
2975         * nnimap.el (gnutls-negotiate):
2976         * nntp.el (netrc-parse): Fix declarations.
2977
2978 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2979
2980         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2981         string-match-p in Emacs >=23.
2982
2983         * gnus-msg.el (gnus-configure-posting-styles)
2984         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2985
2986 2010-11-01  Glenn Morris  <rgm@gnu.org>
2987
2988         * nnir.el (declare-function): Add compat stub.
2989         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2990         (nnir-run-gmane): Require 'mm-url.
2991
2992         * mm-util.el (mm-string-to-multibyte): Simplify.
2993
2994         * shr.el (declare-function): Add compat stub.
2995         (url-cache-create-filename): Declare.
2996         (mm-disable-multibyte, widget-convert-button): Autoload.
2997
2998         * smime.el (ldap-search): Declare.
2999         (smime-cert-by-ldap-1): Require ldap on Emacs.
3000
3001         * nnimap.el: Require nnmail, and gnus-sum when compiling.
3002         (nnimap-keepalive): Use gnus-float-time.
3003
3004         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
3005         (mail-source-delete-crash-box): Use gnus-float-time.
3006
3007         * gnus-dired.el (gnus-completing-read): Autoload.
3008
3009         * mm-view.el (gnus-rescale-image): Autoload.
3010
3011         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
3012
3013         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
3014
3015         * sieve-manage.el: Require 'cl when compiling.
3016
3017         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
3018         (gnus-iswitchb-completing-read): Require iswitchb.
3019         (gnus-select-frame-set-input-focus): Silence compiler.
3020
3021 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3022
3023         * message.el (message-subject-trailing-was-query): Change default to t,
3024         since I think that's what most people want.
3025
3026         * nnimap.el (nnimap-request-accept-article): Erase buffer before
3027         appending for easier debugging.
3028         (nnimap-wait-for-connection): Take a regexp.
3029         (nnimap-request-accept-article): Wait for the continuation line before
3030         sending anything unless we're streaming.
3031
3032         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
3033         leave the header washing to take place.
3034
3035 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3036
3037         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
3038         regular expression match and replace in posting styles.
3039
3040 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
3041
3042         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
3043         an entire server.
3044         (nnir-get-active): New function.
3045         (nnir-run-imap): Use it.
3046         (nnir-run-gmane): Who knew, gmane search returns an article score!
3047
3048         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
3049         server on the current line with nnir.
3050
3051 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3052
3053         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
3054         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
3055         left edge.
3056         (gnus-article-foldable-buffer): Skip past the prefix when determining
3057         raggedness.
3058
3059         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
3060         the raw article, and change `C-u g' to show the article without doing
3061         treatments.
3062
3063         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
3064         on to `gnus-treat-article'.
3065         (gnus-inhibit-article-treatments): New variable.
3066
3067         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
3068
3069         * gnus-art.el (gnus-treatment-function-alist): Have
3070         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
3071         (gnus-treat-fill-long-lines): Change default to fill all text/plain
3072         sections.
3073
3074         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
3075         parameter.
3076         (gnus-article-fill-cited-long-lines): New function.
3077         (gnus-article-fill-cited-article): Allow filling only long sections.
3078
3079         * shr.el (shr-find-fill-point): Don't break lines between punctuation
3080         and non-punctuation (like after the apostrophe in "'We").
3081
3082         * gnus-sum.el (gnus-summary-select-article): Make sure
3083         gnus-original-article-buffer is alive.
3084
3085         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
3086         reflect the order they're in in the digest.
3087
3088         * gnus.el (gnus-group-startup-message): Move point to the start of the
3089         buffer.
3090
3091         * nnimap.el (nnimap-capability): New function.
3092         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
3093         is set.
3094
3095 2010-10-31  David Engster  <dengste@eml.cc>
3096
3097         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
3098         conform with changes to gnus-completing-read.
3099
3100 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3101
3102         * shr.el (shr-tag-img): Output "*" instead of "[img]".
3103
3104 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3105
3106         * nnir.el: Move defvar, defcustom around to keep file organized
3107         and keep byte-compiler quiet.
3108         (nnir-read-parms): Accept search-engine as arg.
3109         (nnir-run-query): Pass search-engine as arg.
3110         (nnir-search-engine): Remove.
3111
3112 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3113
3114         * shr.el (shr-generic): The text nodes should be text, not :text.
3115
3116         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
3117         later in the file.
3118
3119 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3120
3121         * nnir.el: General clean up.  Allow searching with multiple engines.
3122         Allow separate extra-parameters for each engine.
3123         Batch queries when possible.
3124         (nnir-imap-default-search-key,nnir-method-default-engines):
3125         Add customize interface.
3126         (nnir-run-gmane): New engine.
3127         (nnir-engines): Use it.  Qualify all prompts with engine name.
3128         (nnir-search-engine): Remove global variable.
3129         (nnir-run-hyrex): Restore for now.
3130         (nnir-extra-parms,nnir-search-history): New variables.
3131         (gnus-group-make-nnir-group): Use them.
3132         (nnir-group-server): Remove in favor of gnus-group-server.
3133         (nnir-request-group): Avoid searching twice.
3134         (nnir-sort-groups-by-server): New function.
3135
3136 2010-10-30  Julien Danjou  <julien@danjou.info>
3137
3138         * gnus-group.el: Remove gnus-group-fetch-control.
3139
3140         * gnus-start.el (gnus-find-new-newsgroups):
3141         Remove gnus-check-first-time-used.
3142
3143         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
3144
3145 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3146
3147         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
3148         set on groups that don't have \* permanentflags.
3149
3150 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3151
3152         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
3153         control the background color.
3154         (shr-tag-img): Ignore very small web bug type images.
3155         (shr-put-image): Add help-echo alt texts to the images.
3156         (shr-tag-video): Show the video poster image.
3157
3158 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3159
3160         * shr.el (shr-table-depth): New variable.
3161         (shr-tag-table-1): Only insert the images after the top-level table.
3162
3163         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
3164
3165         * gnus-util.el (gnus-list-memq-of-list): New function.
3166
3167         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
3168         selected.
3169         (nnimap-unsplittable-articles): New slot.
3170         (nnimap-new-articles): Use it.
3171
3172 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
3173
3174         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
3175         move to the previous line on `M-g'.
3176
3177 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3178
3179         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
3180         *-request-group, which seems unnecessary.
3181
3182         * nnimap.el (nnimap-quote-specials): Function copied over from
3183         imap.el.
3184         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
3185         they support that.  Suggested by Tom Regner.
3186
3187 2010-10-29  Julien Danjou  <julien@danjou.info>
3188
3189         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
3190         defalias.
3191         (gnus-summary-delete-marked-with): Remove obsolete defalias.
3192
3193         * gnus.el: Remove `gnus-nntp-service' variable.
3194         (gnus-secondary-servers): Make obsolete.
3195         (gnus-nntp-server): Make obsolete.
3196
3197         * gnus-start.el (gnus-1): Remove x-splash calls.
3198
3199         * gnus-ems.el (gnus-x-splash): Remove.
3200
3201         * gnus.el (gnus-group-startup-message): Simplify/update code.
3202
3203         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
3204         definition.
3205
3206         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
3207         capability before doing anything.
3208         (gnus-group-insert-group-line): Remove useless
3209         gnus-group-remove-excess-properties.
3210
3211 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3212
3213         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
3214
3215 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3216
3217         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
3218         config after reselecting.
3219
3220 2010-10-28  Julien Danjou  <julien@danjou.info>
3221
3222         * shr.el (shr-put-image): Use point even if only inserting text.
3223         (shr-put-image): Save excursion when inserting alt text on non-graphic
3224         display, so the behaviour is the same when we are on a graphic display.
3225
3226         * nnir.el (nnir-run-swish-e): Remove hyrex support.
3227
3228 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3229
3230         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
3231         (gnus-mime-copy-part): Check coding system, not charset.
3232         (gnus-mime-view-part-externally): Never remove part.
3233         (gnus-mime-view-part-internally): Don't remove part here.
3234         (gnus-article-part-wrapper): Make sure MIME tag is visible.
3235         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
3236         multipart/alternative.
3237
3238         * mm-decode.el (mm-display-part): Take optional arg `force'.
3239
3240 2010-10-26  Julien Danjou  <julien@danjou.info>
3241
3242         * gnus-group.el (gnus-group-default-list-level): Add this function to
3243         compute the default list level.
3244         (gnus-group-default-list-level): Add possibility to use a function.
3245
3246 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3247
3248         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
3249
3250         * gnus-group.el (gnus-group-completing-read)
3251         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
3252         gnus-replace-in-string.
3253
3254 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3255
3256         * shr.el (shr-tag-div): Add.
3257
3258         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
3259
3260 2010-10-25  Julien Danjou  <julien@danjou.info>
3261
3262         * gnus-util.el: Remove `gnus-with-local-quit'.
3263
3264         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
3265
3266 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3267
3268         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
3269         the original article buffer.
3270
3271 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3272
3273         * nnimap.el (nnimap-request-head): New function.
3274         (nnimap-request-move-article): Try to be slighly faster by not
3275         requesting the entire message when moving.
3276         (nnimap-transform-headers): Don't bug out on bodiless articles.
3277         (nnimap-send-command): Have no outstanding messages if the IMAP server
3278         doesn't support streaming.
3279         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
3280
3281 2010-10-24  Julien Danjou  <julien@danjou.info>
3282
3283         * message.el (message-default-headers): Fix type.
3284
3285 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3286
3287         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
3288         prefetching images.
3289
3290         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
3291         backend for unknown groups.  This is mainly useful for nnimap groups.
3292
3293         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
3294         group isn't covered by the agent.
3295
3296 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
3297
3298         * nnir.el (nnir-method-default-engines): New variable.
3299         (nnir-run-query): Use it.
3300         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
3301         (gnus-summary-nnir-goto-thread): Change group if needed.
3302
3303         * gnus-group.el (gnus-group-group-map): Add key binding for
3304         gnus-group-make-nnir-group.
3305
3306 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3307
3308         * shr.el (shr-tag-object): Add.
3309
3310         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3311         original article buffer live.
3312         (gnus-summary-select-article-buffer):
3313         Mention gnus-widen-article-buffer.
3314
3315 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3316
3317         * shr.el (shr-tag-strong): Add.
3318
3319 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3320
3321         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3322         group names.  They mess up the group buffer badly.
3323
3324         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3325
3326         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3327         instead of the summary one.
3328
3329 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3330
3331         * mml.el (mml-preview): Work properly when editing article.
3332
3333         * gnus-start.el (gnus-read-active-file-1): Don't add method to
3334         gnus-have-read-active-file if it's already been in.
3335
3336 2010-10-22  Tom Tromey  <tromey@redhat.com>
3337
3338         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3339         gnus-group-completing-read.
3340
3341 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3342
3343         * message.el (message-mode-map): Don't bind M-; to comment region, to
3344         allow the global comment-dwim to work.
3345
3346 2010-10-21  Julien Danjou  <julien@danjou.info>
3347
3348         * message.el (message-setup-1): Allow message-default-headers to be a
3349         function.
3350
3351 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3352
3353         * shr.el (shr-tag-table): Simplify.
3354
3355 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3356
3357         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3358         to avoid trying to snarf invalid stuff.
3359
3360         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3361
3362         * gnus.el (gnus-message-archive-group): Quote value.
3363         (gnus-message-archive-group): Mark as changed.
3364
3365         * shr.el (shr-add-font): Don't put the font properties on the newline
3366         or the indentation.
3367
3368         * message.el (message-fix-before-sending): Change options when sending
3369         non-printable characters.
3370
3371         * gnus.el (gnus-message-archive-method): Change the default to
3372         monthly outgoing groups.
3373
3374         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3375         that have gotten new numbers.
3376
3377         * nnimap.el (nnimap-request-replace-article): New function.
3378
3379 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3380
3381         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3382         (nnrss-request-article): Don't use special html washing code.
3383
3384 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3385
3386         * shr.el (shr-tag-table): Remove useless nconc.
3387
3388 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3389
3390         * gnus-art.el (article-wash-html): Simplify and remove the charset
3391         stuff.  Use the normal html rendering code instead of the special html
3392         washing code.
3393
3394         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3395         `gnus-w3m' symbols.
3396         (mm-text-html-washer-alist): Remove.
3397
3398         * mm-decode.el (mm-inline-text-html-renderer): Remove.
3399         (mm-inline-media-tests): Remove use.
3400         (mm-text-html-renderer): Change default to the `shr' symbol.
3401
3402         * mm-view.el (mm-inline-text-html): Remove use.
3403
3404         * gnus-art.el (gnus-blocked-images): New function.  Allow the
3405         `gnus-blocked-images' to be a function.
3406         (gnus-article-wash-function): Remove.
3407
3408 2010-10-20  Julien Danjou  <julien@danjou.info>
3409
3410         * spam.el (spam-list-of-processors): Mark as obsolete.
3411
3412         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3413         (nnimap-insert-partial-structure): Fix boundary detection.
3414
3415 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
3416
3417         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3418         run file-truename on remote files.  This can be expensive and even
3419         prevent one from editing drafts if some unrelated buffer has a stale
3420         connection.
3421
3422 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3423
3424         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3425         kinsoku-eol regardless of shr-kinsoku-shorten.
3426         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3427         (shr-tag-table): Support caption, thead, and tfoot.
3428
3429 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3430
3431         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3432         lines.
3433         (shr-save-contents): New command and keystroke.
3434
3435         * nndoc.el (nndoc-type-alist): Add git support.
3436         (nndoc-git-type-p): New function.
3437         (nndoc-transform-git-article): Ditto.
3438         (nndoc-transform-git-headers): Ditto.
3439         (nndoc-transform-git-headers): Generate Subject headers.
3440
3441         * shr.el (shr-parse-style): New function.
3442         (shr-tag-span): Ditto.
3443
3444         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3445         to `G G' to avoid collisions.
3446
3447 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3448
3449         * shr.el: Load kinsoku if necessary.
3450         (shr-kinsoku-shorten): New internal variable.
3451         (shr-find-fill-point): Make kinsoku shorten text line if
3452         shr-kinsoku-shorten is bound to non-nil.
3453         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3454         shr-indentation too when testing if table is wider than frame width.
3455         (shr-insert-table): Use `string-width' instead of `length' to measure
3456         text width.
3457         (shr-insert-table-ruler): Make sure indentation is done at bol.
3458
3459 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3460
3461         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3462         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3463         undecoded network data.
3464
3465 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3466
3467         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3468         name in the mode line spec so that the mode line menu works
3469         (bug #2431).
3470
3471         * message.el (message-get-reply-headers): If we're fed `to-address',
3472         then always use that.
3473
3474         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3475         aren't so wide as to need to switch off the edit menu.
3476
3477         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3478         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3479
3480         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3481         `M-g'.
3482         (nnimap-update-info): Update flags/read marks even if \* isn't part of
3483         the permanent marks.
3484
3485 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
3486
3487         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3488         Splitting according to references/in-reply-to obeys the ignore-groups
3489         variable, while splitting by sender and subject do not.
3490
3491 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3492
3493         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3494         alist, so that we can look for non-Unicode chars.
3495         (article-translate-strings): Allow both character and string maps.
3496
3497 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3498
3499         * shr.el (shr-insert): Don't insert space behind a wide character
3500         categorized as kinsoku-bol, or between characters both categorized as
3501         nospace.
3502
3503 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
3504
3505         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
3506         headers to gnus-newsgroup-headers.
3507
3508 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3509
3510         * shr.el (shr-tag-img): Don't align images -- since we're not
3511         rescaling, this often leads to ugly displays.
3512
3513 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
3514
3515         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3516         duplicates.
3517
3518 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
3519
3520         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3521         call.
3522
3523 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3524
3525         * gnus.el: Autoload gnus-html-show-images.
3526
3527         * nnimap.el: Use nnheader-message throughout.
3528
3529         * shr.el (shr-tag-img): Ignore images with no data.
3530
3531 2010-10-15  Julien Danjou  <julien@danjou.info>
3532
3533         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3534         a possibility to disable format=flow encoding when using hard newlines.
3535
3536 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3537
3538         * shr.el (shr-insert): Remove space inserted before or after a
3539         breakable character or at the beginning or the end of a line.
3540         (shr-find-fill-point): Do kinsoku; find the second best point or give
3541         it up if there's no breakable point.
3542
3543 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3544
3545         * nnimap.el (nnimap-open-connection): Message when opening connection
3546         for debugging purposes.
3547
3548         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3549         on every setup buffer call to allow this to change from article to
3550         article.
3551
3552         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3553         buffers where we have a wide table.
3554
3555 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
3556
3557         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3558         uses *-request-thread.
3559
3560 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3561
3562         * nnimap.el (nnimap-open-connection): Remove %s from openssl
3563         incantation, which is no longer valid.
3564
3565 2010-10-14  Julien Danjou  <julien@danjou.info>
3566
3567         * shr.el: Fix defcustom type (char -> character).
3568
3569 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3570
3571         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3572         programs.
3573
3574 2010-10-14  Julien Danjou  <julien@danjou.info>
3575
3576         * shr.el (shr-tag-a): Use url-link as widget type.
3577
3578         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3579         `gnus-group-get-icon'.
3580
3581 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3582
3583         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3584         This should make server editing work better.
3585
3586         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3587
3588         * tls.el (tls-program): Remove spurious %s from openssl.
3589
3590         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3591         (nnimap-parse-flags): Fix regexp.
3592
3593         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3594         probably work for CJVK text, too.
3595
3596         * nnimap.el (nnimap-extend-tls-programs): Remove.
3597         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3598
3599         * tls.el (tls-starttls-switches): Remove starttls hack.
3600         (open-tls-stream): Ditto.
3601         (tls-find-starttls-argument): Ditto.
3602
3603 2010-10-13  Julien Danjou  <julien@danjou.info>
3604
3605         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3606         responses.
3607
3608 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3609
3610         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3611
3612         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3613         anything in Emacs.
3614
3615         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3616
3617 2010-10-13  Julien Danjou  <julien@danjou.info>
3618
3619         * shr.el (shr-width): Make shr-width a defcustom with default to
3620         fill-column.
3621         (shr-tag-img): Use shr-width rather than fill-column.
3622
3623 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3624
3625         * dgnushack.el (byte-optimize-apply)
3626         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3627
3628         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3629         position when (X-)Faces exist.
3630         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3631         avatars when called interactively.
3632
3633 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3634
3635         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3636         gnus-article-x-face-too-ugly is bound.
3637
3638 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3639
3640         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3641
3642         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3643         mailbox that doesn't exist.
3644
3645 2010-10-12  Julien Danjou  <julien@danjou.info>
3646
3647         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3648         (shr-get-image-data): Encode URL properly when fetching from cache.
3649         (shr-tag-img): Use aligned-to spaces to align correctly images.
3650
3651         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3652         before inserting the Gravatar.
3653
3654         * shr.el (shr-tag-img): Add align attribute support for <img>.
3655
3656 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3657
3658         * gnus-gravatar.el (gnus-art): Require.
3659
3660         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3661         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3662         Remove long obsoleted functions.
3663
3664 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3665
3666         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
3667
3668         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3669
3670         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3671         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3672         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3673         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3674         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3675         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3676         * sieve-manage.el, smime.el, spam.el:
3677         Fix comment for declare-function.
3678
3679 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3680
3681         * nnimap.el (nnimap-request-rename-group): Select group read-only
3682         before renaming it.
3683
3684         * shr.el (shr-insert): Fix up the white space only regexp.
3685
3686         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3687         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3688
3689         * shr.el (shr-current-column): New function.
3690         (shr-find-fill-point): New function.
3691
3692 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3693
3694         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3695         numbers.
3696
3697 2010-10-11  Julien Danjou  <julien@danjou.info>
3698
3699         * shr.el (shr-hr-line): Add.
3700         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3701         display hr lines.
3702         (shr-max-columns): Do not change state to nil if we just inserting
3703         spaces.
3704
3705 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3706
3707         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3708         select the last group.
3709
3710 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3711
3712         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3713
3714 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3715
3716         * dig.el (dig-mode-map): Declare and define in one step.
3717
3718 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3719
3720         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3721         for Gnus.
3722         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3723         (nnimap-update-qresync-info): Mark \Seen articles as read.
3724
3725         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3726         non-variable, too.
3727
3728         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3729         available.
3730         (nnimap-update-info): Rely more on the current active than the param
3731         active to avoid marking articles as read too much.
3732
3733         * auth-source.el (auth-source-create): Use (user-login-name) for the
3734         user name default.
3735
3736         * nnimap.el (nnimap-update-info): If the server doesn't return any
3737         useful info, just use the previous info.
3738         (nnimap-update-info): Prefer old info over start-article.
3739         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3740
3741 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3742
3743         * nnir.el (autoload): Clean up autoloads.
3744         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3745         Use key rather than value.
3746         (nnir-imap-search-other): New variable.
3747         (nnir-read-parm): Use it.
3748         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3749         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3750
3751 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3752
3753         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3754         the process, too.
3755
3756 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3757
3758         * spam.el (gnus-summary-mode-map): Bind to "$".
3759         Suggested by Russ Allbery.
3760
3761         * shr.el: Rework the way things are indented by <li> slightly.
3762
3763         * gnus.el (gnus-group-set-parameter): Fix typo.
3764
3765         * nnimap.el: Start implementing QRESYNC support.
3766
3767 2010-10-09  Julien Danjou  <julien@danjou.info>
3768
3769         * nnir.el (nnir-engines): Fix too many arguments.
3770
3771 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3772
3773         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3774         group is the "last", so that the backends like nnfolder actually save
3775         their folders.
3776
3777         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3778         try to use that for the tls stream.
3779         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3780         UIDVALIDITY and find out which groups are read-only and not.
3781         (nnimap-get-flags): Use the same marks parsing code as the rest of
3782         nnimap.
3783
3784 2010-10-09  Julien Danjou  <julien@danjou.info>
3785
3786         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3787
3788         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3789         retrieving gravatars.
3790
3791         * shr.el (shr-table-corner): Add.
3792         (shr-table-line): Add.
3793         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3794
3795 2010-10-08  Julien Danjou  <julien@danjou.info>
3796
3797         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3798
3799 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3800
3801         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3802
3803         * gnus-sum.el (gnus-mark-article-as-unread)
3804         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3805         (gnus-summary-set-bookmark): Use it.
3806
3807         * gnus-msg.el (gnus-setup-message): Use it.
3808
3809         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3810
3811         * gnus.el (gnus-group-remove-parameter): Use it.
3812
3813         * gnus-group.el (gnus-group-make-web-group): Use it.
3814
3815         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3816
3817         * nnregistry.el: Update docs to mention manual.
3818
3819         * gnus-registry.el: Update docs to mention nnregistry.el.
3820         (gnus-registry-initialize): Don't install nnregistry refer method
3821         automatically.
3822         (gnus-registry-install-nnregistry): Remove it.
3823
3824 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3825
3826         * shr.el (shr-insert): Don't insert double spaces.
3827
3828 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3829
3830         * gnus-gravatar.el (gnus-treat-from-gravatar)
3831         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3832         called interactively.
3833
3834         * gnus-art.el (gnus-mime-view-part-externally)
3835         (gnus-mime-view-part-internally): Make predicate function passed to
3836         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3837         of a mime type.
3838
3839         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3840
3841 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3842
3843         * shr.el (require): Require cl when compiling.
3844         (shr-tag-hr): New function.
3845
3846         * nnimap.el (nnimap-update-info): Remove double setting of high.
3847         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3848         This makes nnimap work properly on Courier again.
3849
3850         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3851         the variable for backwards compatibility.
3852
3853         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3854         the file name before using to avoid setting mm-default-directory to
3855         nil.
3856
3857         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3858         bidning gnus-agent variables.
3859
3860         * shr.el (shr-render-td): Use a cache for the table rendering function
3861         to avoid getting an exponential rendering behaviour in nested tables.
3862         (shr-insert): Rework the line-breaking algorithm.
3863         (shr-insert): Don't leave trailing spaces.
3864         (shr-insert-table): Also insert empty TDs.
3865         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3866
3867 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3868
3869         * gnus-sum.el (gnus-number): Rename from `number'.
3870         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3871         (gnus-summary-limit-children): Update uses correspondingly.
3872
3873 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3874
3875         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3876         (gnus-gravatar-transform-address): Don't show avatars of people of
3877         which mail addresses match gnus-gravatar-too-ugly.
3878
3879 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3880
3881         * shr.el (shr-table-widths): Expand TD elements to fill available
3882         space.
3883
3884 2010-10-07  Julien Danjou  <julien@danjou.info>
3885
3886         * nnimap.el (nnimap-request-rename-group): Add this method.
3887
3888 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3889
3890         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3891         name from XEmacs' function-arglist.
3892
3893         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3894         gravatar under XEmacs.
3895
3896 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3897
3898         * auth-source.el: Update docs with TODO items.
3899
3900         * gnus-sync.el: Update docs to explain state and plans.
3901
3902         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3903         Hooks for mark updates.
3904         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3905
3906         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3907         hooks with arguments, which is needed for mark update hooks.
3908
3909 2010-10-06  Julien Danjou  <julien@danjou.info>
3910
3911         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3912         was matched.
3913
3914         * sieve-manage.el: Update example in `Commentary'.
3915
3916         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3917
3918         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3919         not 2000.
3920         (sieve-manage-authenticate): Re-add function.
3921
3922 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3923
3924         * shr.el (shr-insert): Get 'space transition right.
3925         (shr-render-td): Only delete space at the end of the TD.
3926
3927         * nnimap.el (nnimap-open-connection): Prepare to support
3928         open-gnutls-stream.
3929
3930         * shr.el: Rearrange function order to be more logical.
3931
3932 2010-10-06  Julien Danjou  <julien@danjou.info>
3933
3934         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3935         (nnrss-discover-feed): Remove 404 URL in docstring.
3936
3937         * nnir.el: Fix Swish-E URL.
3938         Fix Namazu URL.
3939
3940         * message.el (message-change-subject): Remove 404 URL in a comment.
3941
3942 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3943
3944         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3945         called interactively.
3946
3947         * gnus-util.el (gnus-remove-if): Allow hash table.
3948         (gnus-remove-if-not): New function.
3949
3950         * gnus-art.el (gnus-mime-view-part-as-type)
3951         * gnus-score.el (gnus-summary-score-effect)
3952         * gnus-sum.el (gnus-read-move-group-name):
3953         Replace remove-if-not with gnus-remove-if-not.
3954
3955         * gnus-group.el (gnus-group-completing-read):
3956         Regard collection as a hash table if it is not a list.
3957
3958 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3959
3960         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3961
3962         * shr.el: Document the table-rendering algorithm.
3963
3964 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3965
3966         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3967         for Emacsen having no `libxml-parse-html-region' support.
3968
3969 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3970
3971         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3972         invalid URLs.
3973
3974         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3975         line-broken.
3976         (shr-tag-img): Ignore image fetching errors.
3977         (shr-overlays-in-region): Compute overlay positions correctly.
3978
3979         * mm-decode.el (mm-shr): Require shr.
3980
3981         * gnus-art.el (gnus-blocked-images): Move variable here.
3982
3983         * shr.el (shr-insert-table): Bind free variable.
3984
3985         * mm-decode.el (mm-shr): Bind shr-content-function.
3986
3987         * shr.el (shr-content-function): New variable.
3988
3989         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3990         added for symmetry.
3991
3992         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3993
3994         * gnus-group.el (gnus-group-make-group): Doc fix.
3995
3996         * nnimap.el (nnimap-request-newgroups): Return success.
3997
3998         * shr.el (shr-find-elements): New function.
3999         (shr-tag-table): Put all the images after the table.
4000         (shr-tag-table): Really inhibit images inside the table.
4001         (shr-collect-overlays): Copy over overlays from the TD elements to the
4002         main document.
4003
4004         * mm-decode.el (mm-shr): Bind shr-blocked-images to
4005         gnus-blocked-images.
4006
4007 2010-10-05  Julien Danjou  <julien@danjou.info>
4008
4009         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
4010
4011         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
4012         (gnus-html-maximum-image-size): Add this function.
4013         (gnus-html-put-image): Use gnus-html-maximum-image-size.
4014
4015         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
4016         server-value of the capability is nil.
4017
4018 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4019
4020         * shr.el (shr-tag-em): Add <EM> tag.
4021
4022 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
4023
4024         * sieve-manage.el (sieve-manage-default-stream): Make default stream
4025         customizable.
4026
4027         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
4028         handing broken links to browse-url.
4029
4030 2010-10-05  Julien Danjou  <julien@danjou.info>
4031
4032         * gnus-util.el (gnus-emacs-completing-read)
4033         (gnus-iswitchb-completing-read): Use autoload rather than require.
4034
4035 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4036
4037         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
4038         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
4039         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
4040         iswitchb-temp-buflist for XEmacs.
4041
4042         * gnus-util.el (gnus-completing-read-function): Exclude
4043         gnus-icompleting-read and gnus-ido-completing-read from candidates for
4044         XEmacs since iswitchb.el is very old and ido.el is unavailable in
4045         XEmacs.
4046
4047         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
4048         not to use `delete-dups' that is unavailable in XEmacs 21.4.
4049
4050         * gnus-html.el: Don't require help-fns under XEmacs.
4051         (gnus-html-schedule-image-fetching): Work for XEmacs.
4052
4053         * mm-decode.el (mm-shr): Decode contents by charset.
4054
4055 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4056
4057         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
4058         unknown.
4059
4060         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
4061         (shr-get-image-data): Ensure against the cache file missing.
4062
4063         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
4064         for data.
4065
4066         * spam-report.el (spam-report-url-ping-plain): Don't query about
4067         killing the process.
4068
4069         * shr.el (shr-render-td): Protect against too-wide text.
4070
4071 2010-10-04  Julien Danjou  <julien@danjou.info>
4072
4073         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
4074         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
4075
4076         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
4077         retrieved.
4078
4079 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4080
4081         * shr.el (browse-url): Require.
4082         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
4083         lines.
4084         (shr-show-alt-text, shr-browse-image): New commands.
4085         (shr-browse-url, shr-copy-url): New commands.
4086
4087         * gnus-sum.el (gnus-widen-article-window): New variable.
4088         (gnus-summary-select-article-buffer): Use it.
4089
4090         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
4091         without @ signs.
4092
4093 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4094
4095         * nnir.el (nnir-run-imap): Remove spurious space in search string.
4096
4097 2010-10-04  Julien Danjou  <julien@danjou.info>
4098
4099         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
4100         for XEmacs.
4101
4102 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4103
4104         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
4105
4106         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
4107         (nnimap-close-server): Implement.
4108
4109         * dgnushack.el (iswitchb): Require to shut up the compiler.
4110
4111         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
4112         (shr-insert): Tweak line breaking.
4113         (shr-insert): Handle <pre> better.
4114         (shr-tag-li): Get <li> indentation right.
4115         (shr-tag-li): Get <li> indentation even righter.
4116         (shr-tag-blockquote): Ensure paragraph start.
4117         (shr-make-table): Tweak table generation.
4118         (shr-make-table): Fix typo.
4119
4120         * shr.el: Implement table rendering.
4121
4122 2010-10-04  Julien Danjou  <julien@danjou.info>
4123
4124         * gnus-html.el (gnus-html-put-image): Fix resize image code.
4125
4126 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4127
4128         * shr.el (shr-insert): Use string anchors instead of line anchors.
4129
4130 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4131
4132         * shr.el: Add headings.
4133         (shr-ensure-paragraph): Actually work.
4134         (shr-tag-li): Make <ul> prettier.
4135         (shr-insert): Get white space at the beginning/end of elements right.
4136         (shr-tag-p): Collapse subsequent <p>s.
4137         (shr-ensure-paragraph): Don't insert double line feeds after blank
4138         lines.
4139         (shr-insert): \t is also space.
4140         (shr-tag-s): Fix "s" tag name function.
4141         (shr-tag-s): Fix face prop name.
4142
4143 2010-10-03  Julien Danjou  <julien@danjou.info>
4144
4145         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
4146
4147         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
4148         gnus-window-inside-pixel-edges.
4149
4150         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
4151         gnus-ems.
4152
4153         * mm-view.el (mm-inline-image-emacs): Support image resizing.
4154
4155         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
4156         function.
4157
4158         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
4159         resize choice.
4160
4161 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4162
4163         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
4164         beginning of the buffer.
4165
4166         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
4167         article buffer again.
4168
4169         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
4170
4171         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
4172         when it's at the start of the buffer.
4173
4174         * shr.el (shr-tag-blockquote): Convert name.
4175         (shr-rescale-image): Use the right image-size variant.
4176
4177         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
4178         buffer isn't shown, then select the current article first instead of
4179         bugging out.
4180         (gnus-summary-select-article-buffer): Show both the article and summary
4181         buffers again.
4182
4183         * shr.el (shr-fontize-cont): Protect against regions with no text.
4184         Rename tag functions to shr-tag-* for enhanced security.
4185         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
4186
4187 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
4188
4189         * shr.el (shr-insert):
4190         * pop3.el (pop3-movemail):
4191         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
4192         loaded.
4193
4194 2010-10-03  Glenn Morris  <rgm@gnu.org>
4195
4196         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
4197
4198         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
4199
4200         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
4201
4202         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
4203
4204         * gnus-util.el (gnus-make-local-hook): Simplify.
4205
4206 2010-10-02  Julien Danjou  <julien@danjou.info>
4207
4208         * gnus-util.el (gnus-iswitchb-completing-read): New function.
4209         (gnus-ido-completing-read): New function.
4210         (gnus-emacs-completing-read): New function.
4211         (gnus-completing-read): Use gnus-completing-read-function.
4212         Add gnus-completing-read-function.
4213
4214 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4215
4216         * shr.el (shr-insert-document): Autoload.
4217         (shr-img): Be silent.
4218         (shr-insert): Add a newline after every picture before text.
4219         (shr-add-font): Use overlays for combining faces.
4220         (shr-insert): Pass upwards the text start point.
4221
4222         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
4223         possible.
4224         (mm-shr): New function.
4225
4226 2010-10-02  Julien Danjou  <julien@danjou.info>
4227
4228         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
4229         should go backward.
4230
4231 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
4232
4233         * shr.el (shr): Fix typo in provide call.
4234
4235 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4236
4237         * shr.el: New file.
4238
4239         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
4240
4241         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
4242         completing read.
4243
4244 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4245
4246         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
4247         we're being queried about.  Suggested by Dan Jacobson.
4248
4249         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
4250         Suggested by Jason Eisner.
4251
4252         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
4253         table, too.  Suggested by Stefan Wiens.
4254         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
4255         the table unnecessary.  Suggested by Stefan Wiens.
4256
4257         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
4258         longer needed, and probably doesn't work either, as pointed out by
4259         Stefan Wiens.
4260         (gnus-summary-exit): Remove call to the clearing function.
4261         (gnus-summary-exit-no-update): Ditto.
4262
4263         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
4264         instead of gnus-eval-in-buffer-window to avoid popping up frames.
4265         Reported by Stefan Monnier.
4266         (gnus-summary-save-in-rmail): Ditto.
4267
4268         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
4269         article buffer, instead of both the article buffer and the summary
4270         buffer.  Sort of suggested by Dan Jacobson.
4271
4272         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
4273
4274         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
4275         Suggested by Dan Jacobson.
4276
4277         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
4278         documentation clearer.
4279
4280         * message.el (message-shorten-references): Comment on the number "21".
4281         Suggested by Stefan Monnier.
4282
4283         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
4284         Suggested by Dan Jacobson.
4285
4286         * gnus.el (gnus-large-newsgroup):
4287         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
4288
4289         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
4290         externalize attachments.  Bug reported by Steve Wen.
4291
4292         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
4293         really message anything to the user.
4294
4295         * nnmail.el (nnmail-article-group): Allow using the fancy split method
4296         directly.
4297
4298         * nnimap.el (nnimap-request-group): Low higher than high to signal no
4299         messages in empty groups.
4300
4301 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
4302
4303         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
4304         non-UIDNEXT group.
4305
4306 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4307
4308         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
4309         not the value from the collection.
4310
4311         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
4312         values.  This sometimes happens on some groups that have no info.
4313         (nnimap-request-newgroups): New function.
4314
4315 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
4316
4317         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4318         check into `gnus-registry-initialize'.
4319         (gnus-registry-initialize): Ditto.
4320         Fix and extend header docs.
4321
4322 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4323
4324         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4325         regexp backtrace overflows.
4326
4327         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4328         for starttls that tls.el implements; i.e. openssl.
4329
4330         * tls.el (tls-starttls-switches): Give up on using starttls with
4331         gnutls-cli.
4332         (tls-program): Add --insecure to be consistent with the defaults from
4333         openssl s_client.  Now all three commands are insecure.
4334
4335 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4336
4337         * lpath.el: Bind completion-styles-alist for XEmacs.
4338
4339         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4340         (gravatar-create-image): New function that's an alias to
4341         gnus-xmas-create-image, gnus-create-image, or create-image.
4342         (gravatar-data->image): Use it.
4343
4344 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
4345
4346         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4347         install the nnregistry refer method.
4348         (gnus-registry-install-hooks): Use it.
4349         (gnus-registry-unfollowed-groups): Add nnmairix to the default
4350         unfollowed groups.
4351
4352 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
4353
4354         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4355         expanding threads.
4356
4357 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4358
4359         * nnir.el: Use the server names without suffixes (bug #7009).
4360
4361         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4362         unencrypted to STARTTLS, if possible.
4363
4364 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4365
4366         * message.el (message-ignored-supersedes-headers): Strip Injection-*
4367         headers before superseding.
4368
4369 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4370
4371         * nnrss.el (nnrss-use-local): Add documentation.
4372
4373         * nnimap.el (nnimap-extend-tls-programs): New function.
4374         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4375         (nnimap-wait-for-connection): Accept the greeting from the stupid
4376         output from openssl s_client -starttls, too.
4377
4378         * tls.el (tls-starttls-switches): New variable.
4379         (tls-find-starttls-argument): Use it.
4380         (open-tls-stream): Ditto.
4381
4382         * netrc.el (netrc-credentials): Return the value of the "default" entry.
4383         (netrc-machine): Ditto.
4384
4385         * nnimap.el (nnimap-find-article-by-message-id): Really return the
4386         article number.
4387         (nnimap-split-fancy): New variable.
4388         (nnimap-split-incoming-mail): Use it.
4389
4390         * nntp.el (nntp-server-list-active-group): Document.
4391
4392         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4393         SELECT to get the message-id.
4394
4395         * mail-source.el (mail-sources): Remove webmail support.
4396         (defvar): Ditto.
4397         (mail-source-fetcher-alist): Ditto.
4398         (mail-source-fetch-webmail): Remove.
4399
4400         * webmail.el: Remove -- doesn't seem relevant any more.
4401
4402         * gnus.el: Fix up make-obsolete-variable declarations throughout.
4403
4404         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4405         the \r.
4406
4407 2010-09-30  Julien Danjou  <julien@danjou.info>
4408
4409         * gnus-agent.el (gnus-agent-add-group): Fix call to
4410         gnus-completing-read.
4411
4412 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4413
4414         * nndoc.el (nndoc-retrieve-groups): New function.
4415
4416         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4417         `default', use nnmail-split-methods.
4418         (nnimap-request-article): Downcase the NILs so that they are nil.
4419
4420         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4421         symbol.
4422
4423         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4424         code, since if the user has requested network, that's what they ought
4425         to get.
4426         (nnimap-request-set-mark): Erase the buffer before issuing commands.
4427         (nnimap-split-rule): Mark as obsolete.
4428
4429         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4430         New variable.
4431
4432         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4433         correct slot, too.
4434
4435 2010-09-29  Julien Danjou  <julien@danjou.info>
4436
4437         * gnus.el (gnus-local-domain): Declare variable obsolete.
4438
4439         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4440         Fix history computing.
4441         (gnus-ido-completing-read): Require ido.
4442
4443 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4444
4445         * gnus-registry.el: Don't prompt on load, which makes it impossible to
4446         build Gnus.
4447
4448         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4449         when interpreting the structures.
4450         (nnimap-request-accept-article): Add \r\n to the lines to make this
4451         work with Cyrus.
4452
4453         * nndraft.el (nndraft-request-expire-articles): Use the group name
4454         instead if "nndraft".  Fix found by Nils Ackermann.
4455
4456 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
4457
4458         * nnregistry.el: Add.
4459
4460 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4461
4462         * nnmail.el (group, group-art-list, group-art):
4463         Remove unneeded directives.
4464
4465 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4466
4467         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4468         (mm-mime-charset)
4469         * rfc2047.el (rfc2047-syntax-table)
4470         * utf7.el (utf7-utf-16-coding-system): Comment fix.
4471
4472         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4473         rather than `insert-file-contents' and `eval-region'.
4474
4475         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
4476         construction.
4477
4478         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
4479
4480         * time-date.el: No need to require cl for Emacs 21.
4481
4482 2010-09-29  Julien Danjou  <julien@danjou.info>
4483
4484         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4485         replacement of `gnus-gravatar-relief' to mimic
4486         `gnus-faces-properties-alist'.
4487         Add :version property.
4488
4489 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4490
4491         * mail-source.el (mail-source-report-new-mail)
4492         * message.el (message-default-mail-headers)
4493         * mm-decode.el (mm-valid-image-format-p): Comment fix.
4494
4495         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4496
4497 2010-09-28  Julien Danjou  <julien@danjou.info>
4498
4499         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4500         mail-address contains the same string as real-name.
4501
4502         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4503         non-blank in header, otherwise it'll get stripped.
4504
4505         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4506         real-name, and then for mail address rather than doing : or , search.
4507
4508 2010-09-27  Julien Danjou  <julien@danjou.info>
4509
4510         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4511         right completing-read function.
4512         (gnus-use-ido): New variable
4513         (gnus-completing-read-with-default): Remove.
4514         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4515         (gnus-agent-add-group):
4516         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4517         * mm-view.el (mm-view-pkcs7-decrypt):
4518         * mm-util.el (mm-codepage-setup):
4519         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4520         * mml-smime.el (mml-smime-openssl-sign-query):
4521         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4522         (mml-insert-multipart):
4523         * gnus-msg.el (gnus-summary-yank-message):
4524         * gnus-int.el (gnus-start-news-server):
4525         * mm-decode.el (mm-interactively-view-part):
4526         * gnus-dired.el (gnus-dired-attach):
4527         * gnus.el (gnus-read-method):
4528         * gnus-bookmark.el (gnus-bookmark-jump):
4529         * gnus-art.el (gnus-mime-view-part-as-type)
4530         (gnus-mime-action-on-part, gnus-article-encrypt-body):
4531         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4532         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4533         * nnmairix.el (nnmairix-create-server-and-default-group)
4534         (nnmairix-update-groups, nnmairix-get-server)
4535         (nnmairix-backend-to-server, nnmairix-goto-original-article)
4536         (nnmairix-get-group-from-file-path):
4537         * nnrss.el (nnrss-find-rss-via-syndic8):
4538         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4539         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4540         (gnus-group-browse-foreign-server):
4541         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4542         (gnus-summary-execute-command, gnus-summary-respool-article)
4543         (gnus-read-move-group-name):
4544         * gnus-score.el (gnus-summary-increase-score)
4545         (gnus-summary-score-effect):
4546         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4547
4548 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4549
4550         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
4551         x-focus-frame.
4552
4553         * nnimap.el (auth-source-forget-user-or-password)
4554         (auth-source-user-or-password): Autoload.
4555
4556         * message.el (message-from-style, message-interactive)
4557         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4558         (message-yank-prefix, message-indentation-spaces, message-signature)
4559         (message-signature-file): Add comment.
4560
4561 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4562
4563         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4564         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4565         new articles.
4566
4567         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4568         parts.
4569         (nnimap-request-article): Work with the t setting, too.
4570
4571         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4572         that you don't get flashes of other buffers.
4573         (gnus-summary-show-complete-article): Intern before setting.
4574
4575 2010-09-27  David Engster  <dengste@eml.cc>
4576
4577         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4578         well as HEADERS.
4579         (nnmairix-retrieve-headers): Provide new argument for the above.
4580
4581 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4582
4583         * gnus-sum.el (gnus-summary-move-article): Don't alter
4584         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4585         group.
4586
4587         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4588
4589         * message.el (message-cite-prefix-regexp): Revert my last edit.
4590
4591         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4592         variable instead of the Gnus variable.
4593
4594         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4595
4596         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4597
4598         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4599         since some servers don't like it.
4600         (nnimap-open-connection): Forget credentials if the server says the
4601         password was wrong.
4602         (nnimap-parse-line): Protect against invalid data.
4603
4604         * gnus-sum.el (gnus-summary-move-article): Add comment.
4605         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4606         nothing alters it while scanning for new messages.
4607
4608         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4609         which may or may not help.
4610         (nnimap-open-connection): If we're doing a stream connection, and then
4611         discover we're on a STARTTLS-capable server, then open a STARTTLS
4612         connection instead.
4613
4614 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4615
4616         * nnimap.el (utf7): Require.
4617
4618         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4619         prefix.
4620
4621 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4622
4623         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4624
4625 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4626
4627         * nnimap.el (nnimap-request-accept-article): Message the error on
4628         error.
4629
4630 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4631
4632         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4633
4634 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4635
4636         * nndoc.el (nndoc-request-list): Return success always.
4637
4638         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4639         `fetch-old' -- we only want to fetch the articles we've requested.
4640         The rest are in the agent, probably.
4641         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4642         disappeared server" to something low.  It's not important.
4643
4644         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4645         arrived before the FETCH data.
4646
4647         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4648         target here, because we don't know the Gnus name of the group.
4649
4650         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4651         for the correct group.
4652
4653         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4654
4655         * gnus.el (gnus): Give a final warning after startup.
4656
4657         * gnus-util.el (gnus-action-message-log): New variable.
4658         (gnus-message): Use it.
4659         (gnus-final-warning): New function.
4660
4661         * nnimap.el (nnimap-open-connection): Record the greeting.
4662         (nnimap): Add greeting.
4663
4664 2010-09-26  Julien Danjou  <julien@danjou.info>
4665
4666         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4667         arguments.
4668         (gnus-html-wash-images): Fix spec computing to include start/end.
4669
4670         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4671
4672 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4673
4674         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4675         deletion.
4676         (nnimap-retrieve-headers): Don't select the group, because that's
4677         already done by nnimap-possibly-change-group.
4678
4679         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4680         (gnus-picon-transform-address): Use it.
4681
4682         * mail-source.el (mail-source-value): Revert previous patch.
4683
4684         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4685         on failure.
4686         (nnimap-open-connection): Look up both virtual and physical server name
4687         credentials.
4688
4689         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4690
4691 2009-02-07  Dave Love  <fx@gnu.org>
4692
4693         * tls.el (open-tls-stream): Don't query killing process.
4694
4695 2009-02-08  Dave Love  <fx@gnu.org>
4696
4697         * gnus-win.el (gnus-window-to-buffer-helper)
4698         (gnus-all-windows-visible-p): Function needn't be a symbol.
4699
4700         * mail-source.el (mail-source-value): Function needn't be a symbol.
4701
4702 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4703
4704         * message.el (message-cite-prefix-regexp): Remove } from the cite
4705         prefix.
4706
4707         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4708         highlight again, so that the highlight is correct.
4709
4710         * gnus-picon.el (gnus-picon): Remove again.
4711         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4712
4713         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4714         doing the header highlightling, so that the background colour of the
4715         picon is correct.
4716
4717         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4718         (gnus-picon): Ditto.
4719         (gnus-picon): Reinstate.  The background colour for picons is white.
4720         (gnus-picon-insert-glyph): Make the background white.
4721
4722         * nnml.el (nnml-open-nov): Don't return dead buffers.
4723
4724         * auth-source.el (auth-source-create): Query the user for whether to
4725         store the credentials.
4726
4727         * netrc.el (netrc-store-data): New function.
4728
4729         * auth-source.el (auth-source-user-or-password): Use the existing auth
4730         sources, if any, for creation.
4731
4732         * gnus.el (gnus-group-fast-parameter): Return the last matching
4733         parameter instead of the first matching parameter.
4734
4735 2010-09-26  Julien Danjou  <julien@danjou.info>
4736
4737         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4738
4739 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4740
4741         * mml2015.el (mml2015-use): Remove gpg support.
4742
4743         * mml1991.el (mml1991-function-alist): Remove gpg function.
4744         (mml1991-gpg-sign): Remove.
4745
4746 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4747
4748         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4749         (gnus-browse-unsubscribe-current-group): Document it.
4750         (gnus-browse-unsubscribe-group): Use it.
4751
4752 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4753
4754         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4755         address to the To list for easier response.
4756
4757         * gnus.el (gnus-play-startup-jingle): Remove.
4758         (gnus-splash): Don't play jingle.
4759         (gnus): Silence gnus-load message.
4760
4761         * gnus-art.el (gnus-treat-play-sounds): Remove.
4762
4763         * gnus.el (gnus-play-jingle): Remove audio support.
4764
4765         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4766
4767         * earcon.el: Remove -- no users.
4768
4769         * gnus-audio.el: Remove -- no users of this package.
4770
4771         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4772
4773         * gnus-start.el (gnus-setup-news): Remove nocem support.
4774
4775         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4776
4777         * gnus.el (gnus-use-nocem): Remove.
4778
4779         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4780         Remove.
4781
4782         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4783         uses NoCeM any more.
4784
4785         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4786         (gnus-button-ctan-handler): Ditto.
4787         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4788         (gnus-button-ctan-directory-regexp): Ditto.
4789         (gnus-button-handle-ctan): Ditto.
4790         (gnus-button-tex-level): Ditto.
4791         (gnus-button-alist): Remove CTAN stuff.
4792
4793 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4794
4795         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4796         nnimap-streaming test.
4797
4798         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4799         servers twice.
4800
4801         * nnimap.el (nnimap-open-connection): Add more error reporting when
4802         nnimap fails early.
4803
4804         * nnheader.el (nnheader-get-report-string): New function.
4805         (nnheader-get-report): Use it.
4806
4807         * gnus-int.el (gnus-check-server): Say what the error was when opening
4808         failed.
4809
4810         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4811         using streaming.
4812
4813 2010-09-25  Julien Danjou  <julien@danjou.info>
4814
4815         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4816         gnus-window-inside-pixel-edges.
4817
4818 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4819
4820         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4821
4822         * mm-decode.el (mm-save-part): Allow saving to other directories the
4823         normal Emacs way.
4824
4825         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4826         Suggested by Jay Berkenbilt.
4827
4828         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4829         there isn't a single byte.
4830
4831         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4832         just do it.  It doesn't really seem to matter what the user responds
4833         here, I think, so it's just a confusing question.
4834
4835         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4836         non-streaming case.
4837
4838         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4839         (gnus-article-encrypt-body): Use it.
4840
4841         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4842         keystroke.
4843
4844         * nnimap.el (nnimap-find-wanted-parts-1):
4845         Use gnus-fetch-partial-articles.
4846
4847         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4848
4849         * nnimap.el (nnimap-insert-partial-structure): New function.
4850         (nnimap-get-partial-article): New function.
4851         (nnimap-request-article): Use it.
4852         (nnimap-wait-for-response): Return whether the wait was successful.
4853         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4854         retrieval wasn't successful.
4855         (nnimap-retrieve-group-data-early): Allow throttling servers.
4856         (nnimap-streaming): New variable.
4857         (nnimap-fetch-partial-articles): Remove.
4858
4859         * mm-decode.el (mm-with-part): Protect against killed buffers.
4860
4861         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4862         for prettier summary display.
4863
4864 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4865
4866         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4867
4868 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4869
4870         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4871         apparently third-party libraries depend on it.
4872
4873         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4874         before starting negotiation.
4875
4876         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4877         privacy reasons.
4878         (gnus-treat-mail-gravatar): Ditto.
4879
4880         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4881         buffer when inserting images.  Inserting text into the headers, for
4882         instance, can make them invalid.
4883
4884 2010-09-25  Julien Danjou  <julien@danjou.info>
4885
4886         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4887         variables.
4888
4889         * nnheader.el: Remove useless variables news-reply-yank-from and
4890         news-reply-yank-message-id.
4891
4892         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4893         variables.
4894
4895         * mml1991.el: Remove useless mml1991-verbose.
4896
4897         * gnus.el: Remove useless variable gnus-use-generic-from.
4898         Remove obsolete variable gnus-topic-indentation.
4899
4900         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4901
4902         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4903
4904         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4905
4906         * gnus-group.el: Remove useless gnus-group-icon-cache.
4907         Remove useless gnus-ephemeral-group-server.
4908
4909         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4910
4911         * mml2015.el: Remove useless mml2015-verbose.
4912
4913         * mml-smime.el: Remove useless mml-smime-verbose.
4914
4915         * gnus.el: Remove useless gnus-local-domain.
4916
4917         * gnus-gravatar.el (gnus-gravatar-transform-address):
4918         Use gnus-gravatar-size.
4919
4920         * gnus-art.el: Remove useless gnus-treat-translate.
4921
4922 2010-09-24  Julien Danjou  <julien@danjou.info>
4923
4924         * gnus-sum.el: Add support for Gravatars.
4925
4926         * gnus-art.el: Add support for Gravatars.
4927
4928         * gnus-gravatar.el: Add this file.
4929
4930         * gravatar.el: Add this file.
4931
4932 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4933
4934         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4935
4936         * gnus-group.el (gnus-group-fetch-faq): Remove.
4937
4938         * gnus.el (gnus-group-faq-directory): Remove.
4939
4940         * gnus-group.el (gnus-group-fetch-charter): Remove.
4941
4942         * gnus.el (gnus-group-charter-alist): Remove.
4943
4944         * gnus-group.el (gnus-group-archive-directory): Remove.
4945         (gnus-group-recent-archive-directory): Ditto.
4946         (gnus-group-make-archive-group): Remove.
4947
4948         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4949
4950         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4951         use the same article number for all the cached articles.
4952
4953         * nnimap.el (nnimap-command): Register the last command time so
4954         that we can use it for idling NOOPs.
4955         (nnimap-open-connection): Start the keeplive timer.
4956         (nnimap-make-process-buffer): Store all the process buffers.
4957         (nnimap-keepalive): New function.
4958
4959         * starttls.el (starttls-open-stream): Add autoload cookie.
4960
4961 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4962
4963         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4964         handling.
4965
4966 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4967
4968         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4969         its data structures.
4970
4971         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4972         instead of the cl.el copy-list.
4973         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4974         equalp.
4975
4976 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4977
4978         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4979         and tool-bar-local-item-from-menu.
4980
4981         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4982         mode-line-highlight face for Emacs.
4983
4984         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4985         loading gnus-sum.elc; fix comment for canlock-verify.
4986         (gnus-article-jump-to-part): Use read-number.
4987         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4988         Remove Emacs pre-21 compatible code for help-echo.
4989         (gnus-article-next-page-1): No need to adjust the number of lines.
4990         (gnus-article-describe-bindings): Always use help-buffer.
4991
4992         * gnus-audio.el (gnus-audio-inline-sound)
4993         * gnus-cus.el (gnus-custom-mode)
4994         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4995
4996         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4997
4998         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4999         compatible code.
5000
5001 2010-09-24  Glenn Morris  <rgm@gnu.org>
5002
5003         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
5004         visiting the fcc file in rmail-mode.
5005
5006         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
5007
5008 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5009
5010         * nnir.el: Silence the byte compiler.
5011
5012         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
5013         alias to browse-url-url-encode-chars if any.
5014         (gnus-html-encode-url): Use it.
5015
5016 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5017
5018         * gnus-start.el (gnus-use-backend-marks): New variable.
5019         (gnus-get-unread-articles-in-group): Use it.
5020
5021         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
5022         makeover.
5023
5024 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5025
5026         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
5027
5028 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5029
5030         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
5031         Remove.
5032         (gnus-setup-news-hook):
5033         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
5034
5035         * gnus-int.el (gnus-request-update-info): Protect against backends not
5036         having the function.
5037
5038         * nnimap.el (nnimap-stream): Mention starttls.
5039         (nnimap-open-connection): Add starttls support.
5040
5041 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5042
5043         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
5044
5045 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5046
5047         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
5048         BODYSTRUCTUREs.
5049         (nnimap-transform-headers): Unfold quoted {42} headers.
5050
5051         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
5052         the info.
5053         (gnus-get-unread-articles): Only call updatep on backends that support
5054         it.
5055
5056         * nnweb.el (nnweb-request-update-info): NOOP.
5057
5058         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
5059
5060         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
5061         since it only deals with marks.
5062
5063         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
5064         gnus-request-marks, and make a new gnus-request-update-info.
5065
5066         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
5067         the active instead of the high number, which is usually too low.
5068
5069 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
5070
5071         * netrc.el (netrc-parse): Remove encrypt.el mentions.
5072         * encrypt.el: Remove.
5073
5074 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5075
5076         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
5077         server in symbolic form.
5078
5079         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
5080
5081 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5082
5083         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
5084         (nnimap-update-info): Fix up code slightly.
5085
5086         * gnus-int.el (gnus-open-server): Add tracing for performance
5087         debugging.
5088
5089         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
5090         (gnus-group-insert-group-line): Pass the real group name so that it
5091         gets the right data.
5092
5093         * gnus-start.el (gnus-get-unread-articles): Don't have
5094         `gnus-get-unread-articles-in-group' update info, since that can be
5095         really slow and doesn't seem to be needed?
5096
5097 2010-09-22  Dan Christensen  <jdc@uwo.ca>
5098
5099         * time-date.el (date-to-time): Try using parse-time-string first before
5100         using the slower timezone-make-date-arpa-standard.
5101
5102 2010-09-22  Julien Danjou  <julien@danjou.info>
5103
5104         * gnus-group.el (gnus-group-insert-group-line):
5105         Call gnus-group-highlight-line.
5106         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
5107         default hook list.
5108         (gnus-group-update-eval-form): Add new function.
5109         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
5110         (gnus-group-get-icon): Use gnus-group-update-eval-form.
5111
5112 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5113
5114         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
5115         immediate, then expire all articles.
5116         (nnimap-update-info): Fix off-by-one errors.
5117         (nnimap-flags-to-marks): Would return no marks lists for group with no
5118         flags.  Instead return the other data.
5119
5120 2010-09-22  Julien Danjou  <julien@danjou.info>
5121
5122         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
5123         Only return an icon.
5124         (gnus-group-insert-group-line): Compute icon to return.
5125
5126         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
5127         (gnus-html-image-fetched): Only cache if
5128         gnus-html-image-automatic-caching is set.
5129         (gnus-html-image-fetched): Check for errors.
5130
5131 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5132
5133         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
5134         once per method on `g'.  This ensures that backends like nnfolder don't
5135         open all their folders.
5136
5137         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
5138         (nnimap-request-list): Nix out group in the correct buffer.
5139         (nnimap-parse-flags): Implement by using `read' instead of
5140         hand-parsing.
5141         (nnimap-flags-to-marks): Pass on permanent-flags.
5142         (nnimap-make-process-buffer): Record the server name.
5143         (nnimap-parse-flags): Fix typo.
5144         (nnimap-request-scan): Run split on the server in general, not just a
5145         single group.
5146
5147         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
5148         parameter, and propagate this downwards.
5149
5150         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
5151         since EXAMINE changes it on the server.
5152
5153         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
5154         this command might take a while.
5155
5156 2010-09-22  Julien Danjou  <julien@danjou.info>
5157
5158         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
5159         harmful if you have 2 images side-by-side, they can't be properly
5160         update on text deletion.  Using text-property is safer here.
5161         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
5162         data.
5163
5164 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5165
5166         * nnimap.el (nnimap-expunge-inbox): Remove.
5167         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
5168         (nnimap-expunge): Flip default to t.
5169
5170         * gnus.el (gnus-method-to-server): Don't push things to the cache
5171         unless it's unique.
5172         (gnus-server-to-method): Ditto.
5173
5174 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5175
5176         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
5177
5178 2010-09-22  Julien Danjou  <julien@danjou.info>
5179
5180         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
5181         get the start of data.
5182         (gnus-html-encode-url): Add this function to encode special chars in
5183         URL.
5184         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
5185         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
5186
5187         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
5188         default.
5189         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
5190
5191         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
5192         images alt-text.
5193         (gnus-html-put-image): Put alt-text as help-echo.
5194
5195 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5196
5197         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
5198         * mm-util.el (mm-decompress-buffer)
5199         * nnir.el (nnir-run-find-grep)
5200         * pop3.el (pop3-list): Use 3rd arg of split-string.
5201
5202         * time-date.el (format-seconds): Comment fix.
5203
5204         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
5205         and byte-optimize-form-code-walker.
5206         (dgnushack-make-auto-load): Don't advise make-autoload.
5207
5208         * lpath.el: Remove Emacs 21 stuff.
5209
5210 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5211
5212         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
5213         outside the active range.  Suggested by Dan Christensen.
5214
5215         * gnus-start.el (gnus-get-unread-articles): Get the extended method
5216         slightly later to avoid double-getting it.
5217
5218         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
5219         previous patch.
5220
5221         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
5222
5223 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
5224
5225         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
5226
5227 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5228
5229         * gnus-int.el (gnus-open-server): Give a better error message in the
5230         "go offline" case.
5231
5232         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
5233         marks for nnimap, which is seldom the right thing to do.
5234
5235         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
5236         (gnus-same-method-different-name): New function.
5237
5238         * nnimap.el (parse-time): Require.
5239
5240         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
5241         method in the presence of many similar methods.
5242
5243         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
5244
5245         * nnimap.el (nnimap-find-expired-articles): Don't refer to
5246         nnml-inhibit-expiry.
5247
5248         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
5249         find out whether methods are equal.
5250
5251         * nnimap.el (nnimap-find-expired-articles): New function.
5252         (nnimap-process-expiry-targets): New function.
5253         (nnimap-request-move-article): Request the article before looking at
5254         what the Message-ID is.  Fix found by Andrew Cohen.
5255         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
5256
5257         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
5258         for oldness in addition to being a predicate.
5259
5260         * nnimap.el (nnimap-request-group): When we have zero articles, return
5261         the right data to Gnus.
5262         (nnimap-request-expire-articles): Only delete articles immediately if
5263         the target is 'delete.
5264
5265         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
5266         method, this would bug out.
5267
5268         * gnus-group.el (gnus-group-expunge-group): Rename from
5269         gnus-group-nnimap-expunge, and implemented as a normal interface
5270         function.
5271
5272         * gnus-int.el (gnus-request-expunge-group): New function.
5273
5274         * nnimap.el (nnimap-request-create-group): Implement.
5275         (nnimap-request-expunge-group): New function.
5276
5277 2010-09-21  Julien Danjou  <julien@danjou.info>
5278
5279         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
5280         (gnus-html-cache-expired): Add new function.
5281         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
5282         wethever we should display image for fetch it.
5283         Compute alt-text earlier to pass it to the fetching function too.
5284         (gnus-html-schedule-image-fetching): Change function argument to only
5285         get one image at a time, not a list.
5286         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
5287         cache.
5288         (gnus-html-get-image-data): New function to retrieve image data from
5289         cache.
5290         (gnus-html-put-image): Change buffer argument to use image data rather
5291         than file, and place image above region rather than inserting a new
5292         one.  Do not take alt-text as argument, since it's useless now: we place
5293         the image above alt-text.
5294         (gnus-html-prune-cache): Remove.
5295         (gnus-html-show-images): Start to fetch image when we find one, do not
5296         push into a temporary list.
5297         (gnus-html-prefetch-images): Only fetch image if they have expired.
5298         (gnus-html-browse-image): Fix, use 'gnus-image-url.
5299         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
5300
5301 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5302
5303         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
5304
5305 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5306
5307         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
5308         spec inser "*" if the group isn't active instead of 0.
5309
5310         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
5311         opening the server.
5312         (nnimap-request-delete-group): Implement group deletion.
5313         (nnimap-transform-headers): Return the size of the entire message in
5314         the Bytes header, not just the size of the first part.
5315         (nnimap-request-move-article): When moving an article from nnimap,
5316         request the article first so the accepting form has an article to
5317         accept.  Reported by Dan Christensen.
5318         (nnimap-command): Make sure that the error message doesn't error out.
5319
5320 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
5321
5322         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
5323         we haven't requested anything.
5324
5325 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5326
5327         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
5328         "".  Fix found by Andrew Cohen.
5329
5330         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
5331         instead of -encode-string.
5332
5333 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5334
5335         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
5336
5337         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
5338         by mm-subst-char-in-string.
5339
5340 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5341
5342         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5343         waiting for the connection string.
5344
5345         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5346         arriving.
5347
5348         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5349         bogus characters.  This allows selecting certain Gmail groups.
5350
5351         * nnimap.el (nnimap-find-wanted-parts-1): New function.
5352         (nnimap-fetch-partial-articles): New variable.
5353         (nnimap-open-connection): When looking for credentials, also use the
5354         nnimap-server-port.
5355         (nnimap-request-article): Return the group/article number, so that Gnus
5356         `^' works as expected.
5357         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5358
5359         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5360         comments.
5361         (gnus-methods-sloppily-equal): New function.
5362         (gnus): When using the development version of Gnus, load the gnus-load
5363         file.
5364
5365         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5366         `gnus-open-server' on each method before trying to scan them etc.
5367         This ensures that all the backend parameters are set correctly.
5368
5369         * nnimap.el (nnimap-authenticator): New variable.
5370         (nnimap-open-connection): Allow anonymous login.
5371         (nnimap-transform-headers): The chars header is called Chars not Bytes.
5372         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5373
5374         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5375         patch, found by Knut Anders Hatlen.
5376
5377 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
5378
5379         * gnus-agent.el (gnus-agent-batch-confirmation)
5380         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5381         to gnus-message.
5382         * gnus-art.el (gnus-article-describe-briefly): Likewise.
5383         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5384         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5385         * gnus-int.el (gnus-open-server): Likewise.
5386         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5387         (gnus-score-check-syntax): Likewise.
5388         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5389         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5390         Likewise.
5391         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5392
5393 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5394
5395         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5396         calling conventions so that prefetch doesn't bug out.
5397
5398 2010-09-19  Julien Danjou  <julien@danjou.info>
5399
5400         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5401         rather than `subst-char-in-region' in order to be able to replace ASCII
5402         char by UTF-8 ones.
5403
5404         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5405         than curl.
5406         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5407         the right URL and ALT text on images.
5408         (gnus-html-wash-tags): Fix tag case.
5409         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
5410         (gnus-article-html): Add -o display_ins_del=2 option.
5411         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5412
5413 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5414
5415         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5416         the extra mail headers, which sometimes seem to happen for unknown
5417         reasons.
5418
5419         * mail-parse.el (mail-header-encode-parameter): Define as
5420         rfc2045-encode-string instead of as rfc2231-encode-string, since some
5421         (or most, perhaps?) mail readers don't understand the latter, but do
5422         understand the former.
5423
5424         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5425         to nil, so that no methods are automatically agentized.  I think this
5426         is probably what most users want.
5427
5428         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5429         from url-retrieve, for instance about invalid URLs.
5430
5431         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5432         groups that have no articles.
5433         (nnimap-request-article): Check that we really got an article when we
5434         requested one.
5435
5436         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5437         doesn't exist.
5438
5439         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5440         nntp buffer so the agent can save it.
5441         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5442         that CRLF doesn't get translated to \n.
5443         (nnimap-open-connection): Don't make 'shell commands only send \n.
5444
5445 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5446
5447         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5448         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5449         Update var name.
5450         (nnml-generate-nov-file): Use dolist.
5451         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5452         Use with-current-buffer.
5453
5454 2010-09-18  Julien Danjou  <julien@danjou.info>
5455
5456         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5457         parallel.
5458
5459 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5460
5461         * nnimap.el (nnimap-update-info): When doing partial marks update, get
5462         the range update right.
5463         (nnimap-request-group): Don't make `M-g' bug out on group with no
5464         marks.
5465         (nnoo): Require, so that other packages can require nnimap.
5466         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5467         command we're looking for.  This helps when the server sends more
5468         responses after we've gotten everything we expected.
5469         (nnimap): Add a `newlinep' field to keep track of end-of-line
5470         conventions.
5471         Don't send CRLF to things that don't want it.
5472         (nnimap-request-accept-article): Ditto.
5473
5474 2010-09-18  Julien Danjou  <julien@danjou.info>
5475
5476         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5477         than curl to retrieve images.
5478
5479 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5480
5481         * nnimap.el (nnimap-update-info): Extend the info so that we can set
5482         the marks.
5483         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5484         (nnimap-wait-for-connection): New function.
5485         (nnimap-open-connection): If we have PREAUTH, don't query for login
5486         credentials.
5487         (nnimap-update-info): Fix off-by-one error when concatenating ranges
5488         when doing a partial update.
5489
5490 2010-09-18  Julien Danjou  <julien@danjou.info>
5491
5492         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5493         tags.
5494
5495 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5496
5497         * nnimap.el (nnimap-credentials): New function.
5498         (nnimap-open-connection): Use the new function to look for credentials
5499         also on the numeric equivalents of "imap" and "imaps".
5500
5501         * gnus-start.el (gnus-activate-group): Send the info to
5502         gnus-request-group.
5503
5504         * nnimap.el (nnimap-request-group): Have the "check" version of the
5505         function parse flags and update the info, so that a `M-g' get a total
5506         resync of all flags from the group.
5507
5508         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5509         to allow backends to alter the info on group selection.  Also alter all
5510         the backend -request-group functions to take the parameter.
5511
5512         * nnimap.el (nnimap-store-info): New function.
5513         (nnimap-update-info): Store the info for later usage.
5514         (nnimap-request-group): Use the stored info for the dont-check case, so
5515         that we don't retrieve all marks when we enter a group.
5516
5517         * nnimap.el: Use deffoo instead of defun for interface functions.
5518
5519         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5520         update the group info.  This makes the nndraft groups, for instance, go
5521         back to their old behaviour.
5522
5523         * gnus-sum.el (gnus-select-newsgroup): Indent.
5524
5525         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5526         in.
5527         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5528         nothing.
5529
5530         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5531         from methods that are denied.
5532
5533         * gnus-int.el (gnus-method-denied-p): New function.
5534
5535         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5536         store the password instead of netrc.
5537         (nnimap-open-connection): Don't error out when we can't make a
5538         connections.
5539
5540         * auth-source.el (auth-source-create): In the password prompt, say what
5541         we're querying for.  Also prompt for user name if that hasn't been
5542         given.
5543
5544         * nnimap.el (nnimap-with-process-buffer): Remove.
5545
5546 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5547
5548         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5549         method when we're reading from the agent.
5550
5551         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5552
5553         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5554         that's probably most useful for users.
5555
5556         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5557         "failed" all the time.
5558
5559         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5560         ...)) with (with-current-buffer ... ).
5561
5562         * nntp.el (nntp-open-server): Return whether the open was successful or
5563         not.
5564
5565         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5566         select an unread unseen article first.
5567
5568         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5569         /etc/services, supply some sensible port defaults.
5570
5571         * dgnushack.el: Define netrc-credentials.
5572
5573 2010-09-17  Julien Danjou  <julien@danjou.info>
5574
5575         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5576
5577 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5578
5579         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5580         doesn't have any parameters.
5581
5582 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5583
5584         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5585         only upcased checks.
5586
5587         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5588
5589         * nnimap.el (nnimap-open-shell-stream): New function.
5590         (nnimap-open-connection): Use it.
5591         (nnimap-transform-headers): Get the number of lines in each message.
5592         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5593         number of lines.
5594         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5595         problem.
5596
5597         * utf7.el (utf7-encode): Autoload.
5598
5599         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5600         to allow the mail splitting to not return a default group.  This is
5601         useful for nnimap, which will leave unmatched mail in the inbox.
5602
5603         * nnimap.el: Rewritten.
5604
5605         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5606         nnimap usage.
5607
5608         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5609         if the move is internal, so that nnimap can do fast internal moves.
5610
5611         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5612         data.
5613         (gnus-read-active-for-groups): Support finishing the early retrieval of
5614         data.
5615
5616         * gnus-range.el (gnus-range-nconcat): New function.
5617
5618         * gnus-int.el (gnus-finish-retrieve-group-infos)
5619         (gnus-retrieve-group-data-early): New functions.
5620
5621 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5622
5623         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5624         (nnrss-retrieve-groups):
5625         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5626         (pop3-quit): Use with-current-buffer.
5627
5628 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5629
5630         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5631         instead of nnheader-accept-process-output.
5632
5633         * dgnushack.el (dgnushack-compile): Add comment.
5634
5635         * lpath.el: No need to fbind propertize for XEmacs 21.4.
5636
5637         * gnus-html.el (gnus-html-schedule-image-fetching)
5638         (gnus-html-prefetch-images): Replace process-kill-without-query by
5639         gnus-set-process-query-on-exit-flag.
5640
5641 2010-09-16  Romain Francoise  <romain@orebokech.com>
5642
5643         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5644
5645 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5646
5647         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5648         parameter to unintern is mandatory-ish in Emacs 24.
5649
5650         * gnus-html.el (gnus-html-schedule-image-fetching)
5651         (gnus-html-prefetch-images): Check for curl before using it.
5652
5653         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5654         depend on curl, which isn't essential.
5655
5656         * imap.el: Revert back to version
5657         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5658         seem problematic.
5659
5660 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5661
5662         * gnus-registry.el (gnus-registry-install-shortcuts):
5663         Explicitly pass `obarray' to `unintern' to avoid a warning.
5664
5665 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5666
5667         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5668         change.
5669
5670         * nnrss.el (nnrss-request-list): Remove this function and related
5671         functions, including the moreover stuff.
5672
5673 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5674
5675         * nnrss.el (nnrss-retrieve-groups): New function.
5676
5677 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5678
5679         * .dir-locals.el: Add no-byte-compile cookie.
5680
5681 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5682
5683         * time-date.el (format-seconds): Comment fix.
5684
5685         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5686         for back end that doesn't support request-scan.
5687
5688 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5689
5690         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5691         then do request scans from the backends.
5692
5693         * netrc.el (netrc-credentials): New conveniency function.
5694
5695         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5696         avoid running a hook per line, since this takes a lot of time,
5697         profiling shows.
5698         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5699         directly if gnus-visual-p is true.
5700
5701 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5702
5703         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5704         groups; replace mapcar with dolist which is a bit faster; pass groups
5705         info to gnus-read-active-file-1.
5706         (gnus-read-active-file-1): Scan only specified groups if the new
5707         optional arg `infos' is given.
5708
5709 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5710
5711         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5712
5713         * pop3.el (pop3-movemail): Remove.
5714         (pop3-streaming-movemail): Rename to pop3-movemail.
5715
5716         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5717         don't restrict end-tag searches to the end of the line.
5718
5719 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5720
5721         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5722         articles of every unchecked group to t, which means unknown since the
5723         server has never been opened.
5724
5725 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5726
5727         * gnus-html.el (gnus-html-show-alt-text): New command.
5728         (gnus-html-browse-image): Ditto.
5729         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5730         to browse the image directly.
5731         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5732         better.
5733
5734         * gnus-async.el (gnus-async-article-callback):
5735         Call `gnus-html-prefetch-images' unconditionally.
5736
5737         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5738         before feeding URLs to curl.
5739
5740 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5741
5742         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5743         internal images as deletable by `W D D'.
5744
5745         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5746         (gnus-async-article-callback): Fix typo.
5747
5748 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5749
5750         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5751         current line to work around bugs in the output from w3m.
5752
5753         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5754         for groups that want that.
5755
5756         * nntp.el (nntp-wait-for-string): Supply a timeout for
5757         accept-process-output to ensure progress.
5758
5759         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5760         level to get unread articles from, then use that for foreign groups,
5761         too.
5762
5763         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5764         confuses the rest of the function.
5765
5766         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5767         for the methods that support -retrieve-groups, too.
5768
5769         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5770
5771 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5772
5773         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5774         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5775
5776         * pop3.el: Require cl when compiling.
5777         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5778
5779 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5780
5781         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5782         that aren't going to be activated.
5783         (gnus-get-unread-articles): Fix up the last commit.
5784
5785         * gnus-html.el (gnus-article-html): Allow calling without specifying
5786         the handle.  In that case, dissect the buffer first.
5787
5788         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5789
5790         * nnimap.el (nnimap-open-connection): Revert the change that would look
5791         into authinfo for imaps instead of imap.
5792
5793         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5794         say that you don't want to call gnus-request-group with don-check, but
5795         do check the reponse.  This is for virtual groups only.
5796         (gnus-get-unread-articles): Count the archive groups as secondary, so
5797         that they're activated the same way as before.
5798
5799         * imap.el (imap-message-map): Removed optional buffer parameter, since
5800         no callers use it.
5801         (imap-message-get): Ditto.
5802         (imap-message-put): Ditto.
5803         (imap-mailbox-map): Ditto.
5804         (imap-mailbox-put): Ditto.
5805         (imap-mailbox-get): Ditto.
5806         (imap-mailbox-get): Revert last change for this function.
5807
5808         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5809         case-insensitively.
5810         (nnimap-debug): Remove.
5811
5812         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5813         to use `imap-fetch' instead.  According to the comments, this should be
5814         safe, since all other IMAP clients use the 1:* syntax.
5815         (imap-enable-exchange-bug-workaround): Removed.
5816         (imap-debug): Removed -- doesn't seem very useful.
5817
5818         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5819         mail from a file, and the file doesn't exist.
5820
5821         * imap.el (imap-log): New convenience function used throughout instead
5822         of repeating the same code all over the place.
5823
5824         * pop3.el (pop3-streaming-movemail): Return t for success.
5825
5826         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5827         .authinfo if we're using ssl connection.
5828
5829         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5830         already have if we're in a main Gnus `g' run.
5831
5832         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5833
5834 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5835
5836         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5837
5838         * nnmh.el (nnmh-request-list-1): Bind `file'.
5839
5840         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5841         alias to set-process-query-on-exit-flag or process-kill-without-query.
5842         (pop3-open-server): Use it.
5843
5844 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5845
5846         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5847         box to the Incoming file.  Fixes mistake in previous checkin.
5848
5849         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5850         request loop (for debugging purposes) removed.
5851
5852         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5853         culprit is more visible.
5854         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5855         (nnml-add-incremental-nov): New functions to do "incremental" nov
5856         updates, where we just append to the end of the existing nov files
5857         without reading/writing them in full.
5858
5859         * mail-source.el (mail-source-delete-crash-box): Really only check the
5860         incoming files once in a while.
5861
5862         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5863
5864         * mail-source.el (mail-source-delete-crash-box): Only check the
5865         incoming files for deletion once per day to save a lot of file
5866         accesses.
5867
5868         * pop3.el (pop3-logon): Fix up unbound variable typo.
5869
5870         * mail-source.el (pop3-streaming-movemail): Autoload.
5871
5872         * pop3.el (pop3-streaming-movemail):
5873         Respect pop3-leave-mail-on-server.
5874
5875         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5876         retrieval.
5877
5878         * pop3.el (pop3-process-filter): Remove unused function.
5879         (pop3-streaming-movemail, pop3-send-streaming-command)
5880         (pop3-wait-for-messages, pop3-write-to-file)
5881         (pop3-number-of-responses): New functions for streaming pop3
5882         retrieval.
5883
5884         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5885         come from no known methods.
5886         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5887         list.
5888
5889         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5890         message sizes.
5891         (pop3-movemail): Use erase-buffer instead of looping and deleting
5892         regions, which seems rather odd.
5893
5894         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5895         file once per `g' run.
5896
5897         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5898         directories.  This makes the draft queue directory work.
5899
5900         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5901         data from the backends, so that we only request the list of groups from
5902         each method once.  This should speed things up considerably.
5903
5904         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5905         detect that it's not implemented.
5906
5907         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5908         we actually do recurse down into the tree, but don't stat all leaf
5909         nodes.
5910
5911         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5912         then say so instead of bugging out.
5913
5914         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5915         files exist before trying to read them.
5916
5917         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5918         around <pre_int>.
5919
5920         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5921
5922         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5923
5924 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5925
5926         * mm-util.el (mm-image-load-path): Just return the image directories,
5927         not all directories in the path in addition to the image directories.
5928         (mm-image-load-path): Maintain a cache of the image directories so that
5929         the `g' command in Gnus doesn't have to stat dozens of directories each
5930         time.
5931
5932         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5933         (gnus-html-wash-tags): Add a new `i' command to insert images.
5934         (gnus-html-insert-image): New command and keystroke.
5935         (gnus-html-redisplay-with-images): New command and keystroke.
5936         (gnus-html-show-images): Rename command.
5937         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5938         spacers.
5939         (gnus-html-wash-tags): Decode entities at the end, so that entities
5940         inside the tags don't mess up the rest of the "parsing".
5941
5942         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5943         so that nnimap methods aren't agentized by default.  There's apparently
5944         many problems related to agent/imap behaviour.
5945
5946         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5947
5948         * gnus-html.el: Doc fix.
5949
5950 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5951
5952         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5953         specifier-spec-list for Emacs 21.
5954
5955         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5956         glyph-width and glyph-height instead of display-graphic-p and
5957         image-size; make avoidance of displaying small images work for XEmacs.
5958
5959         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5960         for XEmacs.
5961
5962         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5963         of symbol that holds plist data.
5964         (gnus-process-plist): Remove plist of process after getting it.
5965
5966 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5967
5968         * message.el (message-generate-hashcash): Change default to
5969         'opportunistic if hashcash is installed.
5970
5971         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5972         (gnus-html-put-image): Only call image-size once, since it's somewhat
5973         time-consuming on remote X servers.
5974
5975 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5976
5977         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5978         type on data, not a file name.
5979
5980         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5981         window-pixel-edges for Emacs 21.
5982
5983         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5984         decoded contents.
5985         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5986
5987 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5988
5989         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5990         group line format, since it isn't very interesting.
5991
5992         * gnus-agent.el (gnus-agent-short-article),
5993         (gnus-agent-long-article): Increase values for these two variables,
5994         since most people are likely to have more network connection and
5995         storage than before.
5996
5997         * gnus.el (gnus-refer-article-method): Change default to 'current.
5998         When referring an article, the common behaviour is to refer it from the
5999         current select method, not the native select method.  The chances of
6000         the native select method having the message in question is rather slim
6001         these days.
6002
6003         * gnus-sum.el (gnus-auto-select-subject): Change default to
6004         `unseen-or-unread'.  I think it's likely that most people want to
6005         select an unseen article over a previously seen, but unread one.
6006
6007         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
6008         means that in the article buffer none of the minor mode elements will
6009         be shown, usually, and this is not desirable in most cases.
6010
6011         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
6012         that commands like `d' (and the like) go to the next line in the
6013         buffer, instead of the next unread article.  I think this is the
6014         behaviour that is most natural for most users.
6015         (gnus-single-article-buffer): Change default to nil, so that people can
6016         have as many article buffers open as they have summary buffer.  I think
6017         this is the most natural way for the groups to behave.
6018
6019         * message.el (message-generate-new-buffers): Change default to
6020         `unsent', so that all new message buffers start their names with the
6021         string "*unsent", and it's easier to find the buffers if you move from
6022         them.
6023
6024 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6025
6026         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
6027         small.  They're probably tracking images.
6028         (gnus-html-wash-tags): Remove all <pre_int> place holders.
6029         (gnus-html-rescale-image): Yet another try at getting the image sizing
6030         right.
6031
6032         * nntp.el (nntp-request-set-mark): Refuse to do marks if
6033         nntp-marks-file-name is nil.
6034
6035 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6036
6037         * gnus-html.el (gnus-html-wash-tags)
6038         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
6039         Better logging.
6040
6041 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6042
6043         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
6044
6045         * gnus-html.el (gnus-html-wash-tags): Check the value of
6046         gnus-blocked-images in the summary buffer.
6047
6048 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6049
6050         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
6051
6052 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6053
6054         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
6055         like "a", it seems like.
6056         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
6057         since it needs to be picked from the correct buffer.
6058
6059         * nnwfm.el: Remove.
6060
6061         * nnlistserv.el: Remove.
6062
6063 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6064
6065         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
6066         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
6067
6068 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6069
6070         * nnkiboze.el: Remove.
6071
6072         * nndb.el: Remove.
6073
6074         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
6075         alt text.
6076         (gnus-html-rescale-image): Try to get the rescaling logic right for
6077         images that are just wide and not tall.
6078
6079         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
6080         overshadow variable bindings.
6081
6082 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6083
6084         * gnus-html.el (gnus-html-wash-tags)
6085         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
6086         Add extra logging.
6087
6088 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6089
6090         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
6091         (gnus-max-image-proportion): New variable.
6092         (gnus-html-rescale-image): New function.
6093         (gnus-html-put-image): Rescale images.
6094
6095 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6096
6097         Fix up some byte-compiler warnings.
6098         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
6099         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
6100         (gnus-article-fill-cited-article, gnus-article-hide-citation)
6101         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
6102         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
6103         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
6104         (gnus-group-update-group): Use save-excursion and with-current-buffer.
6105
6106 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6107
6108         * gnus-html.el (gnus-article-html): Decode contents by charset.
6109
6110 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6111
6112         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
6113         (gnus-html-frame-width, gnus-blocked-images)
6114         * message.el (message-prune-recipient-rules): Add custom version.
6115         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
6116
6117         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
6118         functions.
6119
6120         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
6121         gnus-process-get.
6122
6123 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
6124
6125         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
6126         instead of lsub directly.
6127
6128 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6129
6130         * nnwarchive.el: Remove.
6131
6132         * gnus-soup.el: Remove.
6133
6134         * nnsoup.el: Remove.
6135
6136         * nnultimate.el: Remove.
6137
6138         * gnus-html.el (gnus-blocked-images): New variable.
6139
6140         * message.el (message-prune-recipients): New function.
6141         (message-prune-recipient-rules): New variable.
6142
6143         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
6144         guess whether a long line is natural text or not.
6145
6146         * gnus-html.el (gnus-html-schedule-image-fetching):
6147         Use gnus-process-plist and friends for compatibility.
6148
6149 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6150
6151         * gnus-html.el: Require packages that define macros used in this file.
6152         (gnus-article-mouse-face): Declare to silence byte-compiler.
6153         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
6154         process-get.
6155         (gnus-html-put-image): Use plist-get to avoid getf.
6156         (gnus-html-prefetch-images): Use with-current-buffer.
6157
6158 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6159
6160         * gnus-ems.el: Provide compatibility functions for
6161         gnus-set-process-plist.
6162
6163         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
6164         header-line-format for XEmacs 21.4.
6165
6166         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
6167         * gnus.el (gnus-valid-select-methods)
6168         * message.el (message-send-mail-partially-limit)
6169         * mm-decode.el (mm-text-html-renderer)
6170         * mml.el (mml-insert-mime-headers-always)
6171         * smiley.el (smiley-regexp-alist): Bump custom version.
6172
6173 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6174
6175         * gnus-html.el: require mm-url.
6176         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
6177         with the url to `url'.
6178         (gnus-html-wash-tags): Support cid: URLs/images.
6179
6180 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6181
6182         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
6183         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
6184         bindings, as they aren't useful at all.  `w' is moved to `W w'.
6185
6186         * gnus-move.el: Remove file, since it doesn't really work.
6187
6188         * gnus-html.el (gnus-article-html): Tell w3m that the input is
6189         UTF-8.  This seems to fix problems with some German web feeds.
6190
6191         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
6192         at the top so that the proper colours are applied.
6193
6194         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
6195         don't have dots in their names.
6196
6197         * gnus-art.el (gnus-article-view-part): Doc fix.
6198
6199         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
6200         XEmacs-compatible.
6201         (gnus-html-put-image): Don't do images on non-graphic displays.
6202
6203         * nnslashdot.el: Remove this unused backend.
6204
6205         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
6206         actions.
6207         (gnus-undo-register-1): Revert last change.
6208
6209         * gnus-group.el (gnus-group-completing-read): Protect against not
6210         having completion-styles bound.
6211
6212         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
6213         make broken recipients happier.
6214
6215         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
6216
6217         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
6218         point parameter.
6219
6220         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
6221
6222         * gnus-group.el (gnus-group-completing-read): Add 'substring to
6223         completion-styles for group selection.
6224
6225 2009-02-04  Andreas Schwab  <schwab@suse.de>
6226
6227         * gnus-score.el (gnus-score-string): Fix regex for matching extra
6228         headers and regexp-quote the match if necessary.
6229
6230 2009-03-24  Miles Bader  <miles@gnu.org>
6231
6232         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
6233         the blinking smiley.
6234
6235 2009-03-24  Simon Josefsson  <simon@josefsson.org>
6236
6237         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
6238         blink smiley.
6239
6240 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6241
6242         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
6243         where the dribbel file lives exists.
6244
6245         * message.el (message-send-mail-partially-limit): Change the default to
6246         nil, since most people don't want this.
6247
6248         * mm-url.el (mm-url-decode-entities): Also decode entities like
6249         &#x3212.
6250
6251 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
6252
6253         * gnus-sum.el (gnus-summary-idna-message):
6254         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
6255         Hyperlink urls in docstrings with URL `...'.
6256
6257 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
6258
6259         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
6260         functions.
6261
6262 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6263
6264         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
6265         say what the mouseover text should be.
6266
6267         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
6268         version of the mm-w3m-safe-url-regexp variable to only download images
6269         in the groups where we want that to happen.
6270
6271         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
6272
6273         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
6274         easier debugging.
6275         (gnus-article-beginning-of-window): Add kludge to allow spacing past
6276         big pictures in the article buffer.
6277
6278         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
6279         gnus-article-html.
6280         (mm-text-html-renderer): gnus-article-html needs curl in addition to
6281         w3m.
6282
6283         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
6284
6285 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6286
6287         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
6288         which doesn't exist.
6289
6290         * message.el (message-inhibit-ecomplete): New variable to allow some
6291         function to inhibit ecomplete address storage.
6292         (message-resend): Disable ecomplete message storage when resending
6293         messages.
6294
6295         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
6296
6297 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6298
6299         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
6300         Save excursion while copying, moving, and deleting articles in order to
6301         prevent the cursor from jumping to unforeseen place.
6302
6303 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6304
6305         * lpath.el: No need to bind bookmark-current-buffer,
6306         bookmark-yank-point and bookmark-make-record-function.
6307
6308 2010-08-17  Glenn Morris  <rgm@gnu.org>
6309
6310         * gnus-sync.el: Require gnus components whose functions are used.
6311
6312         * gnus-art.el (bookmark-make-record-function):
6313         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
6314         Declare for compiler.
6315
6316         * mm-url.el (mml-compute-boundary): Autoload.
6317
6318 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6319
6320         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6321
6322 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
6323
6324         Typo fix "hoo4a" -> "hook".
6325
6326         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6327
6328 2010-08-14  Glenn Morris  <rgm@gnu.org>
6329
6330         * gnus-sync.el (gnus-sync): Fix defgroup version.
6331
6332 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
6333
6334         Doc fixes and keep unknown groups (ammended for nunion bug fix).
6335
6336         * gnus-sync.el: Fix docs.
6337         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
6338         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6339
6340 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6341
6342         Optimizations for gnus-sync.el.
6343
6344         * gnus-sync.el: Add docs about gnus-sync-backend
6345         possibilities.
6346         (gnus-sync-save): Remove unnecessary message.
6347         (gnus-sync-read): Optimize and show what groups were skipped.
6348
6349 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6350
6351         Minor bug fixes for gnus-sync.el.
6352
6353         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6354         Don't read the sync on get-new-news.
6355
6356         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6357         quiet.
6358
6359         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6360         (fix typo).
6361
6362 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
6363
6364         Make saving and restoring of hidden threads work with overlays.
6365         Patch applied by Ted Zlatanov.
6366
6367         * gnus-sum.el (gnus-hidden-threads-configuration)
6368         (gnus-restore-hidden-threads-configuration): Update to deal with text
6369         properties, rather than searching for a magic character.
6370
6371 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6372
6373         New gnus-sync.el library for synchronization of marks.
6374
6375         * gnus-sync.el: New library for synchronization of marks.
6376
6377         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6378         renamed from `gnus-registry-grep-in-list'.
6379
6380         * gnus-registry.el (gnus-registry-follow-group-p):
6381         Use `gnus-grep-in-list'.
6382
6383         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6384
6385 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6386
6387         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6388         determining charset of text fails.
6389
6390 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6391
6392         * nnmail.el (nnmail-get-new-mail-1): Revert.
6393
6394         * nnml.el (nnml-active-number): Make sure names of newly created groups
6395         in nnml-group-alist are encoded.
6396
6397 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6398
6399         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6400         containing non-ASCII characters in active file for nnml back end.
6401
6402 2010-07-24  David Engster  <dengste@eml.cc>
6403
6404         * mml-smime.el (mml-smime-epg-verify): Also accept the older
6405         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6406
6407 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
6408
6409         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6410         tag (Bug#6654).
6411
6412 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6413
6414         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6415         the article buffer, not the summary buffer.
6416
6417 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6418
6419         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6420         Emacs 23 as well.
6421
6422 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6423
6424         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
6425         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
6426
6427 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6428
6429         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6430         Patch applied by Karl Fogel.
6431
6432         * gnus-sum.el (gnus-summary-bookmark-make-record):
6433         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6434
6435 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6436
6437         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6438         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
6439         C-w still not working correctly from Article buffers; Thierry's
6440         patch to fix that will be applied after this.
6441
6442         * gnus-art.el (bookmark-make-record-function): New local variable.
6443
6444         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6445         article buffer.
6446         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6447
6448 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
6449
6450         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6451         on changes in bookmark.el.
6452
6453 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6454
6455         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
6456         `no-log' instead of message not to log prompt string.
6457
6458 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
6459
6460         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6461         the *other* type of HTML form submission.
6462
6463 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
6464
6465         * auth-source.el (auth-source-pick): If choice does not contain a
6466         questioned keyword, set the check to t.
6467
6468 2010-06-12  Romain Francoise  <romain@orebokech.com>
6469
6470         * gnus-util.el (gnus-date-get-time): Move up before first use.
6471
6472 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6473
6474         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6475         (gnus-article-edit-part): Bind it to make last part that is substituted
6476         or deleted visible.
6477         (gnus-mime-display-single): Buttonize part of which id equals to
6478         gnus-mime-buttonized-part-id.
6479
6480 2010-06-10  Dan Christensen  <jdc@uwo.ca>
6481
6482         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6483         (gnus-dd-mmm): Use gnus-date-get-time.
6484         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6485         simplify logic.
6486         (gnus-summary-limit-to-age): Use gnus-date-get-time.
6487         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6488
6489 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
6490
6491         * auth-source.el (top): Autoload `secrets-list-collections',
6492         `secrets-create-item', `secrets-delete-item'.
6493         (auth-sources): Fix tag string.
6494         (auth-get-source, auth-source-retrieve, auth-source-create)
6495         (auth-source-delete): New defuns.
6496         (auth-source-pick): Rewrite in order to avoid 2 passes.
6497         (auth-source-forget-user-or-password): New parameter USERNAME.
6498         (auth-source-user-or-password): New parameters CREATE-MISSING and
6499         DELETE-EXISTING.  Retrieve password interactively, if needed.
6500
6501 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6502
6503         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6504         deleting unused directories when gnus-expert-user is t.
6505
6506 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6507
6508         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6509         for each temp file when gnus-article-browse-delete-temp is ask.
6510
6511 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6512
6513         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
6514         Lisp calls to delete-backward-char by calls to delete-char.
6515
6516 2010-05-20  Kevin Ryde  <user42@zip.com.au>
6517
6518         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
6519
6520 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
6521
6522         * password-cache.el (password-cache-remove): Fix docstring.
6523
6524 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6525
6526         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6527         article unless decoding article to be saved.
6528
6529 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6530
6531         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6532         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6533         generated within the mm-with-unibyte-current-buffer macro.
6534
6535 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6536
6537         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6538         to nil when we're in a mml-preview buffer and no group is selected.
6539
6540 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
6541
6542         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6543         when catching the `C-g'.  Reported by "Leo".
6544
6545 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6546
6547         * message.el (message-forward-make-body-plain)
6548         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6549         multibyte-string-p.
6550
6551         * lpath.el: Revert.
6552
6553 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6554
6555         * message.el (message-forward-make-body-mml): Assume original message
6556         is multibyte string; error on unibyte.
6557         (message-forward-make-body-plain): Ditto; don't add excessive newline
6558         in body end.
6559
6560         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
6561
6562 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
6563
6564         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6565         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6566
6567 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6568
6569         * mm-extern.el (mm-extern-url): Don't use
6570         mm-with-unibyte-current-buffer.
6571         (mm-extern-cache-contents): Use with-current-buffer instead of
6572         save-excursion + set-buffer.
6573
6574 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6575
6576         * mm-util.el (mm-emacs-mule): Remove.
6577
6578 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6579
6580         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6581         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6582         change.
6583
6584 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6585
6586         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6587         bind the default value of enable-multibyte-characters to nil.
6588
6589 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6590
6591         * message.el (message-forward-make-body-plain)
6592         (message-forward-make-body-mml):
6593         Don't use mm-with-unibyte-current-buffer.
6594
6595 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6596
6597         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
6598
6599 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6600
6601         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6602         (Bug#5592).
6603
6604 2010-05-07  Julien Danjou  <julien@danjou.info>
6605
6606         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6607         it to mm-pipe-part.
6608
6609         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6610         it is given.
6611
6612 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6613
6614         * binhex.el (binhex-decode-region-internal)
6615         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
6616         (dns-query)
6617         * nnweb.el (nnweb-gmane-search)
6618         * pgg-parse.el (pgg-parse-armor)
6619         * pgg.el (pgg-verify-region)
6620         * sha1.el (sha1-string-external)
6621         * uudecode.el (uudecode-decode-region-internal)
6622         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6623         XEmacs.
6624
6625         * gnus-art.el (gnus-article-browse-html-parts)
6626         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6627         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6628         make-temp-file.
6629
6630         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6631         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6632         compiling.
6633
6634         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6635         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6636         XEmacs when compiling.
6637
6638         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6639         gnus-pick-mode-off-hook for XEmacs when compiling.
6640         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6641         gnus-binary-mode-off-hook for XEmacs when compiling.
6642
6643         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6644         Return nil if char-charset is not available.
6645
6646         * imap.el (imap-disable-multibyte)
6647         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6648         macros.
6649
6650         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6651         instead of encode-coding-string.
6652
6653         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6654         'xemacs) instead of mm-emacs-mule to switch function definitions.
6655         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6656
6657         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6658         bind temporary-file-directory for XEmacs;
6659         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6660         timer-set-function for XEmacs 21.4 and SXEmacs;
6661         bind timer-list for XEmacs 21.4 and SXEmacs;
6662         fbind char-charset and find-charset-region for non-Mule XEmacs;
6663         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6664         encode-coding-region and encode-coding-string for XEmacs having no
6665         file-coding feature.
6666
6667 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6668
6669         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6670
6671 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6672
6673         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6674         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6675
6676 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6677
6678         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6679         alias `jka-compr-delete-temp-file' no longer exists.
6680
6681 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6682
6683         Use define-minor-mode in Gnus where applicable.
6684         * mml.el (mml-mode): Use define-minor-mode.
6685         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6686         (gnus-undo-mode): Use define-minor-mode.
6687         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6688         (gnus-dead-summary-mode): Use define-minor-mode.
6689         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6690         Initialize in declaration.
6691         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6692         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6693         (gnus-mailing-list-mode): Use define-minor-mode.
6694         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6695         (gnus-draft-mode): Use define-minor-mode.
6696         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6697         (gnus-dired-mode): Use define-minor-mode.
6698
6699 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6700
6701         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6702         handles on recursive mml-to-mime translation and check them for
6703         boundary delimiter collisions.  Reported by Greg Troxel.
6704
6705 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6706
6707         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6708
6709 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6710
6711         * mm-util.el (mm-find-buffer-file-coding-system):
6712         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6713
6714 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6715
6716         * message.el (message-generate-headers): Record insertion of optional
6717         headers as well.  Otherwise the check to prevent repeated insertion of
6718         optional headers is a no-op.
6719
6720 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6721
6722         * smime.el: Don't mention CVS.
6723
6724         * nnrss.el (nnrss-fetch): Don't mention CVS.
6725
6726         * nnir.el: Don't mention CVS.
6727
6728 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6729
6730         * gnus-sum.el (gnus-summary-bookmark-make-record):
6731         Add `location' field.
6732
6733 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6734
6735         * lpath.el: Fbind bookmark-default-handler,
6736         bookmark-get-bookmark-record, bookmark-make-record-default,
6737         bookmark-prop-get for Emacs <23 and XEmacs.
6738
6739 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6740
6741         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6742         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6743         Use with-current-buffer to silence the byte-compiler.
6744         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6745         bother to require `gnus'.
6746         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6747
6748 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6749
6750         * gnus-sum.el (gnus-summary-bookmark-make-record)
6751         (gnus-summary-bookmark-jump): New functions.
6752         (gnus-summary-mode): Setup bookmark support.
6753
6754 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6755
6756         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6757         if set.
6758
6759 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6760
6761         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6762         gnus-article-browse-html-save-cid-image; make it work recursively for
6763         forwarded messages as well.
6764         (gnus-article-browse-html-parts): Work when prefix arg is given.
6765         (gnus-article-browse-html-article): Doc fix.
6766
6767 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6768
6769         * message.el (message-default-mail-headers):
6770         (message-default-headers): Carry the value mail-default-headers over
6771         into message-default-mail-headers, rather than message-default-headers.
6772
6773 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6774
6775         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6776         charset.
6777
6778         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6779         charset into the <meta> tag when the article is encoded to utf-8.
6780
6781 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6782
6783         * gnus-art.el (gnus-article-browse-delete-temp-files):
6784         Delete directories as well.
6785         (gnus-article-browse-html-parts): Work for images that do not specify
6786         file names; delete temp directory when quitting; insert header at the
6787         right place; use file: scheme for image files.
6788
6789 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6790
6791         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6792         (gnus-article-browse-html-parts): Use it to make temporary cid image
6793         files in addition to html file so that browser may display them.
6794
6795 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6796
6797         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6798
6799 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6800
6801         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6802
6803 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6804
6805         * auth-source.el (auth-sources): Change default to be simpler.
6806         Explain about Secret Service API sources.  Improve Customize options.
6807         (auth-source-pick): Change to accept any number of search parameters.
6808         Implement fallbacks iteratively, not recursively.  Add scoring on the
6809         second pass and sort by score.  Call Secret Service API when needed.
6810         (auth-source-user-or-password): Use it.  Call Secret Service API
6811         directly when needed to get the user name and the password.
6812
6813 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6814
6815         * message.el (message-interactive): Doc fix.
6816         (message-qmail-inject-args): Reflow.
6817         (message-kill-to-signature): Fix typo in docstring.
6818
6819         * smiley.el (smiley-buffer): Fix typo in docstring.
6820
6821 2010-03-24  Glenn Morris  <rgm@gnu.org>
6822
6823         * mail-source.el (gnus-message): Declare.
6824         (mail-source-delete-old-incoming): Require gnus-util.
6825
6826 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6827
6828         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6829
6830         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6831
6832         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6833         password-cache's default if it is not bound.
6834         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6835         password-cache-expiry's default if it is not bound.
6836
6837         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6838         available in Emacs 21.
6839
6840         * lpath.el: Suppress compiler warnings for:
6841         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6842         XEmacs;
6843         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6844         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6845         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6846
6847 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6848
6849         * auth-source.el (auth-sources): Fix up definition so extra parameters
6850         are always inline.
6851
6852 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6853
6854         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6855         wasn't updated after mismatch.  Clear cached mailbox info correctly
6856         when uidvalidity changes.
6857         (nnimap-group-prefixed-name): New function to avoid some code
6858         duplication.
6859         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6860         (nnimap-request-group): Use it.
6861         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6862         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6863         with many imap folders.  This is done by caching the group status from
6864         the imap server persistently in a group parameter `imap-status'.  (This
6865         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6866         but not persistently, so every Gnus startup was still very slow.)
6867
6868 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6869
6870         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6871         delete the extra newline.  Otherwise editing of :string and :number
6872         types don't work.
6873
6874 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6875
6876         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6877         secrets.el dependency.
6878         (auth-sources): Add optional user name.  Add secrets.el configuration
6879         choice (unused right now).
6880
6881 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6882
6883         * gnus-sum.el (gnus-summary-make-menu-bar):
6884         Let `gnus-registry-install-shortcuts' fill in the functions.
6885
6886         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6887         warnings.
6888         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6889         (gnus-registry-install-shortcuts): Populate and use it in a
6890         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6891
6892 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6893
6894         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6895         In-place substitutions for the group name encoding/decoding.
6896         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6897         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6898         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6899         (nnimap-update-unseen, nnimap-request-list)
6900         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6901         (nnimap-request-set-mark, nnimap-split-to-groups)
6902         (nnimap-split-articles, nnimap-request-newgroups)
6903         (nnimap-request-create-group, nnimap-request-accept-article)
6904         (nnimap-request-delete-group, nnimap-request-rename-group)
6905         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6906         `encoded-mbx' for consistency.
6907         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6908         variable `imap-current-mailbox'.
6909
6910         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6911         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6912
6913 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6914
6915         * pop3.el (pop3-display-message-size-flag): Display message size byte
6916         counts during POP3 download.
6917         (pop3-movemail): Use it.
6918         (pop3-list): Implement listing of available messages.
6919
6920 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6921
6922         * nnir.el (nnir-get-article-nov-override-function): New function to
6923         override the normal NOV retrieval.
6924         (nnir-retrieve-headers): Use it.
6925
6926 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6927
6928         * auth-source.el (netrc-machine-user-or-password): Autoload.
6929
6930 2010-03-19  Glenn Morris  <rgm@gnu.org>
6931
6932         Stop message.el from loading about 40 libraries it doesn't always need.
6933         The general approach is to autoload rather than require, and to
6934         require in the specific functions rather than the file.  (Bug#5642)
6935
6936         * gmm-utils.el: Don't require wid-edit.
6937         (widget-create-child-value, widget-convert, widget-default-get):
6938         Autoload.
6939
6940         * gnus-util.el: Don't require time-date, netrc.
6941         (message-fetch-field, gnus-group-name-decode): Declare rather than
6942         autoloading.
6943         (gnus-fetch-field): Require message.
6944         (gnus-decode-newsgroups): Require gnus-group.
6945
6946         * ietf-drums.el: Don't require time-date.
6947
6948         * message.el: Don't require hashcash, canlock, ecomplete.
6949         Do require mail-utils.  Require nnheader only when compiling.
6950         (smtpmail-default-smtp-server): Remove declaration.
6951         (message-send-mail-function): Check smtpmail-default-smtp-server
6952         is bound rather than requiring smtpmail.
6953         (message-auto-save-directory, message-insert-signature):
6954         Use expand-file-name rather than nnheader-concat.
6955         (nnheader-insert-file-contents): Autoload.
6956         (hashcash-wait-async): Declare.
6957         (message-send-mail): Only call gnus-setup-posting-charset if
6958         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6959         (message-send-mail-with-sendmail): Require sendmail.
6960         (canlock-password, canlock-password-for-verify): Declare.
6961         (message-canlock-password): Require canlock.
6962         (nnheader-get-report): Autoload.
6963         (gnus-setup-posting-charset): Declare.
6964         (message-send-news): Require gnus-msg.
6965         (message-make-references, message-make-in-reply-to): Use mail-header-id
6966         rather than the alias mail-header-message-id.
6967         (ecomplete-add-item, ecomplete-save): Declare.
6968         (message-put-addresses-in-ecomplete): Require ecomplete.
6969         (ecomplete-display-matches): Autoload.
6970
6971         * mm-decode.el: Don't require mailcap, gnus-util.
6972         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6973         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6974         Autoload.
6975         (mailcap-mime-extensions): Declare.
6976
6977         * mm-encode.el: Don't require mailcap.
6978         (mailcap-extension-to-mime): Autoload.
6979
6980         * mml-sec.el: Don't require password-cache.
6981
6982         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6983         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6984         (mml-minibuffer-read-type): Require mailcap.
6985         (mml-preview): Require gnus-msg.
6986
6987         * mml1991.el: Require password-cache.
6988         (password-cache-expiry): Remove declaration.
6989
6990         * mml2015.el: Require password-cache.
6991         (password-cache-expiry): Remove declaration.
6992
6993         * nneething.el (mailcap): Require mailcap.
6994
6995         * nnheader.el (declare-function): Add compatibility stub.
6996         (message-remove-header): Declare rather than autoload.
6997         (nnheader-replace-header): Require message.
6998
6999         * nnimap.el (declare-function): Add compatibility stub.
7000         (netrc-parse, netrc-machine-user-or-password): Declare.
7001         (nnimap-open-connection): Require netrc.
7002
7003         * nntp.el (declare-function): Add compatibility stub.
7004         (netrc-parse, netrc-machine, netrc-get): Declare.
7005         (nntp-send-authinfo): Require netrc.
7006
7007         * rfc2047.el: Don't require qp.
7008         (quoted-printable-encode-region, quoted-printable-decode-string):
7009         Autoload.
7010
7011         * sieve-mode.el: Don't require easymenu.
7012         (easy-menu-add-item): Autoload it.
7013
7014         * spam-stat.el (time-to-number-of-days): Autoload it.
7015
7016 2010-03-19  Glenn Morris  <rgm@gnu.org>
7017
7018         * password-cache.el (password-cache, password-cache-expiry): Autoload.
7019
7020 2010-03-18  Glenn Morris  <rgm@gnu.org>
7021
7022         * hashcash.el (declare-function): Remove duplicate definition.
7023
7024 2010-03-17  Kevin Ryde  <user42@zip.com.au>
7025
7026         * mml.el (mml-read-tag): Unquote values with `read' to reverse
7027         prin1 in mml-insert-tag (just stripping the quotes gave wrong
7028         value if any backslash escapes).
7029
7030 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7031
7032         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
7033         if it is available.  (bug#5647)
7034
7035         * lpath.el: Suppress compiler warning for coding-system-from-name for
7036         Emacs 21 and XEmacs.
7037
7038 2010-03-14  Juri Linkov  <juri@jurta.org>
7039
7040         * hmac-def.el:
7041         * hmac-md5.el:
7042         * netrc.el: Fix keywords.
7043
7044 2010-02-26  Glenn Morris  <rgm@gnu.org>
7045
7046         * message.el (message-send-mail-function): Change the default, so that
7047         it inherits from a customized send-mail-function.  (Bug#5643)
7048
7049 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7050
7051         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
7052         shell-command-to-string signals an error (bug#5299).
7053
7054 2010-02-24  Glenn Morris  <rgm@gnu.org>
7055
7056         * message.el (message-smtpmail-send-it)
7057         (message-send-mail-with-mailclient): Doc fixes.
7058
7059 2010-02-16  Glenn Morris  <rgm@gnu.org>
7060
7061         * message.el (message-default-mail-headers): Change the default value
7062         to ease the transition from mail-mode to message-mode.  (Bug#5555)
7063
7064 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7065
7066         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
7067         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
7068
7069 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
7070
7071         * time-date.el (date-to-time): Doc fix (Bug#5408).
7072
7073 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
7074
7075         * message.el (message-mail): Just pass yank-action on to message-setup.
7076         (message-setup): Handle (FUN . ARGS) form of yank-action.
7077         (message-with-reply-buffer, message-widen-reply)
7078         (message-yank-original): Handle non-buffer values of
7079         message-reply-buffer (Bug#4080).
7080         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
7081
7082 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
7083
7084         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
7085         Fix typo in docstring.
7086
7087 2010-01-08  Jason Rumney  <jasonr@gnu.org>
7088
7089         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
7090         response.
7091
7092 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7093
7094         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
7095
7096         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7097
7098         * message.el (message-check-news-header-syntax): Protect against a
7099         string that `rfc822-addresses' returns when parsing fails.
7100
7101 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7102
7103         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
7104         (gnus-previous-char-property-change): New functions.
7105
7106         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
7107
7108 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
7109
7110         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
7111         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
7112
7113 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
7114
7115         * message.el (message-exchange-point-and-mark): Rework last change to
7116         avoid using optional arg of exchange-point-and-mark, for backward
7117         compatibility.
7118
7119 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
7120
7121         * message.el (message-exchange-point-and-mark):
7122         Call exchange-point-and-mark with an argument rather than setting
7123         mark-active by hand (Bug#5175).
7124
7125 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7126
7127         * nntp.el (nntp-service-to-port): Work for service expressed with
7128         numeric string; replace [:digit:] with [0-9] for XEmacs.
7129
7130 2009-12-17  Glenn Morris  <rgm@gnu.org>
7131
7132         * gnus-group.el (gnus-bug-group-download-format-alist):
7133         Change emacs entry to debbugs.gnu.org.  Bump :version.
7134
7135 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7136
7137         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
7138
7139 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7140
7141         * message.el (message-info): Explain why we use `Info-goto-node'.
7142
7143 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7144
7145         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
7146
7147 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7148
7149         * message.el (message-completion-in-region): New compatibility function.
7150         (message-expand-group): Use it.
7151
7152 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7153
7154         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
7155         with no unread article should be listed if the 2nd arg `predicate' is
7156         given.
7157
7158 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7159
7160         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
7161
7162 2009-11-29  Juri Linkov  <juri@jurta.org>
7163
7164         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
7165         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
7166         on `gnus-recenter'.  (Bug#4698, Bug#4981)
7167
7168 2009-11-26  Kevin Ryde  <user42@zip.com.au>
7169
7170         * sha1.el (sha1-string-external): default-directory "/" in case
7171         otherwise non-existent.  process-connection-type pipe for touch of
7172         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
7173
7174 2009-11-25  Kevin Ryde  <user42@zip.com.au>
7175
7176         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
7177         it's comms related and sgml-mode.el has "comm" on that basis too.
7178
7179 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7180
7181         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
7182         containing tspecial characters if they have been already quoted.
7183
7184 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
7185
7186         * dns-mode.el (auto-mode-alist): Purecopy string.
7187
7188 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7189
7190         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
7191
7192 2009-10-24  Glenn Morris  <rgm@gnu.org>
7193
7194         * gnus-art.el (help-xref-stack-item): Define for compiler.
7195
7196 2009-10-21  Kevin Ryde  <user42@zip.com.au>
7197
7198         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
7199
7200 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7201
7202         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
7203
7204 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7205
7206         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
7207         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
7208
7209 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7210
7211         * gnus.el (gnus-overlay-get): New alias to overlay-get.
7212         (gnus-overlays-in): New alias to overlays-in.
7213
7214         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
7215         gnus-overlay-get, and gnus-delete-overlay.
7216         (gnus-summary-show-thread): Make it work as well for systems in which
7217         next-single-char-property-change is not available.
7218         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
7219
7220         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
7221         (gnus-overlay-get): New alias to extent-property.
7222         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
7223
7224         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
7225         SXEmacs.
7226
7227         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
7228         SXEmacs.
7229
7230 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
7231
7232         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
7233
7234 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
7235
7236         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
7237         and XEmacs that don't have `remove-overlays'.
7238
7239 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7240
7241         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
7242         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
7243         selective display.  Use overlays instead.
7244
7245 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7246
7247         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
7248
7249 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7250
7251         * spam-stat.el (spam-stat-load): Fix typo in message.
7252
7253 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7254
7255         * dig.el (dig-invoke): Fix typo in docstring.
7256         (query-dig): Reflow docstring.
7257
7258 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
7259
7260         * gnus-art.el (gnus-article-encrypt-body):
7261         * message.el (message-check-recipients):
7262         * mm-util.el (mm-codepage-setup):
7263         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
7264         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
7265
7266 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
7267
7268         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
7269         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
7270         keys from the menu if mm-{sign,encrypt}-option is 'guided.
7271         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
7272         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
7273
7274 2009-09-21  Kevin Ryde  <user42@zip.com.au>
7275
7276         * dig.el: Add "Keywords: comm", as per net-utils.el.
7277
7278 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7279
7280         * dig.el (dig-mode): Use define-derived-mode.
7281
7282 2009-09-19  Glenn Morris  <rgm@gnu.org>
7283
7284         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7285
7286 2009-09-18  Glenn Morris  <rgm@gnu.org>
7287
7288         * gnus-diary.el (gnus-diary-check-message):
7289         * message.el (message-insert-formatted-citation-line):
7290         * nnbabyl.el (top-level):
7291         * nndiary.el (nndiary-schedule):
7292         Fix typos in condition-case handlers.
7293
7294 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7295
7296         * gnus-art.el (gnus-article-edit-part): Work for the buffer
7297         configuration that provides the sole article window in a frame;
7298         position point correctly after deleting a part.
7299
7300 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
7301
7302         * spam.el (spam-unregister-on-reregister): Add boolean variable.
7303         (spam-resolve-registrations-routine): Use it to unregister articles
7304         that change status.
7305
7306 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7307
7308         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
7309         with XEmacs.
7310         (parse-time-string-chars): Use it.
7311
7312 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7313
7314         * imap.el (imap-interactive-login): Better messages.
7315         (imap-open): Fix bug with renamed buffer on reconnect.
7316         (imap-authenticate): Add buffer-local imap-last-authenticator variable
7317         for easier debugging and cleaner code.  On successful (guessed based on
7318         server capabilities) secondary authentication, set imap-state
7319         correctly.
7320         (imap-last-authenticator): Define imap-last-authenticator as a variable
7321         to avoid warnings.
7322
7323 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7324
7325         * nnrss.el (nnrss-request-article): Remove binding of
7326         default-enable-multibyte-characters that has gotten needless by
7327         the 2007-07-13 change in rfc2047-encode-message-header.
7328
7329         * mml.el (mml-insert-multipart): Error on the message header.
7330         (mml-insert-part): Error on the message header; position point at
7331         the end of a MIME tag.
7332
7333 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7334
7335         * time-date.el (autoload): Expand define-obsolete-function-alias into
7336         defalias and make-obsolete for old Emacsen that Gnus supports.
7337         (with-no-warnings): Define it for old Emacsen.
7338         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7339         is available.
7340         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7341         float-time is available; suppress compile warning for time-to-seconds.
7342
7343         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7344         (gnus-float-time): Alias to float-time if it exists.
7345
7346         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7347         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7348         float-time is available; suppress compile warning for time-to-seconds.
7349
7350         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
7351         XEmacs.
7352
7353 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
7354
7355         * imap.el (imap-message-map): Docstring fix.
7356
7357 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7358
7359         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7360         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7361         Add the optional argument `encoding' that overrides the default.
7362
7363         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7364         mm-encode-buffer.
7365
7366 2009-09-04  Glenn Morris  <rgm@gnu.org>
7367
7368         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7369         mm-disable-multibyte, rather than default-enable-multibyte-characters.
7370         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7371         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7372         * mm-util.el (mm-with-unibyte-current-buffer)
7373         (mm-find-buffer-file-coding-system):
7374         * yenc.el (yenc-decode-region): Use default-value rather than
7375         default-enable-multibyte-characters.
7376
7377 2009-09-03  Glenn Morris  <rgm@gnu.org>
7378
7379         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7380         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7381         than default-enable-multibyte-characters.
7382
7383 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
7384
7385         * gnus-art.el (gnus-article-read-summary-keys):
7386         Fix gnus-buffer-configuration's value temporarily used.
7387
7388 2009-09-02  Glenn Morris  <rgm@gnu.org>
7389
7390         * gnus-util.el (gnus-float-time): New function.
7391         * gnus-delay.el (gnus-delay-article):
7392         * gnus-sum.el (gnus-thread-latest-date):
7393         * gnus-util.el (gnus-user-date): Use gnus-float-time.
7394         * nnspool.el (nnspool-request-newgroups):
7395         Use gnus-float-time rather than time-to-seconds.
7396         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7397
7398         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7399         (gnus-header-subject-face, gnus-header-newsgroups-face)
7400         (gnus-header-name-face, gnus-header-content-face):
7401         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7402         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7403         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7404         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7405         (gnus-cite-face-11):
7406         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7407         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7408         (gnus-server-closed-face, gnus-server-denied-face)
7409         (gnus-server-offline-face):
7410         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7411         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7412         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7413         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7414         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7415         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7416         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7417         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7418         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7419         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7420         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7421         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7422         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7423         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7424         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7425         (gnus-summary-high-undownloaded-face)
7426         (gnus-summary-low-undownloaded-face)
7427         (gnus-summary-normal-undownloaded-face)
7428         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7429         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7430         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7431         (gnus-splash-face):
7432         * message.el (message-header-to-face, message-header-cc-face)
7433         (message-header-subject-face, message-header-newsgroups-face)
7434         (message-header-other-face, message-header-name-face)
7435         (message-header-xheader-face, message-separator-face)
7436         (message-cited-text-face, message-mml-face):
7437         * sieve-mode.el (sieve-control-commands-face)
7438         (sieve-action-commands-face, sieve-test-commands-face)
7439         (sieve-tagged-arguments-face):
7440         * spam.el (spam-face):
7441         Mark face aliases with "-face" in the name as obsolete.
7442
7443 2009-09-01  Glenn Morris  <rgm@gnu.org>
7444
7445         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7446         than goto-line.
7447
7448 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7449
7450         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7451         Don't move point if the command is invoked inside the message header.
7452
7453 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7454
7455         * imap.el (imap-send-command): Simplify.
7456         (imap-wait-for-tag): point-max -> buffer-size.
7457
7458 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7459
7460         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7461         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7462         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7463         * nnir.el (nnir-swish-e-index-file):
7464         * gnus-sum.el (gnus-summary-delete-marked-as-read)
7465         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7466         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7467         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7468         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7469         (gnus-treat-display-xface): Add Emacs version of obsolescence.
7470
7471 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7472
7473         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7474         Don't save excursion.
7475
7476 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7477
7478         * nnheader.el (nnheader-find-file-noselect):
7479         * mm-util.el (mm-insert-file-contents):
7480         Use (default-value 'major-mode) instead of default-major-mode.
7481
7482 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7483
7484         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7485
7486 2009-08-26  Glenn Morris  <rgm@gnu.org>
7487
7488         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
7489         than placing in files.el.
7490
7491 2009-08-25  Glenn Morris  <rgm@gnu.org>
7492
7493         * nnir.el (top-level): Don't require cl at run-time.
7494         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7495         Replace cl-function substitute with gnus-replace-in-string.
7496         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7497         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7498         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7499         simplified expansions.
7500
7501 2009-08-25  Kevin Ryde  <user42@zip.com.au>
7502
7503         * dig.el (dig): Add autoload cookie.
7504
7505 2009-08-22  Glenn Morris  <rgm@gnu.org>
7506
7507         * gnus-art.el (gnus-button-patch): Use forward-line rather than
7508         goto-line.
7509
7510 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7511
7512         * parse-time.el (parse-time-string-chars): Save match data.
7513
7514 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
7515
7516         * parse-time.el (parse-time-string-chars): Compute using character
7517         classes, to handle non-ascii characters (Bug#3190).
7518
7519 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7520
7521         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7522
7523         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7524         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7525         (gnus-mm-display-part, gnus-mime-display-single)
7526         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7527         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7528
7529         * gnus-sum.el
7530         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7531         (gnus-summary-move-article): Add expirable mark to articles copied or
7532         moved to group that has auto-expire turned on if the option is non-nil.
7533
7534 2009-07-24  Glenn Morris  <rgm@gnu.org>
7535
7536         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7537         Fix typo.  (Bug#3903)
7538
7539 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7540
7541         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7542         gnus-article-read-summary-keys rather than gnus-summary-edit-article
7543         that should not be used for draft articles.
7544         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7545         that has no concern in minor mode keys.
7546         (gnus-article-summary-command, gnus-article-summary-command-nosave):
7547         Abolish.
7548
7549 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7550
7551         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7552         article without making inquiry to a user for unknown encoding.
7553
7554         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7555         (nnmaildir--scan): Assume i-node and device number that file-attributes
7556         returns might be cons-cell.
7557
7558         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
7559
7560         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
7561
7562 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
7563
7564         * auth-source.el: Remove docs now in auth.texi.  Don't use
7565         `gnus-message' for logging.  Add new variables `auth-source-debug' and
7566         `auth-source-hide-passwords' and use them.
7567
7568 2009-07-15  Glenn Morris  <rgm@gnu.org>
7569
7570         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7571
7572 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7573
7574         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7575         excessive whitespace from the default values of title and description.
7576
7577 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7578
7579         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7580         mail-fetch-field to fetch Content-Description header in order to
7581         exclude newlines.
7582
7583 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
7584
7585         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
7586         format used by GnuPG 2.0.11.
7587
7588 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7589
7590         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7591         to deleted part.
7592
7593 2009-05-30  David Engster  <dengste@eml.cc>
7594
7595         * nnmairix.el: Remove old documentation in the commentary block.
7596         (nnmairix-request-group): Do not update active file for nnml back ends.
7597         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7598         end so that overview files are ignored.
7599         (nnmairix-update-groups): Make updating the groups more robust by using
7600         marks.
7601         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7602         with dollar characters in message-id.
7603
7604 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7605
7606         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7607         2008-12-25 in dns.el.
7608
7609 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7610
7611         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7612         could happen if the text is only composed of spaces and/or tabs.
7613
7614 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7615
7616         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7617         when sending a queued message to avoid extra mml tags.
7618
7619 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7620
7621         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7622
7623 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7624
7625         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
7626         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
7627         rmail-toggle-header for XEmacs;
7628         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7629
7630 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7631
7632         * gnus-dired.el: Remove autoload for gnus-setup-message.
7633         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7634         displaying Gnus logo; always use compose-mail.
7635
7636 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7637
7638         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7639
7640 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7641
7642         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7643         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7644         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7645         available.
7646         (gnus-nocem-epg-verify): New function.
7647
7648 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7649
7650         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7651
7652 2009-02-15  Glenn Morris  <rgm@gnu.org>
7653
7654         * gnus-util.el (rmail-insert-rmail-file-header)
7655         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7656         autoloads.
7657         (rmail-default-rmail-file): Remove unnecessary declaration.
7658         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7659
7660 2009-02-14  Glenn Morris  <rgm@gnu.org>
7661
7662         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7663         variable (only used in gnus-util, which declares it anyway).
7664         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7665         which was only needed by gnus-art (changed to not use it any more).
7666         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7667         only used in gnus-util, which autoloads it itself.
7668         (rmail-update-summary): Fix autoload.
7669
7670         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7671         rather than rmail-output-to-rmail-file.
7672
7673 2009-02-07  Glenn Morris  <rgm@gnu.org>
7674
7675         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7676         autoload of function that no longer exists.
7677         (rmail-toggle-header): Declare.
7678         (message-forward-rmail-make-body): Handle mbox Rmail.
7679
7680 2009-01-31  Glenn Morris  <rgm@gnu.org>
7681
7682         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7683         2009-01-09 change.
7684
7685 2009-01-31  Dave Love  <fx@gnu.org>
7686
7687         * imap.el (imap-fetch-safe): Bind debug-on-error.
7688         (imap-debug): Add imap-fetch-safe.
7689
7690 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7691
7692         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7693         (auth-source-forget-all-cached): New convenience function.
7694         (auth-source-user-or-password): Accept list of modes or a single mode.
7695
7696         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7697         auth-source modes.
7698
7699         * netrc.el (netrc-machine-user-or-password): Use list of
7700         auth-source modes.
7701
7702         * nnimap.el (nnimap-open-connection): Use list of
7703         auth-source modes.
7704
7705         * nntp.el (nntp-send-authinfo): Use list of
7706         auth-source modes.
7707
7708 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7709
7710         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7711         now.
7712
7713 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7714
7715         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7716         coding system in XEmacs; add a workaround for XEmacs.
7717
7718         * lpath.el: Fbind coding-system-aliasee.
7719
7720 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7721
7722         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7723         of current-language-environment.
7724
7725 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7726
7727         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7728         available at runtime.
7729
7730 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7731
7732         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7733
7734 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7735
7736         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7737         the greatest positive fixnum value doesn't work under an XEmacs with
7738         bignum support; use the most-positive-fixnum constant instead,
7739         available since Emacs 21.1 with cl and XEmacs 21.1.
7740
7741 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7742
7743         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7744         XEmacs gets not to work.
7745
7746 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7747
7748         * mm-util.el (mm-coding-system-priorities): Allow the value like
7749         "Japanese (UTF-8)" of current-language-environment.
7750
7751 2009-01-09  Glenn Morris  <rgm@gnu.org>
7752
7753         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7754         with last-command-event.
7755
7756 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7757
7758         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7759         in the doc string.
7760
7761         * message.el (message-fix-before-sending): Amend comment.
7762
7763 2009-01-08  Dave Love  <fx@gnu.org>
7764
7765         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7766
7767 2009-01-07  David Engster  <dengste@eml.cc>
7768
7769         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7770         simplified server definitions by converting it via
7771         gnus-server-to-method.
7772
7773 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7774
7775         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7776         parameter's operands.
7777
7778 2009-01-06  David Engster  <dengste@eml.cc>
7779
7780         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7781         primary select method (for gnus-group-mark-article-as-read).
7782
7783 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7784
7785         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7786         `(gnus)Face', not `(gnus)X-Face'.
7787
7788 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7789
7790         * mm-util.el (mm-ucs-to-char): New function.
7791
7792         * mm-url.el (mm-url-decode-entities): Use it.
7793
7794         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7795         unicode-to-char.
7796
7797 2009-01-05  Dave Love  <fx@gnu.org>
7798
7799         * time-date.el: Require cl for `declare'.
7800
7801 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7802
7803         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7804         Dave Love.
7805
7806 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7807
7808         * message.el (message-fix-before-sending): Add `eight-bit' to
7809         illegible-text check.
7810
7811 2009-01-03  Michael Olson  <mwolson@gnu.org>
7812
7813         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7814         `headers' is nil.  This can occur if the IMAP server does not have
7815         permissions to read messages from a folder, but can write new messages
7816         to the folder.
7817         (nnimap-request-article-part): Do not insert `data' if it is nil.
7818
7819         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7820         characters which will confuse `read', so skip past them.
7821
7822 2009-01-01  Dave Love  <fx@gnu.org>
7823
7824         * imap.el (imap-string-to-integer): Fix typo.
7825         (imap-fetch-safe): New function.
7826         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7827
7828         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7829
7830         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7831         (imap-parse-greeting): Fix doc strings.
7832         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7833         (imap-parse-flag-list): Make messages unique.
7834         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7835
7836         * nnimap.el: Fix author email.
7837         (nnimap-split-rule): Add FIXME comment.
7838         (nnimap-debug): Fix doc string.
7839
7840 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7841
7842         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7843
7844 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7845
7846         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7847         nslookup if resolv.conf isn't available.
7848         (dns-query): Rename from query-dns.
7849         (dns-query-cached): Rename from query-dns-cached.
7850
7851 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7852
7853         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7854         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7855         to check if those variables exist (first appeared in Emacs 18.50).
7856
7857 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7858
7859         * mm-util.el (mm-line-number-at-pos): New function.
7860
7861         * spam-report.el (spam-report-process-queue): Use it.
7862
7863 2008-12-24  David Engster  <dengste@eml.cc>
7864
7865         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7866         parameters that haven't existed as variables as buffer-local variables.
7867
7868 2008-12-23  Dave Love  <fx@gnu.org>
7869
7870         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7871         cadar.
7872
7873         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7874         imap-starttls-p.
7875         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7876
7877 2008-12-22  Dave Love  <fx@gnu.org>
7878
7879         * imap.el: Fix author email.  Doc fixes.
7880         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7881         reply.
7882
7883 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7884
7885         * spam-report.el (spam-report-gmane-max-requests): New constant.
7886         (spam-report-gmane-wait): New variable.
7887         (spam-report-gmane-ham, spam-report-gmane-spam)
7888         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7889         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7890         the server.
7891
7892         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7893         Add explanations.
7894
7895         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7896         nnheader-accept-process-output and nnheader-read-timeout if available.
7897         (pop3-movemail): Use it.
7898
7899         * message.el (message-check-news-body-syntax): Fix signature check if
7900         there's an attachment.
7901
7902 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7903
7904         * mm-util.el: Add comments to the mm- emulating functions.
7905
7906 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7907
7908         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7909         Reported by Stephen Berman <stephen.berman@gmx.net>.
7910
7911 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7912
7913         * mm-util.el (mm-substring-no-properties): New function.
7914         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7915         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7916         (mm-string-to-multibyte): Doc fix.
7917
7918         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7919
7920 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7921
7922         * mml.el (mml-attach-file): Strip text properties from file name.
7923         (Bug#1574)
7924
7925 2008-12-16  Glenn Morris  <rgm@gnu.org>
7926
7927         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7928
7929 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7930
7931         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7932         knows since the charset specified might be a bogus alias that
7933         mm-charset-synonym-alist provides.
7934
7935 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7936
7937         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7938         "ISO_8859-1".
7939
7940         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7941
7942 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7943
7944         * mm-util.el (mm-charset-eval-alist):
7945         Define it before mm-charset-to-coding-system.
7946         (mm-charset-to-coding-system): Add optional argument `silent';
7947         define it before mm-charset-override-alist.
7948         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7949         default value if it can be used in Emacs currently running;
7950         silence mm-charset-to-coding-system.
7951
7952 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7953
7954         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7955         `allow-override' which says whether to use `mm-charset-override-alist'.
7956         (rfc2047-decode-encoded-words): Use it.
7957
7958         * mm-util.el (mm-charset-override-alist): Fix custom type;
7959         add `(gb2312 . gbk)' to choices.
7960
7961 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7962
7963         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7964         fast.
7965
7966         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7967
7968         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7969
7970 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7971
7972         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7973         on links.
7974
7975         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7976
7977 2008-12-03  Lute Kamstra  <lute@gnu.org>
7978
7979         * sha1.el: Remove leading * from docstrings of defcustoms,
7980         deffaces, defconsts and defuns.
7981
7982 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7983
7984         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7985         users' addresses that don't have domain parts.
7986         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7987         rather than message-narrow-to-head since there will be the message
7988         header separator.
7989
7990 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7991
7992         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7993         since the result is inserted in a unibyte buffer anyway.
7994         (nnimap-demule-use-string-to-multibyte): Remove.
7995         (nnimap-demule): Alias it to mm-string-to-multibyte.
7996
7997 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7998
7999         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
8000         variable for debugging bug#464 and bug#1174.
8001         (nnimap-demule): Use it.
8002
8003 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8004
8005         * gnus-score.el (gnus-score-find-trace): Handle default score in total
8006         score calculation correctly.
8007
8008 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8009
8010         * message.el (message-send-mail): Just set the buffer to unibyte
8011         rather than use mm-with-unibyte-current-buffer which does a lot more.
8012         (message-send-mail-partially): Don't bother with
8013         mm-with-unibyte-current-buffer since it's already been made unibyte by
8014         message-send-mail.
8015
8016 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
8017
8018         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
8019
8020 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
8021
8022         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
8023
8024 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8025
8026         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
8027         require itself and to remove `with-no-warnings'.
8028
8029 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
8030
8031         * starttls.el (starttls-any-program-available): Get the name of the
8032         available TLS layer program.
8033         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
8034         well as the host name in the "opening" message.
8035
8036         * auth-source.el (auth-source-cache, auth-source-do-cache)
8037         (auth-source-user-or-password): Cache passwords and logins by default,
8038         allow override with `auth-source-do-cache'.
8039         (auth-source-forget-user-or-password): Allow users to remove cache
8040         entries if needed.
8041
8042 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
8043
8044         * md4.el (md4-buffer): Fix typo in docstring.
8045         (md4, md4-64): Doc fixes.
8046         (md4-pack-int32): Reflow docstring.
8047
8048 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8049
8050         * ietf-drums.el (ietf-drums-remove-comments): Localize second
8051         condition-case to only the forward-sexp call.
8052
8053 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8054
8055         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
8056         quotes contained.  Make it more robust regardless by an extra
8057         condition-case wrapper.
8058
8059 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8060
8061         * lpath.el: No need to fbind codepage-setup for Emacs 23.
8062
8063 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8064
8065         * nnml.el (nnml-request-expire-articles): Check if the function set to
8066         `nnmail-expiry-target' returns the symbol `delete'.
8067
8068         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8069
8070         * nnmail.el (nnmail-expiry-target): Fix custom type.
8071
8072 2008-10-02  Glenn Morris  <rgm@gnu.org>
8073
8074         * mm-util.el (mm-codepage-setup): Tweak codepage error.
8075         Silence compiler warning.
8076
8077 2008-10-01  Magnus Henoch  <mange@freemail.hu>
8078
8079         * tls.el (open-tls-stream): Show the actual command being
8080         executed, instead of the format string.
8081
8082 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8083
8084         * lpath.el: Fbind codepage-setup for Emacs 23.
8085
8086 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
8087
8088         * mml.el (mml-menu): Don't assume mml2015 is bound.
8089
8090 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8091
8092         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
8093         exists.
8094
8095 2008-09-27  Glenn Morris  <rgm@gnu.org>
8096
8097         * gnus-util.el (mail-header-remove-comments): Autoload it.
8098
8099 2008-09-27  Andreas Schwab  <schwab@suse.de>
8100
8101         * gnus-util.el (gnus-split-references): Strip comments.
8102         (gnus-parent-id): Likewise.
8103
8104 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
8105
8106         * message.el (message-confirm-send): Fix version.
8107
8108 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8109
8110         * message.el (message-idna-to-ascii-rhs-1): Use
8111         mail-extract-address-components rather than mail-header-parse-addresses
8112         that is an alias by default to ietf-drums-parse-addresses that does not
8113         support non-ASCII names in headers' contents.
8114
8115 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8116
8117         * message.el (message-confirm-send): Fix variable documentation to
8118         avoid the "y/n" wording.
8119
8120 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
8121
8122         * message.el (message-set-auto-save-file-name): Save to a different
8123         filename so multiple messages (especially drafts) can be recovered.
8124
8125 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
8126
8127         * message.el (message-confirm-send): Add appropriate version.
8128
8129 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8130
8131         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
8132         defvar.
8133
8134 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
8135
8136         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
8137         (mm-pkcs7-enveloped-magic): Ditto.
8138
8139 2008-09-17  Simon Josefsson  <simon@josefsson.org>
8140
8141         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
8142         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
8143
8144 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
8145
8146         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
8147         default, it's better.
8148
8149 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
8150
8151         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
8152         summary line gnus-number property and ignore them (with a warning
8153         message).
8154
8155 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8156
8157         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
8158         macro caddr in the interactive form since it won't be expanded.
8159
8160 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8161
8162         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
8163         `charset'; fix name of function called recursively.
8164         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
8165
8166 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8167
8168         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
8169         (gnus-mime-set-charset-parameters): New function.
8170         (gnus-mime-view-part-as-charset): Use it to correctly display part
8171         specifying wrong charset.
8172
8173 2008-09-08  David Engster  <dengste@eml.cc>
8174
8175         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
8176         in completing-read for back end server.
8177
8178 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
8179
8180         * message.el (message-confirm-send): New variable to confirm sending a
8181         message.
8182         (message-send): Use it.
8183
8184 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
8185
8186         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
8187
8188 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8189
8190         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
8191
8192 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
8193
8194         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
8195         prevent tracking too many groups.
8196         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
8197         Use it.
8198
8199 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
8200
8201         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
8202         moving point to the bottom of the window in order to avoid recentering.
8203
8204 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8205
8206         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
8207
8208         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
8209         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
8210         (gnus-article-beginning-of-window): Fix calculation.
8211
8212 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8213
8214         * gnus-msg.el (gnus-summary-supersede-article)
8215         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
8216         value of gnus-newsgroup-charset to decode non-MIME encoded text in
8217         message header.
8218
8219 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
8220
8221         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
8222         pending output coming after the status change.
8223
8224 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
8225
8226         * message.el:
8227         * gnus-start.el:
8228         * gnus-registry.el: Remove VMS support.
8229
8230 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8231
8232         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
8233         macro.
8234         (rfc2104-hash): Use it.
8235
8236 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
8237
8238         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
8239         (gnus-summary-sort-by-most-recent-date): New commands.
8240         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
8241         and menu entries.
8242
8243 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8244
8245         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
8246         don't redisplay article for raw contents; remove plural articles stuff.
8247
8248         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
8249         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
8250         on gnus-summary-save-article; display results properly.
8251
8252 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8253
8254         * lpath.el: No need to fbind ns-focus-frame.
8255
8256 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8257
8258         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
8259
8260 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8261
8262         * gnus-art.el (gnus-summary-save-in-pipe):
8263         Consider gnus-save-all-headers.
8264
8265 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
8266
8267         * gnus-util.el (ns-focus-frame): Remove declaration.
8268         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
8269         like x.
8270
8271 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
8272
8273         * rfc2104.el (rfc2104-zero): Delete defconst.
8274         (rfc2104-hex-alist): Likewise.
8275         (rfc2104-hex-to-int): Delete func.
8276         (rfc2104-hexstring-to-bitstring): Likewise.
8277         (rfc2104-nybbles): New defconst.
8278         (rfc2104-hash): Rewrite for speed.
8279
8280 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8281
8282         * tls.el (open-tls-stream): Make it work with the 2nd argument
8283         BUFFER that is a string but does not exist as a buffer object, as
8284         mentioned in the doc-string.
8285
8286 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8287
8288         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
8289         SXEmacs.
8290
8291 2008-07-16  Glenn Morris  <rgm@gnu.org>
8292
8293         * gnus-util.el (ns-focus-frame): Declare for compiler.
8294
8295 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8296
8297         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
8298         set as a group parameter.
8299         (gnus-summary-save-in-pipe): Work when it is called independently.
8300         (gnus-summary-pipe-to-muttprint): Don't modify
8301         gnus-summary-pipe-output-default-command.
8302
8303 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8304
8305         * message.el (message-send-mail-with-sendmail):
8306         Display the error message.
8307
8308 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8309
8310         * gnus-art.el (gnus-default-article-saver):
8311         Add gnus-summary-save-in-pipe to choices.
8312         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
8313         gnus-summary-pipe-output-default-command as the default command.
8314         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
8315         instead of gnus-last-shell-command.
8316
8317         * gnus-sum.el (gnus-summary-pipe-output-default-command):
8318         New user option.
8319         (gnus-summary-muttprint-program): Mention the value will be changed.
8320         (gnus-summary-save-article): Force showing of all headers.
8321         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
8322
8323 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
8324
8325         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
8326
8327 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
8328
8329         * nnimap.el (nnimap-id):
8330         * sieve-manage.el (sieve-manage-open): Doc fixes.
8331
8332 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
8333
8334         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
8335         if available.
8336
8337 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8338
8339         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
8340
8341         * nnkiboze.el (nnkiboze-generate-group):
8342         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
8343
8344         * nnmairix.el: Require CL.
8345
8346 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8347
8348         * dgnushack.el: Autoload get-display-table and put-display-table for
8349         XEmacs 21.5.
8350
8351         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
8352         21.4 and SXEmacs.
8353
8354 2008-06-15  David Engster  <dengste@eml.cc>
8355
8356         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
8357
8358 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
8359
8360         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
8361         New macros that expand to an `aset'/`aref' call under Emacs, and to a
8362         runtime choice under XEmacs.
8363
8364         * gnus-sum.el (gnus-summary-set-display-table):
8365         Use `gnus-put-display-table', `gnus-get-display-table',
8366         `gnus-set-display-table' for the display table, instead of `aset'.
8367
8368         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
8369         Use `gnus-put-display-table', `gnus-get-display-table',
8370         `gnus-set-display-table' for the display table.
8371
8372 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8373
8374         * nnmairix.el: Add autoloads.
8375
8376 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8377
8378         * nnmairix.el (nnmairix-delete-recreate-group)
8379         (nnmairix-update-and-clear-marks): Fix error messages.
8380
8381 2008-06-14  David Engster  <dengste@eml.cc>
8382
8383         * nnmairix.el: Upgrade to version 0.6.
8384         (nnmairix-group-toggle-propmarks-this-group)
8385         (nnmairix-group-toggle-readmarks-this-group)
8386         (nnmairix-group-delete-recreate-this-group)
8387         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
8388         (nnmairix-remove-tick-mark-original-article): New commands.
8389         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
8390         (nnmairix-propagate-marks-to-nnmairix-groups)
8391         (nnmairix-only-use-registry, nnmairix-allowfast-default)
8392         (nnmairix-marks-cache, nnmairix-version-output): New variables.
8393         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8394         functions needed for marks propagation and manipulation of read marks.
8395         (nnmairix-update-groups): New function.
8396         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8397         (nnmairix-determine-original-group-from-registry)
8398         (nnmairix-determine-original-group-from-path)
8399         (nnmairix-get-group-from-file-path, nnmairix-map-range)
8400         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8401         New helper functions.
8402         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8403         keystrokes for new commands.
8404         (nnmairix-delete-and-create-on-change): Doc string cleanup.
8405         (nnmairix-request-group): Check allow-fast group parameter.
8406         (nnmairix-request-create-group): Set allow-fast group parameter if
8407         nnmairix-allowfast-default is set.
8408         (nnmairix-close-group): Propagate marks upon closing if needed.
8409         (nnmairix-group-toggle-threads-this-group): Use new.
8410         nnmairix-group-toggle-parameter helper function.
8411         (nnmairix-search): Better check for empty search result.
8412         (nnmairix-goto-original-article): Use new helper functions for
8413         determining original article.
8414         (nnmairix-show-original-article): Make sure message-id is in brackets.
8415         (nnmairix-call-mairix-binary): Change variable name.
8416         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8417         helper function.
8418         (nnmairix-widget-toggle-activate): Fix doc string.
8419
8420 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8421
8422         * nnir.el: Require edmacro when compiling with XEmacs.
8423         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8424         available in Emacs 21.
8425
8426 2008-06-11  Glenn Morris  <rgm@gnu.org>
8427
8428         * gnus-util.el (x-focus-frame):
8429         * gnus.el (image-size):
8430         * mm-decode.el (image-size): Declare.
8431
8432         * gnus-picon.el (declare-function): Add compat definition.
8433         (image-size): Declare.
8434
8435         * gnus-group.el (tool-bar-map):
8436         * gnus-sum.el (tool-bar-map): Define for compiler.
8437
8438         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8439
8440         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8441
8442         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8443         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8444         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8445         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8446         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8447         * sieve-manage.el, spam-report.el, spam.el:
8448         Remove unnecessary eval-and-compile of autoloads.
8449
8450 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
8451
8452         * auth-source.el: Precise Tramp doc.
8453
8454 2008-06-07  Glenn Morris  <rgm@gnu.org>
8455
8456         * nnmairix.el: Remove unnecessary eval-when-compile.
8457
8458 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8459
8460         * lpath.el: Fbind propertize for XEmacs 21.4.
8461
8462 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
8463
8464         * nnir.el: Move here from ../contrib.
8465
8466 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8467
8468         * gnus-util.el (gnus-read-shell-command): New function.
8469         * mm-decode.el (mm-pipe-part):
8470         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8471
8472 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8473
8474         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8475
8476 2008-06-03  Glenn Morris  <rgm@gnu.org>
8477
8478         * pop3.el (nnheader-accept-process-output): Autoload it.
8479
8480 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8481
8482         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8483         are not 2-digit hexadecimal characters that follow `%'s.
8484
8485 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8486
8487         * message.el (message-bogus-recipient-p): Fix type in doc string.
8488         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8489         (message-bogus-addresses): Rename from message-bogus-address-regexp.
8490         Improve custom options.
8491         (message-bogus-recipient-p): Adjust accordingly.
8492
8493 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
8494
8495         * parse-time.el (parse-time-months, parse-time-weekdays): Add
8496         long-form month and day names.
8497
8498 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8499
8500         * dgnushack.el: Autoload debug, eudc-expand-inline and
8501         pgg-snarf-keys-region for XEmacs.
8502
8503         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
8504
8505         * nnmairix.el: Require edmacro when compiling with XEmacs.
8506
8507 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
8508
8509         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8510         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8511
8512 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8513
8514         * auth-source.el: Add more docs.
8515
8516         * netrc.el (netrc-machine): Always match if the port is not given.
8517
8518 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8519
8520         * nnheader.el (nnheader-read-timeout): Change the default timeout from
8521         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
8522         retrieval faster in some cases, but might make CPU usage larger.
8523         If this has any bad side effects, we might revert this change.
8524
8525         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8526         seems to make mail retrieval much, much faster.
8527         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8528         unconditionally.
8529
8530         * gnus-draft.el (gnus-group-send-queue):
8531         Bind message-send-mail-partially-limit to nil to avoid being prompted.
8532
8533 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8534
8535         * mml.el (mml-attach-buffer): Prompt for `disposition'.
8536
8537         * message.el (message-bogus-address-regexp): Fix and improve custom
8538         type.
8539         (message-setup-hook): Add message-check-recipients as custom option.
8540
8541 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
8542
8543         * message.el (message-cite-function): Remove bogus autoload which crept
8544         in during merge from v5-10.
8545
8546 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8547
8548         * nnimap.el (nnimap-open-connection): Fix login/password bug.
8549
8550         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8551
8552         * auth-source.el: Preliminary Tramp docs.
8553         (auth-sources): Change the default auth-sources to use
8554         EPA .gpg files.
8555
8556 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
8557
8558         * nntp.el: Autoload `auth-source-user-or-password'.
8559         (nntp-send-authinfo): Use it.
8560
8561         * nnimap.el: Autoload `auth-source-user-or-password'.
8562         (nnimap-open-connection): Use it.
8563
8564         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
8565         for the gnus-message function.
8566         (auth-source-user-or-password): Use it.
8567
8568 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8569
8570         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8571         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8572         (rfc2104-hash): Use it.
8573
8574 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8575
8576         * gnus-art.el (gnus-article-toggle-truncate-lines):
8577         Don't use `iff' in docstring.
8578
8579 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8580
8581         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8582
8583         * gnus-util.el (gnus-extract-address-component-name)
8584         (gnus-extract-address-component-email): Convenience functions around
8585         `gnus-extract-address-components'.
8586
8587         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8588         Use `gnus-extract-address-component-email' to fix bug of comparing full
8589         sender name to `user-mail-address'.
8590
8591 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8592
8593         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8594         catch/throw to optimize.
8595         (gnus-registry-find-keywords): Just use member to find a keyword.
8596
8597 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8598
8599         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8600         is current before calling gnus-server-prepare.
8601         (gnus-server-setup-buffer, gnus-server-update-server)
8602         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8603
8604 2008-05-04  Juri Linkov  <juri@jurta.org>
8605
8606         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8607         (mailcap-file-default-commands): Use mailcap-replace-in-string
8608         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8609         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8610
8611 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8612
8613         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8614
8615 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8616
8617         * gnus.el: Bump version to 0.11.
8618
8619 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8620
8621         * gnus.el: No Gnus v0.10 is released.
8622
8623 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8624
8625         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8626         hooks.
8627         (gnus-update-read-articles): Speed up non-marks-using users.
8628         (gnus-use-marks): Define gnus-use-marks.
8629         (gnus-propagate-marks): Rename variable to something more sensible.
8630
8631 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8632
8633         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8634         (gmm-image-load-path-for-library): Fix typos in docstrings.
8635         (gmm-message): Reflow docstring.
8636
8637 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8638
8639         * mail-source.el (mail-source-set-1, mail-source-bind):
8640         Move auth-source code out of the macro to clean it up and fix bugs.
8641
8642 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8643
8644         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8645         by sender if it's equal to user-mail-address, it's likely to be
8646         useless.
8647
8648         * mail-source.el (mail-source-bind): Don't use user or password if they
8649         are not bound.  Unintern them if they are nil.  Don't use server unless
8650         it's bound, and default it to empty string otherwise.
8651
8652 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8653
8654         * mail-source.el: Load auth-source.el.
8655         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8656         get user name or password, if auth-sources is set up.
8657
8658         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8659         strategy of splitting with parent.
8660         (gnus-registry-split-fancy-with-parent)
8661         (gnus-registry-post-process-groups): Use it and fix prior
8662         bug (returning a list as the split result).
8663
8664         * auth-source.el (auth-sources): Remove server parameter.
8665         (auth-source-pick, auth-source-user-or-password)
8666         (auth-source-user-or-password-imap)
8667         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8668         (auth-source-user-or-password-sftp)
8669         (auth-source-user-or-password-smtp): Remove server parameter.
8670
8671 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8672
8673         * smime.el (smime-sign-region, smime-encrypt-region)
8674         (smime-decrypt-region):
8675         Remove redundant calls to `generate-new-buffer-name'.
8676
8677 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8678
8679         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8680         Don't use QP for message/rfc822.
8681         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8682
8683 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8684
8685         * sieve-manage.el (sieve-string-bytes): Remove.
8686         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8687         correct byte-length only if the process's coding-system is the same as
8688         the one used internally by Emacs to represent strings.
8689
8690 2008-04-22  Juri Linkov  <juri@jurta.org>
8691
8692         * mailcap.el (mailcap-file-default-commands): New function.
8693
8694 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8695
8696         * message.el (message-signature-separator, message-cite-function):
8697         Change custom version.
8698
8699 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8700
8701         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8702         commands.
8703         (tls-checktrust): Ditto.
8704
8705 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8706
8707         * mm-decode.el (mm-display-external): Make temp file read-only.
8708
8709 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8710
8711         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8712         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8713         `C-c C-f d'.
8714
8715 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8716
8717         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8718
8719 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8720
8721         * gnus.el: Bump version to 0.9.
8722
8723 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8724
8725         * gnus.el: No Gnus v0.8 is released.
8726
8727 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8728
8729         * mail-source.el (mail-source-value):
8730         Prefer fboundp to functionp so it works with macros as well.
8731
8732 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8733
8734         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8735         Fix last change in case the element is not even a symbol.
8736
8737 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8738
8739         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8740         Prefer fboundp to functionp so it works with macros as well.
8741
8742 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8743
8744         * auth-source.el: Add docs.
8745         (auth-sources): Modify format to support server.
8746         (auth-source-pick, auth-source-user-or-password)
8747         (auth-source-user-or-password-imap)
8748         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8749         (auth-source-user-or-password-sftp)
8750         (auth-source-user-or-password-smtp): Add server parameter.
8751
8752 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8753
8754         * gnus-registry.el: Initialize the registry when gnus-registry-install
8755         is t.
8756
8757 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8758
8759         * compface.el (uncompface): Make buffer unibyte.
8760
8761 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8762
8763         * mail-source.el (mail-source-value):
8764         Prefer fboundp to functionp so it works with macros as well.
8765
8766 2008-04-05  Glenn Morris  <rgm@gnu.org>
8767
8768         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8769
8770 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8771
8772         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8773         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8774
8775         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8776         multibyteness after rather than before erasing it.
8777
8778         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8779         mm-with-multibyte.
8780         (gnus-request-article-this-buffer): Make sure the proper decoding is
8781         used if gnus-original-article-buffer happens to be unibyte.
8782
8783         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8784         default-enable-multibyte-characters.
8785
8786         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8787         default-enable-multibyte-characters.
8788
8789         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8790
8791         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8792
8793 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8794
8795         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8796         Fix last change in case the element is not even a symbol.
8797
8798 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8799
8800         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8801         (imap-message-copyuid-1): Use it.
8802         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8803         J. Williams in
8804         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8805
8806         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8807         imap-enable-exchange-bug-workaround.
8808         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8809
8810 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8811
8812         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8813         a 100 byte status-checks into a 2-3MB transfer for each group.
8814         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8815         to enable bug workaround or not.
8816         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8817
8818 2008-03-31  Glenn Morris  <rgm@gnu.org>
8819
8820         * message.el (mml2015-use): Declare for compiler.
8821         (message-info): Require mml2015 when appropriate.
8822
8823 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8824
8825         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8826         whitespace.
8827
8828 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8829
8830         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8831         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8832         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8833         (nntp-service-to-port): New function.
8834         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8835         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8836         (nntp-open-netcat-stream): New function.
8837         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8838
8839 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8840
8841         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8842
8843 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8844
8845         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8846
8847 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8848
8849         * dns.el (dns-write): Use set-buffer-multibyte.
8850
8851 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8852
8853         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8854
8855 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8856
8857         * message.el (message-signature-separator): Change default.
8858         Improve custom type.
8859         (message-cite-function): Change default to
8860         message-cite-original-without-signature.
8861
8862         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8863         toggle.
8864
8865         * message.el (message-check-news-body-syntax): Fix signature check.
8866         (message-setup-1): Mark buffer as unmodified _after_ running
8867         message-setup-hook and handling message-alternative-emails.
8868         (message-shorten-references): Be more strict when building list of
8869         valid references to comply with GNKSA.
8870
8871         * gnus-group.el (gnus-read-ephemeral-bug-group)
8872         (gnus-read-ephemeral-debian-bug-group)
8873         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8874
8875         * message.el (message-info): Don't use booleanp which isn't supported
8876         in Emacs 21 and XEmacs.
8877
8878 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8879
8880         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8881         gnus-group-gmane-group-download-format.
8882         (gnus-group-read-ephemeral-gmane-group): Rename from
8883         gnus-group-read-ephemeral-gmane-group.
8884         (gnus-read-ephemeral-gmane-group-url): Rename from
8885         gnus-group-read-ephemeral-gmane-group-url.
8886         (gnus-bug-group-download-format-alist): New variable.
8887         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8888         (gnus-read-ephemeral-emacs-bug-group): New commands.
8889
8890 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8891
8892         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8893         (gnus-visible-headers): Improve custom type.
8894
8895 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8896
8897         * mml.el (mml-menu): Add workarounds for XEmacs.
8898
8899         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8900         X-Boundary header.
8901
8902         * message.el (message-simplify-recipients): Fix previous commit.
8903
8904 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8905
8906         * mm-util.el (mm-set-buffer-multibyte): New function.
8907         * mm-decode.el (mm-copy-to-buffer): Use it.
8908
8909         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8910         Prefer fboundp to functionp so it works with macros as well.
8911
8912 2008-03-19  Glenn Morris  <rgm@gnu.org>
8913
8914         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8915         Accidentally removed in the sync process with Emacs.
8916
8917 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8918
8919         * message.el (message-alter-recipients-discard-bogus-full-name):
8920         New function.
8921         (message-alter-recipients-function): New variable.
8922         (message-get-reply-headers): Use it.
8923         (message-replace-header): New helper function.
8924         (message-recipients-without-full-name): New variable.
8925         (message-simplify-recipients): New command.
8926
8927         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8928
8929         * message.el (message-info): Handle EasyPG manual.
8930
8931         * mml.el (mml-menu): Add entry for EasyPG.
8932
8933 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8934
8935         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8936         parameter.
8937
8938         * message.el (message-disassociate-draft): Specify drafts group name
8939         fully.
8940
8941 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8942
8943         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8944         Eliminate unnecessary duplicates from the match list.
8945
8946 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8947
8948         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8949
8950         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8951
8952         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8953         args of `how-many' of which the XEmacs version doesn't take; declare
8954         Info-index-next as function.
8955
8956 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8957
8958         * gnus-score.el (gnus-score-headers): Fix handling of
8959         gnus-inhibit-slow-scoring.
8960
8961         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8962         string.
8963         (gnus-button-url-regexp): Improve handling of parenthesis.
8964         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8965         (gnus-button-handle-info-keystrokes): Handle index entries.
8966
8967 2008-03-15  Glenn Morris  <rgm@gnu.org>
8968
8969         * parse-time.el (parse-time-string): Simplify.
8970
8971 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8972
8973         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8974         Incoming* files.
8975
8976 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8977
8978         * auth-source.el (auth-sources): Rename from auth-source-choices.
8979         (auth-source-pick): Use it.
8980
8981 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8982
8983         * binhex.el (binhex-decode-region-internal):
8984         * uudecode.el (uudecode-decode-region-internal):
8985         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8986         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8987         setting default-enable-multibyte-characters.
8988
8989 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8990
8991         * auth-source.el (auth-source-protocols)
8992         (auth-source-protocols-customize, auth-source-choices): Add and
8993         modified variable customizations and defaults.
8994         (auth-source-pick, auth-source-user-or-password)
8995         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8996         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8997         (auth-source-user-or-password-sftp)
8998         (auth-source-user-or-password-smtp): Use new variables and provide an
8999         interface to netrc.el.
9000
9001 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9002
9003         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
9004         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
9005         Make sure the nntp port to specify is a string.
9006
9007 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9008
9009         * nntp.el: Use with-current-buffer.
9010         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
9011         dubious mm-with-unibyte-current-buffer.
9012         (nntp-with-open-group-function): New function extracted from
9013         nntp-with-open-group macro.
9014         (nntp-with-open-group): Use the function, so it's easier to debug.
9015         Add indentation and debugging info.
9016         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
9017         Recommend the use of the netcat alternatives.
9018
9019         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
9020         Avoid mm-string-as-multibyte as well.
9021
9022         * nnweb.el (nnweb-insert-html):
9023         Remove use of nnheader-string-as-multibyte.
9024
9025         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
9026         (nnheader-string-as-multibyte): Remove.
9027
9028         * mm-view.el: Use inhibit-read-only.
9029         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
9030         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
9031         or unibyte-string.
9032
9033         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
9034         (mm-uu-yenc-extract): Use with-current-buffer.
9035
9036         * gnus-soup.el (gnus-soup-send-packet): Don't use
9037         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
9038
9039         * nnmh.el: Use with-current-buffer.
9040         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
9041         mm-string-as-multibyte on the output of mm-encode-coding-string.
9042
9043         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9044         (nnimap-request-move-article): Use with-current-buffer.
9045
9046         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
9047         inserting the handle-buffer's text, so the implicit multibyte->unibyte
9048         conversion uses string-make-unibyte rather than string-as-unibyte.
9049
9050         * gnus-msg.el: Use with-current-buffer.
9051
9052         * message.el (message-ignored-resent-headers): Add "Delivered-To".
9053
9054 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
9055
9056         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
9057         string for caching if it is 'PIN.
9058
9059 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9060
9061         * lpath.el: Consider the case without Emacs/W3.
9062
9063 2008-03-08  Glenn Morris  <rgm@gnu.org>
9064
9065         * time-date.el (date-to-time, time-subtract, time-add)
9066         (safe-date-to-time): Doc fixes.
9067
9068 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9069
9070         * mail-source.el (mail-source-delete-old-incoming-confirm):
9071         Change default to nil.
9072         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
9073
9074 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9075
9076         * lpath.el: Rearrange.
9077
9078         * gnus-art.el (gnus-narrow-to-page): Position point properly.
9079         (gnus-article-goto-prev-page): Work for articles having ^L's.
9080
9081         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
9082
9083         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
9084
9085 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
9086
9087         * gnus-bookmark.el: Adjust for renames in bookmark.el.
9088         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
9089         (gnus-bookmark-jump): Adjust some variable names.
9090
9091 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
9092
9093         * auth-source.el: New package.
9094         (auth-source-choices): Add customization entry point variable.
9095
9096         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
9097         bug.
9098
9099 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
9100
9101         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
9102         (gnus-registry-initialize, gnus-registry-install-p): Use it.
9103         (gnus-registry-install-shortcuts): Rename from
9104         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
9105         the `gnus-registry-mark-map' keymap dynamically from
9106         `gnus-registry-marks'.  The generated functions update the summary line
9107         when a registry mark is added or deleted, and will call
9108         `gnus-registry-install-p' (see the comments in the code).
9109         (gnus-registry-user-format-function-M): Use concat intelligently.
9110
9111         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
9112         the registry mark functions.
9113
9114 2008-03-05  Glenn Morris  <rgm@gnu.org>
9115
9116         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
9117         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
9118         gnus-art.
9119         (top-level): No need to load own source when compiling.
9120
9121 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9122
9123         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
9124         Suggested by <chris.anderton@zetnet.co.uk>.
9125
9126 2008-03-04  Glenn Morris  <rgm@gnu.org>
9127
9128         * gnus-sum.el (top-level): No need to require gnus when compiling,
9129         since unconditionally required near start of file.
9130         (gnus-summary-display-while-building): Move definition before use.
9131
9132 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9133
9134         * gnus-registry.el (gnus-registry-user-format-function-M):
9135         Add formatting function.
9136
9137 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
9138
9139         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
9140         with plists.
9141         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
9142         Use new format.
9143
9144 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9145
9146         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
9147         `where-is-internal' that returns a range of key sequences.
9148
9149 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9150
9151         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
9152
9153         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
9154         (gnus-summary-jump-to-group): Consider windows on other displayed
9155         frames as well.  Similar changes might be needed elsewhere, but that's
9156         the one I've bumped into during my use.
9157
9158         * nndoc.el (nndoc-oe-dbx-type-p):
9159         * gnus-msg.el (gnus-debug):
9160         * gnus-group.el (gnus-update-group-mark-positions):
9161         Use mm-string-to-multibyte.
9162
9163 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9164
9165         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
9166         doesn't handle NotDashEscaped.
9167
9168         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
9169         (mml-dnd-attach-options): Fix typo in custom choice.
9170
9171         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
9172         Change nndoc-article-type to mbox.
9173         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
9174
9175         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
9176         to nil, instead of html2text.
9177
9178         * imap.el (imap-debug): Add `imap-ping-server'.
9179
9180         * gnus-bookmark.el: Add FIXMEs.
9181
9182         * message.el (message-form-letter-separator)
9183         (message-send-form-letter-delay): New variables.
9184         (message-send-form-letter): Use them.  New command to send form
9185         letters.  Requested by Uwe Siart.
9186         (message-send-mail-function): Doc fix.  Add "Other" custom option.
9187
9188 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9189
9190         * Update copyright years.
9191
9192 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9193
9194         Sync from EMACS_22_BASE.
9195
9196         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
9197
9198 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
9199
9200         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
9201         empty author.
9202
9203 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
9204
9205         * gnus-registry.el (gnus-registry-marks): Add variable for
9206         customization of marks and their appearance.
9207         (gnus-registry-read-mark): Use it.
9208         (gnus-registry-do-marks): Add utility function to loop through
9209         `gnus-registry-marks'.
9210         (gnus-registry-install-shortcuts-and-menus): Add function to install
9211         shortcuts and menus.
9212         (gnus-registry-initialize): Use it.
9213         (gnus-registry-default-mark): Clarify documentation.
9214
9215 2008-02-29  Glenn Morris  <rgm@gnu.org>
9216
9217         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
9218         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
9219         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
9220         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
9221         Change defcustom :version from 23.0 to 23.1.
9222
9223 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
9224
9225         * gnus-registry.el (gnus-registry-follow-group-p)
9226         (gnus-registry-post-process-groups): Add functions to aid registry
9227         splitting and improve logging.  Clarify behavior in function
9228         documentation.
9229         (gnus-registry-split-fancy-with-parent): Use them.
9230
9231 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9232
9233         * gnus-art.el: Use with-current-buffer.
9234
9235 2008-02-27  David Engster  <dengste@eml.cc>
9236
9237         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
9238         Express real group name in the response.
9239
9240 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9241
9242         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
9243         (nnmairix-last-server, nnmairix-current-server): Defvar them.
9244         (nnmairix-goto-original-article): Defvar gnus-registry-install and
9245         autoload gnus-registry-fetch-group when compiling.
9246         (nnmairix-request-group-with-article-number-correction):
9247         Remove unreferenced argument passed to nnmairix-call-backend.
9248
9249 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9250
9251         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
9252         (mm-uu-extract): Improve face for low color ttys.
9253         Reported by Sascha Wilde.
9254
9255 2008-02-27  Glenn Morris  <rgm@gnu.org>
9256
9257         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
9258         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
9259         variables to defconsts.  Convert comments to doc-strings.
9260         (nnmairix-last-server, nnmairix-current-server): Convert from free
9261         variables to defvars.  Convert comments to doc-strings.
9262         (gnus-registry-fetch-group): Autoload.
9263         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
9264         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
9265         (nnmairix-widget-build-editable-fields): Use car cddr rather than
9266         caddr.
9267         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
9268         nnmairix-request-group-with-article-number-correction call.
9269         (nnmairix-fast, nnmairix-group): New, less general names, for free
9270         variables passed from nnmairix-request-group to
9271         nnmairix-request-group-with-article-number-correction.  Declare.
9272         (nnmairix-request-group-with-article-number-correction):
9273         Use nnmairix-fast, nnmairix-group rather than fast, group.
9274
9275 2008-02-26  David Engster  <dengste@eml.cc>
9276
9277         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
9278         version 0.5.
9279
9280 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
9281
9282         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
9283         instead of making an extra function call.  Don't add the current group
9284         to articles only when they have the group.  Use
9285         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
9286         Reported by David <de_bb@arcor.de>.
9287
9288 2008-02-24  Miles Bader  <miles@gnu.org>
9289
9290         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
9291         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
9292         (mm-find-mime-charset-region):
9293         * mm-bodies.el (mm-encode-body):
9294         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
9295
9296 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9297
9298         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
9299         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
9300
9301 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
9302
9303         * mail-source.el (mail-source-delete-incoming): Change default.
9304         Supplement doc string.
9305
9306         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
9307
9308 2008-02-14  Glenn Morris  <rgm@gnu.org>
9309
9310         * time-date.el (format-seconds): New function.
9311
9312 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9313
9314         * nnmail.el (nnmail-message-id-cache-file): Derive from
9315         `gnus-home-directory'.
9316
9317 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
9318
9319         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
9320         Document negative prefix.
9321
9322         * gnus-group.el (gnus-group-read-group): Document negative prefix.
9323
9324 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9325
9326         * message.el (message-unsent-separator): Add the Exim bounce
9327         separator.
9328
9329 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
9330
9331         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
9332         list.
9333         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
9334         recipient/signer list.
9335
9336 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9337
9338         * Makefile.in (datarootdir): Define.
9339         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
9340         name that might contain whitespace.
9341
9342 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9343
9344         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
9345         fbound (Emacs 23 unicode), signal an error.
9346
9347 2008-02-08  Glenn Morris  <rgm@gnu.org>
9348
9349         * gnus-art.el (pgg-display-output-buffer): Declare as function.
9350
9351 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
9352
9353         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
9354         ports to the calls to `netrc-machine-user-or-password' in addition to
9355         "imap" and "imaps".
9356
9357 2008-02-01  Zhang Wei  <id.brep@gmail.com>
9358
9359         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
9360
9361         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
9362
9363 2008-02-01  Kenichi Handa  <handa@m17n.org>
9364
9365         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
9366         rfc2104-hexstring-to-bitstring and changed to return a byte list.
9367         (rfc2104-hash): Convert the result of concat to unibyte string.
9368
9369 2008-02-01  Dave Love  <fx@gnu.org>
9370
9371         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
9372         coding-system-for-read.
9373         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
9374
9375 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9376
9377         * gnus.el (gnus-group-startup-message): Add `find-image' call before
9378         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
9379         <hanche@math.ntnu.no>.
9380
9381 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9382
9383         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
9384
9385         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
9386
9387 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
9388
9389         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
9390         * message.el (message-beginning-of-line): Use featurep instead of bound
9391         tests in order to resolve conditionals at compile time.
9392
9393 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
9394
9395         * mail-source.el (mail-sources): Add `group' choice.
9396
9397         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
9398         parameter `in-group' to control into which group the articles go.
9399         Add treatment of `group' mail-source.
9400
9401 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9402
9403         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
9404
9405         * mm-decode.el (mm-dissect-buffer): Decode description.
9406
9407         * mml.el (mml-to-mime): Encode message header first.
9408
9409 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9410
9411         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
9412         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
9413
9414         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
9415         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
9416
9417 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
9418
9419         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
9420
9421 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9422
9423         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
9424         prefix keys.
9425         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
9426         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
9427         gnus-xmas.el.
9428
9429         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
9430         (gnus-xmas-article-describe-bindings): New function.
9431         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
9432         gnus-xmas-article-describe-bindings.
9433
9434         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
9435
9436 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9437
9438         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
9439         Add new variables for article mark management.
9440         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
9441         list of extra data entries which, when present, will indicate that the
9442         article ID should not be trimmed from the registry.
9443         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
9444         functions.
9445         (gnus-registry-read-mark): New function to read a mark name from the
9446         user.
9447         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9448         (gnus-registry-set-article-mark-internal): New functions to add and
9449         remove marks.
9450         (gnus-registry-get-article-marks): New function to show the marks for
9451         an article, or retrieve them for further use.
9452
9453 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9454
9455         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9456         keys when no argument is given.
9457
9458 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9459
9460         * imap.el (imap-ping-server): New variable.
9461         (imap-opened): On add extra ping if imap-ping-server is non-nil.
9462         (imap-ping-server): Minor doc string fixes.
9463
9464 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9465
9466         * imap.el (imap-ping-server): New function.
9467         (imap-opened): Call imap-ping-server.
9468
9469 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9470
9471         * gnus-sum.el (gnus-article-sort-by-random)
9472         (gnus-thread-sort-by-random): Fix doc strings.
9473         Reported by jidanni@jidanni.org.
9474
9475 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9476
9477         * gnus-art.el (gnus-article-describe-bindings): New function.
9478         (gnus-article-read-summary-keys): Use it.
9479         (gnus-article-mode-map): Bind `C-h b' to it.
9480
9481 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9482
9483         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9484         XEmacs.
9485         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9486         Protect against non-character events.
9487
9488         * lpath.el: Fbind map-keymap for Emacs 21.
9489
9490 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
9491
9492         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9493         New command.
9494         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9495         instead of END.  Change name of the temp file.
9496         (gnus-group-gmane-group-download-format): Add doc string.  Make it
9497         customizable.
9498
9499 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9500
9501         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9502         bind `S W' to gnus-article-wide-reply-with-original; set default
9503         binding to gnus-article-read-summary-send-keys.
9504         (gnus-article-read-summary-keys): Fix the order of keys; display
9505         continuation keys correctly in the echo area; describe bindings
9506         correctly when keys end with `C-h'.
9507         (gnus-article-read-summary-send-keys): New function.
9508         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9509         Work for gnus-article-read-summary-send-keys; display continuation keys
9510         correctly in the echo area.
9511         (gnus-article-reply-with-original): Ignore prefix argument.
9512         (gnus-article-wide-reply-with-original): New function.
9513
9514         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
9515         Emacs 21.
9516
9517 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9518
9519         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9520         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9521
9522 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9523
9524         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9525         (gnus-group-read-ephemeral-gmane-group): New command.
9526
9527 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9528
9529         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9530
9531 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9532
9533         * message.el (message-send-mail-function): Increase custom version.
9534
9535         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9536         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
9537
9538 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9539
9540         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
9541         for the cases where imap-authenticate is called with a nil buffer
9542         parameter.
9543
9544 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9545
9546         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9547         html parts correctly; support forwarded messages.
9548         (gnus-article-browse-html-article): Remove work buffers.
9549
9550         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9551         compiling.
9552         (netrc-bound-and-true-p): New macro.
9553         (netrc-parse): Use it instead of bound-and-true-p that is not available
9554         in XEmacs 21.4.
9555
9556 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9557
9558         * gnus-registry.el (gnus-registry-mark-article)
9559         (gnus-registry-article-marks): Add functionality to mark articles
9560         through the Gnus registry.
9561
9562         * encrypt.el: Clarify documentation for the new pgg method.
9563         (encrypt-file-alist): Add PGG option.
9564         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
9565         functionality.  Abstract password key and messaging to external
9566         functions.
9567         (encrypt-password-key, encrypt-get-passphrase-if-needed)
9568         (encrypt-message-method-and-cipher): Add new convenience external
9569         functions.
9570         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
9571         (encrypt-pgg-process-buffer): Add PGG functionality glue.
9572
9573         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9574         (netrc-parse): Use encrypt-file-alist to determine if
9575         encrypt-find-model or encrypt-insert-file-contents should be used.
9576
9577         * encrypt.el: Clarify documentation.  Load password-cache or
9578         password, whichever one is found first, instead of autoloading.
9579
9580 2007-12-19  Glenn Morris  <rgm@gnu.org>
9581
9582         * mml.el (message-options-set, message-narrow-to-head)
9583         (message-in-body-p, message-mail-p, message-encode-message-body):
9584         Autoload.
9585         (message-remove-header, message-narrow-to-headers-or-head)
9586         (message-subscribed-p, message-make-mail-followup-to)
9587         (message-position-on-field, message-news-p)
9588         (message-options-set-recipient, message-generate-headers)
9589         (message-sort-headers): Declare as functions.
9590
9591 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9592
9593         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9594         convention in doc string.
9595
9596 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9597
9598         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9599         title to html parts.
9600         (gnus-article-browse-html-article): Pass message header to it.
9601
9602         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9603
9604 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9605
9606         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9607         or password compatible with XEmacs.
9608
9609 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9610
9611         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9612         format document.
9613         (gnus-mime-delete-part): Don't write description line if empty.
9614         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9615
9616 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
9617
9618         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9619         (gnus-summary-mark-read-and-unread-as-read)
9620         (gnus-summary-mark-current-read-and-unread-as-read)
9621         (gnus-summary-mark-unread-as-ticked): Doc fix.
9622         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9623
9624 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9625
9626         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9627         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9628
9629 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9630
9631         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9632         yes-or-no-p.
9633
9634 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9635
9636         * mm-decode.el (mm-add-meta-html-tag): New function.
9637         (mm-save-part-to-file, mm-pipe-part): Use it.
9638
9639         * gnus-art.el (gnus-article-browse-delete-temp-files):
9640         Use gnus-y-or-n-p instead of y-or-n-p.
9641         (gnus-article-browse-html-parts): Work with message/external-body; use
9642         mm-add-meta-html-tag.
9643
9644 2007-12-11  Glenn Morris  <rgm@gnu.org>
9645
9646         * gnus-cache.el: Require gnus-sum not just when compiling.
9647
9648         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9649
9650         * gnus-int.el (gnus-server-opened, gnus-status-message):
9651         Move definitions before use.
9652
9653         * mm-decode.el: Require gnus-util.
9654         (mm-remove-part): Only call delete-annotation on XEmacs.
9655
9656         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9657
9658         * nnmail.el: Require gnus-int.
9659
9660         * spam.el: Move `require's before `eval-when-compile's.
9661
9662         * gnus-ems.el (gnus-alive-p):
9663         * gnus-fun.el (message-goto-eoh):
9664         * gnus-util.el (gnus-group-name-decode):
9665         * mail-source.el (gnus-compress-sequence):
9666         * message.el (Info-goto-node, format-spec):
9667         * mm-bodies.el (message-options-get):
9668         * mm-decode.el (mm-view-pkcs7):
9669         * mm-util.el (gmm-write-region):
9670         * mml-smime.el (mml-compute-boundary)
9671         (gnus-completing-read-with-default):
9672         * mml.el (widget-button-press, gnus-make-hashtable):
9673         * mml1991.el (mm-decode-content-transfer-encoding)
9674         (mm-encode-content-transfer-encoding)
9675         (message-options-get, message-options-set):
9676         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9677         * nnfolder.el (gnus-request-group):
9678         * nnheader.el (ietf-drums-unfold-fws):
9679         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9680         * smime.el (gnus-run-mode-hooks):
9681         * spam-stat.el (gnus-message): Autoload.
9682
9683         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9684         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9685         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9686         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9687         Add declare-function compatibility definition.
9688
9689         * gnus-cache.el (nnvirtual-find-group-art):
9690         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9691         (gnus-add-image, gnus-add-wash-type):
9692         * gnus-group.el (nnkiboze-score-file):
9693         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9694         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9695         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9696         (message-tokenize-header, gnus-get-buffer-create)
9697         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9698         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9699         * gnus.el (gnus-group-decoded-name):
9700         * mail-source.el (imap-capability):
9701         * mm-bodies.el (message-options-set):
9702         * mm-decode.el (gnus-configure-windows):
9703         * mm-extern.el (message-goto-body):
9704         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9705         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9706         (epg-sub-key-validity, message-options-set):
9707         * mml.el (widget-event-point, gnus-configure-windows):
9708         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9709         * mml2015.el (epg-check-configuration, epg-configuration)
9710         (message-options-set):
9711         * nndb.el (nndb-request-article):
9712         * nnfolder.el (gnus-request-create-group):
9713         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9714         * nnmaildir.el (gnus-group-mark-article-read):
9715         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9716         * rfc1843.el (message-fetch-field):
9717         * spam.el (gnus-extract-address-components):
9718         Declare as functions.
9719
9720 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9721
9722         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9723
9724         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9725
9726         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9727         bind show-trailing-whitespace for XEmacs.
9728
9729 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9730
9731         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9732         new no-op macro for backward compatibility.
9733
9734         * imap.el (imap-string-to-integer): New function.
9735
9736 2007-12-09  Glenn Morris  <rgm@gnu.org>
9737
9738         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9739
9740         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9741         * message.el, mm-view.el, sieve-manage.el, smime.el:
9742         Add declare-function compatibility definition.
9743
9744         * gnus-art.el (w3-region, w3m-region, Info-menu):
9745         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9746         * gnus-sum.el (gnus-get-predicate):
9747         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9748         * message.el (mail-abbrev-in-expansion-header-p):
9749         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9750         (w3m-detect-meta-charset, w3m-region):
9751         * sieve-manage.el (password-read, password-cache-add)
9752         (password-cache-remove):
9753         * smime.el (password-read-and-add): Declare as functions.
9754
9755 2007-12-08  David Kastrup  <dak@gnu.org>
9756
9757         * gnus-sum.el (gnus-summary-simplify-subject-query):
9758         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9759         `message'.
9760
9761 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9762
9763         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9764         it to bind idna-program, installation-directory, defined-colors, and
9765         face-attribute for XEmacs of the version that compiles defcustom forms.
9766
9767 2007-12-07  Glenn Morris  <rgm@gnu.org>
9768
9769         * gnus-art.el (article-make-date-line): Revert previous change.
9770
9771 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9772
9773         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9774
9775 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9776
9777         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9778         Call gnus-add-to-range ranges only once with a prepared article-list.
9779
9780 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9781
9782         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9783         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9784         group names with backslashes.
9785         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9786
9787 2007-12-06  Deepak Goel  <deego3@gmail.com>
9788
9789         * gnus-art.el (article-make-date-line):
9790         * gnus-start.el (gnus-load):
9791         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9792
9793 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9794
9795         * gnus-art.el (gnus-use-idna)
9796         * gnus-start.el (gnus-site-init-file)
9797         * message.el (message-use-idna)
9798         * mm-uu.el (mm-uu-hide-markers)
9799         * smiley.el (smiley-style): Revert changes that suppress warnings.
9800
9801 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9802
9803         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9804         specify charset to html source.
9805         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9806
9807 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9808
9809         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9810         idna-program in order to suppress byte compile warning issued by XEmacs
9811         that came to byte compile the default value section of defcustom forms
9812         recently.
9813
9814         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9815         value of installation-directory.
9816
9817         * message.el (message-use-idna): Don't directly refer to the value of
9818         idna-program.
9819
9820         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9821
9822         * smiley.el (smiley-style): Don't directly call face-attribute.
9823
9824 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9825
9826         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9827
9828         * gnus-dired.el: Reduce Gnus dependencies.
9829         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9830         Don't require.  Use autoloads instead.
9831         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9832         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9833         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9834         (gnus-dired-mode): Adjust doc string.
9835         (gnus-dired-mail-mode): New variable.
9836         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9837         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9838         (gnus-dired-mail-buffers): New function.  Return mail or message
9839         composition buffers.
9840         (gnus-dired-attach): Use it.
9841         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9842         NO-DECODE.
9843         (gnus-dired-print): Use `gnus-print-buffer' depending on
9844         `gnus-dired-mail-mode'.
9845
9846 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9847
9848         * rfc2047.el (rfc2047-encoded-word-regexp)
9849         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9850         explaining what regexp patterns are for.
9851
9852 2007-12-04  Glenn Morris  <rgm@gnu.org>
9853
9854         * password.el: Move to password-cache.el.
9855
9856         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9857         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9858         * mml-smime.el (password-read, password-cache-add)
9859         (password-cache-remove):
9860         No need to autoload, since mml-sec requires password.
9861
9862         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9863         * message.el (gnus-extract-address-components):
9864         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9865
9866         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9867         password.
9868
9869 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9870
9871         * mailcap.el: Reduce dependencies.
9872         (mail-header-parse-content-type): Autoload.
9873         (mailcap-delete-duplicates): New alias.
9874         (mailcap-mime-info): Add optional argument NO-DECODE.
9875         (mailcap-mime-types): Use mailcap-delete-duplicates.
9876
9877         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9878
9879 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9880
9881         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9882         (imap-parse-status): Upcase status-att for servers that sends them
9883         lower-case (e.g., MS Exchange 2007).
9884
9885 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9886
9887         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9888         function.
9889
9890         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9891         (gnus-uu-yenc-article): New function.
9892
9893         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9894
9895         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9896
9897 2007-12-02  Glenn Morris  <rgm@gnu.org>
9898
9899         * binhex.el (binhex): New custom group.
9900         (binhex-decoder-program, binhex-decoder-switches)
9901         (binhex-use-external): Move to the binhex custom group.
9902
9903         * uudecode.el (uudecode): New custom group.
9904         (uudecode-decoder-program, uudecode-decoder-switches)
9905         (uudecode-use-external): Move to the uudecode custom group.
9906
9907         * netrc.el (top-level): Don't load `encrypt' features.
9908         (netrc-parse): Don't use encrypt.
9909         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9910
9911         * encrypt.el: Remove file.
9912
9913 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9914
9915         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9916         matches on patches.
9917
9918         * gnus-art.el (gnus-article-browse-html-article):
9919         Mention `mm-text-html-renderer' in the doc string.
9920
9921         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9922         string.  Add comments.
9923
9924         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9925         if rhs is ASCII.
9926
9927 2007-12-01  Glenn Morris  <rgm@gnu.org>
9928
9929         * mail-source.el (top-level): Require format-spec before
9930         eval-when-compile.
9931
9932 2007-11-30  Glenn Morris  <rgm@gnu.org>
9933
9934         * encrypt.el: Require password, rather than autoloading password-read.
9935
9936 2007-11-29  Glenn Morris  <rgm@gnu.org>
9937
9938         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9939         (sasl-make-client, sasl-next-step, sasl-step-data)
9940         (sasl-step-set-data): Declare as functions.
9941
9942 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9943
9944         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9945
9946 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9947
9948         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9949         certs should be verified and what is to be done in the event of a
9950         verification failure.
9951
9952         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9953         caller can indicate whether the cache should be disregarded for this
9954         call.  This way the result of the call is reproducible at all times and
9955         can be considered a canonical server name for the supplied method.
9956         (gnus-agent-method-p): Canonicalize server names by pushing their
9957         method through `gnus-method-to-server' using the no-cache argument.
9958
9959         * gnus-srvr.el (gnus-server-insert-server-line):
9960         Call `gnus-method-to-server' with `no-cache' argument.
9961
9962         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9963         gnus-agent-possibly-synchronize-flags as this should be called when the
9964         server is actually being opened.
9965         (gnus-agent-possibly-synchronize-flags)
9966         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9967         flags file of an agentized server to the latter function.
9968
9969         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9970         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9971         after a connection has been established successfully.
9972
9973 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9974
9975         * gnus-art.el (article-display-face): Force to display face if called
9976         interactively; check if gnus-article-x-face-too-ugly matches author.
9977         (article-display-x-face): Display face even if From header is missing
9978         as article-display-face does.
9979
9980 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9981
9982         * hashcash.el (message-narrow-to-headers-or-head)
9983         (message-fetch-field, message-goto-eoh)
9984         (message-narrow-to-headers): Declare as functions.
9985
9986 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9987
9988         * mail-source.el (mail-sources): Default to fetch from file for
9989         compatibility with default of nnmail-spool-file.
9990
9991 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9992
9993         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9994         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9995         to look for encoded word that should be encoded again.
9996         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9997         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9998         encoding pattern.
9999         (rfc2047-decode-region): Switch strict regexp and loose one according
10000         to rfc2047-allow-irregular-q-encoded-words.
10001
10002 2007-11-25  Romain Francoise  <romain@orebokech.com>
10003
10004         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
10005
10006 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10007
10008         * tls.el (tls-program): Provide more custom choices from
10009         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
10010         (tls-process-connection-type, tls-success): Remove "*" in doc string.
10011
10012 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10013
10014         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
10015         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
10016
10017         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
10018         `nnmail-spool-file'.
10019
10020         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
10021         `nnmail-spool-file'.
10022
10023         * gnus-move.el (gnus-change-server): Ditto.
10024
10025         * gnus-kill.el (gnus-batch-score): Ditto.
10026
10027         * gnus-cache.el (gnus-jog-cache): Ditto.
10028
10029         * gnus-msg.el (gnus-summary-reply):
10030         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
10031
10032 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10033
10034         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
10035         version.  Minor improvement to doc strings.
10036         (tls-program): Add comment.
10037
10038 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
10039
10040         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
10041         (tls-checktrust): New variable.  Check if GNU TLS complained about a
10042         mismatch between the hostname provided in the certificate and the name
10043         of the host connnecting to.
10044         (open-tls-stream): Use them.  Check certificates against trusted root
10045         certificates.
10046
10047 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10048
10049         * gnus-cache.el (gnus-cache-generate-nov-databases):
10050         Use nnml-generate-nov-databases-directory instead of
10051         nnml-generate-nov-databases-1.
10052
10053 2007-11-24  Glenn Morris  <rgm@gnu.org>
10054
10055         * message.el (message-tool-bar-retro): Update for rename
10056         mail_send.xpm->mail-send.xpm.
10057
10058 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
10059
10060         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
10061         `smime-ldap-search' for Emacs 22 and up.
10062
10063 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10064
10065         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
10066
10067         * message.el (message-send-mail-function): Fix error convention.
10068         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
10069         (message-widen-reply, message-send-mail, message-talkative-question)
10070         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
10071         (message-clone-locals, message-send-news): Use with-current-buffer.
10072         (message-insert-or-toggle-importance): Remove unused var `valid'.
10073         (message-make-references): Remove unused var `new-references'.
10074         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
10075
10076 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
10077
10078         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
10079         (spam-split-symbolic-return-positive): Reflow docstring.
10080         (spam-backends, spam-summary-exit-behavior)
10081         (spam-mark-ham-unread-before-move-from-spam-group)
10082         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
10083         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10084         (spam-clear-cache, spam-backend-check, spam-install-backend)
10085         (spam-install-statistical-backend, spam-list-of-processors)
10086         (spam-group-processor-p, spam-split, spam-bogofilter-score)
10087         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
10088         (spam-check-crm114, spam-initialize, spam-unload-hook):
10089         Fix typos in docstrings.
10090
10091 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10092
10093         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
10094         been checked if they have never been read and those group levels are
10095         higher than the one that a user specified.
10096
10097 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10098
10099         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
10100         foreign groups unless a group level is specified by a user.
10101         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
10102
10103 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
10104
10105         * message.el (message-send-mail-function): Require sendmail.
10106
10107 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
10108
10109         * message.el (message-send-mail-function): Check for smtpmail too.
10110
10111         * utf7.el (utf7-encode, utf7-decode): Use coding system
10112         `utf-7'/`utf-7-imap' from utf-7.el' if available.
10113
10114         * message.el (message-send-mail-function): New function.
10115         (message-send-mail-function): Set default using
10116         message-send-mail-function.  Adjust doc string.
10117         (message-send-mail-with-mailclient): New function.
10118
10119 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
10120
10121         * smime.el (from):
10122         * rfc2047.el (message-posting-charset):
10123         * qp.el (mm-use-ultra-safe-encoding):
10124         * pop3.el (parse-time-months):
10125         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
10126         * nnml.el (files):
10127         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
10128         (jka-compr-compression-info-list, ange-ftp-path-format)
10129         (efs-path-regexp):
10130         * nndiary.el (files):
10131         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
10132         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
10133         (epg-digest-algorithm-alist, inhibit-redisplay)
10134         (password-cache-expiry):
10135         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
10136         (pgg-output-buffer, password-cache-expiry):
10137         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
10138         (efs-path-regexp):
10139         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
10140         (inhibit-redisplay):
10141         * mm-uu.el (file-name, start-point, end-point, entry)
10142         (gnus-newsgroup-name, gnus-newsgroup-charset):
10143         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
10144         (latin-unity-ucs-list):
10145         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
10146         (mm-uu-binhex-decode-function):
10147         * message.el (gnus-message-group-art, gnus-list-identifiers)
10148         (rmail-enable-mime-composing, gnus-local-organization)
10149         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
10150         (gnus-read-active-file, facemenu-add-face-function)
10151         (facemenu-remove-face-function, gnus-article-decoded-p)
10152         (tool-bar-mode):
10153         * mail-source.el (display-time-mail-function):
10154         * gnus-util.el (nnmail-pathname-coding-system)
10155         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
10156         (gnus-original-article-buffer, gnus-user-agent)
10157         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
10158         (xemacs-codename, sxemacs-codename, emacs-program-version):
10159         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
10160         * gnus-start.el (gnus-agent-covered-methods)
10161         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
10162         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
10163         (gnus-newsgroup-headers, gnus-group-list-mode)
10164         (gnus-group-mark-positions, gnus-newsgroup-data)
10165         (gnus-newsgroup-unreads, nnoo-state-alist)
10166         (gnus-current-select-method, mail-sources)
10167         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
10168         (nnmail-spool-file, gnus-cache-active-hashtb):
10169         * gnus-mh.el (mh-lib-progs):
10170         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
10171         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
10172         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
10173         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
10174         (gnus-group-buffer):
10175         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
10176         (font-lock-set-defaults):
10177         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
10178         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
10179         (gnus-summary-post-menu, total-parts, type, condition, length):
10180         * gnus-agent.el (gnus-agent-read-agentview):
10181         * flow-fill.el (show-trailing-whitespace):
10182         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
10183         eval-and-compile wrappers for byte compiler pacifiers.
10184
10185         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
10186         (mm-display-inline-fontify): Check for featurep 'xemacs not
10187         extent-list.
10188
10189         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
10190         itimer-list.
10191         (mm-create-image-xemacs): Only do something for XEmacs.
10192         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
10193
10194         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
10195
10196         * gnus-registry.el (gnus-adaptive-word-syntax-table):
10197         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
10198
10199 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
10200
10201         * nnimap.el (nnimap-split-download-body):
10202         * gnus-demon.el (gnus-demon):
10203         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
10204
10205 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10206
10207         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
10208         New macros.
10209         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
10210         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
10211         copy data from unibyte buffer to multibyte current buffer.
10212         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
10213         to copy data from unibyte current buffer to multibyte buffer.
10214         (nntp-make-process-buffer): Make process buffer unibyte.
10215
10216         * pop3.el (pop3-open-server): Fix typo in Lisp code.
10217
10218 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
10219
10220         * pop3.el (pop3-open-server): Accept and process data more robustly at
10221         connexion start to avoid spurious "POP SSL connexion failed" errors.
10222
10223 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10224
10225         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
10226         read group names.
10227
10228 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
10229
10230         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
10231
10232 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10233
10234         * nnmail.el (nnmail-parse-active): Make group names unibyte.
10235         (nnmail-save-active): Use a unibyte buffer when saving active file,
10236         which may contain non-ASCII group names.
10237
10238         * nnml.el (nnml-request-group): Decode group names in messages.
10239
10240 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
10241
10242         * message.el (message-citation-line-function)
10243         (message-insert-formatted-citation-line): Fix spelling of
10244         `message-insert-formated-citation-line'.
10245
10246 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
10247
10248         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
10249
10250 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10251
10252         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
10253         nnmail-pathname-coding-system.
10254
10255         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
10256         that a user enters; decode group names in messages.
10257
10258         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
10259
10260 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10261
10262         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
10263
10264         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
10265
10266         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
10267         risky local variable.
10268
10269         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
10270
10271 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
10272
10273         * encrypt.el: Improve documentation to fix function name typo.
10274         Reported by Daiki Ueno <ueno@unixuser.org>.
10275
10276 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10277
10278         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
10279         even if the point is not in the last page of an article.
10280         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
10281         back to the previous page.
10282
10283 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
10284
10285         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
10286
10287 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10288
10289         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
10290
10291 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10292
10293         * message.el (message-check-news-body-syntax):
10294         Avoid mm-string-as-multibyte.
10295         (message-hide-headers): Don't assume (point-min)==1.
10296
10297 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10298
10299         * message.el (message-remove-blank-cited-lines): Fix if remove is
10300         given.
10301         (message-bogus-address-regexp): New variable.
10302         (message-bogus-recipient-p): New function.
10303         (message-check-recipients): New command.
10304         (message-syntax-checks): Add `bogus-recipient'.
10305         (message-fix-before-sending): Add `bogus-recipient'.
10306
10307         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
10308         (gnus-treat-body-boundary): Don't test window-system.
10309
10310 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
10311
10312         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
10313
10314 2007-10-28  Miles Bader  <miles@gnu.org>
10315
10316         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
10317         at compile-time too.
10318
10319 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10320
10321         * gnus-msg.el (gnus-message-setup-hook):
10322         Add `message-remove-blank-cited-lines' to options.
10323
10324 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10325
10326         * message.el (message-remove-blank-cited-lines): New function.
10327         Suggested by Karl Plästerer.
10328
10329 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10330
10331         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
10332         mapc.
10333
10334         * imap.el (imap-open): Replace mapcar called for effect with mapc.
10335         (top-level): Use mapc to set functions to be traced for debugging.
10336
10337         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
10338         called for effect with while loop.
10339
10340         * message.el (message-talkative-question): Replace mapcar called for
10341         effect with mapc.
10342
10343         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
10344         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
10345         called for effect with dolist.
10346
10347         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
10348
10349         * nndiary.el: Use dolist instead of mapcar to add diary headers to
10350         gnus-extra-headers and nnmail-extra-headers.
10351
10352         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
10353         called for effect with dolist.
10354         (top-level): Use mapc to set functions to be traced for debugging.
10355
10356         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
10357         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
10358         dolist.
10359
10360         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
10361         Replace mapcar called for effect with mapc.
10362         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
10363         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
10364         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
10365         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
10366
10367         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
10368         remove-if that's a cl function.
10369
10370         * webmail.el (webmail-debug): Replace mapcar called for effect with
10371         dolist.
10372
10373         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
10374         with mapc.
10375
10376 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10377
10378         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
10379         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
10380         with while loop.
10381
10382         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
10383         functions from article-* functions.
10384         (gnus-multi-decode-header): Replace mapcar called for effect with
10385         dolist.
10386
10387         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
10388         (gnus-bookmark-show-details): Replace mapcar called for effect with
10389         while loop.
10390
10391         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
10392         called for effect with while loop.
10393
10394         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
10395         with dolist.
10396
10397         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10398         Replace mapcar called for effect with dolist.
10399
10400         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
10401
10402         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
10403         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
10404         Replace mapcar called for effect with dolist.
10405         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
10406         mapc.
10407
10408         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
10409         Replace mapcar called for effect with dolist.
10410         (gnus-topic-list): Replace mapcar called for effect with mapc.
10411
10412         * gnus.el: Use mapc instead of mapcar to add autoloads.
10413
10414 2007-10-23  Richard Stallman  <rms@gnu.org>
10415
10416         * gnus-group.el (gnus-group-highlight): Mark as risky.
10417
10418 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10419
10420         * gnus.el (gnus-server-to-method): Return method found first in
10421         gnus-newsrc-alist.
10422
10423         * gnus-art.el (gnus-article-highlight-signature)
10424         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
10425         button overlay without the front stickiness.
10426
10427 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
10428
10429         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
10430         overview buffer needed a catch to receive its throw.
10431         (gnus-agent-flush-cache): Declare as interactive to make this function
10432         easier to use.
10433
10434 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
10435
10436         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
10437         `next-line'.
10438
10439 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10440
10441         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
10442         exclude address matching message-dont-reply-to-names.
10443
10444 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10445
10446         * gnus-util.el (gnus-string<): New function.
10447
10448         * gnus-sum.el (gnus-article-sort-by-author)
10449         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
10450
10451 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10452
10453         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
10454         the frame-focus tag is set in gnus-buffer-configuration.
10455
10456 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10457
10458         * gnus-art.el (gnus-article-add-button): Make a button overlay without
10459         the front stickiness.
10460
10461 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10462
10463         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
10464         url pattern; remove duplicate one.
10465         (gnus-article-extend-url-button): New function.
10466         (gnus-article-add-buttons): Use it.
10467         (gnus-button-push): Use concatenated url that it makes.
10468
10469 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
10470
10471         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
10472
10473 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10474
10475         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10476         Don't hardcode point-min==1.
10477
10478 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
10479
10480         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
10481         Fix comment about "iso8859-1".
10482
10483 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
10484
10485         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10486         ones returned from the verify-function.
10487
10488         * mm-uu.el (mm-uu-pgp-signed-extract-1):
10489         Call mml2015-extract-cleartext-signature if extraction failed.
10490
10491 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
10492
10493         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10494         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10495         failed.
10496
10497 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10498
10499         * Relicense "GPLv2 or later" files to "GPLv3 or later".
10500
10501 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
10502
10503         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
10504         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
10505         recommends to use EasyPG instead of PGG.
10506
10507         * pgg.el: Revert to revision 6.23.2.16.
10508
10509         * pgg-def.el: Revert to revision 6.6.2.14.
10510
10511         * pgg-gpg.el: Revert to revision 6.23.2.34.
10512
10513 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
10514
10515         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10516         to mark a thread as expirable.  Add variable `hide' to handle hiding of
10517         thread for both the null and zero (kill/expire thread) universal prefix
10518         cases.
10519         (gnus-summary-expire-thread): Add new function to expire a thread,
10520         using gnus-summary-kill-thread.
10521         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10522         shortcuts for gnus-summary-expire-thread.
10523         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10524         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
10525
10526 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10527
10528         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10529         extras value, so an extras entry can be deleted.
10530         (gnus-registry-delete-extra-entry): Use it.
10531         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10532         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10533         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10534         storage through the gnus-registry, and provide an appropriate API for
10535         it.
10536
10537 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10538
10539         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10540         Suggested by Leo <sdl.web@gmail.com>.
10541
10542         * gnus.el: Do.
10543
10544 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10545
10546         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10547         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
10548
10549         * gnus-agent.el (gnus-agent-fetch-headers): Do.
10550
10551         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10552         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10553
10554 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10555
10556         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10557         newline.
10558         (nnmbox-request-accept-article): Don't change article in source buffer;
10559         narrow to header to use message-fetch-field rather than
10560         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10561         (nnmbox-request-replace-article): Quote lines that'll be misidentified
10562         as delimiters; make sure article ends with newline.
10563         (nnmbox-delete-mail): Correct last position of article to be deleted;
10564         ignore X-Gnus-Newsgroup header in article body.
10565         (nnmbox-save-mail): Quote lines looking like delimiters at the right
10566         positions; make sure article ends with newline.
10567
10568         * message.el (message-display-abbrev): Don't infloop when a user
10569         inserts SPC in the beginning of header.
10570
10571         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
10572         coding-system-for-read and coding-system-for-write for XEmacs having no
10573         file-coding feature.
10574
10575         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
10576
10577 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10578
10579         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10580         list of groups not followed by default.  Fix type to be regexp.
10581         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10582
10583 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10584
10585         * hmac-def.el (define-hmac-function): Switch from old-style to
10586         new-style backquotes.
10587
10588         * md4.el (md4-make-step): Likewise.
10589
10590 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10591
10592         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10593         raw-text coding system when saving .newsrc file, which may contain
10594         non-ASCII group names.
10595
10596 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10597
10598         * gnus-cus.el (gnus-score-extra): New widget.
10599         (gnus-score-extra-convert): New function.
10600         (gnus-score-customize): Use it for Extra.
10601
10602 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10603
10604         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10605         (mml2015-mailcrypt-clear-verify): Use it.
10606         (mml2015-gpg-clear-verify): Use it.
10607         (mml2015-pgg-clear-verify): Use it.
10608         (mml2015-epg-clear-verify): Replace the current part with the output
10609         from GnuPG; don't extract the plaintext by itself.
10610
10611         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10612         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10613         mml2015-clear-verify-function; don't touch the armor headers or
10614         dash-escaped text here.
10615
10616 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10617
10618         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10619         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10620         parts, or application/octet-stream as a last resort.
10621         (gnus-mime-view-part-as-type): Don't toggle display.
10622         (gnus-mime-view-part-as-charset): Don't turn off display before
10623         querying charset.
10624
10625         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10626         stuff to undisplayer function in Emacs.
10627         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10628
10629         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10630         text/calendar parts.
10631
10632 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10633
10634         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10635         decoding text/calendar parts.
10636
10637         * message.el (message-forward-make-body-mime): Always mark body as
10638         having no illegible text; remove signed-or-encrypted argument.
10639         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10640
10641         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10642         (mml-generate-mime-1): Don't encode body if it is specified to be in
10643         raw form; don't make buffer be unibyte when inserting multibyte string.
10644
10645 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10646
10647         * sha1.el: Fix up comment style.
10648         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10649         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10650
10651         * hex-util.el: Fix up comment style.
10652         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10653
10654         * gnus-salt.el: Use with-current-buffer.
10655         (gnus-pick-setup-message): Fix long-standing typo.
10656
10657 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10658
10659         * imap.el (imap-logout-timeout): New variable.
10660         (imap-logout, imap-logout-wait): New functions.
10661         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10662
10663         * nnimap.el (nnimap-logout-timeout): New server variable.
10664         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10665         nnimap-logout-timeout.
10666
10667         * gnus-art.el (gnus-article-summary-command-nosave)
10668         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10669
10670 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10671
10672         * gnus.el (gnus-maximum-newsgroup): New variable.
10673
10674         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10675         according to gnus-maximum-newsgroup.
10676
10677         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10678         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10679         Limit the range of articles according to gnus-maximum-newsgroup.
10680
10681 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10682
10683         * gnus-art.el (gnus-sticky-article): Fix problems described in
10684         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10685         Don't perform gnus-configure-windows here; reuse existing sticky
10686         article buffer.
10687
10688         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10689         it doesn't exist in gnus-article-mode.
10690
10691 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10692
10693         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10694         (gnus-agent-decoded-group-name): New function.
10695         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10696         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10697
10698 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10699
10700         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10701         Add binding for gnus-sticky-article.
10702         (gnus-summary-exit): Don't kill sticky article buffers.
10703
10704         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10705         article buffer.
10706         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10707         (gnus-kill-sticky-article-buffers): New commands.
10708
10709 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10710
10711         * nntp.el (nntp-xref-number-is-evil): New server variable.
10712         (nntp-find-group-and-number): If it is non-nil, don't trust article
10713         numbers in the Xref header.
10714
10715 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10716
10717         * gnus-agent.el (gnus-agent-read-group): New function.
10718         (gnus-agent-flush-group, gnus-agent-expire-group)
10719         (gnus-agent-regenerate-group): Use it.
10720         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10721         nnmail-pathname-coding-system.
10722
10723 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10724
10725         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10726
10727         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10728         that are unread as unread, and also as selected so that information of
10729         marks having been changed by a user may be updated when exiting group.
10730
10731 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10732
10733         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10734
10735 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10736
10737         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10738         calculated ignoring signature parts to gnus-treat-article.
10739
10740 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10741
10742         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10743         a point here in order to keep the window start.
10744         (gnus-insert-mime-security-button): Make a button overlay without the
10745         front stickiness.
10746         (gnus-mime-display-security): Goto the end of a button.
10747
10748         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10749
10750 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10751
10752         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10753         group-name-at-point.
10754         (gnus-group-completing-read): New function that offers decoded
10755         non-ASCII group names for completion.
10756         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10757         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10758         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10759         (gnus-group-fetch-control): Use it.
10760         (gnus-fetch-group): Use group-name-at-point for the initial value
10761         rather than the default value; use gnus-alive-p.
10762
10763         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10764         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10765         (gnus-summary-post-news): Use gnus-group-completing-read.
10766
10767         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10768         (gnus-read-move-group-name): Decode group name for completion.
10769
10770 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10771
10772         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10773         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10774         Yamaoka slightly modified the code).
10775
10776 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10777
10778         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10779         (nnmail-split-incoming): Bind it.
10780
10781         * nnml.el (nnml-group-name-charset): New function.
10782         (nnml-decoded-group-name): Use it; don't decode group name if
10783         nnmail-group-names-not-encoded-p is non-nil.
10784         (nnml-encoded-group-name): New function.
10785         (nnml-group-pathname): Inline nnml-decoded-group-name.
10786         (nnml-request-expire-articles): Decode group name in message.
10787         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10788         nnmail-pathname-coding-system.
10789         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10790         not decoded ones according to nnmail-group-names-not-encoded-p.
10791         (nnml-generate-active-info): Use nnml-encoded-group-name.
10792
10793 2007-08-08  Glenn Morris  <rgm@gnu.org>
10794
10795         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10796         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10797         doc-strings and comments.
10798
10799 2007-07-25  Glenn Morris  <rgm@gnu.org>
10800
10801         * Relicense all FSF files to GPLv3 or later.
10802
10803 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10804
10805         * gnus-sum.el (gnus-summary-move-article):
10806         Make gnus-summary-respool-article work.
10807
10808 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10809
10810         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10811         string.
10812
10813 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10814
10815         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10816         that should be ignored when comparing distant RSS articles with local
10817         ones.
10818         (nnrss-make-hash-index): New function.  Create a hash index according
10819         to the ignored fields.
10820         (nnrss-check-group): Use it.
10821
10822 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10823
10824         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10825
10826         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10827
10828         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10829         the new optional argument ENCODED is non-nil.
10830         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10831         coding system for encoding group name.
10832         (gnus-group-make-rss-group): Pass un-encoded group name to
10833         gnus-group-make-group.
10834         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10835         encoded.
10836
10837         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10838         Encode group name to which articles are moved or copied.
10839         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10840         coding system for encoding Newsgroup, Followup-To and Xref headers.
10841
10842         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10843         marks; use nnheader-file-coding-system to write a file.
10844         (nnagent-retrieve-headers): Bind file-name-coding-system to
10845         nnmail-pathname-coding-system.
10846
10847         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10848
10849         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10850         (nnml-request-article, nnml-request-create-group)
10851         (nnml-request-rename-group, nnml-find-id)
10852         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10853         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10854         (nnml-save-marks): Use nnml-group-pathname instead of
10855         nnmail-group-pathname.
10856
10857         (nnml-request-create-group, nnml-request-expire-articles)
10858         (nnml-request-move-article, nnml-request-delete-group)
10859         (nnml-deletable-article-p, nnml-possibly-create-directory)
10860         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10861         (nnml-open-marks): Bind file-name-coding-system to
10862         nnmail-pathname-coding-system.
10863
10864         (nnml-request-article): Pass server argument to nnml-find-group-number.
10865         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10866         Pass server argument to nnml-possibly-create-directory.
10867         (nnml-request-accept-article): Pass server argument to
10868         nnml-active-number and nnml-save-mail.
10869         (nnml-find-group-number): Pass server argument to nnml-find-id.
10870         (nnml-request-update-info): Pass server argument to
10871         nnml-marks-changed-p.
10872
10873         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10874         (nnml-save-mail, nnml-active-number): Add server argument.
10875
10876         (nnml-request-delete-group): Warn if group is missing.
10877         (nnml-get-nov-buffer): Decode group name.
10878         (nnml-generate-active-info): Encode group name.
10879         (nnml-open-marks): Decode group name in messages.
10880
10881 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10882
10883         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10884         if it is not specified.
10885         (gnus-article-pipe-part, gnus-article-save-part)
10886         (gnus-article-interactively-view-part, gnus-article-copy-part)
10887         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10888         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10889         (gnus-article-replace-part, gnus-article-delete-part)
10890         (gnus-article-view-part-as-type): Pass raw prefix argument to
10891         gnus-article-part-wrapper.
10892
10893 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10894
10895         * gnus-agent.el (gnus-agent-save-active):
10896         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10897
10898         * gnus-cache.el (gnus-cache-save-buffers)
10899         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10900         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10901         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10902         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10903         (gnus-cache-generate-active, gnus-cache-rename-group)
10904         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10905         (gnus-cache-update-overview-total-fetched-for):
10906         Bind file-name-coding-system to nnmail-pathname-coding-system.
10907         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10908         New variables.
10909         (gnus-cache-decoded-group-name): New function.
10910         (gnus-cache-file-name): Use it.
10911         (gnus-cache-generate-active): Use non-decoded group name for active.
10912
10913         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10914         right place.
10915         (gnus-write-active-file): Don't break non-ASCII group names.
10916
10917         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10918         nnmail-pathname-coding-system.
10919
10920         * lpath.el: Bind default-file-name-coding-system,
10921         file-name-coding-system and language-info-alist for XEmacs.
10922
10923         * gnus-uu.el (gnus-uu-decode-save): Typo.
10924
10925 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10926
10927         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10928
10929 2007-07-14  David Kastrup  <dak@gnu.org>
10930
10931         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10932         finishing actions if we did not edit the article.
10933
10934 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10935
10936         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10937         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10938         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10939         (gnus-agent-flush-group, gnus-agent-flush-cache)
10940         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10941         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10942         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10943         (gnus-agent-regenerate-group)
10944         (gnus-agent-update-files-total-fetched-for)
10945         (gnus-agent-update-view-total-fetched-for):
10946         Bind file-name-coding-system to nnmail-pathname-coding-system.
10947         (gnus-agent-group-pathname): Don't encode file names by
10948         nnmail-pathname-coding-system.
10949         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10950         coding-system-for-write instead of buffer-file-coding-system to
10951         gnus-agent-file-coding-system.
10952
10953         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10954         Decode group name.
10955
10956         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10957
10958         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10959         (gnus-read-newsrc-el-file): Make group names unibyte.
10960
10961         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10962         nnmail-pathname-coding-system.
10963
10964         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10965         (nnrss-request-delete-group): Bind file-name-coding-system to
10966         nnmail-pathname-coding-system.
10967         (nnrss-read-server-data, nnrss-read-group-data):
10968         Bind file-name-coding-system correctly.
10969         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10970
10971         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10972         (nntp-server-to-method-cache): New variable.
10973         (nntp-group-pathname): New function that decodes non-ASCII group names.
10974         (nntp-possibly-create-directory, nntp-marks-changed-p)
10975         (nntp-save-marks, nntp-open-marks): Use it.
10976         (nntp-possibly-create-directory, nntp-open-marks):
10977         Bind file-name-coding-system to nnmail-pathname-coding-system.
10978         (nntp-open-marks): Decode group names when bootstrapping marks.
10979
10980         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10981         Newsgroups and Folowup-To headers.
10982
10983 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10984
10985         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10986         (gnus-server-closed-face, gnus-server-denied-face)
10987         (gnus-server-offline-face): Remove variable.
10988         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10989
10990         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10991         of modifying message-stack directly for XEmacs.
10992
10993         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10994         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10995         if the coding-system argument is nil for XEmacs.
10996
10997         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10998         mm-charset-override-alist.
10999
11000         * rfc2047.el: Don't require base64; require rfc2045 for the function
11001         rfc2045-encode-string.
11002         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
11003         to quote the parameter value.
11004
11005 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11006
11007         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
11008         form in gnus-group-name-charset-method-alist.
11009
11010         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
11011         overrides the default layout edit-form.
11012
11013         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
11014
11015         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
11016
11017 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11018
11019         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
11020         as unfetched articles.
11021
11022 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
11023
11024         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
11025
11026 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11027
11028         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
11029         original back end that keeps marks in the local system.
11030
11031 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11032
11033         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
11034         arg of pop-to-buffer for XEmacs.
11035         (gnus-article-read-summary-keys): Ditto; don't restore window
11036         configuration if summary command ends up with neither article buffer
11037         nor summary buffer; describe bindings if summary keys end with C-h.
11038
11039 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11040
11041         * message.el (message-fix-before-sending): Skip raw message part to be
11042         forwarded while checking illegible text.
11043         (message-forward-make-body-mime, message-forward-make-body):
11044         Mark signed or encrypted raw message as having no illegible text.
11045
11046 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11047
11048         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
11049         (gnus-message-with-timestamp-1): New macro.
11050         (gnus-message-with-timestamp): New function.
11051         (gnus-message): Use them.
11052
11053         * nnheader.el (nnheader-message): Use them.
11054
11055 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
11056
11057         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
11058         .newsrc.eld file.
11059
11060 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11061
11062         * gnus-agent.el (gnus-agent-fetch-headers)
11063         (gnus-agent-retrieve-headers):
11064         Bind gnus-decode-encoded-address-function to identity.
11065
11066         * nntp.el (nntp-send-xover-command): Recognize an xover command is
11067         available also when the server returns simply a dot.
11068
11069         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
11070
11071 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11072
11073         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
11074
11075 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11076
11077         * gnus-ems.el (gnus-x-splash): Make it work.
11078
11079         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
11080         from being used.
11081
11082         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
11083
11084 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11085
11086         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
11087         4th and the 5th arguments.
11088
11089         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
11090         the front stickiness.
11091         (gnus-article-summary-command-nosave): Correct the order of the
11092         arguments passed to pop-to-buffer.
11093         (gnus-article-read-summary-keys): Ditto; make it work properly when the
11094         summary command ends up with the article buffer.
11095
11096         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
11097         the same faces.
11098
11099 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
11100
11101         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
11102
11103 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
11104
11105         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
11106         * gnus-sum.el (gnus-summary-highlight):
11107         * pgg.el (pgg-sign-region, pgg-sign):
11108         * mail-source.el (mail-source-delete-old-incoming-confirm):
11109         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
11110
11111 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11112
11113         * gnus-art.el (gnus-mime-view-part-externally)
11114         (gnus-mime-view-part-internally): Fix predicate function passed to
11115         completing-read.
11116
11117         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
11118
11119         * gnus.el (gnus-update-message-archive-method): Add :version.
11120
11121 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11122
11123         * gnus.el (gnus-update-message-archive-method): New variable.
11124
11125         * gnus-start.el (gnus-setup-news): Update saved "archive" method
11126         according to gnus-message-archive-method if
11127         gnus-update-message-archive-method is non-nil.
11128
11129 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11130
11131         * gnus-sum.el (gnus-summary-limit-to-address): New function.
11132         Suggested by Loic Dachary <loic@dachary.org>.
11133         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11134
11135 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11136
11137         * message.el (message-pop-to-buffer): Add switch-function argument.
11138         (message-mail): Pass switch-function argument to it.
11139
11140 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
11141
11142         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
11143         Improve doc string.
11144
11145 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11146
11147         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
11148         (gnus-header-content)
11149         * gnus-cite.el (gnus-cite-10)
11150         * gnus-srvr.el (gnus-server-closed)
11151         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
11152         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
11153         (gnus-group-mail-3-empty, gnus-group-mail-low)
11154         (gnus-group-mail-low-empty, gnus-splash)
11155         * message.el (message-header-to, message-header-cc)
11156         (message-header-subject, message-header-other, message-header-name)
11157         (message-header-xheader, message-separator, message-cited-text)
11158         (message-mml): Lighten colors of faces used for dark background.
11159
11160 2007-05-24  Simon Josefsson  <simon@josefsson.org>
11161
11162         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
11163         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
11164
11165 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11166
11167         * message.el (message-narrow-to-headers-or-head):
11168         Ignore mail-header-separator in the body.
11169
11170 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11171
11172         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
11173         same as window size.
11174
11175 2007-05-22  Kevin Ryde  <user42@zip.com.au>
11176
11177         * message.el (message-font-lock-keywords): Use message-header-xheader
11178         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
11179         ahead of the anything pattern, to get it recognised.
11180
11181 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11182
11183         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
11184         spam.el loads uses it in the compiled defadvice form.
11185
11186 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
11187
11188         * gnus-sum.el (gnus-articles-to-read)
11189         (gnus-summary-insert-old-articles): Don't truncate group name for
11190         `read-string'.
11191
11192         * gnus-util.el (gnus-limit-string): Delete this function.
11193
11194         * gnus-sum.el (gnus-simplify-subject-fully):
11195         Use `truncate-string-to-width' instead.
11196
11197 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
11198
11199         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
11200         Tell if, on summary exit, the next group has to be selected.
11201         (gnus-summary-exit): Use it.
11202
11203 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
11204
11205         * gnus-art.el (gnus-article-mode): Fix comment about displaying
11206         non-break space.
11207
11208 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11209
11210         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
11211         Check if group is not a directory.
11212         (nnfolder-request-expire-articles): Don't delete articles if the target
11213         group is not available.
11214
11215         * nnml.el (nnml-request-create-group): Properly check if group is not a
11216         file.
11217         (nnml-request-expire-articles): Don't delete articles if the target
11218         group is not available.
11219
11220         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11221         Don't quote characters that are within parentheses.
11222
11223 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11224
11225         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
11226         (gnus-handle-ephemeral-exit): Select article according to it.
11227
11228 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11229
11230         * message.el (message-insert-formated-citation-line): Remove newline.
11231         (message-citation-line-format): Add final \n here so that the user can
11232         avoid a blank line.
11233
11234 2007-05-03  Dan Christensen  <jdc@uwo.ca>
11235
11236         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
11237         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
11238         Update lanl/arXiv support.
11239
11240 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11241
11242         * gnus.el: Bump version number.
11243
11244 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11245
11246         * gnus.el (gnus-version-number): Bump version.
11247
11248 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11249
11250         * gnus.el: No Gnus v0.6 is released.
11251
11252 2007-04-27  Didier Verna  <didier@xemacs.org>
11253
11254         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
11255         * gmm-utils.el (gmm-regexp-concat): ... here.
11256         * message.el: Don't require 'gnus-util.
11257         (message-dont-reply-to-names): Handle name change above.
11258         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
11259
11260 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11261
11262         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
11263         since the initial value varies according to the system.
11264
11265 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11266
11267         * mm-util.el (mm-charset-synonym-alist): Defcustom.
11268
11269 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
11270
11271         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
11272
11273 2007-04-24  Didier Verna  <didier@xemacs.org>
11274
11275         Improve the type of gnus-ignored-from-addresses.
11276         * gnus-util.el (gnus-orify-regexp): New function.
11277         * message.el (gnus-util): Require it.
11278         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
11279         * gnus-sum.el (gnus-ignored-from-addresses): New function.
11280         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
11281
11282 2007-04-24  Didier Verna  <didier@xemacs.org>
11283
11284         * gnus-sum.el:
11285         * gnus-utils.el: Fix some trailing whitespaces.
11286
11287 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11288
11289         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
11290         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
11291         article's Message-ID; refer parent article in summary buffer.
11292
11293         * message.el (message-bounce): Call mime-to-mml.
11294
11295         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
11296         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
11297         optimize and/or forms properly.
11298
11299 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
11300
11301         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
11302         URL.
11303
11304 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11305
11306         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
11307
11308 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11309
11310         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
11311         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
11312         displayed of multipart/alternative part if it is invoked from summary
11313         buffer.
11314
11315         * mm-view.el (mm-inline-text-html-render-with-w3m)
11316         (mm-inline-text-html-render-with-w3m-standalone)
11317         (mm-inline-render-with-function): Use mail-parse-charset by default.
11318
11319 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
11320
11321         * parse-time.el (parse-time-string-chars): Check if CHAR
11322         is less than the length of parse-time-syntax.
11323
11324 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11325
11326         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
11327         from gnus-newsgroup-processable.
11328
11329 2007-04-16  Didier Verna  <didier@xemacs.org>
11330
11331         * gnus-msg.el (gnus-configure-posting-styles):
11332         Handle message-signature-directory properly with :file syntax.
11333         Reported by "Leo".
11334
11335 2007-04-11  Didier Verna  <didier@xemacs.org>
11336
11337         New user option: message-signature-directory.
11338         * gnus-msg.el (gnus-configure-posting-styles): Support it.
11339         * message.el (message-insert-signature): Ditto.
11340         * message.el (message-signature-file): Doc update.
11341         * message.el (message-signature-directory): New.
11342
11343 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11344
11345         * gnus-msg.el (gnus-inews-yank-articles):
11346         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
11347
11348 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11349
11350         * message.el (message-yank-original): Make sure cited text ends with
11351         newline; don't exchange point and mark.
11352
11353 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
11354
11355         * tls.el (open-tls-stream): Properly handle case where there
11356         is no associated buffer.
11357
11358 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
11359
11360         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
11361         message-yank-original, make sure (< mark TEXT point).
11362
11363 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11364
11365         * message.el (message-fill-column): New variable.
11366         (message-mode): Use it.  Add comment on a possible new hook.
11367
11368         * nnmail.el (nnmail-spool-file): Mark as obsolete.
11369         (nnmail-get-new-mail): Reformat.
11370
11371         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
11372
11373         * gmm-utils.el: Fix Commentary.
11374         (gmm-tool-bar-from-list): Fix typo in doc string.
11375
11376 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
11377
11378         * message.el (message-yank-original): Don't switch point and mark
11379         unnecessarily to put point and mark as documented.
11380
11381 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11382
11383         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
11384         from the message heads.
11385
11386 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
11387
11388         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
11389         article buffer does not have a window.  This may not be the best
11390         solution but is certainly better than setting the start of the null,
11391         that is the current, window.
11392
11393 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11394
11395         * gnus-draft.el (gnus-draft-setup-hook): New hook.
11396         (gnus-draft-setup): Run it.
11397
11398         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
11399         gnus-score-fast-scoring.  Allow regexp.
11400         (gnus-score-headers): Use it.
11401
11402         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
11403         XEmacs.
11404
11405         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
11406         string.
11407         (gnus-button-alist): Also catch `<f1> k ...'.
11408         (gnus-treat-display-x-face): Fix doc string.
11409
11410 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11411
11412         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
11413         evaluation of gnus-extended-version to ensure correct generation of the
11414         User-Agent header when message-generate-headers-first is used.
11415
11416 2007-03-24  Simon Josefsson  <simon@josefsson.org>
11417
11418         * hashcash.el (hashcash-generate-payment-async): Don't crash if
11419         hashcash-path is nil.  Don't call callback with incorrect number of
11420         parameters if val is 0.
11421
11422 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11423
11424         * message.el (message-required-news-headers):
11425         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
11426
11427 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
11428
11429         * tls.el (open-tls-stream): In handshake-waiting loop,
11430         don't wait more if there is output available to process.
11431
11432 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
11433
11434         * tls.el (tls-program): Doc fix.
11435
11436 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11437
11438         * message.el (message-generate-new-buffers): Change the meaning of the
11439         nil value; add `standard' to the choices; treat t as `unique'; improve
11440         doc string.
11441         (gnus-select-frame-set-input-focus): Autoload.
11442         (message-buffer-name): Search for the existing message buffer if
11443         message-generate-new-buffers is nil or `standard'; treat the value t of
11444         message-generate-new-buffers as `unique'.
11445         (message-pop-to-buffer): Raise the frame already displaying the message
11446         buffer; clear the echo area after querying.
11447         (message-setup): Pass the `continue' argument to compose-mail.
11448         (message-mail): Prefer `switch-function' if it is given; search for the
11449         existing message buffer if the `continue' argument is non-nil; pass
11450         continue and switch-function arguments to compose-mail by way of
11451         message-setup.
11452         (message-mail-other-window): Adjust argument of message-setup.
11453         (message-mail-other-frame): Ditto.
11454
11455 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11456
11457         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
11458         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
11459         to turn font-lock on when turning gnus-message-citation-mode on.
11460
11461 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
11462
11463         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
11464         (mml-smime-function-alist): New variable; add epg as the backend.
11465         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
11466         mml-smime- functions instead.
11467         * mm-view.el: Require smime.
11468
11469 2007-03-05  Didier Verna  <didier@xemacs.org>
11470
11471         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
11472         instead of just inheritance for posting styles.
11473         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
11474
11475 2007-02-24  Chris Moore  <dooglus@gmail.com>
11476
11477         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
11478         * pgg-pgp.el (pgg-pgp-encrypt-region):
11479         * pgg-gpg.el (pgg-gpg-encrypt-region):
11480         Check pgg-encrypt-for-me if no other recipients.
11481
11482 2007-02-24  John Paul Wallington  <jpw@pobox.com>
11483
11484         * tls.el (tls-certtool-program): Fix custom type.
11485
11486 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11487
11488         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
11489         and point-at-eol instead of line-(beginning|end)-position.
11490
11491         * assistant.el (assistant-parse-buffer): Ditto.
11492
11493         * netrc.el (netrc-parse-services): Ditto.
11494
11495 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
11496
11497         * mml2015.el (mml2015-epg-find-usable-key): New function.
11498         (mml2015-epg-sign): Use it.
11499         (mml2015-epg-encrypt): Use it.
11500
11501 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11502
11503         * message.el (message-make-in-reply-to): Quote name containing
11504         non-ASCII characters.  It will make the RFC2047 encoder cause an error
11505         if there are special characters.  Reported by NAKAJI Hiroyuki
11506         <nakaji@jp.freebsd.org>.
11507
11508 2007-02-27  Didier Verna  <didier@xemacs.org>
11509
11510         Include the group parameters as well as the topic ones in the
11511         inheritance filter process.
11512         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
11513         argument GROUP-PARAMS-LIST.
11514         * gnus-topic.el (gnus-group-topic-parameters): Use it.
11515
11516 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11517
11518         * nntp.el (nntp-never-echoes-commands)
11519         (nntp-open-connection-functions-never-echo-commands): New variables.
11520         (nntp-send-command): Use them.
11521
11522 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
11523
11524         * mml2015.el (mml2015-epg-verify): Simplify.
11525
11526 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11527
11528         * mml.el (mml-content-disposition-alist): New user option.
11529         (mml-content-disposition): New function.
11530         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
11531         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
11532
11533 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
11534
11535         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11536         verification.
11537
11538 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11539
11540         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11541         articles posted in the last 24 hours.
11542
11543 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
11544
11545         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11546
11547 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
11548
11549         * nntp.el (nntp-send-command): Don't wait for echoes when
11550         nntp-open-ssl-stream is used.
11551
11552 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11553
11554         * gnus-cite.el (gnus-test-font-lock-add-keywords)
11555         (gnus-message-add-citation-keywords)
11556         (gnus-message-remove-citation-keywords): Remove.
11557         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11558         directly, make the variables in font-lock-defaults buffer-local, add
11559         gnus-message-citation-keywords to them and then update the value of
11560         font-lock-keywords.
11561
11562 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11563
11564         * message.el (message-cite-original-1): Don't call
11565         gnus-article-highlight-citation.
11566
11567         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11568         citations; fix line count.
11569
11570 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11571
11572         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11573         (gnus-message-add-citation-keywords)
11574         (gnus-message-remove-citation-keywords): Use it; fix the emulating
11575         versions of font-lock-add-keywords and font-lock-remove-keywords to
11576         work with XEmacs correctly.
11577
11578 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11579
11580         * gnus-cite.el (gnus-cite-face-list): Set the values of
11581         gnus-message-max-citation-depth and gnus-message-citation-keywords.
11582         (gnus-message-max-citation-depth): Use defvar rather than defconst.
11583         (gnus-message-cite-prefix-regexp): New variable.
11584         (gnus-message-search-citation-line): Use it; protect against long
11585         citation prefix; fill match data with nil rather than 0 for XEmacs; set
11586         the 0th match data for Emacs.
11587         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11588         (gnus-message-add-citation-keywords): Append keywords rather than
11589         prepending; emulate font-lock-add-keywords if it is not available.
11590         (gnus-message-remove-citation-keywords):
11591         Emulate font-lock-remove-keywords if it is not available.
11592
11593         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11594
11595         * message.el (message-cite-prefix-regexp): Set the value of
11596         gnus-message-cite-prefix-regexp.
11597
11598 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11599
11600         * nnweb.el (nnweb-google-parse-1): Update parser.
11601
11602 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11603
11604         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11605
11606 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11607
11608         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11609         regexp.
11610
11611 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11612
11613         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11614         string-to-multibyte.
11615         (uudecode-decode-region-internal): Use it.
11616
11617         * lpath.el: Fbind string-as-multibyte for XEmacs.
11618
11619 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11620
11621         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11622         Fix custom choice.
11623
11624         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11625
11626 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11627
11628         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11629
11630         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11631         `write-region' to respect `mm-inhibit-file-name-handlers'.
11632
11633 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11634
11635         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11636         Use gnus-home-directory instead of "~/" or "$HOME".
11637
11638 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11639
11640         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11641         to mention filename.
11642         Add comments at beginning regarding usage.
11643         (encrypt-write-file-contents): Change interactive so a string is
11644         acceptable.  If the file has no associated model, show an error instead
11645         of a nonsense prompt.
11646
11647 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11648
11649         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11650         Thanks to Yoshihiko Yamada for kind notification of this typo.
11651
11652 2007-01-12  Kenichi Handa  <handa@m17n.org>
11653
11654         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11655         multibyte buffer.
11656
11657 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11658
11659         * gnus-score.el (gnus-score-fast-scoring): New variable.
11660         (gnus-score-headers): Use it.
11661
11662         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11663
11664         * message.el (message-cite-original-1):
11665         Call gnus-article-highlight-citation if requested.
11666         (message-make-from): Allow name and address as optional arguments.
11667
11668         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11669
11670         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11671         bugs to doc string.
11672         (gnus-button-alist): Add mid\\|message-id.
11673         (gnus-button-fetch-group): Extend for use in
11674         `browse-url-browser-function'.
11675         (gnus-button-url-regexp): Try to catch paired parentheses like in
11676         Wikipedia URLs.
11677
11678         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11679         Suggested by Simon Krahnke <overlord@gmx.li>.
11680
11681 2007-01-13  Romain Francoise  <romain@orebokech.com>
11682
11683         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11684         Update copyright.
11685
11686 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11687
11688         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11689
11690 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11691
11692         * gnus-registry.el (gnus-registry-unfollowed-groups)
11693         (gnus-registry-split-fancy-with-parent): Fix documentation.
11694
11695 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11696
11697         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11698         from nnweb groups.
11699
11700 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11701
11702         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11703         Xref urls.  Erase buffer before requesting head.
11704
11705         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11706
11707 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11708
11709         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11710         customizable.
11711
11712 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11713
11714         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11715         no signing key is found.
11716         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11717         no encrypting and/or signing key is found.
11718
11719 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11720
11721         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11722
11723 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11724
11725         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11726         headers read from disk with the ones newly found in the current search.
11727         This should no longer cause problems, because the article numbers in
11728         Gmane's `nov.php' output are ignored since the previous change.
11729
11730 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11731
11732         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11733
11734 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11735
11736         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11737         replace-regexp-in-string; bind url-version; fbind display-images-p and
11738         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11739         find-face and set-itimer-function for Emacs; bind itimer-list for
11740         Emacs.
11741
11742         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11743
11744 2007-01-01  Romain Francoise  <romain@orebokech.com>
11745
11746         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11747
11748 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11749
11750         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11751         `define-minor-mode' macro definition expanded properly.
11752         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11753         exclude it there.
11754
11755         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11756         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11757         `fboundp' test.
11758         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11759         This is OK to autoload in (S)XEmacs now.
11760
11761 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11762
11763         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11764         keystroke.
11765         (gnus-summary-limit-to-singletons): Fix typo.
11766
11767         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11768         else fails.
11769
11770 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11771
11772         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11773         docstring.
11774
11775         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11776         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11777         (gnus-summary-insert-dormant-articles): Fix typo in message.
11778
11779 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11780
11781         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11782         nil for XEmacs.
11783         (gnus-message-citation-mode): Don't autoload in XEmacs.
11784
11785         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11786
11787 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11788
11789         * nnimap.el (nnimap-expunge-search-string):
11790         Mention nnimap-search-uids-not-since-is-evil in docstring.
11791
11792 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11793
11794         * spam.el: Revert to make-obsolete-variable because
11795         define-obsolete-variable-alias is not supported in Emacs 21.
11796
11797         * spam.el (spam-ifile-path, spam-ifile-database-path)
11798         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11799         make-obsolete-variable.
11800         (spam-bsfilter-path, spam-bsfilter-program)
11801         (spam-spamassassin-path, spam-spamassassin-program)
11802         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11803         Don't use "path" inappropriately.
11804         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11805         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11806         variable names.
11807
11808 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11809
11810         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11811         summary buffer.
11812
11813         * password.el (password-cache-remove): Use clear-string to burn
11814         password, if available.
11815
11816 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11817
11818         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11819
11820         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11821
11822         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11823         (gnus-message-highlight-citation): Move defcustom here from
11824         gnus-cite.el.
11825         (gnus-message-citation-mode): Autoload.
11826
11827         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11828         checks to make it compile with XEmacs.
11829         (gnus-message-citation-mode): New minor mode.
11830         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11831         (gnus-message-highlight-citation): New variables.
11832         (gnus-message-search-citation-line)
11833         (gnus-message-add-citation-keywords)
11834         (gnus-message-remove-citation-keywords)
11835         (turn-on-gnus-message-citation-mode)
11836         (turn-off-gnus-message-citation-mode): New functions.
11837
11838 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11839
11840         * gnus-cite.el: Enable highlighting of different citation levels in
11841         message-mode.
11842
11843 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11844
11845         * message.el (message-make-fqdn): Fix comment.
11846         (message-bogus-system-names): Add ".local".
11847
11848         * spam.el (spam-ifile-path, spam-ifile-program)
11849         (spam-ifile-database-path, spam-ifile-database)
11850         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11851         Don't use "path" inappropriately.
11852         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11853         strings.
11854         (spam-check-ifile, spam-ifile-register-with-ifile)
11855         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11856         Use new variable names.
11857
11858         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11859         (gnus-treat-display-smileys): Simplify using
11860         gnus-image-type-available-p.
11861
11862         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11863         available.
11864
11865         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11866         Use `display-images-p' if available.
11867
11868 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11869
11870         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11871         one after turning on the buffer's multibyteness instead of decoding
11872         them directly in the unibyte buffer that causes unexpected conversion
11873         in Emacs 23 (unicode).
11874
11875 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11876
11877         * message.el (message-generate-hashcash): Fix custom type.
11878
11879 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11880
11881         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11882
11883 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11884
11885         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11886         disconnect icons.  Add help text.
11887
11888 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11889
11890         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11891         negated to be consistent with the others we handle.
11892
11893 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11894
11895         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11896         version of gnus-summary-buffer to something, so that we can use two
11897         article buffers at the same time.
11898
11899 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11900
11901         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11902         trigger all the extra headers.
11903         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11904         sorting.
11905
11906 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11907
11908         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11909         solid groups.
11910
11911 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11912
11913         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11914
11915 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11916
11917         * legacy-gnus-agent.el: Add Copyright notice.
11918
11919 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11920
11921         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11922
11923 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11924
11925         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11926
11927         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11928         to make it work reliably in CVS Emacs.
11929         (gnus-summary-limit-strange-charsets-predicate)
11930         (gnus-summary-limit-to-predicate): New functions.
11931
11932 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11933
11934         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11935         specifying array size.
11936         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11937         array if it is too small.
11938         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11939         (gnus-sort-threads-loop): New function.
11940
11941 2006-12-06  Chris Moore  <dooglus@gmail.com>
11942
11943         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11944         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11945
11946 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11947
11948         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11949         options.
11950
11951 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11952
11953         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11954         DOS-ing the recipient.
11955
11956         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11957         the headers when creating the mapping to avoid mismappings.
11958         (nnweb-gmane-create-mapping): Always nix out old mapping.
11959
11960 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11961
11962         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11963         and mm-verify-option to never.
11964
11965 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11966
11967         * message.el (message-signed-or-encrypted-p): New function.
11968         (message-forward-make-body): Use it.
11969
11970         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11971         Replace encode-coding-string with mm-encode-coding-string.
11972
11973 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11974
11975         * nneething.el (nneething-decode-file-name):
11976         Replace decode-coding-string with mm-decode-coding-string.
11977
11978         * gnus-int.el (gnus-open-server): Say failed server's name.
11979
11980 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11981
11982         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11983         strings to a single string.  Quote `errors-file-name'.
11984         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11985         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11986         Adjust calls.  Use `shell-quote-argument'.
11987
11988 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11989
11990         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11991         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11992
11993         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11994         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11995         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11996         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11997         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11998         (gnus-subscribe-newsgroup, gnus-1):
11999         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
12000         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
12001         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
12002         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
12003
12004 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12005
12006         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
12007         keystroke.
12008         (gnus-summary-limit-to-bodies): Implement headersp.
12009
12010 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12011
12012         * dns.el (query-dns): Protect against "Process dns deleted" strings.
12013
12014 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12015
12016         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
12017
12018 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12019
12020         * message.el (message-generate-hashcash): Expand range of values to
12021         include `opportunistic'.
12022         (message-send-mail): Use it.
12023
12024 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12025
12026         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
12027         and comment it.
12028
12029         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
12030
12031 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
12032
12033         * gnus-util.el (gnus-extract-address-components): Improve comment.
12034
12035 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12036
12037         * gnus-util.el (gnus-extract-address-components): Work with address in
12038         which the name portion contains @.
12039
12040         * lpath.el: Fbind custom-autoload.
12041
12042 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12043
12044         * gnus.el (gnus-start): Move custom group up.
12045         (gnus-select-method): Don't autoload, but make it available for
12046         `customize-variable'.
12047         (gnus-getenv-nntpserver): Don't autoload.
12048
12049 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
12050
12051         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
12052
12053 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12054
12055         * message.el (message-sendmail-extra-arguments): New variable.
12056         (message-send-mail-with-sendmail): Use it.
12057
12058 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12059
12060         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
12061         mm-with-unibyte-current-buffer to make string unibyte.
12062
12063         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
12064         mm-string-as-multibyte.
12065
12066 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
12067
12068         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
12069         Reported by Werner Koch <wk@gnupg.org>.
12070
12071 2006-11-14  Daiki Ueno  <ueno@p360>
12072
12073         * mml2015.el: Autoload epa-select-keys when compiling.
12074
12075 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12076
12077         * mml2015.el (mml2015-epg-sign): Save the signing keys in
12078         message-options.
12079         (mml2015-epg-encrypt): Save the recipient keys in message-options.
12080
12081 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12082
12083         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
12084         EasyPG (< 0.0.6).
12085         (mml2015-always-trust): New user option.
12086         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
12087         prompt.
12088
12089 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12090
12091         * nntp.el (nntp-authinfo-force): New variable.
12092         (nntp-send-authinfo): Use it.
12093
12094 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
12095
12096         * message.el (message-strip-subject-encoded-words): Allow _not_ to
12097         decode encoded words.  Improve prompt.  Add comment about forwarding.
12098         (message-replacement-char): Move up.
12099
12100 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
12101
12102         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
12103         instead of gnus-intersection because arguments of gnus-sorted-nunion
12104         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
12105
12106 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
12107
12108         * message.el (message-strip-subject-encoded-words): Reformat prompt.
12109         (message-simplify-subject-functions):
12110         Enable message-strip-subject-encoded-words by default.
12111
12112 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
12113
12114         * message.el (message-strip-subject-encoded-words): New function.
12115         (message-simplify-subject-functions): New variable.
12116         (message-simplify-subject): Use it.  Fix typo in doc string.
12117         Support message-strip-subject-encoded-words.
12118
12119 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
12120
12121         * gnus-diary.el (gnus-diary-delay-format-function):
12122         * nndiary.el (nndiary-reminders):
12123         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
12124
12125 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12126
12127         * gnus-art.el (article-hide-boring-headers): Fetch date from
12128         gnus-original-article-buffer to avoid problems with localized date
12129         strings.
12130
12131 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12132
12133         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
12134
12135 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
12136
12137         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12138         New variables.
12139         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12140         (mm-charset-synonym-alist): Move some entries to
12141         mm-codepage-iso-8859-list.
12142         (mm-charset-synonym-alist, mm-charset-override-alist):
12143         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12144
12145 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12146
12147         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
12148
12149 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12150
12151         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
12152         with Emacs 21 and XEmacs.
12153
12154 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
12155
12156         * spam.el (spam-parse-address): New function for better parsing,
12157         catching errors, etc.
12158         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
12159
12160 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12161
12162         * mm-view.el: Add interactive arg to html2text autoload.
12163
12164 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12165
12166         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
12167
12168 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
12169
12170         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12171         New variables.
12172         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12173         (mm-charset-synonym-alist): Move some entries to
12174         mm-codepage-iso-8859-list.
12175
12176         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
12177
12178 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
12179
12180         * message.el (message-citation-line-format)
12181         (message-insert-formated-citation-line): Fix implementation of %E, %N
12182         and %n according to the doc string.
12183
12184 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
12185
12186         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12187         Use car-safe to avoid bad parses.
12188
12189 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12190
12191         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
12192         names.
12193
12194         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
12195
12196 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12197
12198         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
12199         header.
12200
12201         * message.el (message-draft-headers): Add Date.
12202         (message-headers-to-generate): Fix typo in docstring.
12203
12204         * nndraft.el (nndraft-required-headers): New variable.
12205         (nndraft-generate-headers): Use it.
12206
12207         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
12208
12209 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12210
12211         * gnus-registry.el (gnus-registry-wash-for-keywords)
12212         (gnus-registry-find-keywords): New functions to allow easy searching of
12213         articles that are in the registry.
12214
12215 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12216
12217         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12218         Use ietf-drums-parse-address instead of gnus-extract-address-components.
12219         Reported by Damien Elmes <damien@repose.cx>.
12220
12221 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12222
12223         * gnus.el (gnus-mime): Remove unused custom group.
12224
12225 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12226
12227         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
12228         "blank line" when searching for end of armor headers.
12229
12230 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12231
12232         * gmm-utils.el (gmm-write-region): Fix variable name.
12233
12234 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12235
12236         * gmm-utils.el (gmm-write-region): New function based on compatibility
12237         code from `mm-make-temp-file'.
12238
12239         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
12240
12241         * nnmaildir.el (nnmaildir--update-nov)
12242         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
12243         Use `gmm-write-region'.
12244
12245 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12246
12247         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
12248         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12249
12250         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
12251
12252         * message.el (message-replacement-char): New variable.
12253         (message-fix-before-sending): Use it.
12254         (message-simplify-subject): New function to remove duplicate code.
12255         (message-reply, message-followup): Use it.
12256
12257         * gnus-sum.el (gnus-summary-make-menu-bar):
12258         Clarify gnus-summary-limit-to-articles.
12259
12260 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12261
12262         * gnus-util.el (gnus-with-local-quit): New macro.
12263
12264         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
12265
12266 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
12267
12268         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
12269         ignore non-string data.
12270
12271 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12272
12273         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
12274         non-string data (needs to be done in the registry too).
12275
12276 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12277
12278         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
12279         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
12280         (gnus-registry-split-fancy-with-parent)
12281         (gnus-registry-fetch-simplified-message-subject-fast)
12282         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
12283         Remove text properties on ingress into the registry and when it's saved.
12284         (gnus-registry-clean-empty-function): Fix bug with cleaning the
12285         registry from entries with no groups.
12286
12287 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12288
12289         * gnus-util.el (gnus-string-remove-all-properties): Add utility
12290         function to remove string properties.
12291
12292 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12293
12294         * gmm-utils.el (gmm): Adjust custom version.
12295
12296         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
12297         Adjust custom version.
12298
12299         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
12300
12301 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12302
12303         * gnus-art.el (gnus-insert-prev-page-button)
12304         (gnus-insert-next-page-button): Simplify.  Reformat.
12305
12306 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12307
12308         * gnus-art.el (gnus-insert-prev-page-button)
12309         (gnus-insert-next-page-button): Apply gnus-article-button-face.
12310
12311 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
12312
12313         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
12314
12315 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12316
12317         * gnus-art.el (gnus-insert-mime-button)
12318         (gnus-insert-mime-security-button):
12319         Apply gnus-article-button-face to MIME and security buttons.
12320
12321 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
12322
12323         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
12324         readable.
12325
12326 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12327
12328         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
12329
12330 2006-09-20  Steve Youngs  <steve@sxemacs.org>
12331
12332         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
12333         `browse-url-of-file' instead of `browse-url'.
12334
12335 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12336
12337         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12338         regexp.  Articles containing quotation were cut prematurely.
12339
12340 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12341
12342         * message.el (message-cite-original-1): Use nobody by default for the
12343         value of From header.
12344         (message-reply): Ditto.
12345
12346 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
12347
12348         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
12349         to the gnus-info.  This fixes a bug of inline-PGP message verification.
12350         Reported by Michael Piotrowski <mxp@dynalabs.de>.
12351
12352 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
12353
12354         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
12355         mails in the doc string.  Add some URLs in comment.
12356         (pop3-movemail): Warn about pop3-leave-mail-on-server.
12357
12358 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12359
12360         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
12361         backslashes handling and the way to find boundaries of quoted strings.
12362
12363 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
12364
12365         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
12366         mml1991-encrypt-to-self is set and mml1991-signers is not set.
12367         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
12368         mml2015-encrypt-to-self is set and mml2015-signers is not set.
12369
12370 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12371
12372         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
12373         doc string.
12374         (gnus-button-regexp, gnus-button-last): Remove unused variables.
12375
12376 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12377
12378         * lpath.el: Fbind epg-check-configuration.
12379
12380 2006-09-06  Simon Josefsson  <jas@extundo.com>
12381
12382         * mml2015.el (mml2015-use): Doc fix, mention epg.
12383
12384 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12385
12386         * mml2015.el (mml2015-use): Default to epg, if available.
12387
12388 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12389
12390         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
12391         message-sender.
12392         (mml1991-epg-encrypt): Ditto.
12393         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
12394         message-sender.
12395         (mml2015-epg-encrypt): Ditto.
12396
12397 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
12398
12399         * message.el (message-send-mail-with-sendmail): Look for sendmail in
12400         several common directories.
12401
12402 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
12403
12404         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
12405         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
12406
12407 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12408
12409         * gnus-art.el (article-decode-encoded-words): Make it fast.
12410
12411 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12412
12413         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
12414
12415         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
12416         in quoted string into `\'.
12417
12418 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12419
12420         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12421         Use standard-syntax-table.
12422
12423 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12424
12425         * gnus-art.el (gnus-decode-address-function): New variable.
12426         (article-decode-encoded-words): Use it to decode headers which are
12427         assumed to contain addresses.
12428         (gnus-mime-delete-part): Remove useless `or'.
12429
12430         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
12431         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
12432         (gnus-nov-parse-line): Use it to decode From header.
12433         (gnus-get-newsgroup-headers): Ditto.
12434         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
12435
12436         * mail-parse.el (mail-decode-encoded-address-region): New alias.
12437         (mail-decode-encoded-address-string): New alias.
12438
12439         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12440         New function.
12441         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
12442         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
12443         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
12444         (rfc2047-decode-string): Ditto.
12445         (rfc2047-decode-address-region): New function.
12446         (rfc2047-decode-address-string): New function.
12447
12448 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
12449
12450         * message.el (message-caesar-buffer-body): Allow rotating headers.
12451
12452         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
12453
12454         * message.el (message-insert-formated-citation-line): Fix %f.
12455         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
12456
12457 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12458
12459         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
12460         (gnus-bookmark-mouse-available-p): New macro.
12461         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
12462         (gnus-bookmark-bmenu-show-infos): Use it.
12463         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
12464         (gnus-bookmark-bmenu-hide-infos): Ditto.
12465         (gnus-bookmark-remove-properties): New function.
12466         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
12467         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
12468         (gnus-bookmark-write-file): Bind coding-system-for-write.
12469         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
12470         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
12471         group before selecting it.
12472         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
12473         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
12474         quit-window if it is not available; use gnus-mouse-2 and bind it to
12475         gnus-bookmark-bmenu-select-by-mouse.
12476         (gnus-bookmark-show-details): Remove unused variable `details-list'.
12477         (gnus-bookmark-bmenu-select-by-mouse): New function.
12478
12479 2006-08-13  Romain Francoise  <romain@orebokech.com>
12480
12481         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
12482         space.
12483
12484 2006-08-10  Romain Francoise  <romain@orebokech.com>
12485
12486         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
12487         (dns-mode-soa-auto-increment-serial): New user option.
12488         (dns-mode-soa-maybe-increment-serial): New function.
12489         (dns-mode): Add the latter to `write-contents-functions'.
12490
12491 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12492
12493         * compface.el (uncompface): Use binary rather than raw-text-unix.
12494
12495 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12496
12497         * compface.el (uncompface): Make sure the eol conversion doesn't take
12498         place when communicating with the external programs.
12499         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12500
12501 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12502
12503         * nnheader.el (nnheader-insert-head): Fix typo in comment.
12504
12505 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12506
12507         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12508         Make it more robust by parsing author and date independently.
12509
12510 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12511
12512         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
12513
12514 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
12515
12516         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
12517         first matching secret key.
12518         (mml2015-epg-encrypt): Ditto.
12519
12520         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
12521         first matching secret key.
12522         (mml1991-epg-encrypt): Ditto.
12523
12524         * mml2015.el (mml2015-encrypt-to-self): New user option.
12525         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
12526         mml2015-epg-encrypt-to-self is set.
12527
12528         * mml1991.el (mml1991-encrypt-to-self): New variable.
12529         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
12530         mml1991-epg-encrypt-to-self is set.
12531
12532         * mml2015.el (mml2015-signers): New user option.
12533         (mml2015-epg-sign): Reflect the value of mml2015-signers.
12534         (mml2015-epg-encrypt): Allow to select signing keys.
12535
12536         * mml1991.el (mml1991-signers): New variable.
12537         (mml1991-epg-sign): Reflect the value of mml1991-signers.
12538         (mml1991-epg-encrypt): Allow to select signing keys.
12539
12540 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12541
12542         * nnheader.el (nnheader-insert-head): Make it work even if the file
12543         uses CRLF for the line-break code.
12544
12545 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
12546
12547         * mml2015.el: Require mml-sec instead of password.
12548         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12549         (mml2015-cache-passphrase): Inherit the default value from
12550         mml-secure-cache-passphrase.
12551         (mml2015-passphrase-cache-expiry): Inherit the default value from
12552         mml-secure-passphrase-cache-expiry.
12553
12554         * mml1991.el: Require mml-sec instead of password.
12555         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12556         (mml1991-cache-passphrase): Inherit the default value from
12557         mml-secure-cache-passphrase.
12558         (mml1991-passphrase-cache-expiry): Inherit the default value from
12559         mml-secure-passphrase-cache-expiry.
12560
12561         * mml-sec.el: Require password.
12562         (mml-secure-verbose): New user option.
12563         (mml-secure-cache-passphrase): New user option.
12564         (mml-secure-passphrase-cache-expiry): New user option.
12565
12566 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
12567
12568         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12569         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
12570         andreas@altroot.de (Andreas Vögele).
12571
12572         FIXME: Use `tiny change'?
12573
12574 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12575
12576         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12577         workaround for the url package included with Emacs.
12578
12579         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12580
12581 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12582
12583         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12584         correctly.  This fixes a bug caused by the 2006-05-12 change.
12585
12586 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
12587
12588         * nnmail.el (nnmail-article-group): If splitting raises an error, give
12589         some information about the error when saying that the `bogus' mail
12590         group will be used.
12591
12592 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
12593
12594         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12595         string.
12596
12597 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12598
12599         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12600
12601 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12602
12603         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12604
12605 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12606
12607         * mml1991.el (mml1991-function-alist): Add epg.
12608         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12609         (mml1991-epg-encrypt): New functions.
12610
12611 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12612
12613         * mml2015.el (mml2015-verbose): New variable.
12614         (mml2015-cache-passphrase): Ditto.
12615         (mml2015-passphrase-cache-expiry): Ditto.
12616         (mml2015-function-alist): Add epg.
12617         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12618         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12619         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12620         New functions.
12621
12622 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12623
12624         * message.el (message-cite-original-1): Preserve region when removing
12625         quoted text due to X-No-Archive in order to avoid bogus attribution
12626         when citing multiple messages.
12627
12628 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12629
12630         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12631         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12632
12633 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12634
12635         * gnus-diary.el (gnus-user-format-function-d)
12636         (gnus-user-format-function-D): Autoload.
12637
12638         * imap.el (Commentary): Fix typo.
12639
12640         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12641         2006-04-22 contribution.
12642
12643 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12644
12645         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12646         It didn't really fix the bogosity I'm seeing with solid web groups.
12647
12648 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12649
12650         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12651         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12652         created using server names.  If we use the feature without declaring
12653         it, Gnus does not properly manage server and group state.
12654
12655         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12656         bound.
12657
12658 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12659
12660         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12661         looking up the method using GROUP's prefix before inventing a new one.
12662         It is used on killed/unknown groups in various places where returning
12663         an all-new method isn't expected by the caller.
12664
12665         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12666         and match semantics of gnus-group-real-prefix.
12667
12668 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12669
12670         * nnmail.el (nnmail-broken-references-mailers): New variable.
12671         (nnmail-ignore-broken-references): New function generalizing
12672         nnmail-fix-eudora-headers.
12673         (nnmail-fix-eudora-headers): Now obsolete.
12674
12675         * gnus-art.el (gnus-button-handle-custom):
12676         Support `customize-apropos*'.
12677
12678 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12679
12680         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12681
12682         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12683         articles.
12684
12685 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12686
12687         * message.el (message-cite-reply-above): New variable.
12688         (message-yank-original): Use it.
12689
12690 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12691
12692         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12693
12694 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12695
12696         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12697         as read.
12698
12699         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12700
12701 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12702
12703         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12704         (gnus-bookmark-default-file): Use gnus-directory.
12705         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12706         Remove "*" in doc string.
12707         (gnus-bookmark-write-file): Simplify.
12708         (gnus-bookmark-maybe-sort-alist): Use `when'.
12709         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12710         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12711         Add FIXME about Emacs 21 and XEmacs compatibility.
12712         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12713         compatibility.
12714         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12715         compatibility.
12716         (gnus-bookmark-menu-heading): Fix version.
12717
12718 2006-06-19  Bastien Guerry  <bzg@altern.org>
12719
12720         * gnus-bookmark.el: New file.
12721
12722 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12723
12724         * message.el (message-syntax-checks): Doc fix.
12725
12726 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12727
12728         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12729         unsubscribed groups as if they were killed ones.  It causes duplicate
12730         entries in gnus-newsrc-alist.
12731
12732 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12733
12734         * message.el (message-syntax-checks): Doc fix.
12735         (message-send-mail): Add check for continuation headers.
12736         (message-check-news-header-syntax): Fix regexp used to check for
12737         continuation headers.
12738
12739 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12740
12741         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12742
12743 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12744
12745         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12746
12747 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12748
12749         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12750         default-truncate-lines.
12751
12752 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12753
12754         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12755         to fill the utf-8 entry.
12756
12757         * lpath.el: Fbind unicode-precedence-list.
12758
12759 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12760
12761         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12762
12763 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12764
12765         * gnus-agent.el (directory-files-and-attributes): Move all the way
12766         forward (the third and final move).
12767         (gnus-agent-read-agentview): Trap reconstruction errors due to
12768         nonexistent directory.  Handle by returning nil.
12769
12770 2006-05-30  Didier Verna  <didier@xemacs.org>
12771
12772         * message.el (message-dont-reply-to-names): Update the custom type.
12773         * message.el (message-dont-reply-to-names): New defsubst: potentially
12774         convert a list of regexps into a single one.
12775         * message.el (message-get-reply-headers): Use it.
12776         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12777
12778 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12779
12780         * gnus-agent.el (directory-files-and-attributes): Move forward.
12781
12782 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12783
12784         * gnus-ml.el (gnus-mailing-list-subscribe)
12785         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12786         (gnus-mailing-list-message): Fix doc strings.
12787
12788 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12789
12790         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12791         of doing it manually.
12792
12793 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12794
12795         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12796         comment.
12797
12798 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12799
12800         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12801         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12802         (gnus-agent-read-local): All symbols allocated in my-obarray.
12803         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12804         (gnus-agent-regenerate-group): Check numeric names to see if they are
12805         messages or groups.
12806         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12807         better way of do this...)
12808
12809         * gnus-cache.el (gnus-agent-total-fetched-for):
12810         Ignore 'dummy.group' (there should be a better way of do this...)
12811
12812 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12813
12814         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12815         (gnus-saved-headers): Ditto.
12816         (gnus-default-article-saver): Mention functions may have properties.
12817         (gnus-article-save): Override gnus-save-all-headers and
12818         gnus-saved-headers by :headers property which saver function may have.
12819         (gnus-summary-save-in-file): Add :headers property.
12820         (gnus-summary-write-to-file): Ditto.
12821
12822         * gnus-sum.el (gnus-summary-save-article): Bind
12823         gnus-prompt-before-saving to t when saving many articles in a file;
12824         always show all headers.
12825
12826         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12827
12828 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12829
12830         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12831         marks.
12832
12833         * message.el (message-indent-citation): Add optional arguments to allow
12834         using it outside of message buffers.
12835
12836         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12837         (gnus-article-treat-unfold-headers): Use it.
12838         (gnus-article-truncate-lines): New variable.
12839         (gnus-article-mode): Use it.
12840         (gnus-article-toggle-truncate-lines): New function.
12841
12842         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12843         Add gnus-article-toggle-truncate-lines.
12844
12845         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12846         coding system in XEmacs, use binary.
12847
12848 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12849
12850         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12851         after-load-alist.
12852
12853         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12854         this function should save decoded articles.
12855         (gnus-summary-write-to-file): Use property to specify this function
12856         should save decoded articles and specify gnus-summary-save-in-file
12857         should be used to save articles other than the first one when saving
12858         many articles.
12859         (gnus-summary-save-body-in-file): Use property to specify this
12860         function should save decoded articles.
12861         (gnus-summary-write-body-to-file): Use property to specify this
12862         function should save decoded articles and specify
12863         gnus-summary-save-body-in-file should be used to save articles other
12864         than the first one when saving many articles.
12865
12866         * gnus-sum.el (gnus-summary-save-article): Simplify.
12867
12868 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12869
12870         * gnus-art.el (gnus-default-article-saver):
12871         Add gnus-summary-write-body-to-file.
12872         (gnus-article-save-coding-system): Don't use coding system object
12873         in XEmacs.
12874         (gnus-read-save-file-name): Add optional `dir-var' argument which
12875         specifies directory in which files are saved; work even if optional
12876         `variable' argument is not specified.
12877         (gnus-summary-write-to-file): Read file name.
12878         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12879         (gnus-summary-write-body-to-file): New function.
12880
12881         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12882         (gnus-summary-local-variables): Add it.
12883         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12884         (gnus-summary-save-article): Remove optional `decode' argument;
12885         determine whether to decode articles by the value of
12886         gnus-default-article-saver; when saving many files using
12887         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12888         it first and use gnus-summary-save-in-file or
12889         gnus-summary-save-body-in-file thereafter unless
12890         gnus-prompt-before-saving is always; move point to article which
12891         will be saved.
12892         (gnus-summary-save-article-file): Revert.
12893         (gnus-summary-write-article-file): Revert.
12894         (gnus-summary-save-article-body-file): Revert.
12895         (gnus-summary-write-article-body-file): New function.
12896
12897 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12898
12899         * gnus-art.el (gnus-default-article-saver): Doc fix.
12900         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12901         from gnus-summary-save-article-coding-system, and default to a
12902         certain coding system.
12903         (gnus-output-to-file): Add coding cookie and encode text according
12904         to gnus-article-save-coding-system; don't use mm-append-to-file.
12905
12906         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12907         gnus-art.el and rename to gnus-article-save-coding-system.
12908         (gnus-summary-save-article): Require gnus-art; don't show all
12909         headers if it decodes articles; don't add coding cookie here;
12910         don't bind mm-text-coding-system-for-write.
12911         (gnus-summary-save-article-file): Save decoded articles.
12912         (gnus-summary-write-article-file): When saving many files, use
12913         gnus-summary-write-to-file first and gnus-summary-save-in-file
12914         thereafter unless gnus-prompt-before-saving is always.
12915         (gnus-summary-save-article-body-file): Save decoded articles.
12916
12917         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12918
12919 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12920
12921         * nnrss.el (nnrss-check-group): Bind hash-index.
12922
12923 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12924
12925         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12926         its hash index.  Store this hash in `nnrss-group-data'.
12927         (nnrss-read-group-data): Update accordingly.
12928
12929 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12930
12931         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12932         entry.
12933
12934         * gnus-sum.el (gnus-summary-make-menu-bar):
12935         Add gnus-article-browse-html-article.
12936
12937 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12938
12939         * gnus-sum.el (gnus-summary-mime-map):
12940         Add gnus-article-browse-html-article.
12941
12942         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12943
12944 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12945
12946         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12947         suitable coding systems in customize.
12948
12949 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12950
12951         * mail-source.el (mail-sources): Fix custom type.
12952
12953 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12954
12955         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12956         (gnus-summary-expire-articles-now): Shorten prompt.
12957
12958         * gmm-utils.el (wid-edit): Require.
12959         (defun-gmm): Rename from `gmm-defun-compat'.
12960         (gmm-image-search-load-path): Use it.
12961         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12962
12963 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12964
12965         * gnus-sum.el (gnus-summary-save-article-coding-system):
12966         New variable.
12967         (gnus-summary-save-article): Add optional `decode' argument.
12968         If it is set and gnus-summary-save-article-coding-system is non-nil,
12969         save decoded article.
12970         (gnus-summary-write-article-file): Save decoded article if
12971         gnus-summary-save-article-coding-system is non-nil.
12972
12973         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12974         type.
12975
12976 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12977
12978         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12979
12980 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12981
12982         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12983         first to test gnus-single-article-buffer which may be buffer-local.
12984
12985         * gnus-sum.el (gnus-summary-setup-buffer):
12986         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12987         group; make gnus-article-buffer, gnus-article-current, and
12988         gnus-original-article-buffer always buffer-local.
12989         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12990         group.
12991         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12992
12993 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12994
12995         * nnml.el (nnml-request-compact-group): Compressed files might not
12996         have .gz extension.
12997
12998 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12999
13000         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
13001         (mm-copy-to-buffer): Use with-current-buffer.
13002         (mm-display-part): Simplify.
13003         (mm-inlinable-p): Add optional arg `type'.
13004
13005 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13006
13007         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
13008         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
13009         Try harder to show the attachment internally or externally using
13010         gnus-mime-view-part-as-type.
13011
13012 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
13013
13014         * message.el (message-from-style, message-signature-separator)
13015         (message-user-organization-file, message-send-mail-function)
13016         (message-citation-line-function, message-yank-prefix)
13017         (message-indent-citation-function, message-signature)
13018         (message-signature-file, message-signature-insert-empty-line):
13019         Remove autoloads.
13020
13021         * gnus-art.el (gnus-buttonized-mime-types):
13022         Remove "multipart/signed".  Revert 2006-04-26 change.
13023
13024 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13025
13026         * gnus.el (gnus-version-number): Bump version.
13027
13028 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13029
13030         * gnus.el: No Gnus v0.5 is released.
13031
13032 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13033
13034         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
13035         fetching articles by message-id.
13036
13037 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13038
13039         * message.el (hashcash): Require hashcash as normal.
13040
13041         * ecomplete.el (ecomplete-highlight-match-line):
13042         Use point-at-eol.
13043         (ecomplete-highlight-match-line): Use `highlight', because that
13044         face exists in both Emacs and XEmacs.
13045
13046         * message.el (message-display-abbrev): Use point-at-bol.
13047
13048         * mail-source.el: Don't require timer/timer-funcs.
13049
13050         * gnus-async.el: Ditto.
13051
13052         * password.el: Ditto.
13053
13054         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
13055
13056         * mm-url.el: Ditto.
13057
13058         * gnus-xmas.el: Don't require timer-funcs.
13059
13060         * mm-util.el: Require timer/timer-funcs.
13061
13062 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13063
13064         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
13065         Close.
13066
13067 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13068
13069         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
13070         unibyte after clear-decrypt function runs.
13071
13072         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
13073         returns as a unibyte string.
13074
13075 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13076
13077         * lpath.el: Revert.
13078
13079         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
13080         (pgg-gpg-process-sentinel): Revert.
13081
13082         * pgg-pgp.el (pgg-pgp-process-region): Revert.
13083         (pgg-pgp-lookup-key): Revert.
13084
13085         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
13086         (pgg-pgp5-lookup-key): Revert.
13087
13088         * pgg.el (pgg-fetch-key): Revert.
13089
13090 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13091
13092         * lpath.el: Fbind string-as-multibyte for XEmacs.
13093
13094         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
13095         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
13096         (mml1991-pgg-encrypt): Ditto.
13097
13098         * pgg-gpg.el (pgg-string-to-multibyte): New function.
13099         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
13100         a multibyte buffer.
13101
13102         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
13103         (pgg-pgp-lookup-key): Ditto.
13104
13105         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
13106         (pgg-pgp5-lookup-key): Ditto.
13107
13108         * pgg.el (pgg-fetch-key): Ditto.
13109
13110 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
13111
13112         * message.el (message-user-organization-file): Check several
13113         locations of the organization file.
13114
13115         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
13116         Add gnus-article-view-part-as-type.
13117
13118         * gnus-art.el (gnus-article-view-part-as-type): New function.
13119
13120         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
13121         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
13122
13123         * mml.el: Simplify autoload.
13124         (mml-mode): defvar dnd-protocol-alist instead of using
13125         symbol-value.
13126         (mml-default-directory): New variable.
13127         (mml-minibuffer-read-file): Use it.
13128         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
13129
13130         * message.el (message-citation-line-format): New variable.
13131         (message-insert-formated-citation-line): New function.
13132         (message-citation-line-function):
13133         Add `message-insert-formated-citation-line' to custom type.
13134
13135         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
13136         to doc string.
13137
13138         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
13139         depending on mm-verify-option.
13140
13141 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13142
13143         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
13144         binding pgg-* variables; reimplement the section which prevents
13145         MIME header from being signed.
13146         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
13147         pgg-text-mode; remove a blank line at the top of body.
13148
13149         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
13150         lines at the top of body; use gnus-newsgroup-charset if there's no
13151         Charset header.
13152
13153 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13154
13155         * message.el (message-self-insert-commands): Doc fix.
13156
13157         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
13158         (mm-uu-pgp-encrypted-test): Ditto.
13159         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
13160         between header and body; return application/pgp-encrypted handle
13161         if decryption failed; decode decrypted body by charset.
13162
13163         * mm-decode.el (mm-automatic-display): Don't make application/pgp
13164         element match to application/pgp-*.
13165
13166 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13167
13168         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
13169         HTML.
13170
13171 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13172
13173         * mail-source.el (mail-source-call-script): Message the error
13174         string.
13175
13176 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13177
13178         * gnus-util.el (gnus-byte-compile): Use it.
13179
13180 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
13181
13182         * gnus-util.el (kill-empty-logs): New function.
13183
13184 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13185
13186         * message.el (message-mail-alias-type): Doc fix.
13187         (message-mail-alias-type-p): New function.
13188         (message-send): Use it.
13189         (message-mode): Ditto.
13190         (message-strip-forbidden-properties): Ditto.
13191
13192         * ecomplete.el (ecomplete-database-file-coding-system):
13193         New variable.
13194         (ecomplete-save): Use it.
13195         (ecomplete-setup): Use it.
13196
13197 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13198
13199         * message.el (message-self-insert-commands): New variable.
13200         (message-strip-forbidden-properties): Use it.
13201
13202 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13203
13204         * message.el (message-put-addresses-in-ecomplete): Use a regexp
13205         that doesn't make XEmacs choke.
13206
13207 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
13208
13209         * gnus-util.el (gnus-replace-in-string):
13210         Prefer replace-regexp-in-string over of replace-in-string.
13211
13212 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13213
13214         * gnus-util.el (gnus-select-frame-set-input-focus):
13215         Use select-frame-set-input-focus if it is available in XEmacs; use
13216         definition defined in Emacs 22 for old Emacsen.
13217
13218         * dgnushack.el: Autoload unmorse-region for XEmacs.
13219
13220         * lpath.el: Bind cursor-in-non-selected-windows and
13221         select-frame-set-input-focus for XEmacs.
13222
13223 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13224
13225         * mm-view.el (mm-inline-text): Use equal instead of equalp.
13226
13227 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
13228
13229         * gnus-registry.el (gnus-registry-cache-save): Remove text
13230         properties when saving via the temp buffer.
13231
13232 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13233
13234         * message.el (message-generate-hashcash): Honor custom type.
13235
13236 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13237
13238         * message.el (message-generate-hashcash): Default to non-nil when
13239         hashcash is found.
13240
13241         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
13242         (gnus-refer-thread-limit): Increase default to 500.
13243
13244         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
13245
13246         * flow-fill.el (fill-flowed): Allow delete-space.
13247
13248 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13249
13250         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13251         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
13252         Remove autoloads.
13253
13254 2006-04-18  Simon Josefsson  <jas@extundo.com>
13255
13256         * message.el (message-generate-hashcash): Default to.
13257
13258 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13259
13260         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13261         concatenating segments rather than before concatenating them.
13262
13263 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13264
13265         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
13266
13267 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13268
13269         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
13270
13271         * message.el (message-forward-make-body-plain):
13272         Allow message-forward-ignored-headers to be a list.
13273         (message-remove-ignored-headers): Factor out into function.
13274         (message-forward-make-body-mml): Use it.
13275
13276         * imap.el (imap-quote-specials): New function.
13277         (imap-login-auth): Quote specials.
13278
13279         * rfc2231.el (rfc2231-parse-string): Remove dead code.
13280         (rfc2231-parse-string): Allow concatanation of parameters that
13281         aren't contiguous.  The test case is
13282           (mail-header-parse-content-type "message/external-body;
13283             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
13284             access-type=LOCAL-FILE;
13285             name*1*=plugh%2fhello-sailor%2fbing.pdf")
13286
13287 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13288
13289         * nntp.el (nntp-accept-process-output): Return the value of
13290         `nnheader-accept-process-output'.
13291
13292 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13293
13294         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
13295         (gnus-button-alist): Recognize more diff formats.
13296         (gnus-button-patch): Strip directory.
13297
13298 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13299
13300         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
13301         Emacs 22 when setting focus.
13302
13303 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13304
13305         * gnus-art.el (gnus-article-treat-types): Do treatment of
13306         text/x-verbatim parts.
13307         (gnus-button-patch): New command.
13308
13309         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
13310         addresses that contain invalid characters.
13311
13312 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13313
13314         * message.el (message-put-addresses-in-ecomplete):
13315         Use gnus-replace-in-string.
13316         (message-is-yours-p): Use the more correct
13317         mail-header-parse-address instead of
13318         mail-extract-address-components.
13319         (message-put-addresses-in-ecomplete): Fix typo.
13320
13321         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
13322         keystroke.
13323
13324         * gnus-art.el (gnus-treatment-function-alist): Change order of
13325         newsgroups/generic header folding to avoid double-folding.
13326
13327         * message.el (message-hidden-headers): Add X-Draft-From.
13328
13329         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
13330         New command.
13331         (gnus-summary-repeat-search-article-backward): New command.
13332
13333         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
13334         groups in the parent topic.
13335
13336 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
13337
13338         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
13339         (spam-extra-header-to-number): Return the CRM114 number as a
13340         number instead of a string.
13341
13342 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13343
13344         * gnus-art.el (gnus-face-properties-alist): Move here from
13345         gnus-fun.
13346
13347         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
13348
13349 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13350
13351         * message.el (message-strip-forbidden-properties): Only display on
13352         self-insert-command.
13353
13354         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
13355         reindent.
13356         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
13357
13358 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
13359
13360         * smiley.el (smiley-style): Fix typo.
13361
13362 2006-03-23  Kenichi Handa  <handa@m17n.org>
13363
13364         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
13365         instead of set-buffer-multibyte.
13366
13367 2006-03-23  Kenichi Handa  <handa@m17n.org>
13368
13369         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13370         buffer and then decode the buffer text if necessary.
13371         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13372         first, and after mm-encode-body, change the buffer to unibyte.
13373
13374 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13375
13376         * hashcash.el (hashcash-insert-payment-async-2):
13377         Use message-goto-eoh instead of doing it manually.
13378         (mail-add-payment): Use message-narrow-to-header instead of trying
13379         to do the same itself.
13380
13381         * message.el (message-hidden-headers): Add Face.
13382
13383         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
13384         reparenting code.
13385         (gnus-summary-reparent-children): Refactored out code.
13386         (gnus-summary-thread-map): New keystroke.
13387         (gnus-summary-reparent-children): Make into command.
13388
13389         * smiley.el (smiley-style): Default to `medium' if using a large
13390         font.
13391
13392         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
13393         does it itself.
13394
13395         * message.el (message-point-in-header-p): Simplify definition.
13396
13397 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13398
13399         * nnagent.el (nnagent-request-set-mark): Silence log file
13400         writing.
13401         (nnagent-request-set-mark): Use write-region instead of
13402         append-to-file.
13403
13404         * gnus-sum.el (gnus-read-header): Fudge article number if using a
13405         strange select method.
13406
13407         * ecomplete.el (ecomplete-display-matches): Get highlightling
13408         right.
13409         (ecomplete-display-matches): Use literals.
13410         (ecomplete-display-matches): Disable message logging.
13411
13412         * message.el (message-display-abbrev): Small optimization.
13413
13414         * ecomplete.el (ecomplete-display-matches): Allow automatic
13415         display.
13416
13417         * message.el (message-strip-forbidden-properties):
13418         Display abbrevs.
13419         (message-display-abbrev): Get automatic display right.
13420
13421         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
13422         keystrokes.
13423
13424 2006-04-13  Romain Francoise  <romain@orebokech.com>
13425
13426         TODO: Backport to v5-10!
13427
13428         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
13429         Move here (and rename) from gnus-registry.el.
13430
13431         * gnus-registry.el: Require gnus-util.
13432         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
13433
13434 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13435
13436         * gnus-group.el (gnus-group-catchup-current):
13437         Change if-then-else-if-then-else into cond.
13438         (gnus-group-catchup): Indent.
13439         (group-name-at-point): New function.
13440         (gnus-fetch-group): Provide default from thing at point.
13441
13442 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13443
13444         * message.el (message-display-abbrev): Fix regexp.
13445
13446         * ecomplete.el (ecomplete-highlight-match-line):
13447         Reimplement choosing.
13448         (ecomplete-highlight-match-line): Fix up code rewrite, remove
13449         dead variables.
13450
13451         * message.el (message-newline-and-indent): Remove debugging.
13452         (message-display-abbrev): Use new implementation.
13453
13454 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13455
13456         * gnus-art.el (gnus-article-mode):
13457         Set cursor-in-non-selected-windows to nil.
13458
13459         * smiley.el: Revert previous change.
13460         (smiley-data-directory): defvar it before using it in the
13461         defcustom of `smiley-style'.
13462
13463 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13464
13465         * message.el (message-newline-and-indent): New function.
13466
13467         * ecomplete.el: Implement more bits.
13468
13469         * message.el (message-put-addresses-in-ecomplete): Clean up the
13470         string.
13471
13472         * ecomplete.el (ecomplete-add-item): Chop off decimals.
13473
13474         * gnus-sum.el (gnus-summary-save-parts):
13475         Bind gnus-summary-save-parts-counter and use it to make unique file
13476         names.
13477
13478         * gnus-art.el (gnus-ignored-headers): Add some more headers.
13479
13480         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
13481         parameter to say whether to actually parse the individual
13482         addresses.
13483
13484         * message.el (message-put-addresses-in-ecomplete): New function.
13485         (ecomplete): Require.
13486         (message-mail-alias-type): Add ecomplete as an option.
13487
13488 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
13489
13490         * flow-fill.el (fill-flowed): Remove trailing space from blank
13491         quoted lines.
13492
13493 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13494
13495         * smiley.el (smiley-style): Move definition later to avoid a
13496         compilation warning.
13497
13498 2006-04-12  Kenichi Handa  <handa@m17n.org>
13499
13500         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13501         buffer and then decode the buffer text if necessary.
13502         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13503         first, and after mm-encode-body, change the buffer to unibyte.
13504         Use mm-disable-multibyte instead of set-buffer-multibyte.
13505
13506 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13507
13508         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
13509         Content-Type header instead of Content-Disposition header.
13510         (gnus-mime-inline-part): Ditto.
13511         (gnus-mime-view-part-as-charset): Ignore charset that the part
13512         specifies.
13513
13514         * mm-decode.el (mm-display-part): Work with external parts and
13515         usual parts similarly.
13516
13517         * mm-extern.el (mm-inline-external-body): Use mm-display-part
13518         instead of gnus-display-mime.
13519
13520         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
13521         instead of with-temp-buffer.
13522
13523         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
13524         tag to summarized topics part in order to encode non-ASCII text.
13525
13526 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13527
13528         * smiley.el (smiley-style): New variable.
13529         (smiley-directory): New function.
13530         (smiley-data-directory): Derive from `smiley-style' using
13531         `smiley-directory'.
13532         (smiley-regexp-alist): Add new entries.
13533
13534         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
13535         (gnus-article-browse-delete-temp): Add :version.
13536
13537 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
13538
13539         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
13540         the sieve region.
13541
13542 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13543
13544         * gnus.el (gnus-version-number): Bump version.
13545
13546 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13547
13548         * gnus.el: No Gnus v0.4 is released.
13549
13550 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13551
13552         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13553         layout.
13554
13555         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13556         unknown charset.
13557
13558         * message.el (message-header-synonyms): Add Original-To to the
13559         default.
13560
13561         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13562         optional parameter.
13563
13564 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13565
13566         * gnus-fun.el (gnus): Require it for gnus-directory.
13567
13568 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13569
13570         * gnus-fun.el (gnus-face-properties-alist): Add :version.
13571
13572 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13573
13574         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13575
13576 2006-04-05  Simon Josefsson  <jas@extundo.com>
13577
13578         * password.el (password-reset): New function.
13579
13580 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13581
13582         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13583         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13584
13585 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13586
13587         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13588         Some whitespace was matched into the url, which broke browsing hits
13589         > 100 when mm-url-use-external was nil.
13590
13591 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13592
13593         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13594         Check gnus-extra-headers for 'Newsgroups.
13595
13596         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13597         bound.
13598
13599 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13600
13601         * pgg-gpg.el: Clean up process buffers every time gpg processes
13602         complete.
13603
13604 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13605
13606         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13607         doc string.
13608
13609 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13610
13611         * pgg-gpg.el (pgg-gpg-process-filter)
13612         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13613
13614         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13615         lines, temporary fix.
13616
13617 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13618
13619         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13620
13621 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13622
13623         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13624         default-enable-multibyte-characters.  This reverts the change from
13625         revision 6.17 which is no longer necessary because the passphrase
13626         is sent separately now.  GnuPG messages are unreadable under
13627         multibyte locales with default-enable-multibyte-characters set to
13628         nil.
13629
13630 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13631
13632         * message.el (message-tool-bar-gnome): Move "spell".
13633
13634 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13635
13636         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13637         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13638         instead.
13639
13640 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13641
13642         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13643         Improve newsgroups handling for NNTP overviews which don't include
13644         Newsgroups.
13645
13646 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13647
13648         * message.el (message-resend): Bind message-generate-hashcash to nil.
13649
13650 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13651
13652         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13653         when searching for already-paid recipients.
13654
13655 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13656
13657         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13658         passphrases when it is not needed.
13659         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13660         passphrase stuff from gpg, should only be necessary when you use
13661         gpg with a smartcard.
13662
13663 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13664
13665         * mml.el (mml-insert-mime): Ignore cached contents of
13666         message/external-body part.
13667
13668         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13669         (mm-insert-part): Ditto.
13670
13671 2006-03-23  Simon Josefsson  <jas@extundo.com>
13672
13673         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13674         Reiner.
13675         (pgg-gpg-use-agent-p): Use it again.
13676
13677 2006-03-23  Simon Josefsson  <jas@extundo.com>
13678
13679         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13680         older emacsen.
13681         (pgg-gpg-use-agent-p): Don't use it.
13682
13683 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13684
13685         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13686         if we can.
13687
13688 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13689
13690         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13691         (pgg-gpg-update-agent): New function.
13692         (pgg-gpg-use-agent-p): New function.
13693         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13694         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13695         (pgg-gpg-sign-region): Use it.
13696
13697 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13698
13699         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13700         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13701
13702 2006-03-21  Simon Josefsson  <jas@extundo.com>
13703
13704         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13705         <wilde@sha-bang.de>.
13706         (pgg-gpg-use-agent): New variable.
13707         (pgg-gpg-process-region): Use it.
13708         (pgg-gpg-encrypt-region): Likewise.
13709         (pgg-gpg-encrypt-symmetric-region): Likewise.
13710         (pgg-gpg-decrypt-region): Likewise.
13711         (pgg-gpg-sign-region): Likewise.
13712         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13713
13714 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13715
13716         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13717
13718         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13719         Add comment on version.
13720
13721 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13722
13723         * smiley.el: Add missing test smiley.
13724
13725 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13726
13727         * mm-decode.el (mm-with-part): New macro.
13728         (mm-get-part): Use it; work with message/external-body as well.
13729         (mm-save-part): Treat name and filename equally.
13730
13731         * mm-extern.el (mm-extern-cache-contents): New function.
13732         (mm-inline-external-body): Use it; force the part to be displayed;
13733         move undisplayer added to the cached handle to the parent.
13734
13735         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13736         (gnus-mime-view-part-as-type): Work with message/external-body.
13737
13738         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13739
13740 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13741
13742         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13743         images in image-load-path.  [Sync with image.el, revision 1.60, in
13744         Emacs.]
13745
13746 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13747
13748         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13749         path rather than symbol.  Always return list of directories.
13750         Guarantee that image directory comes first.  [Sync with image.el,
13751         revision 1.59, in Emacs.]
13752
13753         * message.el (message-make-tool-bar): Adjust to new API of
13754         `gmm-image-load-path-for-library'.
13755
13756         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13757
13758         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13759
13760 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13761
13762         * gnus-art.el (gnus-article-only-boring-p):
13763         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13764         intangible text.
13765         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13766
13767 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13768
13769         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13770         Use `defun' instead of `gmm-defun-compat'.
13771
13772 2006-03-14  Simon Josefsson  <jas@extundo.com>
13773
13774         * message.el (message-unique-id): Don't use message-number-base36
13775         if (user-uid) is a float.
13776         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13777
13778 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13779
13780         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13781
13782         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13783         empty line between a part and a message part.
13784
13785 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13786
13787         * smiley.el: Add more test smileys.
13788         (smiley-data-directory, smiley-regexp-alist)
13789         (gnus-smiley-file-types): Fix doc strings.
13790         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13791         adding new elements.
13792         (smiley-mouse-map): Unused code.  Make it a comment.
13793
13794 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13795
13796         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13797         scan latest NoCeM messages instead of old ones.
13798         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13799         delimiters that are recently used.
13800         (gnus-nocem-load-cache): Add autoload cookie.
13801
13802         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13803
13804         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13805         level which is larger than gnus-use-nocem is specified.
13806
13807         * gnus-group.el (gnus-group-get-new-news): Ditto.
13808
13809 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13810
13811         * gnus-util.el (gnus-tool-bar-update): New function.
13812
13813         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13814         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13815
13816         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13817
13818         * gnus-group.el (gnus-group-redraw-when-idle)
13819         (gnus-group-redraw-check): Remove.
13820         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13821
13822 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13823
13824         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13825         if optional last element is specified in splits (FIELD VALUE...).
13826
13827 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13828
13829         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13830         to gmm-image-load-path-for-library.  Call with no-error argument.
13831         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13832
13833         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13834
13835         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13836
13837         * gmm-utils.el (gmm-image-load-path): Remove alias.
13838
13839 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13840
13841         * gmm-utils.el (gmm-image-load-path): Add alias.
13842
13843         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13844         nnml-generate-nov-databases-1.
13845         (nnml-generate-nov-databases): Use it.
13846         (nnml-generate-nov-databases-directory): Document no-active
13847         argument.
13848
13849         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13850         directory if path is t.  Add no-error.
13851
13852         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13853         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13854
13855         * gnus-art.el (gnus-article-browse-delete-temp-files):
13856         Simplify resetting gnus-article-browse-html-temp-list.
13857
13858         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13859         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13860         Add example to docstring.  Rename local variables.  Move error
13861         checks to default case in cond and simplify.
13862
13863 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13864
13865         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13866         handle is multipart when calling it recursively.
13867         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13868
13869 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13870
13871         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13872         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13873
13874 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13875
13876         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13877         is loaded.
13878
13879         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13880         loaded.
13881
13882 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13883
13884         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13885         to "Emacs 23 (unicode)" in doc string.
13886
13887         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13888         "Emacs 23 (unicode)" in comment.
13889
13890 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13891
13892         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13893
13894         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13895         characters 160 through 255 in Emacs 23.
13896
13897 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13898
13899         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13900         gnus-article-browse-html-temp.
13901         (gnus-article-browse-delete-temp): Make it customizable.
13902         Add `file'.  Adjust doc string.
13903         (gnus-article-browse-delete-temp-files): Add argument.
13904         Allow query for each file.  Adjust doc string.
13905         (gnus-article-browse-html-parts):
13906         Add `gnus-article-browse-delete-temp-files' to
13907         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13908
13909 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13910
13911         * gnus-art.el (gnus-article-browse-html-temp)
13912         (gnus-article-browse-delete-temp): New variables.
13913         (gnus-article-browse-delete-temp-files): New function.
13914         (gnus-article-browse-html-parts): Use it.
13915
13916 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13917
13918         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13919
13920         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13921         string.
13922
13923         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13924         gnus-summary-insert-new-articles when unplugged.
13925         Remove gnus-summary-search-article-forward.
13926
13927         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13928         display-visual-class instead of display-color-cells.
13929
13930 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13931
13932         * dgnushack.el: Autoload customize-group for XEmacs.
13933
13934         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13935         message/* containing non-ASCII text properly.
13936
13937 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13938
13939         * message.el: Require gmm-utils, remove autoloads.
13940         (message-tool-bar): Set default based on
13941         gmm-tool-bar-style.
13942         (message-tool-bar-gnome): Add gmm-customize-mode.
13943
13944         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13945         gmm-tool-bar-style.
13946         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13947
13948         * gnus-group.el (gnus-group-tool-bar): Set default based on
13949         gmm-tool-bar-style.
13950         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13951
13952         * gmm-utils.el (gmm-image-directory): Rename variable from
13953         gmm-image-load-path.
13954         (gmm-image-load-path): Use gmm-image-directory.
13955         (gmm-customize-mode): New function.
13956         (gmm-tool-bar-style): New variable.
13957
13958         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13959         gnus-group-redraw-line-number.
13960         (gnus-group-redraw-check): Simplify.
13961         (gnus-group-tool-bar-update): Remove redraw check.
13962         (gnus-group-make-tool-bar): Add redraw check.
13963
13964 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13965
13966         * gnus-art.el (gnus-button): Add missing parentheses.
13967
13968 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13969
13970         * lpath.el: Fbind line-number-at-pos.
13971
13972 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13973
13974         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13975
13976 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13977
13978         * gnus-art.el (gnus-button): New face.
13979         (gnus-article-button-face): Use it.
13980
13981         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13982         Add gnus-summary-next-page.  Re-order.
13983
13984         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13985         next-node are now included.
13986         (gnus-group-redraw-line-number): New internal variable.
13987         (gnus-group-redraw-check): Helper function for updating the tool
13988         bar.
13989         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13990
13991         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13992
13993         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13994         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13995         Use it to match format of Spamassassin 3.0 and later.
13996         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13997         (spam-check-bogofilter)
13998         (spam-bogofilter-register-with-bogofilter): Fix args of
13999         `gnus-error' calls.
14000
14001 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
14002
14003         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
14004         unnecessary interaction when sending queued mails.
14005         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
14006
14007 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14008
14009         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
14010         first or last are nil.
14011
14012 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14013
14014         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
14015
14016 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14017
14018         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
14019
14020 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14021
14022         * dns.el (query-dns): Protect more against buggy tcp output.
14023
14024 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14025
14026         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
14027         nov.php.
14028
14029 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14030
14031         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
14032         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
14033         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
14034         output on the server side.
14035         (nnweb-google-create-mapping): Update regexps and add some
14036         progress indication.
14037
14038 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
14039
14040         * gnus-group.el (gnus-group-tool-bar-gnome):
14041         Fix gnus-agent-toggle-plugged.  Re-order icons.
14042         (gnus-group-tool-bar-gnome):
14043         Add gnus-group-{prev,next}-unread-group.
14044         (gnus-group-tool-bar-gnome): Re-order icons.
14045
14046         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14047         Move gnus-summary-insert-new-articles.
14048
14049         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
14050         Fix comments.
14051
14052         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
14053         also available in Emacs 21.3.
14054
14055         * message.el (message-fix-before-sending): Change "Emacs 22" to
14056         "Emacs 23 (unicode)" in comment.
14057
14058         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
14059         "Emacs 23 (unicode)" in comment.
14060
14061         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
14062         comment.
14063         (mm-coding-system-p): Add comment about no-MULE XEmacs.
14064
14065         * mm-view.el (mm-fill-flowed): Add :version.
14066
14067 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14068
14069         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
14070         and load-path.
14071
14072 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
14073
14074         * message.el: Autoload gmm-image-load-path.
14075         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
14076         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
14077         consitency.
14078
14079         * gmm-utils.el (gmm-image-load-path): Also search in
14080         "../etc/images".  Don't set gmm-image-load-path if we don't find
14081         the image.
14082
14083 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14084
14085         * gmm-utils.el (gmm-image-load-path): Don't make
14086         `gmm-image-load-path' include subdirectories which the second arg
14087         `image' might specify.
14088
14089         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
14090         subdirectory to icon file names.
14091
14092         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
14093
14094 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14095
14096         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
14097         gmm-image-load-path calls.
14098
14099         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14100
14101         * message.el (message-make-tool-bar): Ditto.
14102
14103         * mml.el (mml-preview): Add comment concerning tool bar icons.
14104
14105         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
14106         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
14107
14108         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
14109         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
14110
14111         * message.el (message-tool-bar-gnome): Use new icon names.
14112         (message-make-tool-bar): Use `gmm-image-load-path'.
14113
14114         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
14115         New functions from MH-E.
14116         (gmm-image-load-path): New variable from MH-E.
14117         (gmm-image-load-path): New function from MH-E.  Add arguments
14118         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
14119         *-image-load-path-called-flag.
14120
14121 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
14122
14123         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
14124
14125 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
14126
14127         * nnimap.el (nnimap-request-move-article): Change folder back to
14128         source group before deleting.
14129
14130 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
14131
14132         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
14133
14134         * gnus-art.el (mm-url-insert-file-contents-external):
14135         Autoload mm-url.
14136
14137         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
14138
14139 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14140
14141         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
14142         coding system which mm-charset-to-coding-system returns for a
14143         given charset is valid.
14144
14145 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
14146
14147         * html2text.el (html2text-remove-tag-list):
14148         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
14149
14150 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
14151
14152         * gnus-cus.el: Revert 2005-10-17 change.
14153
14154 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14155
14156         * gnus-art.el (article-strip-banner):
14157         Call article-really-strip-banner only when the regexp match is made.
14158
14159 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14160
14161         * gnus-art.el (article-strip-banner):
14162         Use gnus-extract-address-components instead of
14163         mail-header-parse-addresses to make it work with non-ASCII text;
14164         remove mail-encode-encoded-word-string.
14165
14166         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
14167         values which are surrounded with \"...\"; make it never cause a
14168         Lisp error; give up parsing of parameters if it failed in
14169         extracting type.
14170
14171 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
14172
14173         * smime.el (smime-cert-by-ldap-1): Fix bug where
14174         `smime-ldap-search' returns results without userCertificates.
14175
14176 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14177
14178         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
14179
14180 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14181
14182         * spam.el (spam-check-spamassassin-headers): Adapt format for
14183         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
14184         <ari@mbf.ocn.ne.jp>.
14185         (spam-list-of-processors): Add spam-use-gmane.
14186
14187 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14188
14189         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
14190         make-temp-file; make it work with XEmacs as well.
14191
14192         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
14193         mm-make-temp-file.
14194
14195         * mm-decode.el (mm-display-external): Use the 3rd arg of
14196         mm-make-temp-file.
14197         (mm-create-image-xemacs): Ditto.
14198
14199 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14200
14201         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
14202         with message-narrow-to-headers.
14203         (gnus-draft-setup): Narrow to header to run message-fetch-field.
14204         (gnus-draft-check-draft-articles): New function.
14205         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
14206
14207 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14208
14209         * gnus-art.el (gnus-article-browse-html-parts):
14210         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
14211         Don't use suffix argument for mm-make-temp-file for Emacs 21
14212         compatibility.  Remove useless `format'.
14213
14214 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14215
14216         * nnweb.el (nnweb-google-wash-article): Update regexps.
14217         (nnweb-group-alist): Use defvoo instead of defvar.
14218
14219 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14220
14221         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
14222         re-loading nn* modules.
14223
14224 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14225
14226         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
14227         for `tool-bar-mode' and don't check it's default-value.
14228
14229         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14230
14231         * message.el (message-make-tool-bar): Ditto.
14232
14233         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
14234         `substring'.  Shorten tmp-file name.
14235
14236         * gnus.el: Remove bogus comment.
14237
14238 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
14239
14240         * gnus-art.el (gnus-article-browse-html-parts): New function.
14241         (gnus-article-browse-html-article): New function for viewing html
14242         articles with a browser.
14243
14244 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
14245
14246         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
14247         in elisp.
14248         (pgg-gpg-encrypt-symmetric-region): Ditto.
14249         (pgg-gpg-sign-region): Ditto.
14250
14251         * pgg-def.el (pgg-text-mode): New variable.
14252
14253         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
14254         (mml2015-pgg-encrypt): Ditto.
14255
14256         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
14257         (mml1991-pgg-encrypt): Ditto.
14258
14259 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14260
14261         * nnfolder.el (nnfolder-insert-newsgroup-line):
14262         Use message-make-date instead of current-time-string.
14263
14264         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
14265         to gnus-decoded which mm-uu might set.
14266
14267 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14268
14269         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
14270         don't decode quoted parameters; remove misimported Emacs code.
14271         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14272         (rfc2231-decode-encoded-string): Don't use split-string which
14273         behaves differently according to Emacs version; use
14274         mm-decode-coding-region to convert charset to coding-system.
14275         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14276         (rfc2231-encode-string): Remove misimported Emacs code.
14277
14278 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14279
14280         * gnus-art.el (article-decode-charset): Don't use ignore-errors
14281         when calling mail-header-parse-content-type.
14282         (article-de-quoted-unreadable): Ditto.
14283         (article-de-base64-unreadable): Ditto.
14284         (article-wash-html): Ditto.
14285
14286         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
14287         calling mail-header-parse-content-type and
14288         mail-header-parse-content-disposition.
14289         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
14290         mail-header-parse-content-type.
14291
14292         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
14293         insert charset and format parameters; encode description after
14294         inserting it to buffer.
14295         (mml-insert-parameter): Fold lines properly even if a parameter is
14296         segmented into two or more lines; change the max column to 76.
14297
14298         * rfc1843.el (rfc1843-decode-article-body): Don't use
14299         ignore-errors when calling mail-header-parse-content-type.
14300
14301         * rfc2231.el (rfc2231-parse-string): Return at least type if
14302         possible; don't cause an error even if it fails in parsing of
14303         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14304         (rfc2231-encode-string): Don't break lines at the beginning, leave
14305         it to mml-insert-parameter.
14306
14307         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
14308         calling mail-header-parse-content-type.
14309
14310 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
14311
14312         * spam-report.el (spam-report-gmane-use-article-number):
14313         Improve doc string.
14314         (spam-report-gmane-internal): Check if a suitable header was found
14315         in the article.
14316
14317 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14318
14319         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
14320         (rfc2231-encode-string): Make param*=value always begin with LWSP.
14321
14322 2006-02-05  Romain Francoise  <romain@orebokech.com>
14323
14324         Update copyright notices of all files in the gnus directory.
14325
14326 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14327
14328         * nnweb.el (nnweb-request-group): Avoid growing overview files.
14329
14330 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14331
14332         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
14333         segmented lines of parameter value to cope with Thunderbird 1.5
14334         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
14335         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14336         (rfc2231-encode-string): Don't make lines exceeding 76 column.
14337
14338 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
14339
14340         * mml.el (mml-generate-mime-1): Correct the order of inline signed
14341         parts.
14342
14343 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14344
14345         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
14346         there's only one active file for all servers.
14347         (nnweb-request-scan): Make sure nnweb-articles is initialized on
14348         solid groups.  Gnus might have used a FAST request to select the group.
14349         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
14350         and nnweb-search redundantly in the active file.
14351         (nnweb-request-list): Don't list bogus groups.  There can only be one.
14352         (nnweb-request-create-group): Don't use ARGS.
14353         (nnweb-possibly-change-server, nnweb-request-group): Remove some
14354         initialisations.  Let nnoo do the work.
14355
14356 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14357
14358         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
14359         Say the part has been decoded.
14360
14361         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
14362
14363 2006-01-31  Kevin Ryde  <user42@zip.com.au>
14364
14365         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
14366         mailcap-viewer-test-cache when there's no 'test clause, since that
14367         will invert the meaning of a "nil" test previously determined by
14368         mailcap-mailcap-entry-passes-test.
14369
14370 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14371
14372         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
14373         compiling.
14374
14375         * gnus-sum.el: Ditto.
14376
14377         * message.el: Don't bind tool-bar-map when compiling.
14378
14379 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
14380
14381         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
14382
14383 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14384
14385         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
14386         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
14387         current Google Groups.
14388
14389 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
14390
14391         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
14392         and tool-bar-mode.
14393
14394         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
14395         and tool-bar-mode.
14396
14397         * message.el (message-tool-bar-update): Simplify.
14398         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
14399
14400         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
14401         gnus-summary-buffer.
14402         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
14403         gnus-summary-reply.
14404
14405         * gmm-utils.el (gmm): Add :version.
14406
14407 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14408
14409         * Makefile.in (clean): New rule.
14410         (distclean): Use it.
14411
14412 2006-01-26  Steve Youngs  <steve@sxemacs.org>
14413
14414         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
14415         Don't autoload.
14416
14417 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14418
14419         * gmm-utils.el (gmm-verbose): Add :group.
14420
14421 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
14422
14423         * message.el: Change some comments WRT tool-bars.
14424
14425         * gnus-sum.el (gnus-summary-tool-bar)
14426         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
14427         (gnus-summary-tool-bar-zap-list): New variables.
14428         (gnus-summary-make-tool-bar): Complete rewrite using
14429         `gmm-tool-bar-from-list'.
14430
14431         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
14432         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
14433         New variables.
14434         (gnus-group-make-tool-bar): Complete rewrite using
14435         `gmm-tool-bar-from-list'.
14436         (gnus-group-tool-bar-update): New function.
14437
14438         * message.el (message-mode-field-menu): Add "Show hidden Headers".
14439
14440 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14441
14442         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
14443         is dissected into a single part of which the type is the same as
14444         the given one; decode charset.
14445
14446 2006-01-21  Kevin Ryde  <user42@zip.com.au>
14447
14448         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
14449         into alists as symbol not string, since that's what
14450         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
14451         look for.
14452
14453 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
14454
14455         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
14456         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
14457
14458         * message.el (message-tool-bar-gnome): Use gmm-ignore.
14459
14460 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14461
14462         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
14463         (gnus-xmas-mime-security-button-menu): New function.
14464
14465         * gnus-art.el (gnus-mime-security-button-commands): New variable.
14466         (gnus-mime-security-button-menu): New definition.
14467         (gnus-mime-security-button-map): Use them.
14468         (gnus-mime-security-button-menu): New function.
14469         (gnus-insert-mime-security-button): Addition to help echo.
14470         (gnus-mime-security-run-function, gnus-mime-security-save-part)
14471         (gnus-mime-security-pipe-part): New functions.
14472
14473         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
14474         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
14475
14476         * mm-decode.el (mm-handle-set-disposition): Remove.
14477         (mm-handle-set-description): Remove.
14478
14479 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14480
14481         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
14482         (mm-w3m-standalone-supports-m17n-p): New function.
14483         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
14484         w3m usage.
14485
14486         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
14487         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
14488
14489 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14490
14491         * message.el (message-tool-bar-zap-list):
14492         Use gmm-tool-bar-zap-list as custom type.
14493         (message-tool-bar-update): New function.
14494         (message-tool-bar, message-tool-bar-gnome)
14495         (message-tool-bar-retro): Add message-tool-bar-update.
14496         (message-tool-bar-gnome): Add flyspell-buffer.
14497
14498         * gnus-util.el (gnus-error): Describe `args'.
14499
14500         * gmm-utils.el (gmm-error): Describe `args'.
14501         (gmm-tool-bar-zap-list): New widget.
14502         (gmm-tool-bar-from-list): Improve description of `zap-list'.
14503
14504 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14505
14506         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
14507         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
14508         the number of recursive calls.
14509
14510         * mm-decode.el (mm-handle-set-disposition): New macro.
14511         (mm-handle-set-description): New macro.
14512
14513 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14514
14515         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
14516         encoding.
14517
14518 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14519
14520         * message.el (message-tool-bar-zap-list, message-tool-bar)
14521         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
14522         (message-tool-bar-local-item-from-menu): Remove.
14523         (message-tool-bar-map): Replace by `message-make-tool-bar'.
14524         (message-make-tool-bar): New function.
14525         (message-mode): Use `message-make-tool-bar'.
14526
14527         * gmm-utils.el: New file.
14528         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
14529         (gmm-lazy): New widget copied from `nnmail.el'.
14530         (gmm-tool-bar-from-list): New function for creating customizable
14531         tool bars.
14532         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
14533         output.
14534         (gmm): Add :prefix to defgroup.
14535
14536 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
14537
14538         * gmm-utils.el (gmm-widget-p): New function.
14539
14540 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14541
14542         * mml.el (mml-attach-file): Describe `description' in doc string.
14543         (mml-menu): Add Emacs MIME manual and PGG manual.
14544
14545 2006-01-20  Richard M. Stallman  <rms@gnu.org>
14546
14547         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
14548
14549 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
14550
14551         * nntp.el (nntp-end-of-line): Doc fix.
14552
14553 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
14554
14555         * imap.el (imap-open): Handle case where buffer is a buffer
14556         object.
14557
14558 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14559
14560         * gnus-delay.el (gnus-delay): Don't autoload.
14561         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14562         to be re-loaded when customizing the `gnus-delay' group.
14563
14564 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
14565
14566         * message.el (message-insert-citation-line): Use newlines.
14567
14568 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14569
14570         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14571         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
14572         these routines, so the passphrase can be managed externally and
14573         passed in to the system.
14574         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14575         pgg-add-passphrase-to-cache function.
14576
14577         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14578         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
14579         these routines, so the passphrase can be managed externally and
14580         passed in to the system.
14581         (pgg-pgp5-sign-region): Use new name of
14582         pgg-add-passphrase-to-cache function.
14583
14584 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14585
14586         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14587         part of the decoded armor to find the key-identifier.
14588         (pgg-gpg-lookup-key-owner): New function to return the
14589         human-readable identifier of a key owner.
14590         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
14591         itself.
14592         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14593         the key value) if we have a key and can match it against a secret
14594         key.  Also, added a note pointing out fact that the prompt only
14595         indicates the first matching key.
14596
14597         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
14598         pgg-decrypt-region.
14599         (pgg-add-passphrase-to-cache): Rename from
14600         `pgg-add-passphrase-cache' to reduce confusion (all callers
14601         changed).
14602         (pgg-remove-passphrase-from-cache): Rename from
14603         `pgg-remove-passphrase-cache' to reduce confusion (all callers
14604         changed).
14605         (pgg-read-passphrase, pgg-add-passphrase-cache)
14606         (pgg-remove-passphrase-cache): Add informative docstrings.
14607         (pgg-decrypt): Convey provided passphrase in subordinate call to
14608         pgg-decrypt-region.
14609
14610 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
14611
14612         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14613         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14614         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14615         'passphrase' argument, so the passphrase can be managed externally
14616         and then passed in to the system.
14617
14618         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14619         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
14620         so the passphrase cache can be used reliably with identifiers
14621         besides a pgp packet's key id.
14622
14623         * pgg-gpg.el (pgg-gpg-encrypt-region)
14624         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14625         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
14626         these routines, so the passphrase can be managed externally and
14627         passed in to the system.
14628
14629         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14630         'notruncate' argument, so the passphrase cache can be used
14631         reliably with identifiers besides a pgp packet's key id.
14632
14633 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
14634
14635         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14636         symmetric encryption.
14637         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14638         encrypted session key.
14639         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14640         message ask for the passphrase in a proper way.
14641
14642         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14643         New user commands for symmetric encryption.
14644
14645 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14646
14647         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14648
14649         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14650
14651 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14652
14653         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14654
14655 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14656
14657         * mm-decode.el (mm-inlined-types): Add application/pgp.
14658         (mm-automatic-display): Ditto.
14659
14660         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14661         part as text.
14662
14663 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14664
14665         * nnrss.el: Update copyright.
14666         (nnrss-opml-import): Query whether to subscribe to each entry.
14667
14668         * gnus-art.el:
14669         * gnus-sum.el:
14670         * gnus-xmas.el:
14671         * messagexmas.el:
14672         * mm-uu.el:
14673         * mm-view.el: Update copyright.
14674
14675 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14676
14677         * message.el (message-info): New function.
14678         (message-mode-menu): Add it.
14679         Update copyright.
14680
14681         * ChangeLog: Fix and update copyright.
14682
14683 2006-01-13  Romain Francoise  <romain@orebokech.com>
14684
14685         * message.el (message-forward-subject-name-subject): Prefer the
14686         address to 'nowhere' if the sender has no name.
14687         Fix typo.  Update copyright year.
14688
14689 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14690
14691         * gnus-art.el (article-wash-html):
14692         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14693         (gnus-article-wash-html-with-w3m-standalone): New function.
14694
14695         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14696         mm-inline-text-html-render-with-w3m-standalone.
14697         (mm-text-html-washer-alist): Map w3m-standalone to
14698         gnus-article-wash-html-with-w3m-standalone.
14699         (mm-inline-text-html-render-with-w3m-standalone): New function.
14700
14701 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14702
14703         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14704         Improve LaTeX.
14705
14706 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14707
14708         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14709         (nnrss-request-article): Render text/plain parts as HTML.
14710
14711         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14712         the buffer.
14713
14714 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14715
14716         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14717         custom definition of `gnus-posting-styles'.
14718
14719         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14720         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14721
14722 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14723
14724         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14725         Use nntp for bug archive.
14726
14727 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14728
14729         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14730         parts.
14731         (nnrss-normalize-date): New function converts ISO 8601 date into
14732         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14733         (nnrss-check-group): Use it.
14734
14735 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14736
14737         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14738
14739         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14740         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14741         (nnrss-insert-w3): Ditto.
14742
14743 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14744
14745         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14746         the articles to be forwarded including the case where neither a
14747         number of articles nor a region is specified.
14748
14749 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14750
14751         * nnrss.el (nnrss-request-article): Fix last change; fill
14752         text/plain parts.
14753
14754 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14755
14756         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14757         in text/plain part.
14758         (nnrss-check-group): Don't add excessive newline to dc:subject.
14759
14760 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14761
14762         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14763         article.
14764
14765 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14766
14767         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14768         (nnml-use-compressed-files, nnml-save-mail): Support other
14769         comression programs such as bzip2.
14770
14771 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14772
14773         * dns.el (query-dns): Make sure we check the buffer size before
14774         removing tcp headers.
14775
14776 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14777
14778         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14779         remove MIME buttons associated with multipart/alternative parts.
14780         (gnus-mime-display-alternative): Tag buttons using `article-type'
14781         text property.
14782
14783         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14784         associated with multipart/alternative parts.
14785
14786         * gnus-art.el (gnus-signature-separator): Fix custom type.
14787
14788         * mm-decode.el (mm-inlined-types): Fix custom type.
14789         (mm-keep-viewer-alive-types): Ditto.
14790         (mm-automatic-display): Ditto.
14791         (mm-attachment-override-types): Ditto.
14792         (mm-inline-override-types): Ditto.
14793         (mm-automatic-external-display): Ditto.
14794
14795 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14796
14797         * spam-report.el (spam-report-user-mail-address)
14798         (spam-report-user-agent): New variables.
14799         (spam-report-url-ping-plain): Use spam-report-user-agent.
14800
14801 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14802
14803         * gnus-art.el (gnus-button-handle-custom): Do not just use
14804         `customize-apropos' for any "M-x customize-*" button but the
14805         function called for.  Accept both the function name and its
14806         argument in order to achieve this.
14807         (gnus-button-alist): Remove support for "custom:" URL's.
14808         Pass function name to `gnus-button-handle-custom' in case of "M-x
14809         customize-*" buttons.
14810
14811 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14812
14813         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14814         multipart/alternative and add xref to mm-discouraged-alternatives
14815         in doc string.
14816
14817         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14818         gnus-buttonized-mime-types in doc string.
14819
14820 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14821
14822         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14823         Suggest image/.* in the doc string.
14824
14825 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14826
14827         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14828         message-marks (Debian bug #342521).
14829
14830 2005-12-12  Simon Josefsson  <jas@extundo.com>
14831
14832         * password.el (password-read-from-cache): Add.
14833         (password-read): Use it.
14834
14835 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14836
14837         * rfc2047.el (rfc2047-charset-to-coding-system):
14838         Recognize us-ascii as a MIME charset.
14839
14840         * mm-bodies.el (mm-decode-content-transfer-encoding):
14841         Protect against the case where the 2nd arg TYPE is nil.
14842
14843 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14844
14845         * pop3.el (pop3-stream-type): Fix custom version.
14846
14847         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14848
14849 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14850
14851         * mm-decode.el (mm-display-external): Add missing cdr.
14852
14853 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14854
14855         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14856         RFC1524) if it is in mailcap or add a suffix according to
14857         mailcap-mime-extensions when generating a temp filename; postpone
14858         deleting a temp file for 2 seconds for some wrappers, shell
14859         scripts, and so on, which might exit right after having started a
14860         viewer command as a background job.
14861
14862 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14863
14864         * nntp.el (nntp-marks-directory): Fix custom group.
14865
14866         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14867         steps when < 10.
14868
14869         * gnus-start.el (gnus-no-server-1):
14870         Mention `gnus-level-default-subscribed' in doc string.
14871
14872 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14873
14874         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14875         parens.
14876
14877 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14878
14879         * gnus-xmas.el (gnus-use-toolbar): Revert.
14880         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14881         gnus-use-toolbar is default.
14882
14883         * messagexmas.el (message-use-toolbar): Revert.
14884         (message-setup-toolbar): Use global default-toolbar if
14885         message-use-toolbar is default.
14886
14887 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14888
14889         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14890         according to default-toolbar-visible-p.
14891
14892         * messagexmas.el (message-use-toolbar): Ditto.
14893
14894 2005-11-26  Dave Love  <fx@gnu.org>
14895
14896         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14897         (tls-program, tls-success): Provide openssl alternative.
14898
14899         * starttls.el: Doc fixes.
14900         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14901         SERVICE to PORT.
14902
14903         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14904         port null or service name.
14905         (starttls-negotiate): Autoload.
14906
14907 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14908
14909         * message.el (message-kill-to-signature): Fix interactive spec.
14910
14911 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14912
14913         * pop3.el (pop3-open-server): Recognize a string as a service name.
14914
14915 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14916
14917         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14918
14919 2005-11-23  Dave Love  <fx@gnu.org>
14920
14921         Add pop3s, pop3/starttls.
14922
14923         * pop3.el (pop3-authentication-scheme): Clarify doc.
14924         (open-tls-stream, starttls-open-stream): Autoload.
14925         (pop3-stream-type): New.
14926         (pop3-open-server): Use it.
14927
14928         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14929         for POP.
14930         (mail-source-keyword-map): Add :stream for POP.
14931         (mail-source-fetch-pop): Use pop3-stream-type.
14932
14933 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14934
14935         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14936         of current-time-string.
14937
14938 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14939
14940         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14941         date header.
14942
14943 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14944
14945         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14946         it can seriously impact performance as it bypasses the agent's
14947         local caches.
14948
14949 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14950
14951         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14952         must be explicitly online rather than "not explicitly offline" for
14953         its flags to be synchronized.
14954
14955         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14956         that gnus-uu-unmark-thread will function correctly.
14957
14958         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14959         1024K is instead displayed as 1M.
14960
14961 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14962
14963         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14964
14965 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14966
14967         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14968
14969 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14970
14971         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14972         error message to display actual error condition.
14973         (gnus-agent-save-local): Avoid saving symbols that are bound to
14974         nil as they simply result in a warning message in
14975         gnus-agent-read-local.
14976
14977 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14978
14979         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14980         rather than make-variable-buffer-local for file-precious-flag.
14981
14982 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14983
14984         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14985         for duplicates which are removed.  The invalid sort check then
14986         triggers a rescan after the sort as sorting may have moved
14987         duplicate entries such that they can be cheaply detected.
14988
14989 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14990
14991         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14992
14993 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14994
14995         * gnus-agent.el (gnus-agent-article-alist-save-format):
14996         Change internal variable to a custom variable.  Change default value
14997         from compressed(2) to uncompressed(1).
14998         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14999         support for uncompressed agentview files.  Taken together, reading
15000         the agentview file should now be 6-7 times faster.
15001
15002 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15003
15004         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
15005         as a buffer-local variable.  This avoids creating truncated
15006         dribble files as a result of a hang up, eg.
15007
15008 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
15009
15010         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
15011         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
15012         XEmacs.
15013
15014 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15015
15016         * gnus-start.el (gnus-start-draft-setup):
15017         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
15018
15019         * gnus.el (gnus-splash): Change custom group.
15020         (gnus-group-get-parameter, gnus-group-parameter-value):
15021         Describe allow-list argument.
15022
15023         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
15024         string.
15025
15026 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15027
15028         * gnus-art.el (gnus-default-article-saver): Add user-defined
15029         `function' to custom type.
15030
15031 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15032
15033         * imap.el (imap-open): Handle case where buffer is a buffer
15034         object.
15035
15036 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
15037
15038         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
15039         long lines.
15040         (gnus-cache-delete-group): Wrap doc strings.
15041
15042         * gnus-agent.el (gnus-agent-rename-group)
15043         (gnus-agent-delete-group): Wrap doc strings.
15044
15045 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15046
15047         * messagexmas.el (message-use-toolbar): Change the valid values
15048         into default, top, bottom, left, and right.
15049         (message-toolbar-thickness): New variable.
15050         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
15051         well.
15052         (message-setup-toolbar): Make it work.
15053
15054         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
15055         (gnus-use-toolbar): Change the valid values into default, top,
15056         bottom, left, and right.
15057         (gnus-toolbar-thickness): New variable.
15058         (gnus-xmas-setup-toolbar): New function.
15059         (gnus-xmas-setup-group-toolbar): Use it.
15060         (gnus-xmas-setup-summary-toolbar): Use it.
15061
15062 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15063
15064         * gnus-start.el (gnus-1): Add "native" to
15065         gnus-predefined-server-alist.
15066
15067         * gnus.el (gnus-method-to-server): Don't add "native" to the
15068         lists here, because that leads to problems when
15069         gnus-select-method is bound.
15070
15071 2005-11-09  Simon Josefsson  <jas@extundo.com>
15072
15073         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
15074         use (not sort-by-date) instead.
15075
15076 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15077
15078         * gnus-delay.el (gnus-delay-group): Don't autoload.
15079         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15080         to be re-loaded when customizing the `gnus-delay' group.
15081
15082 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
15083
15084         * message.el: Revert last changes.
15085         (message-insert-citation-line): Use newlines.
15086
15087 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
15088
15089         * message.el (message-courtesy-message)
15090         (message-mark-insert-begin, message-mark-insert-end)
15091         (message-elide-ellipsis, message-cancel-message)
15092         (message-add-header, message-change-subject)
15093         (message-cross-post-followup-to-header)
15094         (message-cross-post-insert-note, message-reduce-to-to-cc)
15095         (message-widen-reply, message-delete-not-region)
15096         (message-kill-to-signature, message-insert-signature)
15097         (message-insert-importance-high, message-insert-importance-low)
15098         (message-insert-or-toggle-importance)
15099         (message-insert-disposition-notification-to)
15100         (message-indent-citation, message-yank-original)
15101         (message-cite-original-without-signature, message-cite-original)
15102         (message-insert-citation-line, message-position-on-field)
15103         (message-fix-before-sending, message-send-mail-partially)
15104         (message-send-mail, message-send-mail-with-sendmail)
15105         (message-send-mail-with-qmail, message-send-news)
15106         (message-check-news-header-syntax, message-generate-headers)
15107         (message-insert-courtesy-copy, message-fill-address)
15108         (message-fill-header, message-shorten-references)
15109         (message-setup-1, message-cancel-news)
15110         (message-forward-make-body-plain, message-forward-make-body-mime)
15111         (message-forward-make-body-mml, message-encode-message-body)
15112         (message-forward-make-body-digest-plain)
15113         (message-forward-make-body-digest-mime)
15114         (message-use-alternative-email-as-from): Insert `hard-newline'
15115         instead of ordinary newlines.
15116
15117 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15118
15119         * message.el (message-generate-headers): Downcase the argument
15120         given to message-check-element.
15121
15122 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
15123
15124         * nntp.el (nntp-authinfo-rejected): New error condition.
15125         (nntp-wait-for): Use new error condition to signal authentication
15126         error.
15127         (nntp-retrieve-data): Rethrow new error condition to break out of
15128         recursive call to nntp-send-authinfo.
15129
15130 2005-11-08  Romain Francoise  <romain@orebokech.com>
15131
15132         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
15133         (gnus-summary-exit-map): Bind to `Z p'.
15134         (gnus-summary-make-menu-bar): Add menu item.
15135
15136 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
15137
15138         * gnus-art.el (gnus-article-treat-custom): Add `first'.
15139         (gnus-treat-*): Add `first' in all doc strings.
15140
15141         * gnus-group.el (gnus-group-compact-group): Fix typo.
15142
15143 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15144
15145         * gnus.el (gnus-parameters-case-fold-search): New variable.
15146         (gnus-parameters-get-parameter): Use it.
15147
15148         * gnus-score.el (gnus-home-score-file): Doc fix.
15149
15150 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
15151
15152         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
15153
15154 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15155
15156         * mm-util.el (mm-special-display-p): New function.
15157
15158         * mml.el (mml-preview): Use it; doc fix.
15159
15160 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15161
15162         * imap.el (imap-open): Handle case where buffer is a buffer object.
15163
15164 2005-10-29  Romain Francoise  <romain@orebokech.com>
15165
15166         * message.el (message-fix-before-sending): Fix comment.
15167
15168 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15169
15170         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
15171
15172 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15173
15174         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
15175         Used in gnus-score.el.
15176
15177 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15178
15179         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
15180
15181 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15182
15183         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
15184         whitespace removed in revision 7.8.  Use concatenated string to
15185         protect trailing whitespace.
15186
15187 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
15188
15189         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
15190         (nnimap-request-expire-articles): Use it to avoid sending 'UID
15191         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
15192         Courier IMAP ("some version from 2004").  Mostly based on similar
15193         code in the same function.
15194
15195 2005-10-26  Didier Verna  <didier@xemacs.org>
15196
15197         * gnus-group.el (gnus-group-compact-group): Invalidate original
15198         article buffer.
15199         * gnus-srvr.el (gnus-server-compact-server): Ditto.
15200         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
15201         NOV database and in article itself.
15202         Invalidate article backlog.
15203
15204 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15205
15206         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
15207
15208 2005-10-26  Simon Josefsson  <jas@extundo.com>
15209
15210         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
15211         part of 2004-07-25 change.
15212
15213 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15214
15215         * message.el (message-display-completion-list): New function.
15216         (message-expand-group): Use it; make sure the Completions buffer
15217         is modifiable.
15218 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
15219
15220         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
15221         user-mail-name is an empty string.
15222
15223 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15224
15225         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
15226         depending on gnus-score-decay-constant.
15227
15228         * encrypt.el (encrypt-insert-file-contents)
15229         (encrypt-write-file-contents): Don't use `gnus-message'.
15230
15231         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
15232         arguments.
15233         (mm-uu-type-alist): Add message-marks and insert-marks.
15234         Pass arguments to mm-uu-verbatim-marks-extract.
15235         (mm-uu-hide-markers): New variable.
15236         (mm-uu-extract): Use face similar to `gnus-cite-3'.
15237
15238         * gnus-fun.el (gnus-convert-image-to-x-face-command)
15239         (gnus-convert-image-to-face-command): Use "convert" by default to
15240         allow other input image formats.
15241         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
15242         accordingly.
15243
15244 2005-10-23  Simon Josefsson  <jas@extundo.com>
15245
15246         * imap.el (imap-gssapi-program): Align command line parameters
15247         with latest GNU SASL.
15248         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
15249
15250 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15251
15252         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
15253         HTML.
15254         (nnslashdot-request-article): Ditto.
15255
15256         * lpath.el (featurep): Add nobreak-char-display.
15257
15258 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15259
15260         * mail-source.el (mail-source-fetch-pop): Require pop3.
15261         (mail-source-check-pop): Ditto.
15262
15263 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15264
15265         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
15266         errors.
15267
15268 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15269
15270         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
15271         (gnus-treat-strip-leading-blank-lines): Improve doc string.
15272
15273         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
15274
15275         * mm-bodies.el (mm-decode-string):
15276         Call `mm-charset-to-coding-system' with allow-override argument.
15277
15278 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15279
15280         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
15281         (rfc2047-charset-to-coding-system): New function.
15282         (rfc2047-decode-encoded-words): New function.
15283         (rfc2047-decode-region): Use them.
15284         (rfc2047-decode-cte): Remove.
15285         (rfc2047-parse-and-decode): Remove.
15286         (rfc2047-decode): Remove.
15287
15288 2005-10-15  Kenichi Handa  <handa@m17n.org>
15289
15290         * rfc2047.el (rfc2047-decode-cte): New function.
15291         (rfc2047-decode-region): Change the way to decode successive
15292         encoded-words: decode B- or Q-encoding in each encoded-word,
15293         concatenate them, and decode it as charset.
15294
15295 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15296
15297         * lpath.el: Fbind codepage-setup for XEmacs.
15298
15299 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
15300
15301         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
15302         widget-move-and-invoke.
15303         (gnus-custom-mode): Use gnus-custom-map.
15304
15305 2005-10-15  Bill Wohler  <wohler@newt.com>
15306
15307         * message.el (message-tool-bar-map): Rename image file from
15308         mail_send to mail/send.
15309
15310 2005-10-16  Masatake YAMATO  <jet@gyve.org>
15311
15312         * message.el (message-expand-group): Pass the common
15313         prefix substring of completion to `display-completion-list'.
15314
15315 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
15316
15317         * mml-sec.el (mml-secure-method): New internal variable.
15318         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
15319         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
15320         New functions using mml-secure-method.
15321
15322         * mml.el (mml-mode-map): Add key bindings for those functions.
15323         (mml-menu): Simplify security menu entries.  Suggested by Jesper
15324         Harder <harder@myrealbox.com>.
15325         (mml-attach-file, mml-attach-buffer, mml-attach-external):
15326         Goto end of message if point is the headers of the message.
15327
15328         * message.el (message-in-body-p): New function.
15329
15330         * assistant.el: Autoload gnus-util and netrc.
15331
15332         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
15333         Use `mm-charset-override-alist' only when decoding.
15334
15335         * mm-bodies.el (mm-decode-body):
15336         Call `mm-charset-to-coding-system' with allow-override argument.
15337
15338         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
15339         `filename' from Content-Disposition if Content-Type doesn't
15340         provide `name'.
15341         (gnus-mime-view-part-as-type): Set default instead of
15342         initial-input.
15343
15344 2005-10-09  Daniel Brockman  <daniel@brockman.se>
15345
15346         * format-spec.el (format-spec): Propagate text properties of % spec.
15347
15348 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15349
15350         * gnus-art.el (gnus-treat-predicate): Add `first'.
15351
15352 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15353
15354         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
15355         (mm-charset-override-alist): New variable.
15356         (mm-charset-to-coding-system): Use it.
15357         (mm-codepage-setup): New helper function.
15358         (mm-charset-eval-alist): New variable.
15359         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
15360         Warn about unknown charsets.
15361
15362         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
15363
15364 2005-10-04  David Hansen  <david.hansen@gmx.net>
15365
15366         * nnrss.el (nnrss-request-article): Add support for the comments tag.
15367         (nnrss-check-group): Ditto.
15368
15369 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15370
15371         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
15372         Rename x-gnus-verbatim to x-verbatim.
15373         (mm-uu-type-alist): Fix regexp for verbatim-marks.
15374
15375         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
15376         x-verbatim.
15377
15378         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
15379
15380         * gnus-util.el (gnus-remove-duplicates): Remove.
15381
15382         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
15383         instead of gnus-remove-duplicates.
15384
15385         * message.el (message-remove-duplicates): Remove.
15386         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
15387         message-remove-duplicates.
15388
15389         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
15390         available, else use implementation from `delete-dups'.
15391
15392         * message.el (message-insert-expires): New function.
15393         (message-mode-map): Add key binding.
15394         (message-mode-field-menu): Add menu entry.
15395         (message-mode): Document it.
15396         (message-make-expires-date): Use `message-make-date'.
15397
15398 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
15399
15400         * message.el (message-make-expires-date): New function.
15401
15402 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15403
15404         * Makefile.in (list-installed-shadows): New entry.
15405         (install): Use it.
15406         (remove-installed-shadows): New entry.
15407
15408         * dgnushack.el (dgnushack-default-load-path): New variable.
15409         (dgnushack-find-lisp-shadows): New function.
15410         (dgnushack-remove-lisp-shadows): New function.
15411
15412 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15413
15414         * Makefile.in (install-el-elc): New entry.
15415         (install): Use it so that .el files are necessarily installed.
15416
15417 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15418
15419         * time-date.el: Autoload parse-time-string, XEmacs needs it.
15420
15421 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15422
15423         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
15424         function rather than the diff-mode.el package.
15425         (mm-display-external): Use with-current-buffer.
15426         (mm-viewer-completion-map, mm-viewer-completion-map):
15427         Move initialization inside declaration.
15428
15429 2005-09-29  Simon Josefsson  <jas@extundo.com>
15430
15431         * spam.el: Load hashcash when compiling, to avoid warnings.
15432         Don't autoload mail-check-payment.
15433         (spam-check-hashcash): Define unconditionally, since hashcash.el
15434         is part of Gnus now.  Ignore errors from payment checking.
15435
15436 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15437
15438         * message.el (message-bold-region, message-unbold-region):
15439         Rename from `bold-region' and `unbold-region'.
15440
15441         * message.el: Remove useless autoloads.
15442
15443 2005-09-28  Simon Josefsson  <jas@extundo.com>
15444
15445         * message.el (message-use-idna): Default to t.
15446         (message-use-idna): Test whether encoding works too.  Doc fix.
15447
15448 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15449
15450         * nntp.el (nntp-warn-about-losing-connection): Remove.
15451
15452 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15453
15454         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
15455         customizable.  Change default value.
15456         (mm-uu-diff-groups-regexp): Change default value.
15457         (mm-uu-type-alist): Add doc string.
15458         (mm-uu-configure): Add doc string.  Make it interactive.
15459         (mm-uu-tex-groups-regexp): New variable.
15460         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
15461         (mm-uu-type-alist): Add LaTeX documents.
15462         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
15463         of "text/verbatim".
15464         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
15465
15466         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15467         instead of "text/verbatim".
15468
15469         * message.el (message-mark-inserted-region)
15470         (message-mark-insert-file): Use slrn style marks when called with
15471         prefix argument.
15472
15473 2005-09-27  Simon Josefsson  <jas@extundo.com>
15474
15475         * message.el (message-idna-to-ascii-rhs-1): Reformat.
15476
15477 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
15478
15479         * message.el (message-remove-duplicates): New function.
15480         Implementation borrowed from `gnus-remove-duplicates'.
15481         (message-idna-to-ascii-rhs): Also encode idna addresses in
15482         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15483         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15484         only ask about the same idna domain once per header and also tell
15485         in what header to replace the idna domain.
15486
15487         * gnus-art.el (article-decode-idna-rhs): Also decode idna
15488         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15489         (article-decode-idna-rhs): Fix regexp so that all idna-address in
15490         a header is decoded and not just the last one.
15491
15492 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15493
15494         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
15495         has been decoded.
15496
15497         * mm-decode.el (mm-automatic-display): Add text/verbatim.
15498         (mm-insert-part): Don't modify text if it has been decoded.
15499
15500         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
15501         decoded.
15502
15503         * mm-view.el (mm-inline-text): Don't strip text props unless
15504         decoding enriched or richtext parts.
15505
15506 2005-09-25  Romain Francoise  <romain@orebokech.com>
15507
15508         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
15509         * gnus-start.el (gnus-subscribe-interactively):
15510         * gnus-uu.el (gnus-uu-grab-articles):
15511         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
15512         space.
15513
15514 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
15515
15516         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
15517         * mm-view.el (mm-view-pkcs7-decrypt):
15518         * gnus-sum.el (gnus-summary-limit-to-extra)
15519         (gnus-summary-respool-article, gnus-read-move-group-name):
15520         * gnus-score.el (gnus-summary-increase-score):
15521         * gnus-util.el (gnus-completing-read-with-default):
15522         * gnus-art.el (gnus-read-save-file-name)
15523         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
15524         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
15525         * message.el (message-check-news-header-syntax):
15526         Follow convention for reading with the minibuffer.
15527
15528 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
15529
15530         * spam-report.el (spam-report-url-ping-plain):
15531         Use gnus-extended-version as User-Agent.
15532
15533         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
15534         default value is nil.
15535
15536         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
15537         (mm-uu-verbatim-marks-extract): New function.
15538         (mm-uu-extract): New face.
15539         (mm-uu-copy-to-buffer): Use it.
15540
15541         * spam-report.el (spam-report-gmane-ham): Rename from
15542         `spam-report-gmane-unspam'.
15543         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15544         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
15545
15546         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15547         Autoload.
15548         (spam-report-gmane-unregister-routine):
15549         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15550
15551 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
15552
15553         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15554         (spam-report-gmane-unregister-routine): Add support for gmane
15555         unregistration.
15556
15557         * spam-report.el (spam-report-gmane-unspam)
15558         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15559         (spam-report-gmane): Change to take a single article and do unspam
15560         registration.
15561
15562 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15563
15564         * mm-url.el (mm-url-decode-entities): Fix regexp.
15565
15566 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15567
15568         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15569         default to nil, to be able to use Gnus at all.  If the default
15570         switches to something else, then the function should be fixed not
15571         be exceedingly slow.
15572
15573 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
15574
15575         * gnus-start.el (gnus-activate-group): If the server is nil, don't
15576         fail hard.
15577
15578         * spam-report.el: Add better Keywords line.
15579
15580         * spam.el: Add Maintainer and better Keywords line.
15581
15582 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15583
15584         * gnus-art.el (gnus-article-replace-part)
15585         (gnus-mime-replace-part): New functions.
15586         (gnus-mime-action-alist, gnus-mime-button-commands)
15587         (gnus-mime-save-part-and-strip): Add file argument.
15588         (gnus-article-part-wrapper): Add interactive argument.
15589
15590         * gnus-sum.el (gnus-summary-mime-map):
15591         Add `gnus-article-replace-part'.
15592
15593 2005-09-19  Didier Verna  <didier@xemacs.org>
15594
15595         The nnml compaction feature:
15596         * nnml.el (nnml-request-compact-group): New function.
15597         * nnml.el (nnml-request-compact): New function.
15598         * gnus-int.el (gnus-request-compact-group): New function.
15599         * gnus-int.el (gnus-request-compact): New function.
15600         * gnus-group.el (gnus-group-compact-group): New function.
15601         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15602         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15603         * gnus-srvr.el (gnus-server-compact-server): New function.
15604         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15605         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15606
15607 2005-09-18  Deepak Goel  <deego@gnufans.org>
15608
15609         * sieve.el (sieve-help): Fix `message' call: first arg should be a
15610         format spec.
15611
15612 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15613
15614         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15615
15616 2005-09-15  Romain Francoise  <romain@orebokech.com>
15617
15618         * message.el (message-fill-paragraph): Clarify docstring.
15619
15620 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15621
15622         * gnus-art.el (gnus-mime-display-part): Protect against broken
15623         MIME messages.
15624
15625 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15626
15627         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15628         before parsing header.
15629
15630 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15631
15632         * html2text.el (html2text-replace-list): Add new entities.
15633
15634 2005-09-11  Romain Francoise  <romain@orebokech.com>
15635
15636         * message.el (message-alternative-emails): Improve docstring.
15637         (message-setup-1): Call `message-use-alternative-email-as-from'
15638         after `message-setup-hook' to give it precedence over posting
15639         styles, etc.
15640         (message-use-alternative-email-as-from): Add docstring.
15641         Remove the original From header if present.
15642
15643         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15644         (nnml-save-mail): Use it.
15645
15646         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15647         articles.  Add new argument `silent'.
15648         (gnus-uu-mark-all): Report the total number of marked articles.
15649
15650 2005-09-10  Romain Francoise  <romain@orebokech.com>
15651
15652         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15653         (gnus-uu-mark-series): Likewise.
15654
15655 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15656
15657         * spam-report.el (spam-report-gmane): Fix generation of spam
15658         report URL.
15659
15660 2005-09-10  Simon Josefsson  <jas@extundo.com>
15661
15662         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15663         t, based on discussion on the ding list with Robert Epprecht
15664         <epprecht@solnet.ch>.
15665
15666 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15667
15668         * spam-report.el (spam-report-gmane): Make it work without
15669         X-Report-Spam header.  Gmane now only provides Archived-At.
15670         This is only used if `spam-report-gmane-use-article-number' is nil.
15671         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15672
15673         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15674         make `gnus-summary-sort-by-recipient' work with threading.
15675
15676         * nnweb.el (nnweb-google-wash-article): Print a message if article
15677         is not available.
15678
15679 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15680
15681         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15682         change.  Decode text/* parts content before displaying.
15683
15684 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15685
15686         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15687
15688 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15689
15690         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15691
15692         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15693         url-package-name, url-package-version,
15694         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15695         w3m-display-inline-images, and w3m-minor-mode-map.
15696
15697 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15698
15699         * message.el (message-tab-body-function): Fix mismatched custom type.
15700
15701         * gnus.el (gnus-group-change-level-function): Ditto.
15702
15703         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15704
15705         * gnus-art.el (gnus-signature-limit)
15706         (gnus-article-mime-part-function): Ditto.
15707
15708 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15709
15710         * mml.el (mml-mode): Silence the byte compiler.
15711
15712         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15713         using `(sit-for 0)' before moving the point to the specified part;
15714         skip unbuttonized parts.
15715         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15716         return to the summary window if gnus-auto-select-part is non-nil.
15717
15718 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15719
15720         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15721         New variables.
15722         (mml-dnd-attach-file, mml-mode): Use them.
15723
15724         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15725         Make fetching article by MID work again for Google Groups.
15726         Add FIXME concerning gnus-group-make-web-group.
15727
15728         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15729         Don't depend on Gnus by using mail-extract-address-components if
15730         gnus-extract-address-components is not bound.
15731
15732 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15733
15734         * gnus-art.el (gnus-mime-display-security): Don't display the
15735         signature, but only the signed part.
15736
15737 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15738
15739         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15740
15741         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15742         list, not listp.
15743
15744 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15745
15746         * mm-encode.el (mm-encode-content-transfer-encoding):
15747         Likewise when encoding.
15748
15749         * mm-bodies.el (mm-decode-content-transfer-encoding):
15750         De-canonicalize CRLF for all text content types, not just
15751         text/plain.
15752
15753 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15754
15755         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15756         valid article; point arrow and cursor at the MIME button.
15757
15758 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15759
15760         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15761         Suggested by Dan Christensen <jdc@uwo.ca>.
15762
15763         * mm-decode.el (mm-save-part): Enable change of prompt.
15764
15765 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15766
15767         * gnus-msg.el (gnus-inews-add-send-actions):
15768         Make `message-post-method' lambda parameter ARG `&optional'.
15769
15770 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15771
15772         * gnus-sum.el (gnus-summary-mime-map):
15773         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15774         gnus-article-jump-to-part.
15775
15776         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15777         (gnus-article-edit-part): Use it.
15778         (gnus-article-part-wrapper): Add no-handle argument.
15779         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15780         New functions.
15781
15782 2005-08-29  Romain Francoise  <romain@orebokech.com>
15783
15784         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15785         docstring.
15786         (gnus-face-from-file): Likewise.
15787
15788 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15789
15790         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15791         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15792         non-nil.
15793         (gnus-auto-select-part): New variable.
15794         (gnus-article-jump-to-part): New function.
15795         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15796         (gnus-mime-delete-part): Allow selecting specified part after
15797         deleting or stripping parts.
15798         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15799         part if argument is bogus.
15800
15801 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15802
15803         * gnus-art.el (w3m-minor-mode-map):
15804         * gnus-spec.el (gnus-newsrc-file-version):
15805         * gnus-util.el (nnmail-active-file-coding-system)
15806         (gnus-original-article-buffer, gnus-user-agent):
15807         * gnus.el (gnus-ham-process-destinations)
15808         (gnus-parameter-ham-marks-alist)
15809         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15810         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15811         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15812         * mm-decode.el (gnus-current-window-configuration):
15813         * mm-extern.el (gnus-article-mime-handles):
15814         * mm-url.el (url-current-object, url-package-name)
15815         (url-package-version):
15816         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15817         (smime-keys, w3m-cid-retrieve-function-alist)
15818         (w3m-current-buffer, w3m-display-inline-images)
15819         (w3m-minor-mode-map):
15820         * mml-smime.el (gnus-extract-address-components):
15821         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15822         (gnus-newsrc-hashtb, message-default-charset)
15823         (message-deletable-headers, message-options)
15824         (message-posting-charset, message-required-mail-headers)
15825         (message-required-news-headers):
15826         * mml1991.el (mc-pgp-always-sign):
15827         * mml2015.el (mc-pgp-always-sign):
15828         * nnheader.el (nnmail-extra-headers):
15829         * rfc1843.el (gnus-decode-encoded-word-function)
15830         (gnus-decode-header-function, gnus-newsgroup-name):
15831         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15832
15833 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15834
15835         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15836         the end of the date treatments.
15837
15838 2005-08-15  Simon Josefsson  <jas@extundo.com>
15839
15840         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15841         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15842         Capello and Romain Francoise.
15843         (pgg-fetch-key-function): Remove, not used?
15844         (pgg-insert-url-with-w3): Require url, to get
15845         url-insert-file-contents regardless of where it is defined.
15846
15847 2005-08-13  Romain Francoise  <romain@orebokech.com>
15848
15849         * message.el (message-cite-original-1): New function.
15850         (message-cite-original): Use it.
15851         (message-cite-original-without-signature): Ditto.
15852
15853 2005-08-08  Romain Francoise  <romain@orebokech.com>
15854
15855         * message.el (message-yank-empty-prefix): New variable.
15856         (message-indent-citation): Use it.
15857         (message-cite-original-without-signature): Respect X-No-Archive.
15858
15859 2005-08-08  Simon Josefsson  <jas@extundo.com>
15860
15861         * pgg.el: Autoload url-insert-file-contents instead of loading
15862         w3/url.
15863         (pgg-insert-url-with-w3): Don't load url here.
15864
15865 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15866
15867         * message.el (message-kill-to-signature): Don't insert newline at
15868         bol.
15869         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15870
15871 2005-08-06  Romain Francoise  <romain@orebokech.com>
15872
15873         * message.el (message-user-fqdn): Fix typo in docstring.
15874
15875 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15876
15877         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15878
15879         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15880
15881 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15882
15883         * mm-bodies.el (mm-encode-body): Use coding system rather than
15884         charset to encode text.
15885
15886         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15887         number of charsets if utf-8 is available (XEmacs).
15888
15889 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15890
15891         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15892         taken from `gnus-button-mid-or-mail-regexp'.
15893         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15894         (gnus-button-alist): Improve regexp for domain part of the MIDs
15895         for news:localpart@domain buttons.
15896         (gnus-button-ctan-directory-regexp): Update.
15897
15898 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15899
15900         * sieve-manage.el (sieve-manage-interactive-login):
15901         Use make-local-variable rather than make-variable-buffer-local.
15902         (sieve-manage-open): Ditto.
15903         (sieve-manage-authenticate): Ditto.
15904
15905         * mml.el (mml-generate-mime-1): Make the content type default to
15906         text/plain if the filename is not specified.
15907
15908 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15909
15910         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15911         instead of insert-buffer.
15912
15913         * message.el (message-yank-original): Ditto; set the mark at the
15914         end of the yanked message.
15915
15916 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15917
15918         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15919         lines to scroll rather than to stop it.
15920
15921         * mml.el (mml-generate-default-type): Add doc string.
15922         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15923         default to application/octet-stream when determining the content
15924         type if it is not specified for the part or the mml contents; add
15925         a comment about mml-generate-default-type.
15926
15927 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15928
15929         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15930         make it default to application/octet-stream when determining the
15931         content type if it is not specified for the external contents.
15932
15933 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15934
15935         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15936         segmented parameter but also other parameters might be there.
15937
15938 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15939
15940         * mm-decode.el (mm-display-external): Delete temp file, directory
15941         and buffer immediately if the external process is exited.
15942
15943 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15944
15945         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15946         fewer lines than that of scroll-margin.
15947         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15948
15949 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15950
15951         * gnus-art.el (gnus-article-next-page): Revert.
15952         (gnus-article-beginning-of-window): New macro.
15953         (gnus-article-next-page-1): Use it.
15954         (gnus-article-prev-page): Ditto.
15955         (gnus-article-edit-part): Use insert-buffer-substring instead of
15956         insert-buffer.
15957         (gnus-article-edit-exit): Ditto.
15958
15959         * gnus-util.el (gnus-beginning-of-window): Remove.
15960         (gnus-end-of-window): Remove.
15961
15962         * lpath.el: Don't bind header-line-format and scroll-margin.
15963
15964 2005-07-25  Simon Josefsson  <jas@extundo.com>
15965
15966         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15967         to have the url package without w3.  Reported by Daiki Ueno
15968         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15969
15970 2005-07-20  Didier Verna  <didier@xemacs.org>
15971
15972         * gnus-diary.el: Remove the description comment (nndiary is now
15973         properly documented in the Gnus manual).
15974         Fix the spelling of "Back End".
15975         * nndiary.el: Ditto.
15976         Fix the copyright notice.
15977
15978 2005-07-18  Romain Francoise  <romain@orebokech.com>
15979
15980         * gnus-sum.el (gnus-summary-to-prefix)
15981         (gnus-summary-newsgroup-prefix): New variables.
15982         (gnus-summary-from-or-to-or-newsgroups): Use them.
15983
15984 2005-07-17  Romain Francoise  <romain@orebokech.com>
15985
15986         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15987         space as it's generally not especially interesting to the user.
15988
15989 2005-07-16  Romain Francoise  <romain@orebokech.com>
15990
15991         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15992         nil to avoid prompting and file modification if one of the
15993         messages at the top of the nnfolder file contains a copyright
15994         notice.
15995         Update copyright notice.
15996
15997         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15998         instead of `current-time-string' as the latter creates a time
15999         string that is not RFC 2822 compliant (it lacks the zone).
16000         Update copyright notice.
16001
16002 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16003
16004         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
16005         for text/rtf.  Display default in prompt.  Pass default for M-n.
16006
16007         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
16008
16009 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16010
16011         * gnus-msg.el (gnus-button-mailto):
16012         Remove save-selected-window-window hackery because it relies on
16013         save-selected-window internals.
16014
16015 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16016
16017         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
16018         (gnus-article-next-page-1): Use gnus-beginning-of-window.
16019         (gnus-article-prev-page): Ditto.
16020
16021         * gnus-util.el (gnus-beginning-of-window): New function.
16022         (gnus-end-of-window): New function.
16023
16024         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
16025
16026 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16027
16028         * gnus-score.el (gnus-score-edit-all-score):
16029         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
16030         gnus-message.
16031
16032 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16033
16034         * gnus-msg.el (gnus-button-mailto):
16035         Remove save-selected-window-window hackery because it relies on
16036         save-selected-window internals.
16037
16038 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16039
16040         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
16041         add-minor-mode.
16042         (gnus-binary-mode): Ditto.
16043
16044         * gnus-topic.el (gnus-topic-mode): Ditto.
16045
16046 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
16047
16048         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
16049         (gnus-article-prev-page): Take scroll-margin into consideration.
16050
16051 2005-07-04  Lute Kamstra  <lute@gnu.org>
16052
16053         Update FSF's address in GPL notices.
16054
16055 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
16056
16057         * gnus.el (gnus-exit):
16058         * gnus-group.el (gnus-group-icons):
16059         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
16060
16061         * gnus-nocem.el (gnus-nocem):
16062         * message.el (message-various, message-buffers, message-sending)
16063         (message-interface, message-forwarding, message-insertion)
16064         (message-headers, message-news, message-mail):
16065         * pgg-gpg.el (pgg-gpg):
16066         * pgg-parse.el (pgg-parse):
16067         * pgg-pgp.el (pgg-pgp):
16068         * pgg-pgp5.el (pgg-pgp5):
16069         * pop3.el (pop3): Finish `defgroup' description with period.
16070
16071 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16072
16073         * gnus-art.el (article-display-face): Improve the efficiency.
16074         (article-display-x-face): Ditto; remove grey x-face stuff.
16075
16076 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16077
16078         * gnus-art.el (article-display-face): Correct the position in
16079         which Faces are inserted.
16080
16081 2005-06-29  Didier Verna  <didier@xemacs.org>
16082
16083         * gnus-art.el (article-display-face): Display faces in correct
16084         order.
16085
16086 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16087
16088         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
16089         (gnus-fill-real-hashtb): Use hash table instead of obarray.
16090         (gnus-nocem-check-article): Fetch the Type header.
16091         (gnus-nocem-message-wanted-p): Fix the way to examine types.
16092         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
16093         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
16094         make sure gnus-nocem-hashtb is initialized.
16095         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
16096         (gnus-nocem-unwanted-article-p): Ditto.
16097
16098         * pgg.el (pgg-verify): Return the verification result.
16099
16100 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16101
16102         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
16103         is ascii.
16104
16105 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
16106
16107         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
16108         `show-nonbreak-escape'.
16109
16110 2005-06-23  Lute Kamstra  <lute@gnu.org>
16111
16112         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
16113
16114         * dig.el (dig-mode):
16115         * smime.el (smime-mode): Use gnus-run-mode-hooks.
16116
16117 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
16118
16119         * nnimap.el (nnimap-split-download-body): Fix spellings.
16120
16121 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
16122
16123         * gnus-art.el (gnus-article-encrypt-body):
16124         * gnus-cus.el (gnus-score-customize):
16125         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
16126         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
16127
16128 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
16129
16130         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
16131         header by looking for magic "MII" at the beginnig.
16132
16133 2005-06-16  Miles Bader  <miles@gnu.org>
16134
16135         * gnus-xmas.el (gnus-xmas-group-startup-message):
16136         Use renamed gnus-splash face.
16137
16138         * assistant.el (assistant-field): Remove "-face" suffix from face name.
16139         (assistant-field-face): New backward-compatibility alias for renamed
16140         face.
16141         (assistant-render-text): Use renamed assistant-field face.
16142
16143         * spam.el (spam): Remove "-face" suffix from face name.
16144         (spam-face): New backward-compatibility alias for renamed face.
16145         (spam-face, spam-initialize): Use renamed spam face.
16146
16147         * message.el (message-header-to, message-header-cc)
16148         (message-header-subject, message-header-newsgroups)
16149         (message-header-other, message-header-name)
16150         (message-header-xheader, message-separator, message-cited-text)
16151         (message-mml): Remove "-face" suffix from face names.
16152         (message-header-to-face, message-header-cc-face)
16153         (message-header-subject-face, message-header-newsgroups-face)
16154         (message-header-other-face, message-header-name-face)
16155         (message-header-xheader-face, message-separator-face)
16156         (message-cited-text-face, message-mml-face):
16157         New backward-compatibility aliases for renamed faces.
16158         (message-font-lock-keywords): Use renamed message faces.
16159
16160         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
16161         (sieve-test-commands, sieve-tagged-arguments):
16162         Remove "-face" suffix from face names.
16163         (sieve-control-commands-face, sieve-action-commands-face)
16164         (sieve-test-commands-face, sieve-tagged-arguments-face):
16165         New backward-compatibility aliases for renamed faces.
16166         (sieve-control-commands-face, sieve-action-commands-face)
16167         (sieve-test-commands-face, sieve-tagged-arguments-face):
16168         Use renamed sieve faces.
16169
16170         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
16171         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
16172         (gnus-group-news-3-empty, gnus-group-news-4)
16173         (gnus-group-news-4-empty, gnus-group-news-5)
16174         (gnus-group-news-5-empty, gnus-group-news-6)
16175         (gnus-group-news-6-empty, gnus-group-news-low)
16176         (gnus-group-news-low-empty, gnus-group-mail-1)
16177         (gnus-group-mail-1-empty, gnus-group-mail-2)
16178         (gnus-group-mail-2-empty, gnus-group-mail-3)
16179         (gnus-group-mail-3-empty, gnus-group-mail-low)
16180         (gnus-group-mail-low-empty, gnus-summary-selected)
16181         (gnus-summary-cancelled, gnus-summary-high-ticked)
16182         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
16183         (gnus-summary-high-ancient, gnus-summary-low-ancient)
16184         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
16185         (gnus-summary-low-undownloaded)
16186         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
16187         (gnus-summary-low-unread, gnus-summary-normal-unread)
16188         (gnus-summary-high-read, gnus-summary-low-read)
16189         (gnus-summary-normal-read, gnus-splash):
16190         Remove "-face" suffix from face names.
16191         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
16192         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
16193         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
16194         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
16195         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
16196         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
16197         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
16198         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
16199         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
16200         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
16201         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
16202         (gnus-summary-selected-face, gnus-summary-cancelled-face)
16203         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
16204         (gnus-summary-normal-ticked-face)
16205         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
16206         (gnus-summary-normal-ancient-face)
16207         (gnus-summary-high-undownloaded-face)
16208         (gnus-summary-low-undownloaded-face)
16209         (gnus-summary-normal-undownloaded-face)
16210         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
16211         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
16212         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
16213         (gnus-splash-face):
16214         New backward-compatibility aliases for renamed faces.
16215         (gnus-group-startup-message): Use renamed gnus faces.
16216
16217         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
16218         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
16219         (gnus-server-agent): Remove "-face" suffix from face names.
16220         (gnus-server-agent-face, gnus-server-opened-face)
16221         (gnus-server-closed-face, gnus-server-denied-face)
16222         (gnus-server-offline-face):
16223         New backward-compatibility aliases for renamed faces.
16224         (gnus-server-agent-face, gnus-server-opened-face)
16225         (gnus-server-closed-face, gnus-server-denied-face)
16226         (gnus-server-offline-face): Use renamed gnus faces.
16227
16228         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
16229         Remove "-face" suffix from face names.
16230         (gnus-picon-xbm-face, gnus-picon-face):
16231         New backward-compatibility aliases for renamed faces.
16232
16233         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
16234         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
16235         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
16236         (gnus-cite-11): Remove "-face" suffix from face names.
16237         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
16238         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
16239         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
16240         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
16241         New backward-compatibility aliases for renamed faces.
16242         (gnus-cite-attribution-face, gnus-cite-face-list)
16243         (gnus-article-boring-faces): Use renamed gnus faces.
16244
16245         * gnus-art.el (gnus-signature, gnus-header-from)
16246         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
16247         (gnus-header-content): Remove "-face" suffix from face names.
16248         (gnus-signature-face, gnus-header-from-face)
16249         (gnus-header-subject-face, gnus-header-newsgroups-face)
16250         (gnus-header-name-face, gnus-header-content-face):
16251         New backward-compatibility aliases for renamed faces.
16252         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
16253
16254         * gnus-sum.el (gnus-summary-selected-face)
16255         (gnus-summary-highlight): Use renamed gnus faces.
16256         * gnus-group.el (gnus-group-highlight): Likewise.
16257
16258 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
16259
16260         * gnus-sieve.el (gnus-sieve-article-add-rule):
16261         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
16262         * spam-stat.el (spam-stat-buffer-change-to-spam)
16263         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
16264
16265         * message.el (message-is-yours-p):
16266         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
16267
16268 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16269
16270         * mm-view.el (mm-inline-text): Withdraw the last change.
16271
16272 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16273
16274         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
16275         executing enriched-decode.
16276
16277 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16278
16279         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
16280         charset of tar files.
16281
16282 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
16283
16284         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
16285
16286 2005-06-04  Lute Kamstra  <lute@gnu.org>
16287
16288         * nnfolder.el (nnfolder-read-folder): Make sure that undo
16289         information is never recorded.
16290
16291 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16292
16293         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
16294
16295 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16296
16297         * pop3.el (pop3-apop): Run md5 in the binary mode.
16298
16299         * starttls.el (starttls-set-process-query-on-exit-flag):
16300         Use eval-and-compile.
16301
16302 2005-05-31  Simon Josefsson  <jas@extundo.com>
16303
16304         * smime.el (smime-replace-in-string): Define.
16305         (smime-cert-by-ldap-1): Use it.
16306
16307 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16308
16309         * gnus-art.el (article-display-x-face): Replace
16310         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16311
16312         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
16313         set-process-query-on-exit-flag or process-kill-without-query.
16314
16315         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
16316         loop instead of replace-regexp.
16317
16318         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
16319         instead of process-kill-without-query if it is available.
16320
16321         * lpath.el: Fbind ldap-search-entries.
16322
16323         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
16324         instead of find-file-hooks if it is available.
16325
16326         * mml1991.el: Bind pgg-default-user-id when compiling.
16327
16328         * mml2015.el: Bind pgg-default-user-id when compiling.
16329
16330         * nndraft.el (nndraft-request-associate-buffer):
16331         Use write-contents-functions instead of write-contents-hooks if it is
16332         available.
16333
16334         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
16335         instead of find-file-hooks if it is available.
16336
16337         * nntp.el (nntp-open-connection): Replace
16338         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16339         (nntp-open-ssl-stream): Ditto.
16340         (nntp-open-tls-stream): Ditto.
16341
16342         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
16343         set-process-query-on-exit-flag or process-kill-without-query.
16344         (starttls-open-stream-gnutls): Use it instead of
16345         process-kill-without-query.
16346         (starttls-open-stream): Ditto.
16347
16348 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
16349
16350         * smime.el (smime-cert-by-ldap-1): Don't use
16351         replace-regexp-in-string.
16352
16353 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
16354
16355         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
16356
16357         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
16358         in PEM format.  Adjust to the XEmacs compatibility.
16359
16360 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
16361
16362         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
16363         by `string-to-number'.
16364         * gnus-agent.el (gnus-agent-regenerate-group)
16365         (gnus-agent-fetch-articles): Ditto.
16366         * gnus-art.el (gnus-button-fetch-group): Ditto.
16367         * gnus-cache.el (gnus-cache-generate-active)
16368         (gnus-cache-articles-in-group): Ditto.
16369         * gnus-group.el (gnus-group-set-current-level)
16370         (gnus-group-insert-group-line): Ditto.
16371         * gnus-score.el (gnus-score-set-expunge-below)
16372         (gnus-score-set-mark-below, gnus-summary-score-effect)
16373         (gnus-summary-score-entry): Ditto.
16374         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
16375         (gnus-soup-pack): Ditto.
16376         * gnus-spec.el (gnus-xmas-format): Ditto.
16377         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
16378         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
16379         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
16380         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
16381         * nndb.el (nndb-get-remote-expire-response): Ditto.
16382         * nndiary.el (nndiary-parse-schedule-value)
16383         (nndiary-string-to-number, nndiary-request-replace-article)
16384         (nndiary-request-article): Ditto.
16385         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
16386         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
16387         * nneething.el (nneething-make-head): Ditto.
16388         * nnfolder.el (nnfolder-request-article)
16389         (nnfolder-retrieve-headers): Ditto.
16390         * nnheader.el (nnheader-file-to-number): Ditto.
16391         * nnkiboze.el (nnkiboze-request-article): Ditto.
16392         * nnmail.el (nnmail-process-unix-mail-format)
16393         (nnmail-process-babyl-mail-format): Ditto.
16394         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
16395         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
16396         (nnmh-request-create-group, nnmh-request-list-1)
16397         (nnmh-request-group, nnmh-request-article): Ditto.
16398         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
16399         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
16400         * nnsoup.el (nnsoup-make-active): Ditto.
16401         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
16402         * nntp.el (nntp-find-group-and-number)
16403         (nntp-retrieve-headers-with-xover): Ditto.
16404         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
16405         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
16406         (pgg-format-key-identifier): Ditto.
16407         * pop3.el (pop3-last, pop3-stat): Ditto.
16408         * qp.el (quoted-printable-decode-region): Ditto.
16409
16410         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
16411         of concat.
16412
16413 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16414
16415         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
16416
16417         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
16418
16419         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
16420
16421         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
16422
16423         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
16424
16425         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
16426
16427         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
16428         (gnus-carpal-mode): Ditto.
16429
16430         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
16431         (gnus-browse-mode): Ditto.
16432
16433         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
16434
16435         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
16436
16437 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16438
16439         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
16440
16441 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16442
16443         * gnus-util.el (gnus-run-mode-hooks): New function.
16444
16445         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
16446
16447         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
16448         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
16449
16450 2005-05-27  Lute Kamstra  <lute@gnu.org>
16451
16452         * dns-mode.el (dns-mode): Specify customization group.
16453
16454 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
16455
16456         * gnus-agent.el (gnus-agent-make-mode-line-string):
16457         Use mode-line-highlight as mouse-face.
16458
16459 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16460
16461         * canlock.el (canlock): Change the parent group to news.
16462
16463         * deuglify.el (gnus-outlook-deuglify): Add :group.
16464
16465         * dig.el (dig): Add :group.
16466
16467         * dns-mode.el (dns-mode): Add :group.
16468
16469         * encrypt.el (encrypt): Add :group.
16470
16471         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
16472         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
16473         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
16474         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
16475         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
16476
16477         * gnus-diary.el (gnus-diary): Add :group.
16478
16479         * gnus.el (gnus-group-news-1-face): Add :group.
16480         (gnus-group-news-1-empty-face): Ditto.
16481         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
16482         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
16483         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
16484         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
16485         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
16486         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
16487         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16488         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16489         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16490         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16491         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16492         (gnus-summary-high-ticked-face): Ditto.
16493         (gnus-summary-low-ticked-face): Ditto.
16494         (gnus-summary-normal-ticked-face): Ditto.
16495         (gnus-summary-high-ancient-face): Ditto.
16496         (gnus-summary-low-ancient-face): Ditto.
16497         (gnus-summary-normal-ancient-face): Ditto.
16498         (gnus-summary-high-undownloaded-face): Ditto.
16499         (gnus-summary-low-undownloaded-face): Ditto.
16500         (gnus-summary-normal-undownloaded-face): Ditto.
16501         (gnus-summary-high-unread-face): Ditto.
16502         (gnus-summary-low-unread-face): Ditto.
16503         (gnus-summary-normal-unread-face): Ditto.
16504         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16505         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16506
16507         * hashcash.el (hashcash): New custom group.
16508         (hashcash-default-payment): Add :group.
16509         (hashcash-payment-alist): Ditto.
16510         (hashcash-default-accept-payment): Ditto.
16511         (hashcash-accept-resources): Ditto.
16512         (hashcash-path): Ditto.
16513         (hashcash-extra-generate-parameters): Ditto.
16514         (hashcash-double-spend-database): Ditto.
16515         (hashcash-in-news): Ditto.
16516
16517         * message.el (message-minibuffer-local-map): Add :group.
16518
16519         * netrc.el (netrc): Add :group.
16520
16521         * sieve-manage.el (sieve-manage-log): Add :group.
16522         (sieve-manage-default-user): Diito.
16523         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
16524         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
16525         (sieve-manage-authenticators): Ditto.
16526         (sieve-manage-authenticator-alist): Ditto.
16527         (sieve-manage-default-port): Ditto.
16528
16529         * sieve-mode.el (sieve-control-commands-face): Add :group.
16530         (sieve-action-commands-face): Ditto.
16531         (sieve-test-commands-face): Ditto.
16532         (sieve-tagged-arguments-face): Ditto.
16533
16534         * smime.el (smime): Add :group.
16535
16536         * spam-report.el (spam-report): Add :group.
16537
16538         * spam.el (spam, spam-face): Add :group.
16539
16540 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16541
16542         * nntp.el (nntp-next-result-arrived-p): Some news servers may
16543         return \n.\n.\n at the end of articles.  Protect against that.
16544         (nntp-with-open-group): Allow debugging.
16545
16546         * nnheader.el (mail-header-set-extra): Make into a function
16547         because I just could't understand how to quote the list properly.
16548
16549         * dns.el (query-dns-cached): New function.
16550
16551 2005-05-26  Lute Kamstra  <lute@gnu.org>
16552
16553         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16554
16555 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16556
16557         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
16558
16559         * gnus-art.el: Don't autoload mail-extract-address-components.
16560
16561         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16562         eval-and-compile to evaluate it.
16563
16564         * hashcash.el: Don't autoload executable-find.
16565
16566         * nndb.el: Don't declare the nndb back end two or more times; don't
16567         autoload news-reply-mode, news-setup, cancel-timer and telnet.
16568
16569         * nntp.el: Autoload format-spec instead of format; use
16570         eval-and-compile to evaluate autoload forms.
16571
16572 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
16573
16574         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16575
16576 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16577
16578         * gnus.el (gnus-version-number): Bump version.
16579
16580 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16581
16582         * gnus.el: No Gnus v0.3 is released.
16583
16584 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16585
16586         * lpath.el (featurep): Bind show-nonbreak-escape.
16587
16588 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16589
16590         * gnus-art.el (gnus-article-edit-part): Disable undo.
16591
16592 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16593
16594         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16595         gnus-article-date-lapsed-new-header is t if date timer is active;
16596         skip headers in which the original date value is empty.
16597         (gnus-article-save-original-date): Redefine it as a macro.
16598         (gnus-display-mime): Use it.
16599
16600 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16601
16602         * gnus-art.el (article-date-ut): Support converting date in
16603         forwarded parts as well.
16604         (gnus-article-save-original-date): New function.
16605         (gnus-display-mime): Use it.
16606
16607 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16608
16609         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16610         enclosure element of <item>.
16611
16612 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16613
16614         * message.el (message-kill-buffer-query): Rename from
16615         `message-kill-buffer-query-if-modified'.  Add :version.
16616
16617 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16618
16619         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16620         window layout.
16621
16622 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16623
16624         * mml.el: Autoload dnd when compiling.
16625
16626 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16627
16628         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16629         x-dnd-*.
16630
16631 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16632
16633         * qp.el (quoted-printable-encode-region): Save excursion.
16634
16635 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16636
16637         * message.el (message-kill-buffer-query-if-modified): Add new variable
16638         so the user can kill a modified message buffer quickly.
16639         (message-kill-buffer): Use it.
16640
16641 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16642
16643         * lpath.el: Fbind display-time-event-handler; don't fbind
16644         string-to-multibyte.
16645
16646         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16647
16648 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16649
16650         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16651         contained in text because xml.el decodes entities) with LFs.
16652
16653 2005-04-11  Lute Kamstra  <lute@gnu.org>
16654
16655         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16656         differently.
16657
16658 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16659
16660         * mm-util.el (mm-detect-coding-region): Typo.
16661
16662 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16663
16664         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16665
16666 2005-04-06  Deepak Goel  <deego@gnufans.org>
16667
16668         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16669         user-function allow user modifications of the scores.
16670         (spam-stat-score-buffer-user): New function, to allow
16671         user-computed modifications to the score.
16672         (spam-stat-score-buffer-user-functions): List of additional
16673         scoring functions.
16674         (spam-stat-error-holder): Global temporary error holder.
16675         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16676         variable.
16677
16678 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16679
16680         * gnus-registry.el (gnus-registry-clean-empty-function)
16681         (gnus-registry-trim, gnus-registry-fetch-groups)
16682         (gnus-registry-delete-group): Groups that match
16683         `gnus-registry-ignored-groups' are removed from the registry
16684         entries, not just ignored for splitting.  This helps clean up the
16685         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16686         to get all the groups a message ID is in.
16687
16688         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16689         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16690         (spam-stat-score-buffer-user-functions): Add :number custom type.
16691
16692 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16693
16694         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16695         argument in XEmacs.
16696
16697         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16698         (nnrss-request-group): Decode group name first.
16699         (nnrss-request-article): Make a text/plain article if mml-to-mime
16700         failed.
16701         (nnrss-get-encoding): Return a compatible encoding according to
16702         nnrss-compatible-encoding-alist.
16703         (nnrss-find-el): Use consp instead of listp.
16704         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16705
16706 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16707
16708         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16709         which Emacs 20 doesn't support.
16710         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16711
16712 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16713
16714         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16715         silence the byte compiler inside the defun.
16716
16717         * gnus-demon.el (parse-time-string): Add autoload.
16718
16719         * gnus-delay.el (parse-time-string): Add autoload.
16720
16721         * gnus-art.el (parse-time-string): Add autoload.
16722
16723         * nnultimate.el (parse-time): Require for `parse-time-string'.
16724
16725 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16726
16727         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16728
16729         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16730
16731         * smime.el (smime-ldap-host-list): Add :version.
16732
16733 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16734
16735         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16736         pass it to `gnus-browse-read-group'.
16737         (gnus-browse-read-group): Add NUMBER argument and pass it to
16738         `gnus-group-read-ephemeral-group'.
16739
16740         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16741         argument and pass it to `gnus-group-read-group'.
16742
16743 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16744
16745         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16746         mm-xemacs-find-mime-charset-1 if we have the mule feature
16747         available at runtime.
16748
16749 2005-03-25  Werner Lemberg  <wl@gnu.org>
16750
16751         * nnmaildir.el: Replace `illegal' with `invalid'.
16752
16753 2005-03-23  Lute Kamstra  <lute@gnu.org>
16754
16755         * time-date.el: Add comment on time value formats.
16756         Don't require parse-time.
16757         (with-decoded-time-value): New macro.
16758         (encode-time-value): New function.
16759         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16760         (days-to-time): Return a valid time value when arg is huge.
16761         (time-since): Use time-subtract.
16762         (time-to-number-of-days): Use time-to-seconds.
16763
16764 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16765
16766         * gnus-start.el (gnus-display-time-event-handler):
16767         Check display-time-timer at runtime rather than only at load time
16768         in case display-time-mode is turned off in the mean time.
16769
16770 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16771
16772         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16773         used.
16774
16775         * nneething.el (nneething-map-file-directory): Derive from
16776         `gnus-directory'.
16777
16778         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16779         the To/Cc button.
16780
16781 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16782
16783         * nnmaildir.el (nnmaildir-request-accept-article):
16784         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16785
16786 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16787
16788         * gnus-async.el: Require timer-funcs at compile time when in
16789         XEmacs for `run-with-idle-timer'.
16790
16791 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16792
16793         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16794         autoloaded function.
16795
16796 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16797
16798         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16799
16800 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16801
16802         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16803
16804 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16805
16806         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16807         Add gnus-expert-user to default.
16808
16809 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16810
16811         * nnimap.el (nnimap-open-server): Ditto.
16812
16813         * imap.el (imap-authenticate): Fix typo.
16814
16815 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16816
16817         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16818         buffer (since IMAP server might return FETCH response out of
16819         order, and the nntp buffer must be sorted).
16820
16821 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16822
16823         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16824         comparison on string.
16825
16826         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16827         (gnus-agent-score): Rename category keywords to match gnus-cus.
16828         (gnus-agent-summary-fetch-series): Modify to protect against
16829         gnus-agent-summary-fetch-group clearing processable flags.
16830         (gnus-agent-synchronize-group-flags): Update live group buffer as
16831         synchronization may occur due to the user toggle the plugged
16832         status.
16833         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16834         successfully downloaded.
16835         (gnus-agent-expire-group-1): Avoid using markers when the overview
16836         is in ascending order; greatly improves performance.
16837         (gnus-agent-regenerate-group):
16838         Use gnus-agent-synchronize-group-flags to reset read status in both
16839         gnus and server.
16840         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16841
16842 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16843
16844         * message.el: Don't autoload former message-utils variables.
16845         (message-strip-subject-trailing-was): Change doc string.
16846
16847         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16848         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16849         (nnweb-google-search): Add "hl=en" here.
16850         (nnweb-google-parse-1, nnweb-google-create-mapping):
16851         Don't hardcode URL.
16852
16853 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16854
16855         * message.el (message-get-reply-headers, message-followup):
16856         Mention related variables `message-use-followup-to' and
16857         `message-use-mail-followup-to', in the information buffer.
16858
16859         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16860         of broken groups(-beta).google.com.
16861
16862 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16863
16864         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16865         parameter to invoked gnus-request-move-article; remove the
16866         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16867         all at once instead of once per article.
16868         (gnus-summary-remove-process-mark): Accept a list of articles as
16869         well as a single article for processing.
16870
16871         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16872         parameter.
16873
16874         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16875
16876         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16877
16878         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16879         parameter.
16880
16881         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16882         parameter.
16883
16884         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16885         parameter and remove the gnus-sum-hint-move-is-internal variable.
16886
16887         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16888         parameter.
16889
16890         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16891         parameter.
16892
16893         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16894         parameter.
16895
16896         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16897
16898         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16899         parameter.
16900
16901         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16902         parameter.
16903
16904 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16905
16906         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16907         a more conservative way.
16908
16909 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16910
16911         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16912         buffer, so it moves the window's cursor.
16913
16914 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16915
16916         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16917         `mm-dissect-multipart' and receive the from field as an (optional)
16918         argument from `mm-dissect-multipart'.
16919         (mm-dissect-multipart): Receive the from field as an argument and
16920         pass it on when we call `mm-dissect-buffer' on MIME parts.
16921         Fixes verification/decryption of signed/encrypted MIME parts.
16922
16923 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16924
16925         * gnus-sum.el (gnus-summary-move-article):
16926         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16927         whatever it calls (right now, only nnimap-request-move article
16928         respects it).
16929
16930         * nnimap.el (nnimap-request-move-article):
16931         When gnus-sum-hint-move-is-internal is set, don't do the extra
16932         nnimap-request-article.
16933
16934 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16935
16936         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16937
16938         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16939         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16940
16941         * gnus-sum.el (gnus-summary-caesar-message):
16942         Apply `gnus-treat-article' after rotation.
16943
16944         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16945         doc string.
16946
16947 2005-02-22  Simon Josefsson  <jas@extundo.com>
16948
16949         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16950         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16951         <arne@arnested.dk>.
16952         (encrypt): Add password-cache and password-cache-expiry as group
16953         members.
16954
16955 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16956
16957         * smime.el (smime-ldap-host-list): Doc fix.
16958         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16959         cache) password.
16960         (smime-sign-region): Use it.
16961         (smime-decrypt-region): Use it.
16962         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16963         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16964         fails.
16965         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16966         certificate from DER to PEM format rather than calling openssl.
16967
16968         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16969
16970         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16971         for signing/encryption.
16972
16973         * mml.el (mml-parse-1): Use them.
16974
16975 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16976
16977         * nnrss.el (nnrss-verbose): Remove.
16978         (nnrss-request-group): Use `nnheader-message' instead.
16979
16980 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16981
16982         * nnrss.el (nnrss-verbose): New variable.
16983         (nnrss-request-group): Make it say nnrss is requesting a group.
16984
16985 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16986
16987         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16988         Handle news URL with given port correctly.
16989
16990 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16991
16992         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16993         containing special characters.
16994
16995         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16996
16997         * mml.el (mime-to-mml): Ditto.
16998
16999         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
17000         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
17001         (rfc2047-decode-region): Quote decoded words containing special
17002         characters when rfc2047-quote-decoded-words-containing-tspecials
17003         is non-nil.
17004
17005 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
17006
17007         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
17008
17009         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
17010
17011 2005-02-15  Simon Josefsson  <jas@extundo.com>
17012
17013         * nnimap.el (nnimap-debug): Doc fix.
17014
17015         * imap.el (imap-debug): Doc fix.
17016
17017 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17018
17019         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
17020
17021 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
17022
17023         * gnus.el (spam-contents): Improve docs for spam-contents
17024         parameter in its variable incarnation.
17025
17026 2005-02-14  Simon Josefsson  <jas@extundo.com>
17027
17028         * smime-ldap.el: Use require instead of load-library for ldap.
17029         (smime-ldap-search): Indent.
17030         (smime-ldap-search-internal): Shorten line.
17031
17032         * smime.el (smime-cert-by-dns): Add doc-string.
17033         (smime-cert-by-ldap-1): Indent.
17034
17035         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
17036         mml-smime-get-dns-ldap.
17037         (mml-smime-encrypt-query): Use new function.  Default to ldap.
17038
17039 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
17040
17041         * smime.el: Require smime-ldap.
17042         (smime-ldap-host-list): New variable.
17043         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
17044
17045         * mml-smime.el (mml-smime-encrypt-query): New function.
17046         (mml-smime-encrypt-query): Use it.
17047
17048         * smime-ldap.el: New file.
17049
17050 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17051
17052         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
17053
17054 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
17055
17056         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
17057         argument in doc string.  Make query for type more clear.
17058
17059 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17060
17061         * gnus.el (gnus-group-startup-message): Search for gnus images in
17062         etc/images/gnus.
17063         * mm-util.el (mm-image-load-path): Likewise.
17064         * smiley.el (smiley-data-directory): Search for smilies in
17065         etc/images/smilies.
17066
17067 2005-02-09  Kim F. Storm  <storm@cua.dk>
17068
17069         Change Emacs release version from 21.4 to 22.1 throughout.
17070         Change Emacs development version from 21.3.50 to 22.0.50.
17071
17072 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17073
17074         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
17075
17076         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
17077         non-Mule XEmacs as well.
17078         (mm-decompress-buffer): Signal an error intentionally if it does
17079         not decompress compressed data because auto-compression-mode is
17080         disabled.
17081
17082 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
17083
17084         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
17085         an ID in the registry even if it has no groups.
17086
17087 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17088
17089         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
17090         merge it into mm-decompress-buffer.
17091         (gnus-mime-copy-part): Use the MIME part charset, the value which
17092         a user specified or gnus-newsgroup-charset for decoding, like
17093         gnus-mime-inline-part does; set buffer-file-coding-system to tell
17094         save-buffer what was used.  Suggested by Kevin Ryde
17095         <user42@zip.com.au>.
17096         (gnus-mime-inline-part): Allow the name parameter as well as the
17097         filename parameter; force decompressing of compressed data; always
17098         display contents being not decoded as unibyte.
17099
17100         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
17101         as well as the filename parameter.
17102
17103         * mm-util.el (mm-decompress-buffer):
17104         Merge gnus-mime-jka-compr-maybe-uncompress.
17105         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
17106         of compressed data.
17107
17108 2005-02-08  Simon Josefsson  <jas@extundo.com>
17109
17110         * imap.el (imap-log): Doc fix.
17111
17112 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17113
17114         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
17115         the coding cookies; decompress compressed parts.
17116
17117         * mml.el (mml-generate-mime-1): Add the charset parameter according
17118         to the value which a user specified manually or the coding cookie.
17119
17120         * mm-util.el (mm-string-to-multibyte): New function.
17121         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
17122         (mm-coding-system-to-mime-charset): New function.
17123         (mm-decompress-buffer): New function.
17124         (mm-find-buffer-file-coding-system): New function.
17125
17126         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
17127         (mm-display-inline-fontify): Rewrite for decoding and decompressing
17128         parts.
17129
17130 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17131
17132         * mm-view.el (mm-display-inline-fontify): Decode a part according
17133         to the charset parameter.
17134
17135 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17136
17137         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
17138         prefix arg is neither nil nor a number, as info specifies.
17139
17140 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17141
17142         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
17143         timestamps.
17144
17145 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
17146
17147         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
17148         groups error checking and notify user.
17149
17150 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
17151
17152         * message.el (message-send-mail-function): Check existence of
17153         sendmail-program first before using default value
17154         `message-send-mail-with-sendmail'.  Otherwise use more generic
17155         `smtpmail-send-it'.
17156
17157 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17158
17159         * nntp.el (nntp-request-update-info): Always return nil.
17160
17161 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17162
17163         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
17164
17165 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17166
17167         * message.el (message-beginning-of-line): Change the behavior when
17168         invoked between BOL and : so that it first moves backward.
17169
17170 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17171
17172         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
17173         article buffer when editing of the article is discarded.
17174         (gnus-article-prepare): Revert.
17175
17176 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17177
17178         * gnus-art.el (gnus-article-prepare):
17179         Remove message-strip-forbidden-properties from the local hook.
17180
17181 2005-01-27  Simon Josefsson  <jas@extundo.com>
17182
17183         * password.el (password-cache-add): Only start one timer per key.
17184         Reported by Derek Atkins <warlord@MIT.EDU>.
17185
17186 2005-01-26  Steve Youngs  <steve@sxemacs.org>
17187
17188         * run-at-time.el: Remove.  It is no longer needed as
17189         timer-funcs.el in the xemacs-base package has a working version of
17190         `run-at-time'.
17191
17192         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
17193
17194         * password.el: Require timer-funcs instead of run-at-time in
17195         XEmacs.
17196         Remove `password-run-at-time' macro.
17197         (password-cache-add): Use `run-at-time' instead of
17198         `password-run-at-time'.
17199
17200         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
17201         Remove `nnheader-cancel-function-timers' alias,
17202         `cancel-function-timers' exists in XEmacs in timer-funcs.
17203
17204         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
17205         for `run-with-idle-timer'.
17206
17207         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
17208         for `run-at-time'.
17209
17210         * mm-url.el: Require timer-funcs at compile time when in XEmacs
17211         for `with-timeout'.
17212
17213         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
17214         the same as for XEmacs 21.4.
17215         No need to ignore `run-with-idle-timer', this function exists in
17216         XEmacs now in timer-funcs.el in the xemacs-base package.
17217         (dgnushack-compile): No need to delete
17218         run-at-time.el from the list of files to compile because it
17219         doesn't exist anymore.
17220
17221 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17222
17223         * mml.el (mml-generate-mime-1): Convert string into unibyte when
17224         inserting " *mml*" buffer's contents into a unibyte temp buffer.
17225
17226 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
17227
17228         * mail-source.el (mail-source-fetch-imap): Search for ^From case
17229         sensitively.
17230
17231 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
17232
17233         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
17234
17235 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17236
17237         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
17238         which will be inserted according to the multibyteness of a buffer
17239         rather than the type of contents.  Suggested by ARISAWA Akihiro
17240         <ari@mbf.ocn.ne.jp>.
17241
17242         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
17243         of string which old xml.el may return rather than a string.
17244
17245 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17246
17247         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
17248
17249 2005-01-16  Simon Josefsson  <jas@extundo.com>
17250
17251         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
17252         idn/idna.el isn't available.
17253         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
17254         <michael@waxrat.com>.
17255
17256         * hashcash.el: Remove non-FSF copyright header.
17257
17258         * hashcash.el (hashcash-extra-generate-parameters): New variable.
17259         (hashcash-generate-payment): Use it.
17260         (hashcash-generate-payment-async): Use it.
17261
17262 2005-01-15  Simon Josefsson  <jas@extundo.com>
17263
17264         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
17265         Suggested by Raymond Scholz <ray-2005@zonix.de>.
17266
17267         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
17268         gnus-summary-idna-message.
17269         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
17270         (gnus-summary-idna-message): New function.
17271
17272 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
17273
17274         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
17275         gnus-novice-user.
17276
17277 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17278
17279         * nnrss.el (nnrss-request-delete-group): Delete entries in
17280         nnrss-group-alist as well.
17281         (nnrss-save-server-data): Insert newline.
17282
17283 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
17284
17285         * gnus.el (gnus-user-agent): Use list of symbols instead of
17286         symbols.  Display full version number for (S)XEmacs.
17287         Optionally display (S)XEmacs codename.
17288
17289         * gnus-util.el (gnus-emacs-version): Update for new
17290         `gnus-user-agent'.
17291
17292         * gnus-msg.el (gnus-extended-version): Make it possible to omit
17293         Gnus version.
17294
17295 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17296
17297         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
17298         which is unreadable in some setups.
17299
17300 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17301
17302         * gnus-spec.el (gnus-update-format-specifications): Flush the
17303         group format spec cache if it doesn't support decoded group names.
17304
17305 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17306
17307         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
17308         Allow to apply decay on score files matching a regexp.
17309
17310 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17311
17312         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
17313         compatibility in %g and %c.
17314
17315 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17316
17317         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
17318         name for only %g and %c.
17319         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
17320         of gnus-tmp-group to decoded group name.
17321         (gnus-group-make-rss-group): Exclude `/'s from group names.
17322
17323 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17324
17325         * nnrss.el (nnrss-get-encoding): Fix regexp.
17326
17327 2004-12-27  Simon Josefsson  <jas@extundo.com>
17328
17329         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
17330         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
17331         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
17332
17333 2004-12-17  Kim F. Storm  <storm@cua.dk>
17334
17335         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
17336
17337         * gnus-sum.el (gnus-summary-mode-map): Likewise.
17338
17339 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17340
17341         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
17342
17343 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17344
17345         * nnrss.el: Require rfc2047 and mml.
17346         (nnrss-file-coding-system): New variable.
17347         (nnrss-format-string): Redefine it as an inline function.
17348         (nnrss-decode-group-name): New function.
17349         (nnrss-string-as-multibyte): Remove.
17350         (nnrss-retrieve-headers): Decode group name; don't use
17351         nnrss-format-string.
17352         (nnrss-request-group): Decode group name.
17353         (nnrss-request-article): Decode group name; allow a Message-ID as
17354         well as an article number; don't use nnrss-format-string; encode a
17355         Message-ID string which may contain non-ASCII characters; use
17356         mml-to-mime to compose a MIME article.
17357         (nnrss-request-expire-articles): Decode group name.
17358         (nnrss-request-delete-group): Decode group name.
17359         (nnrss-fetch): Clarify error message.
17360         (nnrss-read-server-data): Use insert-file-contents instead of load;
17361         bind file-name-coding-system; use multibyte buffer.
17362         (nnrss-save-server-data): Bind coding-system-for-write to the
17363         value of nnrss-file-coding-system; bind file-name-coding-system;
17364         add coding cookie.
17365         (nnrss-read-group-data): Use insert-file-contents instead of load;
17366         bind file-name-coding-system; use multibyte buffer.
17367         (nnrss-save-group-data): Bind coding-system-for-write to the
17368         value of nnrss-file-coding-system; bind file-name-coding-system.
17369         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
17370         make it work with non-ASCII text.
17371         (nnrss-find-el): Make it work with old xml.el as well.
17372
17373 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17374
17375         * nnrss.el (nnrss-get-encoding): New function.
17376         (nnrss-fetch): Use unibyte buffer initially; bind
17377         coding-system-for-read while performing mm-url-insert; remove ^Ms;
17378         decode contents according to the encoding attribute.
17379         (nnrss-save-group-data): Add coding cookie.
17380         (nnrss-mime-encode-string): New function.
17381         (nnrss-check-group): Use it to encode subject and author.
17382
17383 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
17384
17385         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
17386         imaginary variable.
17387
17388 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17389
17390         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
17391         correctly even if there are wide characters.
17392
17393 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
17394
17395         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
17396         downcased symbol names; make a new cache instead of reusing
17397         bbdb-hashtable.
17398
17399 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17400
17401         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17402         concatenating segments rather than before concatenating them.
17403         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17404
17405         * message.el (message-get-reply-headers): Bind `extra'.
17406
17407 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17408
17409         * message.el (message-extra-wide-headers): New variable.
17410         (message-get-reply-headers): Use it.
17411
17412 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17413
17414         * gnus-agent.el (gnus-agent-group-path): Decode group name.
17415         (gnus-agent-group-pathname): Ditto.
17416
17417         * gnus-cache.el (gnus-cache-file-name): Decode group name.
17418
17419         * gnus-group.el (gnus-group-make-group): Decode group name.
17420         (gnus-group-make-rss-group): Register the group data after opening
17421         the nnrss group.
17422
17423 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
17424
17425         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
17426         by expiry now get marked as read.
17427
17428 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17429
17430         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
17431
17432 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
17433
17434         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
17435         unify Latin characters in XEmacs.
17436         (mm-find-mime-charset-region): Use it.
17437
17438 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17439
17440         * gnus-util.el (gnus-delete-directory): New function.
17441
17442         * gnus-agent.el (gnus-agent-delete-group): Use it.
17443
17444         * gnus-cache.el (gnus-cache-delete-group): Use it.
17445
17446 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17447
17448         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
17449         names.
17450
17451 2004-12-16  Simon Josefsson  <jas@extundo.com>
17452
17453         * hashcash.el (hashcash-payment-alist): Fix custom :type.
17454
17455 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17456
17457         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
17458
17459         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
17460         (gnus-group-set-current-level): Decode group name.
17461
17462 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
17463
17464         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
17465         failed.
17466
17467 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17468
17469         * gnus-group.el (gnus-group-delete-group): Decode group name.
17470         (gnus-group-make-rss-group): Encode group name.
17471         (gnus-group-catchup-current): Decode group name.
17472         (gnus-group-kill-group): Decode group name.
17473
17474 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17475
17476         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
17477
17478 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17479
17480         * gnus-group.el (gnus-group-make-rss-group):
17481         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
17482
17483         * gnus-start.el (gnus-setup-news): Honor user's setting to
17484         gnus-message-archive-method.  Suggested by Lute Kamstra
17485         <lute@gnu.org>.
17486
17487 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
17488
17489         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
17490         global counterparts of the buffer-local variables.
17491
17492 2004-11-16  Romain Francoise  <romain@orebokech.com>
17493
17494         * gnus-sum.el (gnus-summary-exit): Don't clear the global
17495         counterparts of the buffer-local variables.
17496
17497 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17498
17499         * message.el (message-forbidden-properties): Fix typo in doc
17500         string.
17501
17502 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17503
17504         * gnus-util.el (gnus-replace-in-string): Add doc string.
17505
17506         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17507         to avoid problems when splitting mails with many recipients.
17508
17509 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17510
17511         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17512         pop-to-buffer, covered by the subsequent gnus-configure-windows.
17513
17514 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
17515
17516         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17517         if there is no hashtable in memory or file modification time is
17518         newer than cached timestamp.
17519
17520 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
17521
17522         * gnus-sum.el (gnus-summary-limit-to-recipient):
17523         Implement not-matching option.
17524
17525 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
17526
17527         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17528         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17529         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17530         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17531         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
17532         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17533
17534 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17535
17536         * message.el (message-forward-make-body-mml): Remove headers
17537         according to message-forward-ignored-headers if a message is decoded.
17538
17539 2004-12-02  Romain Francoise  <romain@orebokech.com>
17540
17541         * message.el (message-forward-make-body-plain): Always remove
17542         headers according to message-forward-ignored-headers.
17543
17544 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
17545
17546         * spam.el (spam-summary-prepare-exit): Remove the
17547         gnus-summary-limit pop for now, it has problems with ham marks for
17548         me.
17549
17550 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
17551
17552         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17553         correctly.
17554
17555 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
17556
17557         * format-spec.el (format-spec): Message the char.
17558
17559 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
17560
17561         * gnus-art.el (gnus-split-methods): Reformat comments.
17562
17563         * spam.el (spam-summary-prepare-exit): Remove article limits
17564         before exiting the summary buffer.
17565
17566 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17567
17568         * lpath.el: Remove bbdb-create-internal, bbdb-records,
17569         spam-BBDB-register-routine and spam-enter-ham-BBDB.
17570
17571         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17572         order to silence the byte compiler.
17573
17574         * spam.el: Fix the way to silence the byte compiler, which
17575         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17576         bbdb-search-simple, spam-BBDB-register-routine,
17577         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17578         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17579         spam-stat-buffer-is-spam, spam-stat-load,
17580         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17581         spam-stat-save and spam-stat-split-fancy.
17582
17583 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17584
17585         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17586         which may confuse users.
17587         (canlock-password-for-verify): Ditto.
17588
17589         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17590
17591         * gnus-art.el (gnus-emphasis-alist): Ditto.
17592
17593         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17594
17595         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17596
17597         * gnus-start.el (gnus-save-killed-list): Ditto.
17598
17599         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17600         (gnus-sum-thread-tree-root): Ditto.
17601         (gnus-sum-thread-tree-false-root): Ditto.
17602         (gnus-sum-thread-tree-single-indent): Ditto.
17603
17604         * message.el (message-courtesy-message): Ditto.
17605         (message-archive-note): Ditto.
17606         (message-subscribed-address-file): Ditto.
17607         (message-user-fqdn): Ditto.
17608
17609         * spam-report.el (spam-report-gmane-regex): Ditto.
17610
17611         * spam.el (spam-blackhole-good-server-regex): Ditto.
17612
17613 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17614
17615         * mml.el (mml-preview): Widen the message buffer before copying
17616         the contents to the preview buffer; sort headers before previewing.
17617
17618         * message.el (message-hidden-headers): Fix the way to avoid a bug
17619         in the `repeat' widget in Emacs 21.3 or earlier.
17620
17621 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17622
17623         * message.el (message-hidden-headers): Default to "^References:".
17624         Improve customization type.  Suggested by Reiner Steib
17625         <Reiner.Steib@gmx.de>.
17626
17627 2004-11-25  Romain Francoise  <romain@orebokech.com>
17628
17629         * message.el (message-strip-forbidden-properties): Remove check for
17630         obsolete `message-hidden' text property, hidden headers are not
17631         accessible in the buffer anymore.
17632
17633 2004-11-22  Romain Francoise  <romain@orebokech.com>
17634
17635         * message.el (message-header-format-alist): Add `From' in list
17636         so that it can be sorted.
17637         (message-fix-before-sending): Widen and sort headers before
17638         sending.
17639         (message-hide-headers): Use narrowing to hide headers by moving
17640         them to the top of the buffer and narrowing to the region
17641         underneath.
17642
17643 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17644
17645         * message.el (message-strip-forbidden-properties):
17646         Bind buffer-read-only (etc) to nil.
17647
17648 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17649
17650         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17651         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17652
17653 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17654
17655         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17656
17657 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17658
17659         * dns.el (query-dns): Use sit-for to time instead of
17660         accept-process-output, since that doesn't seem to work on udp
17661         sockets.
17662
17663 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17664
17665         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17666
17667 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17668
17669         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17670         doc string.  Improve doc string.
17671
17672 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17673
17674         * nntp.el (nntp-request-update-info): Return nil if
17675         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17676         may not call gnus-activate-group which uselessly issues the GROUP
17677         commands for all nntp groups and wastes time.  Reported by Romain
17678         Francoise <romain@orebokech.com>.
17679
17680         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17681
17682 2004-11-15  Simon Josefsson  <jas@extundo.com>
17683
17684         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17685         headers separately.
17686         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17687         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17688
17689 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17690
17691         * gnus-start.el (gnus-convert-old-newsrc):
17692         Assign legacy-gnus-agent to 5.10.7.
17693
17694 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17695
17696         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17697         start of the lines.
17698
17699 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17700
17701         * hashcash.el (hashcash-default-payment): Change default to 20.
17702         (hashcash-default-accept-payment): Change default to 20.
17703         (hashcash-process-alist): New variable.
17704         (hashcash-generate-payment-async): Add.
17705         (hashcash-already-paid-p): Add.
17706         (hashcash-insert-payment): Don't generate payments twice.
17707         (hashcash-insert-payment-async): Add.
17708         (hashcash-insert-payment-async-2): Add.
17709         (hashcash-cancel-async): Add.
17710         (hashcash-wait-async): Add.
17711         (hashcash-processes-running-p): Add.
17712         (hashcash-wait-or-cancel): Add.
17713         (mail-add-payment): New optional argument.  Conditionally start
17714         asynchronous calculation.
17715         (mail-add-payment-async): Add.
17716
17717         * message.el (message-send-mail): Wait for asynchronous hashcash
17718         results.  Don't clobber existing X-Hashcash headers.
17719         (message-setup-1): Call mail-add-payment-async when
17720         message-generate-hashcash is non-nil.
17721
17722 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17723
17724         * message.el (message-use-alternative-email-as-from): Examine the
17725         From header as well; use message-make-from in order to include a
17726         user's full name.
17727
17728 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17729
17730         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17731         default; improve customization type.
17732         (gnus-emphasis-custom-with-format): New macro.
17733         (gnus-emphasis-custom-value-to-external): New function.
17734         (gnus-emphasis-custom-value-to-internal): New function.
17735
17736 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17737
17738         * dns.el (query-dns): Resolve reverse addresses.
17739
17740 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17741
17742         * gnus-group.el (gnus-group-get-new-news): Use it.
17743
17744         * gnus-start.el (gnus-check-reasonable-setup): New function.
17745
17746 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17747
17748         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17749         "Args out of range" error.  Reported by Arnaud Giersch
17750         <arnaud.giersch@free.fr>.
17751
17752 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17753
17754         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17755
17756 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17757
17758         * spam.el (spam group): Add :version.
17759
17760         * pgg-def.el (pgg group): Add :version.
17761
17762 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17763
17764         * gnus-art.el (gnus-article-edit-article): Don't associate the
17765         article buffer with a draft file.  This is a temporary measure
17766         against the 2004-08-22 change to gnus-article-edit-mode.
17767
17768 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17769
17770         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17771         (html2text-format-tags): Remove unused variable `attr'.
17772
17773 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17774
17775         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17776
17777         * tls.el (tls-process-connection-type, tls-success)
17778         (tls-certtool-program): Add :version.
17779
17780         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17781         (starttls-extra-arguments, starttls-process-connection-type)
17782         (starttls-connect, starttls-failure, starttls-success): Add :version.
17783
17784         * spam-stat.el (spam-stat): Add :version.
17785
17786         * sieve.el (sieve): Add :version.
17787
17788         * sha1.el (sha1): Add :version.
17789         (sha1-use-external): Remove redundant version.
17790
17791         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17792         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17793         (nnmail-split-fancy-match-partial-words)
17794         (nnmail-split-lowercase-expanded): Add :version.
17795
17796         * nndiary.el (nndiary): Add :version.
17797
17798         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17799
17800         * mml-sec.el (mml-default-sign-method)
17801         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17802         Add :version.
17803
17804         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17805
17806         * mm-url.el (mm-url-use-external, mm-url-program)
17807         (mm-url-arguments): Add :version.
17808
17809         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17810         (mm-attachment-file-modes, mm-decrypt-option)
17811         (mm-w3m-safe-url-regexp): Add :version.
17812
17813         * message.el (message-cite-prefix-regexp)
17814         (message-sendmail-envelope-from, message-minibuffer-local-map)
17815         (message-user-fqdn, message-completion-alist): Add :version.
17816
17817         * gnus-win.el (gnus-configure-windows-hook)
17818         (gnus-use-frames-on-any-display): Add :version.
17819
17820         * gnus-art.el (gnus-article-address-banner-alist)
17821         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17822         (gnus-treat-from-picon, gnus-treat-mail-picon)
17823         (gnus-treat-x-pgp-sig): Add :version.
17824
17825         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17826         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17827         (gnus-summary-article-delete-hook)
17828         (gnus-summary-display-while-building): Add :version.
17829
17830         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17831         (gnus-get-top-new-news-hook): Add :version.
17832
17833         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17834         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17835
17836         * gnus-registry.el (gnus-registry): Add :version.
17837
17838         * gnus-spec.el (gnus-use-correct-string-widths)
17839         (gnus-make-format-preserve-properties): Add :version.
17840
17841         * gnus.el (gnus-group-charter-alist)
17842         (gnus-group-fetch-control-use-browse-url)
17843         (gnus-install-group-spam-parameters): Add :version.
17844
17845         * gnus-diary.el (gnus-diary): Add :version.
17846
17847         * gnus-delay.el (gnus-delay): Add :version.
17848
17849         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17850         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17851         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17852         Add :version.
17853
17854         * gnus-agent.el (gnus-agent-max-fetch-size)
17855         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17856         (gnus-agent-prompt-send-queue): Add :version.
17857
17858         * deuglify.el (gnus-outlook-deuglify): Add :version.
17859
17860         * html2text.el: Beautify code.  Improve doc strings.
17861         Some checkdoc cleanup.
17862         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17863
17864 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17865
17866         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17867
17868 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17869
17870         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17871         when package is loaded.
17872
17873         * spam.el (spam-summary-score-preferred-header): Add global preference
17874         for people who want to override the default SpamAssassin over
17875         Bogofilter preference (when both are set).
17876         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17877         (spam-user-format-function-S):
17878         Check spam-summary-score-preferred-header.
17879         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17880         (spam-user-format-function-S): Format the score correctly.
17881
17882 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17883
17884         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17885         signature file.  Suggested by Manoj Srivastava
17886         <srivasta@golden-gryphon.com>.
17887
17888         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17889         iso-2022-jp even in the Japanese language environment.
17890         Suggested by Jason Rumney <jasonr@gnu.org>.
17891
17892 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17893
17894         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17895         use the same characters as the dummy marks; make it free from
17896         getting affected by the language environment.
17897         (gnus-summary-read-group-1): Update mark positions only when the
17898         format spec is updated.
17899
17900         * gnus-spec.el (gnus-update-format-specifications): Return a list
17901         of updated types.
17902
17903 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17904
17905         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17906         of boundp to check if display-warning is available.
17907
17908 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17909
17910         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17911
17912 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17913
17914         * nnspool.el (nnspool-spool-directory): Use news-path if the
17915         news-directory variable is not bound.
17916
17917         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17918         function instead of display-warning if it is not available.
17919
17920 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17921
17922         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17923         v5-10: Use `point-at-bol'.
17924
17925 2004-10-26  Simon Josefsson  <jas@extundo.com>
17926
17927         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17928         <chenggao@gmail.com>.
17929
17930 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17931
17932         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17933         instead.
17934
17935 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17936
17937         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17938         to remove a server from the nnimap-server-buffer-alist.
17939         (nnimap-open-connection, nnimap-close-server): Use it.
17940
17941         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17942
17943 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17944
17945         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17946         running the major-mode function.
17947
17948 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17949
17950         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17951         dummy marks in the right way.
17952
17953 2004-10-18  David Edmondson  <dme@dme.org>
17954
17955         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17956         excessively.
17957
17958 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17959
17960         * gnus-util.el (gnus-split-references): Accept a nil references
17961         string and go on blissfully.
17962
17963         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17964         cases where the references string is non-nil but has no references.
17965
17966         * encrypt.el: Add autoload tags.
17967
17968         * spam.el (spam-resolve-registrations-routine): Remove article
17969         from unregistration list too.  Reported by David Hanak
17970         <dhanak@isis.vanderbilt.edu>
17971
17972 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17973
17974         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17975         nil.  Change custom type.
17976
17977 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17978
17979         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17980
17981         * gnus-sum.el (gnus-summary-move-article): Use it.
17982
17983 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17984
17985         * encrypt.el: Add autoload cookies.
17986
17987         * spam.el (spam-backend-article-list-property)
17988         (spam-backend-get-article-todo-list)
17989         (spam-backend-put-article-todo-list)
17990         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17991         Resolve registrations separately.
17992         (spam-register-routine): Format comments.
17993         (spam-unregister-routine, spam-register-routine): Always call with
17994         specific-articles, no default list.
17995         (spam-summary-prepare-exit): Use the spam-classifications function.
17996
17997         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17998         gnus-encrypt.el.
17999
18000         * encrypt.el: Copied from gnus-encrypt.el.
18001
18002         * gnus-encrypt.el: Commented that it's obsolete.
18003
18004 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18005
18006         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
18007         (gnus-score-save): Use it.
18008
18009         * message.el (message-bury): Use `window-dedicated-p'.
18010
18011 2004-10-15  Simon Josefsson  <jas@extundo.com>
18012
18013         * pop3.el (top-level): Don't require nnheader.
18014         (pop3-read-timeout): Add.
18015         (pop3-accept-process-output): Add.
18016         (pop3-read-response, pop3-retr): Use it.
18017
18018 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
18019
18020         * spam.el (spam-register-routine): Move comment.
18021         (spam-verify-bogofilter): Use 'unknown for the initial
18022         spam-bogofilter-valid state, not 'never.
18023
18024         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
18025         for netrc-machine.
18026
18027         * nnimap.el (nnimap-open-connection):
18028         Use netrc-machine-user-or-password.
18029
18030 2004-10-17  Richard M. Stallman  <rms@gnu.org>
18031
18032         * gnus-registry.el (gnus-registry-unload-hook):
18033         Set as a variable with add-hook.
18034
18035         * nnspool.el (nnspool-spool-directory): Use news-directory instead
18036         of news-path.
18037
18038         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
18039
18040         * spam.el: Delete duplicate `provide'.
18041         (spam-unload-hook): Set as a variable with add-hook.
18042
18043 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18044
18045         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
18046         in the doc string.
18047
18048         * message.el (message-ignored-news-headers)
18049         (message-ignored-supersedes-headers)
18050         (message-ignored-resent-headers)
18051         (message-forward-ignored-headers): Improve custom type.
18052
18053 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18054
18055         * message.el (message-tokenize-header): Fix 2004-09-06 change
18056         which used point-min in the wrong place.
18057
18058 2004-10-12  Simon Josefsson  <jas@extundo.com>
18059
18060         * tls.el (tls-certtool-program): New variable.
18061         (tls-certificate-information): New function, based on
18062         ssl-certificate-information.
18063
18064 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18065
18066         * compface.el: Move the version of ELisp-based uncompface program
18067         to the contrib directory because of the copyright problem.
18068
18069 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18070
18071         * message.el (message-kill-buffer): Raise the current frame.
18072
18073 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18074
18075         * gnus-sum.el: Mention that multibyte characters don't work as marks.
18076
18077         * gnus.el (message-y-or-n-p): Autoload.
18078
18079         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
18080         (pop3-password-required, pop3-authentication-scheme)
18081         (pop3-leave-mail-on-server): Make customizable.
18082         (pop3): New custom group.
18083         (pop3-retr): Remove `sleep-for' statements.
18084         Suggested by Dave Love <fx@gnu.org>.
18085
18086         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
18087         Windows/DOS.
18088
18089         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18090         (imap-parse-body): Fix incorrect use of `assert'.
18091         Suggested by Dave Love <fx@gnu.org>.
18092
18093         * mml.el (mml-minibuffer-read-disposition): Require match.
18094         Suggested by Dave Love <fx@gnu.org>.
18095
18096 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18097
18098         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
18099         doc string.
18100
18101 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18102
18103         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
18104
18105 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18106
18107         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
18108         instead of calling `mm-insert-inline', to decode text/* parts
18109         before displaying them.
18110
18111 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18112
18113         * mm-uu.el (mm-uu-text-plain-type): New variable.
18114         (mm-uu-pgp-signed-extract-1): Use it.
18115         (mm-uu-pgp-encrypted-extract-1): Use it.
18116         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
18117         bind mm-uu-text-plain-type with that value.
18118         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
18119         mm-uu-dissect.
18120
18121 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18122
18123         * gnus-group.el (gnus-update-group-mark-positions):
18124         * gnus-sum.el (gnus-update-summary-mark-positions):
18125         * message.el (message-check-news-body-syntax):
18126         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
18127         of string-as-multibyte.
18128
18129 2004-10-05  Juri Linkov  <juri@jurta.org>
18130
18131         * gnus-group.el (gnus-update-group-mark-positions):
18132         * gnus-sum.el (gnus-update-summary-mark-positions):
18133         * message.el (message-check-news-body-syntax):
18134         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
18135         8-bit unibyte values to a multibyte string for search functions.
18136
18137 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18138
18139         * mm-uu.el (mm-uu-dissect): Allow optional arg.
18140         (mm-uu-dissect-text-parts): New function.
18141
18142         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
18143         dissect text parts.
18144
18145         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
18146         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
18147
18148         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
18149
18150         * gnus-topic.el (gnus-topic-hierarchical-parameters):
18151         Use gnus-current-topics instead of gnus-current-topic.
18152
18153 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
18154
18155         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
18156
18157 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
18158
18159         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
18160         where approriate.
18161
18162         * nnml.el (nnml-generate-active-info): do.
18163
18164         * nndiary.el (nndiary-generate-active-info): do.
18165
18166         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
18167         (gnus-topic-move): do.
18168
18169         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
18170         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
18171
18172         * gnus-srvr.el (gnus-server-prepare)
18173         (gnus-server-open-all-servers): do.
18174
18175         * gnus-msg.el (gnus-summary-cancel-article)
18176         (gnus-summary-resend-message)
18177         (gnus-summary-mail-crosspost-complaint): do.
18178
18179         * gnus-move.el (gnus-change-server): do.
18180
18181         * gnus-group.el (gnus-group-unmark-all-groups)
18182         (gnus-group-set-current-level): do.
18183
18184 2004-10-04  Simon Josefsson  <jas@extundo.com>
18185
18186         * message.el (message-generate-hashcash): Doc fix.
18187
18188 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
18189
18190         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
18191         avoid infinite recursion via gnus-get-function.
18192
18193 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
18194
18195         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
18196
18197         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
18198
18199         * nnmail.el (nnmail-split-history): do.
18200
18201         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
18202         (nnml-request-delete-group): do.
18203
18204         * nnslashdot.el (nnslashdot-read-groups): do.
18205
18206         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
18207         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
18208
18209         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
18210         (nnspool-sift-nov-with-sed): Use last.
18211         (nnspool-retrieve-headers-with-nov): Use mapc.
18212         (nnspool-request-newgroups): Use dolist.
18213         (nnspool-request-group): Use last.
18214
18215         * nntp.el (nntp-read-server-type): Use dolist.
18216
18217         * nnvirtual.el (nnvirtual-create-mapping)
18218         (nnvirtual-update-read-and-marked): Use dolist.
18219         (nnvirtual-convert-headers): Simplify.
18220
18221 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18222
18223         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18224         Add support for sync'ing tick marks.
18225
18226 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18227
18228         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
18229         there's no visible header.
18230
18231 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18232
18233         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18234         When necessary, pass full group name to gnus-request-set-marks.
18235
18236 2004-10-01  Simon Josefsson  <jas@extundo.com>
18237
18238         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
18239         acroread.
18240
18241 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18242
18243         * spam-report.el (spam-report-gmane): Fix interactive.
18244
18245         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
18246
18247         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
18248         when writing file.
18249         (gnus-agent-synchronize-flags): Don't default to being
18250         interactive.
18251
18252 2004-09-30  Simon Josefsson  <jas@extundo.com>
18253
18254         * message.el (message-generate-hashcash): Add.
18255         (message-send-mail): Use it, call mail-add-payment.
18256
18257 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18258
18259         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
18260
18261 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
18262
18263         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
18264         gnus-requst-update-info with explicit code to sync the in-memory
18265         info read flags with the marks being sync'd to the backend.
18266
18267         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
18268
18269 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18270
18271         * spam.el (spam-verify-bogofilter): Add new function.
18272         (spam-check-bogofilter)
18273         (spam-bogofilter-register-with-bogofilter): Use it.
18274         (spam-verify-bogofilter): Add small fixes.
18275
18276 2004-09-28  Simon Josefsson  <jas@extundo.com>
18277
18278         * hashcash.el (hashcash-generate-payment): Revert.
18279
18280 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18281
18282         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18283         Use gnus-extract-references instead of gnus-split-references.
18284
18285         * gnus-util.el (gnus-extract-references): Add new function, analogous
18286         to gnus-split-references but extracts only the message-ID without
18287         anything extra.
18288
18289         * hashcash.el (hashcash-generate-payment)
18290         (hashcash-check-payment): Do the right thing if hashcash-path is
18291         nil (because the hashcash program could not be found).
18292
18293         * spam.el (spam-use-hashcash): Remove comment.
18294
18295 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
18296
18297         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
18298         (gnus-cache-enter-article, gnus-cache-remove-article)
18299         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
18300
18301         * gnus-async.el (gnus-async-prefetch-remove-group): do.
18302
18303         * gnus-art.el (article-hide-boring-headers)
18304         (article-translate-strings, article-display-face)
18305         (gnus-article-mime-match-handle-first)
18306         (gnus-article-highlight-headers)
18307         (gnus-article-add-buttons-to-head): do.
18308
18309 2004-09-27  Simon Josefsson  <jas@extundo.com>
18310
18311         * hashcash.el: New version, from
18312         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
18313         ../contrib/.
18314
18315 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18316
18317         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
18318
18319 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
18320
18321         * gnus-dup.el (gnus-dup-open): Use mapc.
18322         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
18323
18324         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
18325         Reported by Stefan Wiens <s.wi@gmx.net>.
18326
18327         * gnus.el (gnus-shutdown): Use dolist.
18328
18329         * gnus-undo.el (gnus-undo): Use mapc.
18330
18331         * nnrss.el (nnrss-generate-active): do.
18332
18333         * message.el (message-cite-original-without-signature)
18334         (message-cite-original): Use mapc.
18335         (message-do-actions, message-make-forward-subject): Use dolist.
18336
18337 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18338
18339         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
18340         deletion to remove entire duplicate line.  Fixes merged article
18341         number bug.
18342
18343 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18344
18345         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
18346         servers that are offline.  Avoids having gnus-agent-toggle-plugged
18347         first ask if you want to open a server and then, even when you
18348         responded with no, asking if you want to synchronize the server's
18349         flags.
18350         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
18351         multi-line expressions.
18352         (gnus-agent-synchronize-group-flags): New internal function.
18353         Updates marks in memory (in the info structure) AND in the
18354         backend.
18355
18356         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
18357
18358         * nnagent.el (nnagent-request-set-mark):
18359         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
18360         method, to ensure that synchronization updates marks in the
18361         backend and in the info (in memory) structure.
18362
18363 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18364
18365         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
18366         convention fully; don't miss the root article of a thread; make
18367         the X-Draft-From header with correct article numbers.
18368
18369 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
18370
18371         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
18372         unless plugged.  Disable the agent so that an open failure causes
18373         an error.
18374
18375         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
18376         Revert 2004-09-21 change.  The backend must be opened while
18377         synchronizing flags even when the backend stores the flags
18378         locally.
18379
18380 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
18381
18382         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
18383         in `header' match.  Reported by Svend Tollak Munkejord.
18384
18385         * message.el (message-cite-original): Fix use of
18386         `message-cite-articles-with-x-no-archive'.
18387
18388 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18389
18390         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
18391         (gnus-window-to-buffer): Ditto.
18392
18393         * mml.el (mml-preview-buffer): New variable.
18394         (mml-preview): Manage window layout with gnus-buffer-configuration.
18395
18396         * gnus-msg.el (gnus-setup-message): Put article numbers into the
18397         X-Draft-From header even if those articles aren't quoted.
18398
18399 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
18400
18401         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
18402         (gnus-request-set-mark, gnus-request-update-mark): Use new
18403         g-s-t-u-l-m to decide to use backend even when unplugged.
18404
18405 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18406
18407         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
18408         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
18409
18410 2004-09-20  Simon Josefsson  <jas@extundo.com>
18411
18412         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
18413         "utf-16-le".
18414
18415 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18416
18417         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
18418
18419 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18420
18421         * uudecode.el (uudecode-use-external): Add :version.
18422
18423         * smime.el (smime-CA-file, smime-encrypt-cipher)
18424         (smime-dns-server): Add :version.
18425
18426         * smiley.el (gnus-smiley-file-types): Add :version.
18427
18428         * sha1.el (sha1-use-external): Add :version.
18429
18430         * pgg-def.el (pgg-query-keyserver): Add :version.
18431
18432         * nnmail.el (nnmail-fancy-expiry-targets)
18433         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
18434         Add :version.
18435
18436         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
18437         (nnimap-retrieve-groups-asynchronous): Add :version.
18438         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
18439
18440         * mml.el (mml-content-disposition-parameters)
18441         (mml-insert-mime-headers-always): Add :version.
18442
18443         * mm-util.el (mm-coding-system-priorities): Add :version.
18444
18445         * mm-decode.el (mm-inline-text-html-with-images)
18446         (mm-keep-viewer-alive-types, mm-external-terminal-program)
18447         (mm-verify-option): Add :version.
18448         (mm-text-html-renderer): Change :version.
18449
18450         * message.el (message-fcc-externalize-attachments)
18451         (message-required-headers, message-draft-headers)
18452         (message-subject-trailing-was-query)
18453         (message-subject-trailing-was-ask-regexp)
18454         (message-subject-trailing-was-regexp, message-mark-insert-begin)
18455         (message-mark-insert-end, message-archive-header)
18456         (message-archive-note, message-cross-post-default)
18457         (message-cross-post-note, message-followup-to-note)
18458         (message-cross-post-note-function, message-use-mail-followup-to)
18459         (message-subscribed-address-functions)
18460         (message-subscribed-address-file, message-subscribed-addresses)
18461         (message-subscribed-regexps, message-allow-no-recipients)
18462         (message-yank-cited-prefix, message-signature-insert-empty-line)
18463         (message-hidden-headers, message-hierarchical-addresses)
18464         (message-mail-user-agent, message-use-idna)
18465         (message-valid-fqdn-regexp)
18466         (message-strip-special-text-properties, message-header-synonyms)
18467         (message-beginning-of-line, message-tab-body-function): Add :version.
18468         (message-insert-canlock, message-wide-reply-confirm-recipients):
18469         Change :version.
18470
18471         * mail-source.el (mail-source-ignore-errors): Add :group, :type
18472         and :version.
18473         (mail-source-delete-old-incoming-confirm)
18474         (mail-source-movemail-program): Add :version.
18475
18476         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
18477         (gnus-agent-cache, gnus-agent): Change :version.
18478
18479         * gnus-util.el (gnus-use-byte-compile): Change :version.
18480
18481         * gnus-sum.el (gnus-summary-make-false-root-always)
18482         (gnus-summary-default-high-score)
18483         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
18484         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
18485         (gnus-read-all-available-headers, gnus-article-emulate-mime)
18486         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
18487         (gnus-sum-thread-tree-single-indent)
18488         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
18489         (gnus-sum-thread-tree-leaf-with-other)
18490         (gnus-sum-thread-tree-single-leaf): Add :version.
18491         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
18492         (gnus-article-loose-mime): Change :version.
18493
18494         * gnus-start.el (gnus-backup-startup-file)
18495         (gnus-save-startup-file-via-temp-buffer): Add :version.
18496
18497         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18498         (gnus-server-offline-face): Add :version.
18499
18500         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18501
18502         * gnus-msg.el (gnus-gcc-externalize-attachments)
18503         (gnus-debug-files, gnus-debug-exclude-variables)
18504         (gnus-discouraged-post-methods): Change :version.
18505         (gnus-confirm-mail-reply-to-news)
18506         (gnus-confirm-treat-mail-like-news): Add :version.
18507
18508         * gnus-int.el (gnus-server-unopen-status): Add :version.
18509
18510         * gnus-group.el (gnus-group-jump-to-group-prompt)
18511         (gnus-large-ephemeral-newsgroup)
18512         (gnus-fetch-old-ephemeral-headers): Add :version.
18513
18514         * gnus-fun.el (gnus-x-face-directory)
18515         (gnus-convert-pbm-to-x-face-command)
18516         (gnus-convert-image-to-x-face-command)
18517         (gnus-convert-image-to-face-command): Add :version.
18518
18519         * gnus-delay.el (gnus-delay-default-hour): Add :version.
18520
18521         * gnus-cite.el (gnus-cite-blank-line-after-header)
18522         (gnus-article-boring-faces): Add :version.
18523
18524         * gnus-art.el (gnus-buttonized-mime-types)
18525         (gnus-inhibit-mime-unbuttonizing)
18526         (gnus-treat-display-face)
18527         (gnus-treat-body-boundary): Change :version.
18528         (gnus-body-boundary-delimiter, gnus-picon-databases)
18529         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
18530         (gnus-treat-date-english, gnus-treat-fold-headers)
18531         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18532         (gnus-treat-mail-picon, gnus-treat-wash-html)
18533         (gnus-article-encrypt-protocol)
18534         (gnus-use-idna, gnus-article-over-scroll)
18535         (gnus-mime-display-multipart-alternative-as-mixed)
18536         (gnus-mime-display-multipart-related-as-mixed)
18537         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18538         (gnus-ctan-url, gnus-button-ctan-handler)
18539         (gnus-button-handle-ctan-bogus-regexp)
18540         (gnus-button-ctan-directory-regexp)
18541         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18542         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18543         (gnus-button-man-level, gnus-button-emacs-level)
18544         (gnus-button-message-level, gnus-button-browse-level): Add :version.
18545
18546         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18547         (gnus-agent-go-online): Change :version.
18548         (gnus-agent-expire-unagentized-dirs)
18549         (gnus-agent-auto-agentize-methods): Add :version.
18550
18551         * flow-fill.el (fill-flowed-display-column)
18552         (fill-flowed-encode-column): Add :version.
18553
18554         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18555         (gnus-outlook-deuglify-unwrap-max)
18556         (gnus-outlook-deuglify-cite-marks)
18557         (gnus-outlook-deuglify-unwrap-stop-chars)
18558         (gnus-outlook-deuglify-no-wrap-chars)
18559         (gnus-outlook-deuglify-attrib-cut-regexp)
18560         (gnus-outlook-deuglify-attrib-verb-regexp)
18561         (gnus-outlook-deuglify-attrib-end-regexp)
18562         (gnus-outlook-display-hook): Add :version.
18563
18564         * binhex.el (binhex-use-external): Add :version.
18565
18566 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
18567
18568         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18569         and `invisible'.
18570
18571 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18572
18573         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18574         in gnus-registry-trim.
18575
18576 2004-09-13  Simon Josefsson  <jas@extundo.com>
18577
18578         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18579
18580         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18581
18582         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18583         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18584         <yamaoka@jpl.org>.
18585         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18586         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18587         <yamaoka@jpl.org>.
18588
18589         * sieve.el (sieve-manage-mode): Ditto.
18590
18591 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18592
18593         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18594
18595 2004-09-11  Simon Josefsson  <jas@extundo.com>
18596
18597         * dns-mode.el: Add.
18598
18599         * mm-view.el (mm-display-dns-inline): Add.
18600
18601         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18602         (mm-automatic-display): Ditto.
18603
18604         * mailcap.el (mailcap-mime-data): Add text/dns.
18605         (mailcap-mime-extensions): Map .soa to text/dns.
18606
18607 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18608
18609         * gnus-art.el (article-decode-mime-words, article-babel)
18610         (gnus-article-highlight-signature, gnus-article-add-buttons)
18611         (gnus-signature-toggle): Remove unnecessary bindings of
18612         `inhibit-read-only' inherited from v5.10 merge.
18613
18614 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18615
18616         * nntp.el (nntp): New customization group.
18617         (nntp-authinfo-file): Add customization group.
18618
18619         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18620
18621         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18622
18623         * gnus.el (to-address, to-list, subscribed)
18624         (large-newsgroup-initial): Ditto.
18625
18626         * flow-fill.el (fill-flowed-display-column)
18627         (fill-flowed-encode-column): Ditto.
18628
18629 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18630
18631         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18632         Use point-min rather than 1.
18633         (message-send-mail): Use buffer-size rather than point-max.
18634
18635         * gnus-sum.el (gnus-summary-search-article-forward):
18636         Signal a specific `search-failed' rather than a generic `error'.
18637
18638         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18639         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18640         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18641
18642 2004-09-10  Simon Josefsson  <jas@extundo.com>
18643
18644         * nndb.el (require): Remove tcp and duplicate cl.
18645
18646 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18647
18648         * gnus-agent.el (directory-files-and-attributes): Move forward.
18649
18650 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18651
18652         * gnus-agent.el (directory-files-and-attributes):
18653         Optionally defined to support XEmacs.
18654
18655 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18656
18657         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18658         to avoid run-time CL dependencies.
18659         (gnus-agent-unfetch-articles): New function.
18660         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18661         article numbers even when local .overview file is missing.
18662         (gnus-agent-read-article-number): New function.  Only accepts
18663         27-bit article numbers.
18664         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18665         Use gnus-agent-read-article-number.
18666         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18667         from backend while recognizing that article numbers in .overview
18668         must be valid.
18669         (gnus-agent-update-files-total-fetched-for):
18670         Use directory-files-and-attributes to improve performance.
18671         * gnus-int.el (gnus-request-move-article):
18672         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18673         improve performance.
18674
18675         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18676         some users confused by references to .newsrc when they only have a
18677         .newsrc.eld file.
18678         (gnus-convert-mark-converter-prompt)
18679         (gnus-convert-converter-needs-prompt): Fix use of property list.
18680         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18681         New function.  Used internally to only display 'gnus converting
18682         files' message when actually necessary.
18683
18684         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18685         methods now autoloaded.
18686
18687 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18688
18689         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18690         identifiers.
18691
18692 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18693
18694         * gnus-picon.el: Fix indentation and closing parenthesis.
18695
18696 2004-09-01  Simon Josefsson  <jas@extundo.com>
18697
18698         * message.el (message-canlock-generate): Require sha1, not
18699         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18700         to require within a function.  Sadly, if sha1.el isn't loaded, the
18701         let binding in m-c-g will hide the defcustom definition, which is
18702         bad.)
18703
18704         * canlock.el: Require sha1, not sha1-el.
18705
18706         * message.el: Don't autoload sha1 (there is a autoload cookie in
18707         sha1.el).
18708
18709         * sha1-el.el: Rename to sha1.el.
18710
18711 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18712
18713         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18714
18715 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18716
18717         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18718
18719 2004-08-30  Kim F. Storm  <storm@cua.dk>
18720
18721         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18722
18723         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18724         Add :group 'nnimap.
18725
18726 2004-08-30  Andreas Schwab  <schwab@suse.de>
18727
18728         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18729         ?* and ?\;.
18730
18731         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18732         and ?\' to symbol instead of whitespace.
18733
18734 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18735
18736         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18737
18738         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18739         instead of re-search-forward.
18740
18741         * gnus-uu.el (gnus-uu-save-article): Ditto.
18742         (gnus-uu-post-encode-uuencode): Ditto.
18743
18744         * html2text.el (html2text-clean-list-items): Ditto.
18745         (html2text-clean-dtdd): Ditto.
18746         (html2text-format-tags): Ditto.
18747
18748         * message.el (message-send-mail-with-sendmail): Fix regexp.
18749         (message-fill-field-general): Use search-forward instead of
18750         re-search-forward.
18751         (unbold-region): Ditto.
18752
18753         * nnrss.el (nnrss-request-article): Ditto.
18754
18755         * nnslashdot.el (nnslashdot-request-article): Ditto.
18756
18757         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18758
18759         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18760         "Unrecognized menu descriptor" error in XEmacs.
18761
18762 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18763
18764         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18765         parent article of a sparse article in the thread hashtb.
18766
18767 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18768
18769         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18770         (nnmail-expand-newtext): Lowercase expanded entries if
18771         nnmail-split-lowercase-expanded is non-nil.
18772
18773 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18774
18775         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18776
18777         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18778         of gnus-tmp-news-method into string under XEmacs.  It will be
18779         passed to gnus-correct-length which takes only a string argument.
18780
18781 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18782
18783         * gnus-util.el (gnus-bind-print-variables): New macro.
18784         (gnus-prin1): Use it.
18785         (gnus-prin1-to-string): Use it.
18786         (gnus-pp): New function.
18787         (gnus-pp-to-string): New function.
18788
18789         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18790         Replace pp-to-string with gnus-pp-to-string.
18791         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18792         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18793         * gnus-msg.el (gnus-debug): Ditto.
18794         * gnus-score.el (gnus-score-save): Ditto.
18795         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18796         gnus-pp-to-string.
18797         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18798         with gnus-pp.
18799         * score-mode.el (gnus-score-pretty-print): Ditto.
18800         * webmail.el (webmail-debug): Ditto.
18801
18802 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18803
18804         * gnus-art.el (article-display-face, article-display-x-face):
18805         Use buffer-read-only.
18806
18807 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18808
18809         * gnus-art.el (article-hide-list-identifiers):
18810         Bind inhibit-read-only as t.
18811
18812 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18813
18814         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18815
18816 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18817
18818         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18819         (gnus-narrow-to-page): Don't assume point-min == 1.
18820         (gnus-article-edit-mode): Derive from message-mode.
18821
18822         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18823         point-min == 1.
18824
18825         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18826         Disable incorrect use of `assert'.
18827
18828         * message.el (message-mode): Set comment-start-skip.
18829
18830
18831 2004-08-22  Sam Steingold  <sds@gnu.org>
18832
18833         * pop3.el (pop3-leave-mail-on-server): New user variable.
18834         (pop3-movemail): Delete mail only when it is nil.
18835
18836 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18837
18838         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18839
18840         * mml.el (mml-preview): Use `pop-to-buffer'.
18841
18842         * message.el (message-goto-mail-followup-to): Insert after "To".
18843         (message-carefully-insert-headers): Add comment.
18844
18845         * gnus.el: Remove unused variable `gnus-article-check-size'.
18846
18847         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18848
18849         * gnus-art.el (gnus-button-alist):
18850         Improve `gnus-button-handle-library' entry.
18851
18852 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18853
18854         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18855         Use downcase, since XEmacs capitalizes error messages differently.
18856
18857 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18858
18859         * nntp.el: Add (require 'gnus) due to reference to
18860         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18861
18862 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18863
18864         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18865         Bind `mm-fill-flowed'.
18866
18867         * mm-decode.el (mm-dissect-singlepart): Check it.
18868
18869 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18870
18871         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18872         'imap' for netrc parsing.
18873
18874 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18875
18876         * mailcap.el (mailcap-mime-data): Mark as risky.
18877
18878 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18879
18880         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18881         may be included in the encoded word.
18882         (rfc2047-encode): Don't append a space if the encoded word
18883         includes close parenthesis.
18884
18885 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18886
18887         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18888         of text within parentheses.
18889
18890 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18891
18892         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18893         (gnus-encrypt-write-file-contents): Make the password key the file
18894         name PLUS the cipher, not just the cipher.  Also remove failed
18895         passwords from the cache.
18896
18897 2004-08-06  Simon Josefsson  <jas@extundo.com>
18898
18899         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18900         Doc fix.
18901
18902 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18903
18904         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18905         LWSP.
18906
18907 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18908
18909         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18910         Try to append in-reply-to: data to the references: header.
18911
18912         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18913         (netrc-parse): Use gnus-encrypt.el functions.
18914
18915         * gnus-encrypt.el: Add new file for encryption support; currently
18916         does only a few GPG ciphers and an internal XOR cipher.
18917
18918         * password.el: Add comments on using password-read-and-add.
18919         (password-read-and-add): Add function to read and add the
18920         password to the cache at once.
18921
18922 2004-07-28  Simon Josefsson  <jas@extundo.com>
18923
18924         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18925         parameter (but don't use it, for now).
18926
18927         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18928         instead of hard coding to nil.
18929
18930 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18931
18932         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18933         as mm-inline-image-xemacs does.
18934
18935 2004-07-26  Simon Josefsson  <jas@extundo.com>
18936
18937         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18938         Revert part of 2004-07-17 change below.
18939
18940 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18941
18942         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18943         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18944
18945 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18946
18947         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18948         quotes that actually start with ">" at the beginning of the
18949         lines.
18950
18951 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18952
18953         * rfc2047.el (rfc2047-encode-region): Fix last change.
18954         (rfc2047-encode-parameter): Remove useless concat.
18955
18956 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18957
18958         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18959         encode special characters; fix some kind of misconfigured headers;
18960         signal a real error if debug-on-quit or debug-on-error is non-nil.
18961         (rfc2047-encode-max-chars): New variable.
18962         (rfc2047-encode-1): Use it.
18963         (rfc2047-encode-parameter): New function.
18964
18965         * mml.el (mml-insert-parameter): Remove an excessive space.
18966
18967 2004-07-17  Simon Josefsson  <jas@extundo.com>
18968
18969         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18970         Kai Grossjohann <kai@emptydomain.de>.
18971         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18972         (gnus-group-make-menu-bar): Ditto.
18973
18974         * gnus-util.el (gnus-group-server): Add.
18975
18976 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18977
18978         * message.el (message-clone-locals): Clone sendmail and smtp
18979         variables.
18980
18981 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18982
18983         * rfc2047.el (rfc2047-encode-region): Fix last change.
18984
18985 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18986
18987         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18988         characters as non-special.
18989
18990 2004-07-09  Simon Josefsson  <jas@extundo.com>
18991
18992         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18993         Users will lose all flag changes made while unplugged with
18994         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18995         good default.  See numerous reports on ding mailing list.
18996
18997 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18998
18999         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
19000         add generate-head-function and generate-article-function to the
19001         rfc822-forward entry.
19002         (nndoc-rfc822-forward-generate-article): New function.
19003         (nndoc-rfc822-forward-generate-head): New function.
19004
19005         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
19006
19007 2004-07-06  Dan Christensen  <jdc@uwo.ca>
19008
19009         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
19010         respect display group parameter and gnus-summary-expunge-below.
19011         (gnus-articles-to-read): Remove unused reference to display group
19012         parameter.
19013
19014 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19015
19016         * nnheader.el (nnheader-uniquify-message-id): New experimental
19017         variable.
19018         (nnheader-nov-read-message-id): Use it.
19019
19020         * spam-report.el (spam-report-gmane): Add interactive.
19021
19022 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19023
19024         * mm-encode.el (mm-content-transfer-encoding-defaults):
19025         Use qp-or-base64 for the application/* types.
19026
19027 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
19028
19029         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
19030
19031 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
19032
19033         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
19034         trim value.
19035
19036 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19037
19038         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
19039         New macro and function.
19040         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
19041
19042 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19043
19044         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
19045         after-load-alist.
19046
19047 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19048
19049         * gnus-group.el (gnus-group-get-new-news-this-group):
19050         Don't update info that isn't there.
19051
19052 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
19053
19054         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
19055         entry.
19056
19057 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19058
19059         * mm-view.el (mm-inline-render-with-function): Use multibyte
19060         buffer; decode html source by charset.
19061
19062         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
19063
19064         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
19065         Mule-UCS is loaded under XEmacs.
19066         (mm-mime-mule-charset-alist): Avoid duplicated entries.
19067
19068 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
19069
19070         * nnheader.el (nnheader-max-head-length): Increase to 8192.
19071
19072 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19073
19074         * mm-util.el (mm-coding-system-p): Return a coding-system.
19075         (mm-mime-mule-charset-alist): Use shift_jis instead of
19076         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
19077         entries for the mime charsets iso-2022-jp-3 and shift_jis.
19078         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
19079         instead of japanese-shift-jis and iso-latin-1 respectively in
19080         order to share the default value with both Emacs and XEmacs-mule.
19081         (mm-mule-charset-to-mime-charset):
19082         Make mm-coding-system-priorities effective.
19083         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
19084         while predicating of candidates upon the priorities.
19085
19086 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
19087
19088         * gnus-sum.el (gnus-summary-make-menu-bar):
19089         Add gnus-uu-invert-processable.
19090
19091         * gnus.el: Autoload gnus-uu-invert-processable.
19092
19093 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19094
19095         * mm-util.el (mm-with-multibyte-buffer): New macro.
19096
19097         * rfc2047.el (rfc2047-encode-string): Use it.
19098         (rfc2047-encode-region): Move point to the end of the region after
19099         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
19100
19101 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19102
19103         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
19104         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
19105
19106 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19107
19108         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
19109         (gnus-cite-parse): Ignore quoted envelope From_.
19110         Suggested by Karl Chen <quarl@nospam.quarl.org>.
19111
19112 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
19113
19114         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
19115         invalid addresses.
19116
19117 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
19118
19119         * spam.el: Change section markers, revise TODO list.
19120         (spam-backends): Make new master list of all installed backends.
19121         (spam-summary-exit-behavior): Add new variable to determine how
19122         messages moves are done at summary exit.
19123         (spam-move-spam-nonspam-groups-only)
19124         (spam-process-ham-in-nonham-groups)
19125         (spam-process-ham-in-spam-groups): Remove variables, the
19126         spam-summary-exit-behavior variable should be used to manage this
19127         behavior.
19128         (spam-old-ham-articles, spam-old-spam-articles): Remove.
19129         (spam-old-articles): Add variable, replacing spam-old-ham-articles
19130         and spam-old-spam-articles.
19131         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
19132         Add empty variables, placeholders for the backends they represent.
19133         (spam-set-difference): Move, unchanged.
19134         (spam-list-of-processors): Declare OBSOLETE, not used anymore
19135         unless the user has a processor variable.
19136         (spam-classifications, spam-classification-valid-p)
19137         (spam-backend-properties, spam-backend-property-valid-p)
19138         (spam-backend-function-type-valid-p)
19139         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
19140         (spam-report-articles-gmane, spam-report-articles-resend):
19141         Remove functions, they are not needed.
19142         (spam-install-backend-super, spam-backend-list)
19143         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
19144         (spam-backend-function, spam-backend-ham-registration-function)
19145         (spam-backend-spam-registration-function)
19146         (spam-backend-ham-unregistration-function)
19147         (spam-backend-spam-unregistration-function)
19148         (spam-backend-statistical-p, spam-backend-mover-p)
19149         (spam-install-backend-alias, spam-install-checkonly-backend)
19150         (spam-install-mover-backend, spam-install-nocheck-backend)
19151         (spam-install-backend, spam-install-statistical-backend)
19152         (spam-install-statistical-checkonly-backend): Add backend installation
19153         support.
19154         (spam-summary-prepare-exit): Rewrite to use the new backend code.
19155         (spam-group-processor-p): Use the new backend code and respect the
19156         summary exit behavior.
19157         (spam-mark-spam-as-expired-and-move-routine): Remove.
19158         (spam-summary-prepare): Change to use the new spam-old-articles
19159         variable.
19160         (spam-copy-or-move-routine, spam-copy-spam-routine)
19161         (spam-move-spam-routine, spam-copy-ham-routine)
19162         (spam-move-ham-routine): Add code to copy/move ham or spam.
19163         (spam-fetch-field-fast): Improve doc and code, plus allow the
19164         'number request.
19165         (spam-list-of-checks, spam-list-of-statistical-checks):
19166         Remove variables.
19167         (spam-split, spam-find-spam): Use the new backend code.
19168         (spam-registration-functions): Remove variable.
19169         (spam-unregister-routine): Add convenience wrapper.
19170         (spam-log-undo-registration, spam-register-routine)
19171         (spam-log-processing-to-registry)
19172         (spam-log-unregistration-needed-p): Rename "check" to "backend"
19173         where possible.
19174         (spam-check-gmane-xref, spam-check-regex-headers)
19175         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
19176         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
19177         (spam-check-bogofilter-headers, spam-check-spamoracle)
19178         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
19179         (spam-check-crm114-headers): Use the spam-split-group that
19180         spam-split prepares, no need to determine it every time.
19181
19182         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
19183         to the nnheader-parse-naked-head call.
19184
19185         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
19186
19187         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
19188         the nnheader-nov-read-message-id call.
19189
19190 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19191
19192         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
19193         gnus-activate-group twice.  Suggested by Markus Peter
19194         <warp@spin.de>.
19195
19196 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19197
19198         * gnus-art.el (gnus-article-time-format): Exchange the order of
19199         day and month in the default value; fix customization type.
19200         (article-date-ut): Use add-text-properties.
19201         (article-make-date-line): Use message-make-date instead of
19202         current-time-string.
19203
19204         * message.el (message-fetch-field): Don't use set-text-properties.
19205         (message-make-date): Simplify.
19206
19207         * messagexmas.el (message-xmas-make-date): New function.
19208         (message-xmas-redefine): Defalias message-make-date to it.
19209
19210 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19211
19212         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
19213         (rfc2047-encode-region): Treat text within parentheses as special;
19214         show the original text when error has occurred.
19215
19216         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
19217         already-computed method to gnus-activate-group.
19218
19219         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
19220         same select-methods identical Lisp objects.
19221
19222         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
19223         object when modifying the info.
19224
19225 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19226
19227         * gnus-srvr.el (gnus-server-set-info): Remove the server from
19228         gnus-opened-servers since it has never been opened with the new
19229         configuration yet.
19230
19231 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19232
19233         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
19234         arg to nnheader-generate-fake-message-id.
19235
19236 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
19237
19238         * nnheader.el (nnheader-generate-fake-message-id): Accept a
19239         number and build a fake message ID localized to a group and
19240         article number (so it's repeatable from that point on).
19241         (nnheader-fake-message-id-p): Change regex to accomodate new fake
19242         ID format.
19243
19244         * gnus-sum.el (gnus-get-newsgroup-headers):
19245         Call nnheader-generate-fake-message-id with the article number.
19246
19247 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
19248
19249         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
19250         end-of-buffer.
19251
19252 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19253
19254         * message.el (message-ignored-supersedes-headers): Add Approved.
19255
19256 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19257
19258         * rfc2047.el (rfc2047-encode-message-header): Remove useless
19259         goto-char.
19260         (rfc2047-encode): Fold the line before encoding.
19261
19262 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19263
19264         * rfc2047.el (rfc2047-encode-message-header): Disabled header
19265         folding -- not all headers can be folded, and this should be done
19266         by the message composition mode.  Probably.  I think.
19267
19268 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19269
19270         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
19271         fast.
19272
19273         * gnus-ems.el (gnus-remove-image): Don't use
19274         message-text-with-property; remove only the image found first.
19275
19276         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
19277         found first.
19278
19279 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
19280
19281         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
19282
19283 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19284
19285         * message.el (message-text-with-property): Make it fast and accept
19286         optional arguments.
19287         (message-strip-forbidden-properties): Use it.
19288         (message-fix-before-sending): Follow the m-t-w-p change.
19289
19290         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
19291
19292 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19293
19294         * gnus-art.el (article-hide-headers): Don't change the buffer
19295         mistakenly when performing mml-preview even if
19296         gnus-single-article-buffer is nil.
19297
19298 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
19299
19300         * message.el (message-expand-name-databases): New user option.
19301         (message-expand-name): Use it.
19302
19303 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
19304
19305         * spam.el (spam-report-articles-resend)
19306         (spam-report-resend-register-routine): Allow ham reporting.
19307         (spam-report-resend-register-ham-routine): Add wrapper.
19308         (spam-registration-functions): Add ham resending functions.
19309         (spam-list-of-processors): Add ham resend processor.
19310
19311         * gnus.el (ham-resend-to): Add new group parameter.
19312         (spam-process): Add ham resend option.
19313
19314         * spam-report.el (spam-report-resend): Allow reporting ham.
19315         (spam-report-resend-ham): Add wrapper.
19316
19317 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19318
19319         * message.el (message-cite-articles-with-x-no-archive):
19320         New variable.
19321         (message-cite-original): Use it.
19322
19323 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19324
19325         * message.el (message-cite-original): Respect X-No-Archive.
19326
19327 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19328
19329         * gnus-art.el (article-hide-headers): Refer to the values for
19330         gnus-ignored-headers and gnus-visible-headers in the summary
19331         buffer since a user may have set them as group parameters.
19332
19333 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
19334
19335         * assistant.el (assistant-node-name): Add convenience function.
19336         (assistant-render-text, assistant-render-node): Add error handling,
19337         plus handle multiple next nodes.
19338         (assistant-find-next-node): Comment out for now.
19339         (assistant-find-next-nodes): Add function, returns list of next
19340         nodes.
19341
19342 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
19343
19344         * mail-source.el (mail-source-directory): Fix doc-string.
19345
19346 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
19347
19348         * assistant.el (assistant-render-text, assistant-eval): Add :set
19349         widget type, which is different because it takes and returns a
19350         list.  Much hilarity ensues.
19351
19352 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
19353
19354         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
19355
19356         * gnus-group.el (gnus-group-get-new-news-this-group):
19357         Add doc-string.
19358
19359         * gnus-start.el (gnus-activate-group): Add doc-string.
19360
19361 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19362
19363         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
19364
19365 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
19366
19367         * assistant.el (assistant-render-text): Try to add a :set
19368         widget, more to come.
19369
19370         * spam.el (spam-group-spam-contents-p): Handle empty groupname
19371         strings.
19372         (spam-report-articles-resend)
19373         (spam-register-routine): Do registration iff any articles warrant
19374         it.
19375         (spam-summary-prepare-exit): Change log message for nil group
19376         destinations.
19377
19378 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
19379
19380         * spam.el (spam-report-resend-register-routine):
19381         Allow spam-report-resend-to to be a group parameter or a global value.
19382
19383 2004-05-26  Simon Josefsson  <jas@extundo.com>
19384
19385         * starttls.el: Merge with my GNUTLS based starttls.el.
19386         (starttls-gnutls-program, starttls-use-gnutls)
19387         (starttls-extra-arguments, starttls-process-connection-type)
19388         (starttls-connect, starttls-failure, starttls-success):
19389         New variables.
19390         (starttls-program, starttls-extra-args): Doc fix.
19391         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
19392         New functions.
19393         (starttls-negotiate, starttls-open-stream):
19394         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
19395         function if it is set.
19396
19397 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19398
19399         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
19400         structured fields.
19401
19402 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19403
19404         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
19405
19406 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
19407
19408         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19409         Add variable.
19410         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
19411         assigning the spam-mark to new messages.
19412
19413 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
19414
19415         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
19416
19417 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19418
19419         * dgnushack.el: Autoload customize-set-variable for XEmacs.
19420
19421         * rfc2047.el (rfc2047-encodable-p): Don't move point.
19422         (rfc2047-decode): Treat the ascii coding-system as raw-text by
19423         default.
19424
19425 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
19426
19427         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
19428         correct data.
19429
19430 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
19431
19432         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
19433         (spam-group-processor-p): Fix function.
19434         (spam-group-processor-multiple-p)
19435         (spam-group-spam-processor-report-gmane-p)
19436         (spam-group-spam-processor-report-resend-p)
19437         (spam-group-spam-processor-bogofilter-p)
19438         (spam-group-spam-processor-blacklist-p)
19439         (spam-group-spam-processor-ifile-p)
19440         (spam-group-ham-processor-ifile-p)
19441         (spam-group-spam-processor-spamoracle-p)
19442         (spam-group-spam-processor-crm114-p)
19443         (spam-group-ham-processor-bogofilter-p)
19444         (spam-group-spam-processor-stat-p)
19445         (spam-group-ham-processor-stat-p)
19446         (spam-group-ham-processor-whitelist-p)
19447         (spam-group-ham-processor-BBDB-p)
19448         (spam-group-ham-processor-spamoracle-p)
19449         (spam-group-ham-processor-copy-p): Remove functions with some
19450         prejudice against unneeded code.
19451         (spam-report-articles-resend)
19452         (spam-report-resend-register-routine): Allow the group/topic
19453         spam-resend-to value to override spam-report-resend-to.
19454         (spam-summary-prepare-exit): Invoke spam-group-processor-p
19455         properly now.
19456
19457         * gnus.el (spam-resend-to): Add group/topic parameter.
19458         (spam-process): Move the OBSOLETE processors to the end of the
19459         choices.
19460
19461 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
19462
19463         * spam-report.el (spam-report-resend-to, spam-report-resend):
19464         Start with resend-to set to nil, and then ask the user if necessary.
19465         (spam-report-resend): spam-report-resend takes a list of articles, not
19466         separate article numbers.
19467
19468 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19469
19470         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
19471         addition to emacs-w3m.
19472
19473 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19474
19475         * assistant.el (assistant-authinfo-data): New function.
19476         (assistant-eval): Eval for entire assistant.
19477
19478         * netrc.el (netrc-services-file): New variable.
19479         (netrc-parse-services): New function.
19480         (netrc-find-service-name): New function.
19481         (netrc-find-service-number): New function.
19482         (netrc-port-equal): New function.
19483         (netrc-machine): Use it.
19484
19485         * nnimap.el (nnimap-open-connection): Use netrc.
19486
19487         * gnus-util.el (gnus-netrc-get): Remove aliases.
19488
19489         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
19490
19491         * assistant.el (wid-edit): Fix compilation.
19492
19493         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
19494
19495 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
19496
19497         * gnus-util.el (gnus-set-file-modes): New function.  (small
19498         patch).
19499
19500 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19501
19502         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
19503
19504         * assistant.el (assistant-render-node): Fix up rendering and
19505         read-only text.
19506         (assistant-render-node): Reset.
19507         (assistant-make-read-only): Not sticky.
19508
19509 2004-05-20  Danny Siu  <dsiu@adobe.com>
19510
19511         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19512         centered even when gnus-auto-center-summary is t.
19513
19514 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19515
19516         * dns.el (dns-get-txt-answer): New function.
19517         (dns-read-txt): Ditto.
19518         (query-dns): Use it.
19519
19520 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19521
19522         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
19523         active for foreign groups even if the group level is higher than
19524         the specified value.
19525
19526 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19527
19528         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
19529         non-active groups.
19530
19531         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
19532
19533 2004-05-20  Magnus Henoch  <mange@freemail.hu>
19534
19535         * dns.el (dns-read-type): Add support for SVR.  (small patch)
19536
19537 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
19538
19539         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19540         (spam-crm114-header, spam-crm114-spam-switch)
19541         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19542         (spam-crm114-positive-spam-header)
19543         (spam-crm114-database-directory, spam-list-of-processors)
19544         (spam-group-spam-processor-crm114-p)
19545         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19546         (spam-generic-score, spam-list-of-checks)
19547         (spam-list-of-statistical-checks, spam-registration-functions)
19548         (spam-check-crm114-headers, spam-crm114-score)
19549         (spam-check-crm114, spam-crm114-register-with-crm114)
19550         (spam-crm114-register-spam-routine)
19551         (spam-crm114-unregister-spam-routine)
19552         (spam-crm114-register-ham-routine)
19553         (spam-crm114-unregister-ham-routine): Add CRM114 support.
19554         From asjo@koldfront.dk (Adam Sjøgren).
19555
19556         * gnus.el: Add spam-use-crm114.
19557
19558         * spam.el (spam-list-of-processors, spam-registration-functions):
19559         Add spam-use-resend.
19560         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19561         (spam-report-articles-gmane): Add doc fix.
19562         (spam-report-articles-resend, spam-report-resend-register-routine):
19563         Add wrappers around spam-report-resend-to.
19564
19565         * spam-report.el (spam-report-resend-to, spam-report-resend):
19566         Add support for resending spam.
19567         (spam-report-gmane): Fix line length >80.
19568
19569         * gnus.el (spam-process): Add spam-use-resend.
19570
19571 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19572
19573         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19574         number of processed spam messages.
19575         (spam-ham-copy-or-move-routine): Return the number of processed
19576         ham messages.
19577         (spam-summary-prepare-exit): Use the above values to decide
19578         whether status messages shouled be displayed.
19579
19580 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19581
19582         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19583         `rfc2047-encoding-function-alist' in order to avoid conflicting
19584         with the old version.
19585         (rfc2047-encode-region): Concatenate words containing non-ASCII
19586         characters in structured fields; don't encode space-delimited
19587         ASCII words even in unstructured fields; don't break words at
19588         char-category boundaries.
19589         (rfc2047-encode-1): New function.
19590         (rfc2047-encode): Use it; encode text so that it occupies the
19591         maximum width within 76-column; work correctly on Q encoding for
19592         iso-2022-* charsets.
19593         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19594         sure not to break a line just after the header name.
19595         (rfc2047-b-encode-region): Remove.
19596         (rfc2047-b-encode-string): New function.
19597         (rfc2047-q-encode-region): Remove.
19598         (rfc2047-q-encode-string): New function.
19599
19600         * mm-util.el (mm-replace-in-string): New function.
19601
19602 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19603
19604         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19605         Really get it right.
19606         (gnus-inews-make-draft): Really.
19607
19608 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19609
19610         * nnmh.el (nnmh-request-list-1): Don't check the link count
19611         before descending.  (small patch)
19612
19613 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19614
19615         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19616         stuff.
19617
19618         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19619         Match on real group name.
19620
19621         * gnus-art.el (gnus-signature-limit): Doc fix.
19622
19623         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19624
19625         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
19626
19627 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
19628
19629         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
19630         isn't a string.
19631
19632 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19633
19634         * gnus-draft.el (gnus-draft-send):
19635         Bind rfc2047-encode-encoded-words.
19636
19637         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19638         (rfc2047-encodable-p): Say that =? needs encoding.
19639         (rfc2047-encode-encoded-words): New variable.
19640
19641         * gnus-group.el (gnus-group-select-group): Doc fix.
19642
19643         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19644
19645         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19646         to nil.
19647
19648         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19649
19650         * nnheader.el (nnheader-get-lines-and-char): New function.
19651
19652 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19653
19654         * gnus-msg.el (gnus-summary-followup-with-original):
19655         Document yanking of region when active.
19656
19657 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19658
19659         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19660         groups if the group level is higher than the specified value.
19661
19662 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19663
19664         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19665         (gnus-group-jump-to-group): Add prefix argument using
19666         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19667         non-active group.
19668
19669         * compface.el (uncompface): Be verbose when changing
19670         `uncompface-use-external'.
19671
19672         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19673         handle manual section.
19674
19675 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19676
19677         * gnus-art.el (gnus-button-alist): Revert previous change.
19678
19679 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19680
19681         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19682
19683 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19684
19685         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19686         whether backend can accept message.
19687
19688         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19689
19690 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19691
19692         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19693         Avoid creating directory when nntp-marks-is-evil is true.
19694         Reported by Reiner Steib.
19695
19696 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19697
19698         * gnus-picon.el (gnus-picon-style): New variable.
19699         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19700         (gnus-picon-transform-address): Support `gnus-picon-style'.
19701         From Jesper Harder <harder@ifa.au.dk>.
19702
19703 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19704
19705         * message.el (message-fill-field): Return point.
19706         (message-generate-headers): Go to end of field.
19707
19708         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19709         stuff for non-living groups.
19710
19711 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19712
19713         * gnus-art.el (gnus-article-followup-with-original)
19714         (gnus-article-reply-with-original): gnus-mark-active-p ->
19715         gnus-region-active-p.
19716
19717 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19718
19719         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19720         only when there is spam or ham to be processed.
19721
19722 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19723
19724         * mail-source.el (mail-source-delete-crash-box): Refactor.
19725         (mail-source-fetch): Use it.
19726         (mail-source-fetch-file): Ditto.
19727         (mail-source-fetch-directory): Run postscript in loop.
19728         (mail-source-fetch-pop): Delete.
19729         (mail-source-fetch-maildir): Ditto.
19730         (mail-source-fetch-imap): Ditto.
19731
19732         * imap.el (imap-authenticators): Comment out sasl.
19733
19734         * message.el (message-skip-to-next-address): New function.
19735         (message-fill-header-address): Refactor.
19736         (message-fill-address): Use it.
19737         (message-delete-address): Use it.
19738         (message-fill-header-general): Refactor.
19739         (message-fill-field-address): Rename.
19740         (message-narrow-to-field): Find the start of the header.
19741         (message-header-format-alist): Don't pre-fill.
19742         (message-fill-header): Remove.
19743         (message-insert-header): New function.
19744         (message-shorten-references): Use it.
19745
19746         * rfc2047.el (rfc2047-field-value): Strip props.
19747
19748         * mail-parse.el (mail-header-make-address): New alias.
19749
19750         * ietf-drums.el (ietf-drums-make-address): New function.
19751
19752         * imap.el: Add compiler directives.
19753
19754         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19755
19756         * gnus-art.el (article-decode-idna-rhs): Don't use
19757         message-idna-inside-rhs-p.
19758
19759 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19760
19761         * message.el (message-idna-inside-rhs-p): Remove.
19762         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19763
19764         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19765         false positives.
19766
19767 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19768
19769         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19770
19771 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19772
19773         * nneething.el (nneething-file-name): Don't create spurious
19774         files.
19775
19776         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19777         (gnus-inews-do-gcc): Remove sleep.
19778
19779         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19780         part under point.
19781
19782         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19783         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19784
19785 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19786
19787         * spam.el (spam-summary-prepare-exit): Fix (length).
19788
19789 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19790
19791         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19792         as expired without moving it" message when there are spam
19793         messages left.
19794
19795 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19796
19797         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19798         header is not nil.
19799
19800 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19801
19802         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19803         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19804         (nntp-marks-changed-p): New arg SERVER.
19805         (nntp-request-update-info): Adjust caller.
19806
19807 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19808
19809         * nntp.el (nntp-save-marks): Pass missing arg.
19810
19811 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19812
19813         * nntp.el: Support marks.
19814         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19815         (nntp-marks-modtime, nntp-marks-directory): New variables.
19816         (nntp-request-set-mark, nntp-request-update-info)
19817         (nntp-possibly-create-directory, nntp-marks-changed-p)
19818         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19819         New functions.
19820
19821 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19822
19823         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19824         (gnus-xmas-redefine): Rename.
19825
19826         * gnus-score.el (gnus-score-insert-help):
19827         Use gnus-select-lowest-window.
19828
19829         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19830         appt-select-lowest-window and rename to gnus-select-lowest-window.
19831
19832         * gnus.el: do.
19833
19834 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19835
19836         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19837         encodings of MIME-encoded words, in order to improve
19838         interoperability with several broken MUAs.
19839
19840 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19841
19842         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19843         tags, only when charsets are not specified in headers.
19844         (mm-inline-text-html-render-with-w3m): Ditto.
19845
19846         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19847         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19848
19849 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19850
19851         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19852         instead of MIME-decoded from fields when checking
19853         `gnus-article-address-banner-alist'.
19854
19855 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19856
19857         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19858         description rather than subject.
19859
19860 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19861
19862         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19863
19864 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19865
19866         * gnus.el (gnus-version-number): Bump.
19867
19868 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19869
19870         * gnus.el: No Gnus v0.2 is released.
19871
19872 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19873
19874         * gnus-agent.el (gnus-agent-read-agentview):
19875         Inline gnus-uncompress-range.
19876
19877 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19878
19879         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19880         `exec-installed-p'.
19881
19882 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19883
19884         * gnus.el (spam-process, spam-autodetect-methods):
19885         Add bsfilter and bsfilter-headers.
19886
19887         * spam.el (spam-bsfilter): New customize group.
19888         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19889         (spam-bsfilter-header, spam-bsfilter-probability-header)
19890         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19891         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19892         (spam-bsfilter-database-directory): New options.
19893         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19894         (spam-list-of-statistical-checks, spam-registration-functions):
19895         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19896         (spam-bsfilter-score): New command.
19897         (spam-check-bsfilter-headers, spam-check-bsfilter)
19898         (spam-bsfilter-register-with-bsfilter)
19899         (spam-bsfilter-register-spam-routine)
19900         (spam-bsfilter-unregister-spam-routine)
19901         (spam-bsfilter-register-ham-routine)
19902         (spam-bsfilter-unregister-ham-routine): New functions.
19903         (spam-generic-score): Support bsfilter; Accept an optional argument
19904         to recalcurate spam score even if scoring header has already been
19905         added.
19906         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19907         optional argument to recalcurate spam score even if scoring header
19908         has already been added.
19909
19910 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19911
19912         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19913         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19914         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19915         link is missing.
19916
19917 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19918
19919         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19920         (html2text-get-attr): Rewrite.
19921
19922         * message.el (message-setup-1): Remove redundant put-text-property
19923         on mail-header-separator.
19924
19925 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19926
19927         * gnus-registry.el (gnus-registry-cache-whitespace)
19928         (gnus-registry-action, gnus-registry-spool-action)
19929         (gnus-registry-split-fancy-with-parent): Change message levels
19930         from 5 to 3 or 7, as needed.
19931
19932         * spam.el (spam-summary-prepare-exit)
19933         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19934         (spam-split, spam-find-spam, spam-log-undo-registration)
19935         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19936         level from 5 to 6.
19937
19938 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19939
19940         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19941         2004-03-04 change).
19942
19943 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19944
19945         * sieve-manage.el (sieve-manage-open):
19946         * nnweb.el (nnweb-insert-html):
19947         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19948         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19949         * nnspool.el (nnspool-request-group):
19950         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19951         * nnml.el (nnml-request-update-info):
19952         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19953         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19954         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19955         (nnimap-request-set-mark):
19956         * nnfolder.el (nnfolder-request-update-info):
19957         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19958         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19959         * gnus-uu.el (gnus-uu-find-articles-matching):
19960         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19961         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19962         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19963         * gnus-nocem.el (gnus-nocem-scan-groups):
19964         * gnus-int.el (gnus-start-news-server):
19965         * gnus-group.el (gnus-group-make-kiboze-group)
19966         (gnus-group-browse-foreign-server):
19967         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19968         Use mapc when appropriate.
19969
19970 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19971
19972         FIXME: Make separate entries for each person.
19973
19974         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19975         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19976         <shields@msrl.com>:
19977
19978         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19979         may need for spam sorting and scoring.
19980         (spam-user-format-function-S): Add user format function suitable for
19981         general use.
19982         (spam-article-sort-by-spam-status): Add sorting function for summary
19983         sorting.
19984         (spam-extra-header-to-number): Add function to get a score from a
19985         header.
19986         (spam-summary-score): Add function to get a numeric score from the
19987         headers.
19988         (spam-generic-score): Fix function doc, was in wrong place.
19989         (spam-initialize): Take symbols when it's run, and install the
19990         extra headers that spam-necessary-extra-headers thinks we need.
19991
19992 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19993
19994         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19995         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19996
19997 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19998
19999         * gnus-sum.el (gnus-set-global-variables)
20000         (gnus-build-all-threads, gnus-get-newsgroup-headers)
20001         (gnus-article-get-xrefs, gnus-summary-best-group)
20002         (gnus-summary-next-article, gnus-summary-enter-digest-group)
20003         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
20004         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
20005         Use with-current-buffer.
20006
20007 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
20008
20009         * spam.el (spam-summary-prepare-exit): Simplify logic.
20010         (spam-fetch-article-header): Read the article header if it's not
20011         available.
20012         (spam-list-articles): Simplify logic.
20013         (spam-filelist-register-routine): Fix bug with unregister-list.
20014
20015         * gnus-registry.el: Fix comments at beginning.
20016
20017 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
20018
20019         * message.el (message-cater-to-broken-inn): Remove.
20020         (message-shorten-references): Make sure the total folded length of
20021         References is shorter than 998 characters to cater to a bug in INN
20022         2.3.  Also, don't pretend that references aren't folded -- this
20023         hasn't worked for a while.
20024
20025 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20026
20027         * gnus-agent.el (gnus-agentize):
20028         gnus-agent-send-mail-real-function no longer set to current value
20029         of message-send-mail-function but rather a lambda that calls
20030         message-send-mail-function.  The change makes the agent real-time
20031         responsive to user changes to message-send-mail-function.
20032
20033 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20034
20035         * legacy-gnus-agent.el
20036         (gnus-agent-convert-to-compressed-agentview): Fix typos with
20037         help from Florian Weimer <fw@deneb.enyo.de>
20038
20039 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20040
20041         * nnmail.el (nnmail-cache-insert): Revert last change.
20042
20043 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20044
20045         * nnmail.el (nnmail-cache-insert): Always check whether
20046         nnmail-cache-ignore-groups matches a group name.
20047
20048 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
20049
20050         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
20051         (spam-find-spam, spam-log-processing-to-registry)
20052         (spam-log-registered-p, spam-log-unregistration-needed-p)
20053         (spam-log-undo-registration): Use gnus-message instead of
20054         gnus-error, none of these errors are fatal.
20055
20056         * gnus-registry.el (gnus-registry-clean-empty-function)
20057         (gnus-registry-clean-empty): Remove only empty entries without
20058         extra data.
20059
20060 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
20061
20062         * spam-stat.el (spam-stat-buffer-change-to-spam)
20063         (spam-stat-buffer-change-to-non-spam): Change (error) to
20064         (gnus-message 8) invocation.
20065
20066 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20067
20068         * nntp.el (nntp-via-netcat-command): New variable.
20069         (nntp-via-netcat-switches): New variable.
20070         (nntp-open-via-rlogin-and-netcat): New function.
20071         (nntp-open-connection-function): Doc fix.
20072         (nntp-telnet-command): Doc fix.
20073         (nntp-end-of-line): Doc fix.
20074         (nntp-via-rlogin-command): Doc fix.
20075         (nntp-via-user-name): Doc fix.
20076         (nntp-via-address): Doc fix.
20077
20078 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20079
20080         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
20081         error in Emacs 21.1.
20082
20083 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
20084
20085         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
20086
20087 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20088
20089         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
20090         (gnus-agent-with-refreshed-group): New macro.
20091         (gnus-agent-rename-group): New function.
20092         (gnus-agent-delete-group): New function.
20093         (gnus-agent-save-group-info): Use gnus-command-method when
20094         `method' parameter is nil.  Don't write nil entries into the
20095         active file.
20096         (gnus-agent-get-group-info): New function.
20097         (gnus-agent-fetch-articles):
20098         Use gnus-agent-update-files-total-fetched-for to increment disk space
20099         used.
20100         (gnus-agent-fetch-headers, gnus-agent-save-alist):
20101         Use gnus-agent-update-view-total-fetched-for to increment disk space
20102         used.
20103         (gnus-agent-get-local): Add optional parameters to avoid calling
20104         gnus-group-real-name and gnus-find-method-for-group.
20105         (gnus-agent-set-local): Delete stored entry if either min, or max,
20106         are nil.
20107         (gnus-agent-fetch-session): Reworded error/quit messages.
20108         On quit, use gnus-agent-regenerate-group to record existance of any
20109         articles fetched to disk before the quit occurred.
20110         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
20111         gnus-agent-update-view-total-fetched-for, and
20112         gnus-agent-update-files-total-fetched-for to decrement disk space
20113         used.
20114         (gnus-agent-retrieve-headers):
20115         Use gnus-agent-update-view-total-fetched-for to increment disk space
20116         used.
20117         (gnus-agent-regenerate-group): Replace gnus-group-update-group
20118         with gnus-agent-update-files-total-fetched-for to decrement disk
20119         space and fresh group buffer.
20120         (gnus-agent-inhibit-update-total-fetched-for): New variable.
20121         (gnus-agent-need-update-total-fetched-for): New variable.
20122         (gnus-agent-update-files-total-fetched-for): New function.
20123         (gnus-agent-update-view-total-fetched-for): New function.
20124         (gnus-agent-total-fetched-for): New function.
20125
20126         * gnus-cache.el (gnus-cache-save-buffers):
20127         Use gnus-cache-update-overview-total-fetched-for to change disk space
20128         used by this group.
20129         (gnus-cache-possibly-enter-article):
20130         Use gnus-cache-update-file-total-fetched-for to increment disk space
20131         used by this group.
20132         (gnus-cache-possibly-remove-article):
20133         Use gnus-cache-update-file-total-fetched-for to decrement disk space
20134         used by this group.
20135         (gnus-cache-generate-nov-databases): Purge total fetched cache.
20136         (gnus-cache-rename-group): New function.
20137         (gnus-cache-delete-group): New function.
20138         (gnus-cache-inhibit-update-total-fetched-for): New variable.
20139         (gnus-cache-need-update-total-fetched-for): New variable.
20140         (gnus-cache-with-refreshed-group): New macro.
20141         (gnus-cache-update-file-total-fetched-for): New function.
20142         (gnus-cache-update-overview-total-fetched-for): New function.
20143         (gnus-cache-rename-group-total-fetched-for): New function.
20144         (gnus-cache-delete-group-total-fetched-for): New function.
20145         (gnus-cache-total-fetched-for): New function.
20146
20147         * gnus-group.el: Require gnus-sum and autoload functions to
20148         resolve warnings when gnus-group.el compiled alone.
20149         (gnus-group-line-format): Documented new %F.
20150         (size of Fetched data) group line format; identifies disk space
20151         used by agent and cache.
20152         (gnus-group-line-format-alist): Defined new F format.
20153         (gnus-total-fetched-for): New function.
20154         (gnus-group-delete-group): No longer update
20155         gnus-cache-active-altered as gnus-request-delete-group now keeps
20156         the cache in sync.
20157         (gnus-group-list-active): Let the agent store a server's active
20158         list if currently plugged.
20159
20160         * gnus-int.el (gnus-request-delete-group):
20161         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
20162         local disk in sync with the server.
20163         (gnus-request-rename-group):
20164         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
20165         local disk in sync with the server.
20166
20167         * gnus-start.el (gnus-get-unread-articles):
20168         Cosmetic simplification to logic.
20169
20170         * gnus-util.el (gnus-rename-file): New function.
20171
20172 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
20173
20174         * mm-util.el (mm-image-load-path): Handle nil in load-path.
20175
20176 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
20177
20178         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
20179         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
20180
20181 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
20182
20183         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
20184         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
20185
20186 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
20187
20188         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
20189
20190 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
20191
20192         * spam.el (spam-set-difference): Add function to replace
20193         gnus-set-difference in spam.el.
20194         (spam-summary-prepare-exit): Use spam-set-difference.
20195
20196 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
20197
20198         * gnus-registry.el (gnus-registry-cache-file): Update to use
20199         gnus-dribble-directory OR gnus-home-directory OR ~.
20200         (gnus-registry-split-fancy-with-parent): Fix doc.
20201
20202 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20203
20204         * message.el (message-exchange-point-and-mark):
20205         Use message-mark-active-p.  Suggested by Jesper Harder
20206         <harder@ifa.au.dk>.
20207
20208 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20209
20210         * message.el (message-exchange-point-and-mark): Don't activate
20211         region if it was inactive.  Suggested by Hiroshi Fujishima
20212         <pooh@nature.tsukuba.ac.jp>.
20213
20214 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20215
20216         * gnus-art.el (article-display-face): Display Faces in the same
20217         order as X-Faces.
20218
20219 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20220
20221         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
20222
20223 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20224
20225         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
20226         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
20227         (gnus-article-mime-hierarchy): Remove.
20228         (gnus-article-mime-hierarchy-next): Remove.
20229         (gnus-article-mode): Revert 2004-03-19 change.
20230         (gnus-article-setup-buffer): Revert 2004-03-19 change.
20231         (gnus-insert-mime-button): Revert 2004-03-19 change.
20232         (gnus-mime-accumulate-hierarchy): Remove.
20233         (gnus-mime-enter-multipart): Remove.
20234         (gnus-mime-leave-multipart): Remove.
20235         (gnus-mime-display-part): Revert 2004-03-19 change.
20236         (gnus-mime-display-alternative): Revert 2004-03-19 change.
20237
20238         * mml.el (mml-preview): Revert 2004-03-19 change.
20239
20240 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
20241
20242         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
20243
20244 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20245
20246         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
20247         t while entering a file name using the mm-with-multibyte macro.
20248         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20249
20250         * mm-util.el (mm-with-multibyte): New macro.
20251
20252 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20253
20254         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
20255         New user option.
20256         (gnus-mime-multipart-functions): Doc and customization fix.
20257         (gnus-article-mime-hierarchy): New variable.
20258         (gnus-article-mime-hierarchy-next): New variable.
20259         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
20260         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
20261         gnus-article-mime-hierarchy-next to nil.
20262         (gnus-insert-mime-button): Show hierarchy numbers.
20263         (gnus-mime-accumulate-hierarchy): New function.
20264         (gnus-mime-enter-multipart): New function.
20265         (gnus-mime-leave-multipart): New function.
20266         (gnus-mime-display-part): Recompute hierarchical MIME structure.
20267         (gnus-mime-display-alternative): Show hierarchy numbers.
20268
20269         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
20270         gnus-article-mime-hierarchy-next to nil.
20271
20272 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
20273
20274         * dns.el: Don't require gnus-xmas.
20275
20276 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
20277
20278         * mml.el (mml-generate-mime-1): Don't use format=flowed with
20279         inline PGP.
20280         (mml-menu): Disable mml-quote-region if mark is inactive.
20281
20282 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20283
20284         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
20285         when the group's active is not available.
20286
20287 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20288
20289         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
20290         error.
20291
20292 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
20293
20294         * imap.el (imap-store-password): New variable.
20295         (imap-interactive-login): Use it.
20296         Suggested by Mark Plaksin <happy@mcplaksin.org>.
20297
20298 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20299
20300         * gnus-art.el (gnus-article-read-summary-keys): Restore new
20301         window-start and hscroll to summary window.
20302
20303 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20304
20305         * gnus-start.el (gnus-convert-old-newsrc): Only write the
20306         conversion message to newsrc-dribble when an actual conversion is
20307         performed.
20308
20309 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
20310
20311         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
20312
20313 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20314
20315         * mm-decode.el (mm-complicated-handles): New function reviving
20316         former definition of mm-multiple-handles.
20317
20318         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
20319         (gnus-mime-delete-part): Use it.
20320
20321 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20322
20323         * gnus-agent.el (gnus-agent-read-local):
20324         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
20325         avoid the implicit assumption that they will always be equal.
20326         (gnus-agent-save-local): Bind buffer-file-coding-system, not
20327         coding-system-for-write, as the with-temp-file macro first prints
20328         to a buffer then saves the buffer.
20329
20330 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20331
20332         * gnus-art.el (gnus-article-edit-part): New function.
20333         (gnus-mime-save-part-and-strip): Use it; do query instead of
20334         signaling an error; don't use mm-multiple-handles.
20335         (gnus-mime-delete-part): Ditto.
20336
20337 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20338
20339         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
20340         old file versions.
20341         (gnus-group-prepare-hook): Remove function that converted list
20342         form of gnus-agent-expire-days to group properties.
20343
20344         * gnus-int.el: Autoload gnus-agent-regenerate-group.
20345         (gnus-request-accept-article): Re-indented.
20346
20347         * gnus-start.el (gnus-convert-old-newsrc): Registered new
20348         converters to handle old agent file formats.  Add logic for a
20349         "backup before upgrading warning".
20350         (gnus-convert-mark-converter-prompt): Developers can mark
20351         functions as needing (default), or not needing,
20352         gnus-convert-old-newsrc's "backup before upgrading warning".
20353         (gnus-convert-converter-needs-prompt): Tests whether the user
20354         should be protected from potentially irreversable changes by the
20355         function.
20356
20357         * legacy-gnus-agent.el: New.  Provides converters that are only
20358         loaded when gnus-convert-old-newsrc needs to call them.
20359
20360 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20361
20362         * mail-source.el (mail-source-touch-pop): Doc fix.
20363
20364         * message.el (message-smtpmail-send-it): Doc fix.
20365
20366 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
20367
20368         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
20369
20370         * nnmail.el (nnmail-split-fancy): do.
20371
20372         * gnus-kill.el (gnus-kill, gnus-execute): do.
20373
20374 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
20375
20376         * gnus-sum.el (gnus-widget-reversible-match)
20377         (gnus-widget-reversible-to-internal)
20378         (gnus-widget-reversible-to-external): New functions.
20379         (gnus-widget-reversible): New widget.
20380         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
20381
20382 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
20383
20384         * gnus-sum.el (gnus-thread-sort-functions)
20385         (gnus-article-sort-functions): Document `(not F)' items.
20386
20387 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
20388
20389         * spam.el (spam-use-gmane-xref): Add new backend.
20390         (spam-gmane-xref-spam-group): Add variable to control the name of the
20391         Gmane spam group.
20392         (spam-blackhole-servers, spam-blackhole-good-server-regex)
20393         (spam-regex-headers-spam, spam-regex-headers-ham)
20394         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
20395         (spam-list-of-checks): Add spam-use-gmane-xref to list of
20396         backends and checks.
20397         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
20398
20399         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
20400         an autodetect method.
20401
20402 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20403
20404         * gnus-int.el (gnus-request-accept-article): Inform the agent that
20405         articles are being added to a group.
20406         (gnus-request-replace-article): Inform the agent that articles
20407         need to be uncached as the cached contents are no longer valid.
20408
20409 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20410
20411         * binhex.el: Don't autoload executable-find.
20412
20413         * canlock.el: Don't autoload mail-fetch-field.
20414
20415         * dgnushack.el: Autoload c-mode for XEmacs.
20416
20417         * gnus-ems.el: Don't autoload appt-select-lowest-window.
20418
20419         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
20420         rmail-dont-reply-to and rmail-output.
20421
20422         * gnus-score.el: Don't autoload ffap-string-at-point.
20423
20424         * gnus-setup.el: Don't autoload sc-cite-original.
20425
20426         * imap.el: Don't autoload base64-decode-string,
20427         base64-encode-string and md5.
20428
20429         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
20430         and rmail-msg-restore-non-pruned-header.
20431
20432         * mm-decode.el: Don't autoload executable-find.
20433
20434         * mm-url.el: Don't autoload executable-find.
20435
20436         * mm-view.el: Don't autoload diff-mode.
20437
20438         * nndb.el: Don't autoload news-reply-mode, news-setup,
20439         cancel-timer and telnet.
20440
20441         * password.el: Don't autoload run-at-time for Emacs.
20442
20443         * sha1-el.el: Don't autoload executable-find.
20444
20445         * sieve-mode.el: Don't autoload c-mode.
20446
20447         * uudecode.el: Don't autoload executable-find.
20448
20449 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20450
20451         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
20452         (gnus-agent-possibly-alter-active): Avoid null in numeric
20453         comparison.
20454         (gnus-agent-set-local): Refuse to save null in local object table.
20455         (gnus-agent-regenerate-group): The REREAD parameter can now be a
20456         list of articles that will be marked as unread.
20457
20458 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20459
20460         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
20461
20462 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
20463
20464         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
20465         language tags.
20466
20467 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
20468
20469         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
20470         Don't bind "obarray".
20471
20472         * gnus-sum.el (gnus-thread-sort-functions):
20473         Add `gnus-thread-sort-by-most-recent-number' and
20474         `gnus-thread-sort-by-most-recent-date'.
20475         Reported by Kai Grossjohann <kai@emptydomain.de>.
20476
20477 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20478
20479         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
20480
20481 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20482
20483         * gnus-cus.el (gnus-agent-customize-category):
20484         Remove ignore-errors macro reference that required cl to be loaded at
20485         run-time.
20486
20487         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
20488         single-interval range of the form (min . max).  Previously the
20489         range had to look like ((min . max)).  Likewise, return
20490         (min . max) rather than ((min . max)).
20491         (gnus-range-map): Use gnus-range-normalize to accept
20492         single-interval range.
20493
20494         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20495         the cache, but not the agent, now appear with their usual face.
20496
20497         * dgnushack.el (loaddir): New variable that is bound to the
20498         directory containing the dgnushack.el file. Use loaddir, rather
20499         than srcdir, to update load-path. Change lets dgnushack compile
20500         code in directories other than GNUS/lisp.
20501
20502 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20503
20504         * lpath.el: Don't bind w3m-safe-url-regexp.
20505
20506         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20507         w3m-safe-url-regexp variable buffer-local.
20508
20509         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20510
20511 2004-02-27  Simon Josefsson  <jas@extundo.com>
20512
20513         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20514         gnus-group-real-prefix.
20515         (gnus-summary-move-article): Use it, instead of
20516         gnus-group-real-prefix.
20517
20518 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20519
20520         * lpath.el: Bind w3m-safe-url-regexp.
20521
20522         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
20523         w3m-safe-url-regexp variable buffer-local and set it as the value
20524         of mm-w3m-safe-url-regexp.
20525
20526         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20527
20528         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
20529         parsing gnus-posting-styles when the message is not for replying.
20530
20531         * dgnushack.el: Autoload sgml-mode for XEmacs.
20532
20533         * nnrss.el (nnrss-opml-export):
20534         Use mm-set-buffer-file-coding-system instead of
20535         set-buffer-file-coding-system.
20536
20537 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
20538
20539         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20540         of checkdoc.el).
20541         * nnrss.el: do.
20542         * gnus-mlspl.el: do.
20543         * gnus-ml.el: do.
20544         * gnus-srvr.el: do.
20545
20546         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20547
20548 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
20549
20550         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20551         Corrections to custom-manual links.
20552
20553         * gnus-art.el (gnus-article): Ditto.
20554
20555         * mm-decode.el (mime-display, mime-security): Ditto.
20556
20557 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20558
20559         * flow-fill.el: Typo.
20560
20561 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
20562
20563         * spam-wash.el: New file.
20564
20565 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
20566
20567         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20568
20569 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
20570
20571         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20572         to be run with new-articles as LIST1, not LIST2.
20573         (spam-registration-functions): Add spam-use-ham-copy as a nil
20574         registration backend.
20575
20576 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20577
20578         * spam-stat.el (spam-stat-washing-hook): New option.
20579         (spam-stat-buffer-words): Use it.
20580         (spam-stat-process-directory, spam-stat-test-directory):
20581         Use insert-file-contents-literally.
20582         (spam-stat-coding-system): New variable.
20583         (spam-stat-load, spam-stat-save): Use it.
20584
20585 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20586
20587         * spam-report.el (spam-report-plug-agent):
20588         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20589
20590 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20591
20592         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20593         Allow / in mailto URLs.
20594
20595 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20596
20597         * spam-report.el (spam-report-process-queue): Fix interactive use.
20598         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20599         (spam-report-unplug-agent): Doc fixes.
20600         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20601         (spam-report-agentize, spam-report-deagentize): Autoload.
20602
20603 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20604
20605         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
20606
20607         * message.el (message-setup-fill-variables): Add mml tags to
20608         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20609         <ajk@iu.edu>.
20610         (message-mode): Don't modify paragraph-separate there.
20611
20612 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20613
20614         * compface.el (uncompface-use-external): Default to undecided.
20615         (uncompface-use-external-threshold): New variable.
20616         (uncompface-float-time): New macro.
20617         (uncompface): Determine whether to use the external decoder if
20618         uncompface-use-external is undecided.
20619
20620 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20621
20622         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20623         after images.
20624
20625         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20626
20627 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20628
20629         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20630
20631         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20632
20633         * gnus-sum.el (gnus-summary-limit-to-age)
20634         (gnus-summary-limit-children): do.
20635
20636         * gnus-int.el (gnus-request-scan): do.
20637
20638         * gnus-group.el (gnus-group-suspend): do.
20639
20640         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20641
20642         * gnus-cite.el (gnus-cite-parse-attributions): do.
20643
20644         * gnus-agent.el (gnus-summary-set-agent-mark)
20645         (gnus-agent-regenerate-group): do.
20646
20647         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20648
20649         * binhex.el (binhex-decode-region-internal): do.
20650
20651 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20652
20653         * gnus-fun.el (gnus-face-properties-alist): New user option.
20654         (gnus-display-x-face-in-from): Use it.
20655
20656         * gnus-art.el (article-display-face): Ditto.
20657
20658         * compface.el (uncompface-use-external): Default to nil.
20659
20660 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20661
20662         * nntp.el (nntp-erase-buffer): New function.
20663         (nntp-retrieve-data, nntp-send-command)
20664         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20665         (nntp-possibly-change-group): Use it.
20666
20667         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20668         Use with-current-buffer.
20669
20670 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20671
20672         * compface.el: Merge the ELisp-based uncompface program.
20673         (compface): New customization group.
20674         (uncompface-use-external): New user option.
20675         (uncompface): Call uncompface-internal if uncompface-use-external
20676         is nil.
20677         (uncompface-internal): New function.  Note that there are also
20678         some other functions and variables added for this function.
20679
20680 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20681
20682         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20683         if necessary.
20684
20685 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20686
20687         * spam-report.el (spam-report-unplug-agent)
20688         (spam-report-plug-agent, spam-report-deagentize)
20689         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20690         Add support for the Agent in spam-report: when unplugged, report to a
20691         file; when plugged, submit all the requests.
20692
20693         * spam.el (spam-register-routine): Fix message about
20694         registration.
20695
20696 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20697
20698         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20699         dependencies.
20700         (rfc2047-encode): Use it.
20701
20702         * gnus-art.el (gnus-button-marker-list): Move before first
20703         reference.
20704
20705         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20706         (imap-parse-body): Fix format string mismatch.
20707
20708         * gnus-score.el (gnus-summary-increase-score): do.
20709
20710         * nnrss.el (nnrss-close): New function.
20711
20712 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20713
20714         * nnrss.el (nnrss-make-filename): New function.
20715         (nnrss-request-delete-group, nnrss-read-server-data)
20716         (nnrss-save-server-data, nnrss-read-group-data)
20717         (nnrss-save-group-data): Use it.
20718         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20719         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20720         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20721
20722 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20723
20724         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20725
20726 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20727
20728         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20729         files.
20730
20731         * message.el (message-generate-headers-first): Don't quote nil
20732         and t in docstrings.
20733
20734         * imap.el (imap-id): do.
20735
20736         * gnus-agent.el (gnus-agent-consider-all-articles)
20737         (gnus-agent-queue-mail): do.
20738
20739 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20740
20741         * spam-report.el (spam-report-process-queue): New function.
20742         Process requests from `spam-report-requests-file'.
20743         (spam-report-process-queue): Doc fix.
20744
20745 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20746
20747         * spam.el (spam-register-routine)
20748         (spam-log-processing-to-registry, spam-log-registered-p)
20749         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20750         Change "check" to "spam-check" for semi-clarity.
20751
20752 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20753
20754         * pop3.el: Require nnheader.
20755
20756         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20757
20758         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20759
20760         * gnus-picon.el: Require cl.
20761
20762         * gnus-fun.el: Require gnus-ems and gnus-util.
20763
20764         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20765
20766         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20767
20768         * gnus-art.el (gnus-article-edit-mode): Define before first
20769         reference.
20770
20771 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20772
20773         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20774         (gnus-uu-post-encoded): Use point-at-bol.
20775
20776         * gnus-topic.el (gnus-group-active-topic-p): do.
20777
20778         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20779
20780         * gnus-group.el (gnus-group-kill-region): do.
20781
20782         * gnus-art.el (article-date-ut): do.
20783
20784         * message.el (message-fetch-field): Remove redundant
20785         case-fold-search binding.
20786         (message-narrow-to-field): Simplify.
20787
20788 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20789
20790         * spam.el (spam-directory): Derive from `gnus-directory'.
20791
20792         * spam-report.el (spam-report-url-to-file)
20793         (spam-report-requests-file): New function and variable for offline
20794         reporting.
20795         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20796         and user defined function.
20797         (spam-report-url-ping-mm-url): Remove doubled slash.
20798
20799 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20800
20801         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20802
20803 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20804
20805         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20806         Fix format string mismatch.
20807
20808         * sieve.el (sieve-deactivate-all): do.
20809
20810         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20811
20812         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20813
20814         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20815
20816         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20817
20818 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20819
20820         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20821         the list of checks.
20822
20823 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20824
20825         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20826         padding.
20827
20828 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20829
20830         * mm-view.el (mm-fill-flowed): New variable.
20831         (mm-inline-text): Use it.
20832
20833 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20834
20835         * spam.el (spam-spamassassin-register-ham-routine)
20836         (spam-spamassassin-register-spam-routine): Fix function names.
20837
20838 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20839
20840         * gnus.el (gnus-tmp-grouplens): Remove.
20841         (gnus-summary-line-format): Remove grouplens.
20842
20843         * gnus-group.el (gnus-group-line-format): Ditto.
20844
20845         * gnus-spec.el (gnus-format-specs): Ditto.
20846         (gnus-update-format-specifications): Flush the group format spec
20847         cache if there's the grouplens stuff.
20848         (gnus-parse-simple-format): Replace %l with the empty string.
20849
20850 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20851
20852         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20853         omission.
20854
20855 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20856
20857         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20858         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20859
20860 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20861
20862         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20863         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20864         New macros and functions.
20865         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20866         Handle > NLINK_MAX messages.
20867         * nnmaildir.el (nnmaildir-request-set-mark):
20868         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20869
20870 2004-01-25  Alex Schroeder  <alex@gnu.org>
20871
20872         * spam-stat.el (spam-stat-process-directory-age): New option.
20873         (spam-stat-process-directory): Use it.
20874
20875 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20876
20877         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20878         (spam-stat-save): Accept prefix argument.
20879
20880 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20881
20882         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20883         links" error.
20884
20885 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20886
20887         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20888         the rest of the and/or forms.
20889
20890 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20891
20892         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20893         compatibility with old .newsrc.eld files.
20894
20895         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20896
20897         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20898
20899         * gnus-start.el (gnus-1): do.
20900
20901         * gnus-group.el (gnus-group-line-format-alist): do.
20902
20903         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20904
20905         * gnus-gl.el: Remove.
20906
20907 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20908
20909         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20910         marks consisting of a single range {for example, (3 . 5)} rather
20911         than a list of a single range { ((3 . 5)) }.
20912
20913 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20914
20915         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20916         Use with-current-buffer.
20917         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20918         avoid consing a string.
20919
20920         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20921         Remove obsolete entries for big5 and gb2312.
20922
20923 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20924
20925         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20926         uncompressed list.
20927
20928 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20929
20930         * spam-stat.el (spam-stat-strip-xref): New function.
20931         (spam-stat-process-directory): Use it.
20932
20933         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20934         here -- it's done in message-fetch-field.
20935
20936 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20937
20938         * gnus-agent.el (gnus-agent-queue-mail)
20939         (gnus-agent-prompt-send-queue): New variables.
20940         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20941         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20942         "nndraft:queue" along to gnus-draft-send.
20943         Use gnus-agent-prompt-send-queue.
20944         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20945         is "nndraft:queue".  Suggested by Gaute Strokkenes
20946         <gs234@srcf.ucam.org>
20947
20948         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20949         (agent-enable-undownloaded-faces): Add.
20950         (gnus-agent-cat-groups): Use eval-and-compile, not
20951         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20952         method of gnus-agent-cat-groups even when the buffer has been
20953         evaled.
20954         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20955         delete gnus-agent-save-active-1.
20956         (gnus-agent-save-groups): Delete.  Identical to
20957         gnus-agent-save-active.
20958         (gnus-agent-write-active): No longer adjust agent's copy of active
20959         file as agent's adjustments are now stored in their own
20960         file.  Remove optional parameter.
20961         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20962         servers.  Add use of min/max range limits from server's local
20963         file.
20964         (gnus-agent-save-alist): Remove unused optional argument.
20965         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20966         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20967         (gnus-agent-set-local): A per-server file that keeps min/max range
20968         limits for articles known to the agent.  Provides a fast mechanism
20969         for altering many active ranges.
20970         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20971         active file (local makes it unnecessary).
20972         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20973
20974         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20975         (agent-enable-undownloaded-faces): Add.
20976
20977         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20978         disable it when sending to "nndraft:queue".
20979         (gnus-group-send-queue): Add safety check to avoid sending queue
20980         when unplugged.
20981
20982         * gnus-group.el (gnus-group-catchup): Use new
20983         gnus-sequence-of-unread-articles, not
20984         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20985         numbers of articles.  Use gnus-range-map to avoid having to
20986         uncompress the unread list.
20987         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20988         Fix invalid ange-ftp reference.
20989
20990         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20991         (gnus-sorted-range-intersection): Intersection of two ranges
20992         without requiring that they first be uncompressed.
20993
20994         * gnus-start.el (gnus-activate-group): Unless blocked by the
20995         caller, possibly expand the active range to include both cached
20996         and agentized articles.
20997         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20998         multiple version-dependent converters.
20999         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
21000         gnus-agent-save-active.
21001         (gnus-save-newsrc-file): Save dirty agent range limits.
21002
21003         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
21004         gnus-agent-possibly-alter-active.
21005         (gnus-adjust-marked-articles): Faster handling of simple lists.
21006
21007 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
21008
21009         * spam-stat.el (spam-stat-test-directory): New optional argument
21010         displays a list of files detected.  Suggested by Andrew Cohen
21011         <cohen@andy.bu.edu>.
21012         (spam-stat-buffer-words-with-scores): Don't narrow and change
21013         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
21014
21015 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
21016
21017         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
21018         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
21019         (spam-spamassassin-arguments)
21020         (spam-spamassassin-spam-flag-header)
21021         (spam-spamassassin-positive-spam-flag-header)
21022         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
21023         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
21024         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
21025         (spam-list-of-processors, spam-list-of-checks)
21026         (spam-list-of-statistical-checks, spam-registration-functions)
21027         (spam-check-spamassassin-headers, spam-check-spamassassin)
21028         (spam-spamassassin-score)
21029         (spam-spamassassin-register-with-sa-learn)
21030         (spam-spamassassin-register-spam-routine)
21031         (spam-spamassassin-register-ham-routine)
21032         (spam-assassin-register-spam-routine)
21033         (spam-assassin-register-ham-routine): Add SpamAssassin support.
21034         (spam-bogofilter-score): Fix to show article before scoring.
21035
21036 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
21037
21038         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
21039         default scoring function.
21040         (spam-generic-score): Call spam-spamassassin-score if
21041         spam-use-spamassassin or spam-use-spamassassin-headers is on;
21042         spam-bogofilter-score otherwise.
21043
21044         * gnus.el (spam-process, spam-autodetect-methods):
21045         Add spamassassin and spamassassin-headers.
21046
21047 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
21048
21049         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21050         Suppress unnecessary messages.
21051
21052 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
21053
21054         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
21055         make-hash-table.
21056
21057 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21058
21059         * canlock.el (base64-encode-string): Don't autoload it.
21060
21061 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21062
21063         * run-at-time.el: Remove useless (require 'itimer),
21064         eval-and-compile and (featurep 'xemacs).
21065
21066 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
21067
21068         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
21069         GROUP is a virtual group.
21070
21071 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
21072
21073         * gnus.el: Autoload `message-y-or-n-p'.
21074
21075 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
21076
21077         * pgg-parse.el: Remove unnecessary (require 'custom).
21078
21079         * pgg-def.el: do.
21080
21081         * nnmail.el: do.
21082
21083         * gnus-undo.el: do.
21084
21085         * gnus-picon.el: do.
21086
21087         * gnus-util.el: do.
21088
21089 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
21090
21091         * gnus-sum.el (gnus-pick-line-number): Add autoload.
21092
21093 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21094
21095         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
21096         handle, as well as a list.
21097
21098         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
21099         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
21100         (mm-w3m-cid-retrieve): Simplify.
21101
21102 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
21103
21104         * message.el (message-kill-to-signature): Allow prefix arg to
21105         specify number of lines to keep before signature.
21106
21107 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
21108
21109         * message.el (message-kill-to-signature): Change docstring.
21110
21111 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21112
21113         * canlock.el: Always require sha1-el.
21114         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
21115
21116         * message.el: Autoload sha1 only when compiling.
21117
21118         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
21119         eudc-expand-inline for XEmacs.
21120
21121 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21122
21123         * message.el (message-canlock-generate): Require sha1-el.
21124
21125 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
21126
21127         * message.el (message-expand-name): Silence the byte compiler.
21128
21129         * lpath.el: Add detect-coding-system.
21130
21131         * dgnushack.el (dgnushack-compile): Remove obsolete check for
21132         cus-edit.
21133
21134 2004-01-13  Simon Josefsson  <jas@extundo.com>
21135
21136         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
21137         Invoke gnus-score-mode.
21138         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
21139
21140         * gnus-range.el (gnus-compress-sequence): Doc fix.
21141         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
21142
21143 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21144
21145         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
21146
21147 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
21148
21149         * spam.el (spam-get-article-as-string): Update to use
21150         gnus-request-article-this-buffer, much simpler.
21151         (spam-get-article-as-buffer): Remove.
21152
21153 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
21154
21155         * message.el (message-expand-name): Use EUDC if the user uses that.
21156
21157 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21158
21159         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
21160         character for the encoding to avoid consing a string.
21161
21162         * rfc2047.el (rfc2047-decode-string): Don't cons a string
21163         unnecessarily.
21164
21165         * mm-util.el (mm-replace-chars-in-string): Remove.
21166
21167         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
21168         of mm-replace-chars-in-string.
21169
21170 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
21171
21172         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
21173
21174         * mm-util.el (mm-subst-char-in-string): Support inplace.
21175
21176         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
21177         a new string in every iteration.  Use shy groups.
21178
21179 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
21180
21181         * gnus-srvr.el (gnus-browse-unsubscribe-group):
21182         * gnus-soup.el (gnus-soup-group-brew):
21183         * gnus-msg.el (gnus-put-message):
21184         * gnus-move.el (gnus-group-move-group-to-server):
21185         * gnus-kill.el (gnus-batch-score):
21186         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
21187         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
21188         (gnus-group-update-group, gnus-group-read-group)
21189         (gnus-group-make-group, gnus-group-make-help-group)
21190         (gnus-group-make-archive-group, gnus-group-make-directory-group)
21191         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
21192         (gnus-group-sort-by-unread, gnus-group-catchup)
21193         (gnus-group-unsubscribe-group, gnus-group-kill-group)
21194         (gnus-group-yank-group, gnus-group-set-info)
21195         (gnus-group-list-groups):
21196         * gnus.el (gnus-generate-new-group-name):
21197         * gnus-delay.el (gnus-delay-send-queue):
21198         * nnvirtual.el (nnvirtual-catchup-group):
21199         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
21200         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
21201         (gnus-group-prepare-topics, gnus-topic-check-topology):
21202         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
21203         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
21204         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
21205         (gnus-group-make-articles-read):
21206         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
21207         (gnus-group-change-level, gnus-kill-newsgroup)
21208         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
21209         (gnus-get-unread-articles, gnus-make-articles-unread)
21210         (gnus-make-ascending-articles-unread): Use accessor
21211         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
21212         to get group information for improved readability.
21213
21214
21215 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21216
21217         * gnus-art.el (article-decode-mime-words, article-babel)
21218         (gnus-article-highlight-signature, gnus-article-add-buttons)
21219         (gnus-signature-toggle): Use gnus-with-article-buffer.
21220
21221         * gnus-art.el (gnus-article-highlight-headers)
21222         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
21223
21224         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
21225         (gnus-article-set-globals, gnus-request-article-this-buffer)
21226         (gnus-button-message-id, gnus-article-maybe-hide-headers)
21227         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
21228         (gnus-mime-display-alternative): Use with-current-buffer.
21229
21230 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21231
21232         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
21233         also under 80 char limit, and call gnus-error if needed.
21234         (spam-fetch-article-header): Fix - it was a
21235         buffer-local variable (gnus-newsgroup-data).
21236         (spam-find-spam): Use spam-generate-fake-headers, forget about
21237         spam-insert-fake-headers.
21238         (spam-insert-fake-headers): Remove.
21239
21240 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21241
21242         * deuglify.el (gnus-article-outlook-unwrap-lines)
21243         (gnus-outlook-rearrange-article)
21244         (gnus-outlook-repair-attribution-outlook)
21245         (gnus-outlook-repair-attribution-block)
21246         (gnus-outlook-repair-attribution-other): Remove redundant
21247         save-excursion.
21248
21249 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21250
21251         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
21252         (spam-fetch-field-subject-fast)
21253         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
21254         (spam-fetch-article-header): Add functions to deal with Gnus
21255         internals for fast retrieval of article header data.
21256         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
21257
21258 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21259
21260         * pop3.el (pop3-md5): Remove.
21261         (pop3-apop): Replace pop3-md5 with md5.
21262
21263         * mm-bodies.el: base64 is always built-in.
21264
21265         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
21266         Use with-current-buffer.
21267
21268 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21269
21270         * canlock.el (canlock-insert-header): Remove excessive grouping in
21271         regexp.
21272
21273         * gnus-sum.el (gnus-summary-read-document): Ditto.
21274
21275         * gnus-uu.el (gnus-uu-part-number): Ditto.
21276
21277         * html2text.el (html2text-remove-tags): Ditto.
21278         (html2text-format-tags): Ditto.
21279         (html2text-format-single-elements): Ditto.
21280
21281         * mml.el (mml-parse-1): Ditto.
21282
21283 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21284
21285         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
21286
21287         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
21288
21289         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
21290
21291         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
21292
21293 2003-11-15  Simon Josefsson  <jas@extundo.com>
21294
21295         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
21296         (pgg-gpg-lookup-key): Use regexp match instead of
21297         split-string (split-string is different between emacs 21.2 and
21298         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
21299
21300 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21301
21302         * gnus-art.el (gnus-mime-view-all-parts)
21303         (gnus-article-part-wrapper, gnus-article-view-part):
21304         Use with-current-buffer.
21305
21306 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21307
21308         * spam.el (spam-disable-spam-split-during-ham-respool)
21309         (spam-spamoracle-database, spam-cache-lookups)
21310         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
21311         (spam-group-ham-mark-p, spam-group-spam-mark-p)
21312         (spam-group-ham-marks, spam-group-spam-marks)
21313         (spam-group-spam-contents-p, spam-group-ham-contents-p)
21314         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
21315         also add spam-use-blackholes to the statistical checks.
21316         (spam-fetch-field-fast): Add interface to fetching fields, may
21317         become a macro.
21318         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
21319         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
21320         (spam-insert-fake-headers): Fake an article when needed.
21321         (spam-find-spam): Fake article when possible.
21322         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
21323         (spam-check-bogofilter-headers): Use message-fetch-field instead
21324         of nnmail-fetch-field.
21325
21326 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
21327
21328         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
21329
21330 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21331
21332         * spam.el (spam-split): Do not require spam-use-CHECK to be
21333         enabled if that check is passed to spam-split explicitly; also
21334         fix so 'spam doesn't get converted to spam-split-group when
21335         spam-split-symbolic-return is t.
21336         (spam-find-spam): Find registrations of the article and use those
21337         instead of re-running spam-split to find the spam/ham
21338         classification of the article.
21339         (spam-log-processing-to-registry, spam-log-registered-p)
21340         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21341         Use gnus-error instead of gnus-message.
21342         (spam-log-registration-type): Add function to determine the
21343         classification of a message based on registry entries; will
21344         return nil if both 'spam and 'ham are found.
21345         (spam-check-BBDB): Expand all the BBDB macros here so we can have
21346         a reasonably fast local cache without the loading errors.
21347         (spam-cache-lookups): Set to t by default.
21348         (spam-find-spam): Don't try to guess spam-cache-lookups.
21349         (spam-enter-whitelist, spam-enter-blacklist): Clear the
21350         spam-caches entry.
21351         (spam-filelist-build-cache, spam-filelist-check-cache):
21352         Fix caching of whitelist/blacklist entries.
21353         (spam-check-whitelist, spam-check-blacklist):
21354         Invoke spam-from-listed-p with a type, not a cache variable.
21355         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
21356
21357 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21358
21359         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
21360
21361         * nnmail.el (nnmail-split-fancy): do.
21362
21363         * mml.el (mml-parse): do.
21364
21365         * gnus-score.el (gnus-enter-score-words-into-hashtb)
21366         (gnus-score-adaptive): do.
21367
21368 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21369
21370         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
21371         (gnus-mime-button-map): Don't set keymap parent.
21372         (gnus-button-ctan-directory-regexp): Use shy grouping.
21373         (gnus-prev-page-map): Don't set keymap parent.
21374         (gnus-prev-page-map): Remove duplicated one.
21375         (gnus-next-page-map): Don't set keymap parent.
21376         (gnus-mime-security-button-map): Ditto.
21377
21378         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
21379         version number.
21380
21381         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
21382
21383 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21384
21385         * canlock.el (canlock-sha1-function): Remove.
21386         (canlock-sha1-function-for-verify): Remove.
21387         (canlock-openssl-program): Remove.
21388         (canlock-openssl-args): Remove.
21389         (canlock-ignore-errors): Remove.
21390         (canlock-sha1-with-openssl): Remove.
21391         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
21392         (canlock-verify): Don't use canlock-ignore-errors.
21393
21394         * sha1-el.el (sha1-string-external): Make it can return a string
21395         in binary form.
21396         (sha1-region-external): Ditto.
21397         (sha1-string-internal): Ditto.
21398         (sha1-region-internal): Ditto.
21399         (sha1-region): Ditto.
21400         (sha1-string): Ditto.
21401         (sha1): Ditto.
21402
21403 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21404
21405         * spam.el (spam-report-articles-gmane): New command.
21406
21407 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21408
21409         * gnus.el: Don't make unnecessary *Group* buffer when loading.
21410
21411         * run-at-time.el (run-at-time-saved): Remove.
21412         (run-at-time): Doc fix.
21413
21414 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21415
21416         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
21417         (gnus-summary-limit-map): Add it.
21418         (gnus-summary-make-menu-bar): do.
21419
21420 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
21421
21422         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
21423         Make attempt at some caching support (done for BBDB only now).
21424         (spam-find-spam): Set spam-cache-lookups if there are more than 2
21425         addresses to be checked.
21426         (spam-clear-cache-BBDB): Add function, to be invoked by
21427         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
21428         (spam-check-BBDB): Check and use the caches, if
21429         spam-cache-lookups is on, remove superfluous (provide).
21430
21431 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
21432
21433         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
21434
21435 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
21436
21437         * run-at-time.el (run-at-time-saved): Move to after the definition
21438         of `run-at-time'.
21439
21440         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
21441
21442 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21443
21444         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
21445         mm-w3m-local-map-property.
21446
21447         * mm-view.el (mm-w3m-mode-map): Remove.
21448         (mm-w3m-local-map-property): Remove.
21449         (mm-inline-text-html-render-with-w3m): Don't use
21450         mm-w3m-local-map-property.
21451
21452 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21453
21454         * run-at-time.el: New file.
21455
21456         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
21457         under Emacs.
21458
21459         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
21460         of gnus-set-text-properties.
21461
21462         * gnus-uu.el (gnus-uu-save-article): Ditto.
21463
21464         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
21465
21466         * gnus-cite.el (gnus-cite-parse): Ditto.
21467
21468         * gnus-art.el (gnus-button-push): Use set-text-properties instead
21469         of gnus-.
21470
21471         * gnus-xmas.el (run-at-time): Require run-at-time.
21472
21473         * gnus.el: Change calls to nnheader-run-at-time and
21474         password-run-at-time throughout to use run-at-time directly.
21475
21476         * password.el: Remove definition of run-at-time.
21477
21478         * nnheaderxm.el: Remove definition of run-at-time.
21479
21480 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
21481
21482         * mml.el (mml-minibuffer-read-disposition): Show attachment type
21483         in prompt.
21484
21485 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21486
21487         * messagexmas.el (message-xmas-redefine): Alias
21488         `message-make-caesar-translation-table' to
21489         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
21490         version.
21491
21492         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
21493         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
21494         `gnus-xmas-set-text-properties'.
21495         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
21496         `gnus-xmas-completing-read'.
21497         (gnus-xmas-completing-read): Removed.
21498         (gnus-xmas-open-network-stream): Removed.
21499
21500         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
21501         XEmacs version.
21502
21503         * dns.el (dns-make-network-process): Use `open-network-stream'
21504         instead of `gnus-xmas-open-network-stream'.
21505
21506         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
21507
21508         * .cvsignore: Add auto-autoloads.el, custom-load.el.
21509
21510 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21511
21512         * gnus-art.el (gnus-mime-display-alternative)
21513         (gnus-insert-mime-button, gnus-insert-mime-security-button)
21514         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21515         Don't use gnus-local-map-property.
21516
21517         * gnus-util.el (gnus-local-map-property): Remove.
21518
21519         * mm-view.el (mm-view-pkcs7-decrypt):
21520         Replace gnus-completing-read-maybe-default with completing-read.
21521
21522         * gnus-util.el (gnus-completing-read): do.
21523         (gnus-completing-read-maybe-default): Remove.
21524
21525 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21526
21527         * password.el: Only autoload `run-at-time' if not XEmacs.
21528         Only autoload the itimer functions if XEmacs.
21529
21530 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21531
21532         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
21533         XEmacsen.
21534
21535         * dgnushack.el: Autoload executable-find for XEmacs.
21536
21537 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21538
21539         * gnus-art.el (gnus-read-string): Remove.
21540         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21541         read-string.
21542
21543 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
21544
21545         * netrc.el: Autoload password-read.
21546         (netrc): Add configuration group.
21547         (netrc-encoding-method, netrc-openssl-path):
21548         Add variables for encoding and decoding of files with symmetric
21549         ciphers.
21550         (netrc-encode): Add assistant function to encode a file with
21551         netrc-encoding-method.
21552         (netrc-parse): Add interactive parameter, added optional
21553         decoding if netrc-encoding-method is non-nil but otherwise
21554         behavior is standard.
21555         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21556         Do s/encode/encrypt/ everywhere.
21557
21558         * spam.el: Remove executable-find autoload.
21559
21560 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21561
21562         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21563
21564         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21565
21566 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21567
21568         * gnus-art.el (gnus-treat-ansi-sequences)
21569         (article-treat-ansi-sequences): New variable and function.
21570         Suggested by Dan Jacobson <jidanni@jidanni.org>.
21571
21572         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21573         Use it.
21574
21575 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21576
21577         * mm-util.el (mm-quote-arg): Remove.
21578
21579         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21580         shell-quote-argument.
21581
21582         * gnus-uu.el (gnus-uu-command): do.
21583
21584         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21585
21586         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21587         with make-char.
21588
21589         * mm-util.el (mm-make-char): Remove.
21590
21591         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21592         add-minor-mode.
21593
21594         * gnus-undo.el (gnus-undo-mode): do.
21595
21596         * gnus-topic.el (gnus-topic-mode): do.
21597
21598         * gnus-sum.el (gnus-dead-summary-mode): do.
21599
21600         * gnus-start.el (gnus-slave-mode): do.
21601
21602         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21603
21604         * gnus-ml.el (gnus-mailing-list-mode): do.
21605
21606         * gnus-gl.el (gnus-grouplens-mode): do.
21607
21608         * gnus-draft.el (gnus-draft-mode): do.
21609
21610         * gnus-dired.el (gnus-dired-mode): do.
21611
21612         * gnus-ems.el (gnus-add-minor-mode): Remove.
21613
21614         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21615         Replace gnus-char-width with char-width.
21616
21617         * gnus-ems.el (gnus-char-width): Remove.
21618
21619         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21620         Replace gnus-char-width with char-width.
21621
21622         * gnus-ems.el (gnus-char-width): Remove.
21623
21624         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21625         definition.
21626         Remove Emacs 20 hash table compatibility code.
21627
21628         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21629         20 compatibility code.
21630
21631         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21632
21633         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21634
21635         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21636         Replace with point-at-{eol,bol}.
21637
21638         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21639
21640         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21641
21642         * flow-fill.el (fill-flowed-point-at-bol)
21643         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21644
21645         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21646         Replace with point-at-{eol,bol} throughout all files.
21647
21648 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21649
21650         * ntlm.el (ntlm-string-as-unibyte): New macro.
21651         (ntlm-build-auth-response): Use it.
21652
21653         Remove Emacs 20 stuff:
21654         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
21655         (butlast, mapc, remove): Remove the compiler macros.
21656         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21657         of delq and copy-sequence.
21658         * gnus-art.el (popup-menu): Remove the compiler macro.
21659         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21660         Emacs 20.
21661
21662 2004-01-05  Simon Josefsson  <jas@extundo.com>
21663
21664         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21665         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21666         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21667         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21668         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21669         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21670         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21671         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21672         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21673         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21674         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21675         string-xor into ntlm-string-xor.
21676         Suggested by Jesper Harder <harder@myrealbox.com>.
21677
21678         * ntlm.el: Don't include poem.
21679
21680         * md4.el (print-int32, print-string-hexa): Remove.
21681         Suggested by Jesper Harder <harder@myrealbox.com>.
21682
21683         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21684
21685         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21686         probably breaks emacs with DL patch, but do we care? Is anyone
21687         still using the DL stuff?)
21688
21689         * sieve-manage.el: Use the password package.
21690         (sieve-manage-read-passwd): Remove.
21691         (sieve-manage-interactive-login): Use password.  Re-add
21692         condition-case around loop.
21693
21694         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21695         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21696         Use the password package.
21697
21698 2003-02-19  Simon Josefsson  <jas@extundo.com>
21699
21700         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21701         token.
21702
21703 2002-08-07  Simon Josefsson  <jas@extundo.com>
21704
21705         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21706         (sieve-manage-authenticators):
21707         (sieve-manage-authenticator-alist): Add some SASL mechs.
21708         (sieve-sasl-auth): New function.
21709         (sieve-manage-cram-md5-auth):
21710         (sieve-manage-plain-auth): Rewrite using SASL library.
21711         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21712         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21713         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21714         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21715
21716 2004-01-05  Simon Josefsson  <jas@extundo.com>
21717
21718         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21719         New files.
21720
21721 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21722
21723         * gnus-group.el (gnus-no-groups-message): Update.
21724
21725         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21726
21727 2003-11-09  Simon Josefsson  <jas@extundo.com>
21728
21729         * imap.el: Support for ID IMAP extension (RFC 2971).
21730         (imap-local-variables): Add imap-id.
21731         (imap-id): New variable.
21732         (imap-id): New function.
21733         (imap-parse-response): Parse untagged ID response.
21734         * nnimap.el (nnimap-id): New variable.
21735         (nnimap-open-connection): Use it.
21736
21737 2003-12-28  Simon Josefsson  <jas@extundo.com>
21738
21739         * gnus-score.el (gnus-score-edit-all-score): New.
21740         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21741
21742 2004-01-04  Simon Josefsson  <jas@extundo.com>
21743
21744         * password.el: Add.
21745
21746 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21747
21748         * dns.el (dns-query-types): Fix typo.
21749         (dns-query-types): New function.
21750         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21751         PTR and SOA replies, see RFC 1035.
21752
21753 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21754
21755         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21756
21757         * Move to Changelog.2.
21758
21759 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21760
21761         * gnus.el (gnus-version-number): Bump version.
21762
21763 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21764
21765         * gnus.el: No Gnus v0.1 is released.
21766
21767 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21768
21769         * gnus.el: No Gnus v0.0 is released.
21770
21771 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21772
21773         * gnus.el (gnus-version-number): Bump.
21774         (gnus-version): No.
21775
21776 See ChangeLog.2 for earlier changes.
21777
21778   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21779
21780   This file is part of GNU Emacs.
21781
21782   GNU Emacs is free software: you can redistribute it and/or modify
21783   it under the terms of the GNU General Public License as published by
21784   the Free Software Foundation, either version 3 of the License, or
21785   (at your option) any later version.
21786
21787   GNU Emacs is distributed in the hope that it will be useful,
21788   but WITHOUT ANY WARRANTY; without even the implied warranty of
21789   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21790   GNU General Public License for more details.
21791
21792   You should have received a copy of the GNU General Public License
21793   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21794
21795 ;; Local Variables:
21796 ;; coding: utf-8
21797 ;; fill-column: 79
21798 ;; add-log-time-zone-rule: t
21799 ;; End: