d137b42b597ed1a9a1329b27fcc0db923cac7716
[gnus] / lisp / ChangeLog
1 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-registry.el (gnus-registry-action)
4         (gnus-registry-fetch-header-fast):
5         Don't use mail-header that looks an internal function of mailheader.el.
6
7 2011-04-19  Glenn Morris  <rgm@gnu.org>
8
9         * time-date.el (time-to-days): Remove unused local variables.
10
11 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12
13         * gnus-registry.el: Eliminate cl functions.
14         (gnus-registry-sort-addresses): New function that replaces mapcan.
15         (gnus-registry-action, gnus-registry-spool-action)
16         (gnus-registry-split-fancy-with-parent)
17         (gnus-registry-fetch-recipients-fast): Use it.
18         (gnus-registry-import-eld): Replace delete* with dolist + delq.
19
20         * registry.el (initialize-instance, registry-lookup)
21         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
22         (registry-lookup-secondary-value, registry-search, registry-delete)
23         (registry-insert, registry-reindex, registry-size, registry-prune):
24         Use eval-and-compile.
25
26 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
27
28         * registry.el (registry-reindex): New method to recreate the secondary
29         registry indices.
30
31         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
32         tracked field changes.
33         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
34         (gnus-registry-action, gnus-registry-spool-action)
35         (gnus-registry-handle-action)
36         (gnus-registry--split-fancy-with-parent-internal)
37         (gnus-registry-split-fancy-with-parent)
38         (gnus-registry-register-message-ids): Add recipient tracking on spool,
39         move, and delete actions, and for fancy splitting with parent.
40         (gnus-registry-extract-addresses)
41         (gnus-registry-fetch-recipients-fast)
42         (gnus-registry-fetch-header-fast): Convenience functions.
43         (gnus-registry-misc-test): ERT test of
44         `gnus-registry-extract-addresses'.
45
46 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
47
48         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
49         Track by subject first, then sender.
50
51 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
52
53         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
54
55         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
56         Lisp.
57
58         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
59         (gnus-draft-send): Use it to avoid popping
60         up frames from gnus-group-send-queue.
61
62 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
63
64         * gnus-registry.el: Updated gnus-registry docs.
65
66 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
67
68         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
69         Fix logic bug.
70         (gnus-registry-post-process-groups): Fix logging of no results and
71         quote sender and subject.
72
73 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
74
75         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
76         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
77         gnutls-cli are too slow to be done opportunistically.
78
79         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
80         (gnus-read-active-for-groups): Don't try to finish getting stuff where
81         we had no early-data returned.
82         (gnus-get-unread-articles): Add a sanity check so that we don't issue
83         two async commands to the same server at the same time.
84
85 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
86
87         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
88
89 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
90
91         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
92         "warning" level.
93
94         * mm-url.el (mm-url-package-name): Removed to ease third-party reuse.
95         (mm-url-insert-file-contents): Don't set the package names.
96
97 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
98
99         * gnus-registry.el (gnus-registry-action): Remove properties and
100         simplify subject in `gnus-registry-handle-action'.
101         (gnus-registry-spool-action): Get subject and sender from message if
102         they are not passed in.
103         (gnus-registry-handle-action): Remove properties and simplify subject
104         consistently.
105
106 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
107
108         * registry.el: Require CL before using defmacro*.
109
110 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
111
112         * gnus-art.el (article-treat-date): Assume that
113         gnus-article-date-headers may be a group parameter.
114
115 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
116
117         * gnus-registry.el (gnus-registry-handle-action): More debugging.
118
119         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
120         interactively so the newsrc file can contain foreign groups too.
121         Useful for debugging but not much for users.
122
123 2011-04-07  David Engster  <dengste@eml.cc>
124
125         * registry.el (registry-usage-test): Only do
126         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
127         lexical binding.
128
129 2011-04-07  David Engster  <dengste@eml.cc>
130
131         * Makefile.in (check, test-registry): New rules for test-suite.
132
133 2011-04-06  David Engster  <dengste@eml.cc>
134
135         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
136         argument NOERROR for `require', since XEmacs 21.4 does not support it.
137
138 2011-04-06  David Engster  <dengste@eml.cc>
139
140         * registry.el (initialize-instance): Change :after to :AFTER to be
141         compatible with old EIEIO version in XEmacs.
142
143 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
144
145         * gnus-registry.el (gnus-registry-post-process-groups)
146         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
147         and provide better messaging.
148
149 2011-04-06  David Engster  <dengste@eml.cc>
150
151         * Makefile.in (fail-on-warning): New rule to compile with warnings as
152         errors.
153
154         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
155         dgnushack-compile with error-on-warn enabled, and to signal an error if
156         clean compilation failed.
157         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
158         with `byte-compile-error-on-warn'.  Return nil if errors occured.
159
160 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
161
162         * gnus-registry.el: Don't use ERT if it's not available.  Load it
163         unconditionally anyway, discarding errors.
164         (gnus-registry-delete-entries): New convenience function.
165         (gnus-registry-import-eld): Import from old .eld registry.
166
167         * registry.el: Don't use ERT if it's not available.  Load it
168         unconditionally anyway, discarding errors.
169
170         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
171         version from the Claudio Bley GnuTLS patch (extra optional parameters
172         and host name).
173
174 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
175
176         * gnus-registry.el (gnus-registry-fixup-registry): New function to
177         fixup the parameters that can be customized by the user between
178         save/read cycles.
179         (gnus-registry-read): Use it.
180         (gnus-registry-make-db): Use it.
181         (gnus-registry-spool-action, gnus-registry-handle-action): Fix
182         messaging.
183         (gnus-registry--split-fancy-with-parent-internal): Fix loop.  Map
184         references to actual group names with sender and subject tracking.
185         (gnus-registry-post-process-groups): Use `cond' for better messaging.
186         (gnus-registry-usage-test): Add subject lookup test.
187
188         * registry.el (registry-db, initialize-instance): Set up constructor
189         instead of :initform arguments for the sake of older Emacsen.
190         (registry-lookup-breaks-before-lexbind): New method to demonstrate
191         pre-lexbind merge bug.
192         (registry-usage-test): Use it.
193         (initialize-instance, registry-db): Move the non-function initforms
194         back to the class definition.
195
196 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
197
198         * registry.el: New library to manage gnus-registry-style data.
199
200         * gnus-registry.el: Use it (major rewrite).
201
202         * nnregistry.el: Use it.
203
204         * spam.el: Use it.
205
206 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
207
208         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
209         marks on non-selected articles.
210
211 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
212
213         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
214         parameter to open-protocol-stream.
215
216 2011-04-01  Julien Danjou  <julien@danjou.info>
217
218         * mm-view.el (mm-display-inline-fontify): Do not fontify with
219         fundamental-mode.
220
221 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
222
223         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
224         servers.
225
226 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
227
228         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
229         made marks not propagate, again.
230
231 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
232
233         * proto-stream.el (open-protocol-stream): Bring back `network' type.
234         Make this the default type.
235         (proto-stream-open-plain): Rename from proto-stream-open-default.
236         (open-protocol-stream, proto-stream-open-starttls)
237         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
238         with `plain'.
239
240         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
241         value.
242
243         * nntp.el (nntp-open-connection-function): Document the fact that some
244         values are not functions but are instead handled specially.  Recognize
245         nntp-open-plain-stream value.
246         (nntp-open-connection): Recognize that value.
247
248 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
249
250         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
251         where it seems to be needed.
252
253 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
254
255         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
256         stuff.
257
258         * gnus-score.el (gnus-score-string): Fix calling convention of
259         `gnus-simplify-buffer-fuzzy' after last patches.
260
261         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
262         server for articles we didn't get any headers for.  This is a sanity
263         check.
264
265 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
266
267         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
268         new CAPABILITY, use it.
269
270 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
271
272         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
273         downloading anything.
274
275         * gnus.el (gnus-splash-svg-color-symbols): Removed superfluous `and'.
276
277 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
278
279         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
280         colors.
281         (gnus-splash-svg-color-symbols): New function.
282
283 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
284
285         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
286         instead of using the global gnus-simplify-subject-fuzzy-regexp.
287         (gnus-simplify-subject-fuzzy): Use the local
288         gnus-simplify-subject-fuzzy-regex instead of the global one.  This
289         makes using this variable in group parameters work.
290
291 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
292
293         * gnus-registry.el (gnus-registry-unfollowed-groups): Add
294         "archive:sent" to the unfollowed group regex (for the recent Gnus
295         archive:sent-YYYY-MM-DD groups).
296         (gnus-registry-split-fancy-with-parent): Bail out early in sender
297         tracking if there are more than `gnus-registry-max-track-groups'
298         matches.
299
300 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
301
302         * message.el (message--yank-original-internal): New function to do the
303         insertion cleanly inside eval in `message-yank-original'.
304         (message-yank-original): Use it.
305
306 2011-03-29  Julien Danjou  <julien@danjou.info>
307
308         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
309         local variables disabled rather than `normal-mode'.
310
311 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
312
313         * imap.el (imap-shell-open, imap-process-connection-type): Use
314         imap-process-connection-type for 'shell' streams as well as
315         Kerberos, SSL, other subprocesses.
316
317 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
318
319         * proto-stream.el: Changes preparatory to merging open-protocol-stream
320         with open-network-stream.
321         (proto-stream-always-use-starttls): Option removed.
322         (open-protocol-stream): Return a process object by default.  Provide a
323         new parameter :return-list specifying a list-type return value, which
324         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
325         :type `network' to `try-starttls', and `network-only' to `default'.
326         Make `default' the default, for compatibility with open-network-stream.
327         Handle the no-parameter case exactly as open-network-stream, with no
328         additional stream processing.  Search plists using plist-get.
329         Explicitly add :end-of-commend parameter if it is missing.
330         (proto-stream-open-default): Renamed from
331         proto-stream-open-network-only.  Return 'default as the type.
332         (proto-stream-open-starttls): Rename from proto-stream-open-network.
333         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
334         failed.  Always return a list with a (possibly dead) process as the
335         first element, for compatibility with open-network-stream.
336         (proto-stream-open-tls): Use plist-get.  Always return a list.
337         (proto-stream-open-shell): Return `default' as connection type.
338         (proto-stream-capability-open): Use plist-get.
339         (proto-stream-eoc): Function deleted.
340
341         * nnimap.el (nnimap-stream, nnimap-open-connection)
342         (nnimap-open-connection-1): Handle renaming of :type parameter for
343         open-protocol-stream.
344         (nnimap-open-connection-1): Pass a :return-list parameter
345         open-protocol-stream to obtain a list return value.  Parse this list
346         using plist-get.
347
348         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
349         for open-protocol-stream.  Accept open-protocol-stream return value
350         that is a subprocess object instead of a list.  Handle the case of a
351         dead returned process.
352
353 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
354
355         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
356
357         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
358
359 2011-03-21  Julien Danjou  <julien@danjou.info>
360
361         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
362         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
363         query.
364         (mm-inline-text): Render normal text with fontification whenever
365         possible.
366
367         * gnus-sum.el (gnus-summary-save-parts-1):
368         * gnus-art.el (gnus-article-browse-html-save-cid-content)
369         (gnus-article-browse-html-parts, gnus-mime-delete-part)
370         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
371         Use `mm-handle-filename'.
372
373         * mm-util.el (mm-handle-filename): New function, return the filename of
374         an handle.
375
376 2011-03-18  Julien Danjou  <julien@danjou.info>
377
378         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
379         (gnus-buffer-live-p): Check that buffer is not nil.
380
381 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
382
383         * gnus.el: No Gnus v0.15 is released.
384
385 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
386
387         * time-date.el (format-seconds): Use assoc instead of assoc-string to
388         avoid warning on XEmacs.
389
390         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
391         on XEmacs.
392
393         * gnus-art.el: Require mouse, which the build bot seems to say is
394         needed.
395
396         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
397
398         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
399         XEmacs, since it doesn't have url-retrieve-synchronously.
400
401         * time-date.el (format-seconds): Use assoc instead of assoc-string,
402         since assoc-string doesn't exist in XEmacs.
403
404 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
405
406         * gnus-group.el (gnus-group-list-ticked): New function.
407         (gnus-group-make-menu-bar): Provide a menu entry for it.
408         (gnus-group-list-map): Provide a binding for it.
409
410 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
411
412         * shr.el (shr-visit-file): New command.
413
414         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
415
416 2011-03-17  Bjørn Mork  <bjorn@mork.no>
417
418         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
419         servers.
420
421 2011-03-16  Julien Danjou  <julien@danjou.info>
422
423         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
424         inline.
425
426         * gnus-art.el (article-hide-list-identifiers): Use
427         gnus-group-get-list-identifiers.
428
429         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
430         (gnus-summary-remove-list-identifiers): Use
431         gnus-group-get-list-identifiers to get regexp.
432         (gnus-select-newsgroup, gnus-summary-insert-subject)
433         (gnus-summary-insert-articles): Call
434         gnus-summary-remove-list-identifiers unconditionally.
435
436 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
437
438         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
439         we're selecting a group with unread articles.
440
441         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
442
443         * gssapi.el: New file separated out from imap.el to provide a general
444         Kerberos 5 connection facility for Emacs.
445
446         * message.el (message-elide-ellipsis): Document the format spec
447         ellipsis.
448
449 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
450
451         * message.el (message-elide-region): Allow the ellipsis to say how many
452         lines were removed.
453
454 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
455
456         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
457         window configurations containing buffers that are now dead.
458
459         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
460         parsing to avoid integer overflows.
461         (nnimap-parse-flags): Simplify the last change.
462         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
463         too large for 32-bit Emacsen.
464
465 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
466
467         * auth-source.el (auth-source-netrc-create):
468         * message.el (message-yank-original): Fix use of `case'.
469
470 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
471
472         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
473         XEmacs, which was one character too wide.
474
475 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
476
477         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
478         default number of articles to display.
479         (gnus-articles-to-read): Use pretty names for prompt.
480
481 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
482
483         * gnus-int.el (gnus-open-server): Ditto.
484
485         * gnus-start.el (gnus-activate-group): Give a backtrace if
486         debug-on-quit is set and the user hits `C-g'.
487         (gnus-read-active-file): Ditto.
488
489         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
490
491 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
492
493         * message.el (message-yank-original): Use cond instead of CL case.
494
495 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
496
497         * auth-source.el (auth-source-netrc-create): Use usual format for the
498         default in prompts.
499
500 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
501
502         * lpath.el: Fbind read-char-choice for XEmacs.
503
504 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
505
506         * auth-source.el (auth-source-netrc-create): Show the default in the
507         prompt when prompting for token creation.
508
509 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
510
511         * auth-source.el (auth-source-format-prompt): Always convert the value
512         to a string to avoid evaluating non-string arguments.
513         (auth-source-netrc-create): Offer default properly, not as initial
514         content in `read-string'.
515         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
516         of line to determine if we've been run before.  If so, don't run again,
517         but print a trivial message to indicate the cache was hit instead.
518
519 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
520
521         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
522         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
523         The user will have to run `gnus-sync-read' manually and wait for Cloudy
524         Gnus.
525
526 2011-03-11  Julien Danjou  <julien@danjou.info>
527
528         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
529         modified file".
530
531 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
532
533         * auth-source.el (auth-source-read-char-choice): New function to read a
534         character choice using `dropdown-list', `read-char-choice', or
535         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
536         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
537         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
538         (auth-source-netrc-saver): Use it.
539         (auth-source-pick-first-password): New convenience function.
540
541 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
542
543         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
544         parameter in the credentials.
545         (nnimap-open-connection-1): Use it after a successful login.
546         (nnimap-credentials): Add IMAP-specific user and password prompt.
547
548         * auth-source.el (auth-source-search): Add :require parameter, taking a
549         list.  Document it and the :save-function return token.  Pass :require
550         down.  Change the CREATED message from a warning to a debug statement.
551         (auth-source-search-backends): Pass :require down.
552         (auth-source-netrc-search): Pass :require down.
553         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
554         Change save prompt to indicate all modifications saved here are
555         deletions.
556         (auth-source-netrc-create): Take user login name as default in user
557         prompt.  Move all the save functionality to a lexically bound function
558         under the :save-function token in the returned list.  Set up clearer
559         default prompts for user, host, port, and secret.
560         (auth-source-netrc-saver): New function, intended to be wrapped for
561         :save-function.
562
563 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
564
565         * shr.el (shr-table-horizontal-line): Change the defaults for the table
566         lines to be spaces instead.
567
568 2011-03-07  Julien Danjou  <julien@danjou.info>
569
570         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
571         (sieve-sasl-auth): Check that auth-source-search did return something,
572         or just return an empty string.
573
574 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
575
576         * gnus.el (gnus-interactive): Use read-directory-name.
577
578         * gnus-uu.el (gnus-uu-decode-uu-and-save)
579         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
580         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
581         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
582         Likewise.
583
584         * gnus-group.el (gnus-group-make-directory-group): Likewise.
585
586 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
587
588         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
589         onto the list of killed groups, too.  This makes killed nnimap groups,
590         for instance, more reliably not reappear.
591
592         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
593         the parent.
594
595         * gnus-sum.el (gnus-update-read-articles): Fix typo.
596
597         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
598         really have server-side marks.
599
600         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
601         since most backends do not usefully have server-side marks.
602         (gnus-update-read-articles): Propagate marks to all backends that
603         really have server-side marks.
604
605 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
606
607         * message.el (message-cite-reply-position, message-cite-style):
608         New variables.
609         (message-yank-original): Use the new citation styles.
610
611 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
612
613         * message.el (message-options): Revert 22da67af (workaround for XEmacs
614         buffer-local issue); don't mark it buffer-local when running under
615         XEmacs.
616
617 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
618
619         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
620         numbers too big to be `read'.
621
622 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
623
624         * password-cache.el (password-in-cache-p): Add autoload.
625
626         * message.el (message-options): Make buffer-local two ways to attempt
627         to fix a XEmacs bug.
628
629 2011-03-02  Julien Danjou  <julien@danjou.info>
630
631         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
632
633 2011-03-01  Julien Danjou  <julien@danjou.info>
634
635         * gnus-art.el (list-identifier): Add list-identifier as a parameter
636         group.
637         (article-hide-list-identifiers): Use list-identifier group parameter.
638
639 2011-02-28  Julien Danjou  <julien@danjou.info>
640
641         * sieve.el (sieve-buffer-script-name): New local variable to store
642         sieve script name.
643         (sieve-edit-script): Store sieve script name.
644         (sieve-upload): Use sieve script name when uploading.
645         (sieve-upload): Use substitute-command-keys.
646         (sieve-edit-script): Use substitute-command-keys.
647         (sieve-refresh-scriptlist): Use substitute-command-keys.
648         (sieve-manage-mode-map): Define keymap properly.
649         (sieve-manage-mode): Do not set mode name manually, change mode-name to
650         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
651         Remove commented code about cvs.
652         (sieve-manage-quit): New function.
653         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
654
655 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
656
657         * gnus-group.el (gnus-import-other-newsrc-file): New function.
658
659 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
660
661         * auth-source.el (auth-source-search): Cache empty result sets.
662
663         * password-cache.el (password-in-cache-p): Convenience function to
664         check if a key is in the cache, even if the value is nil.
665
666         * auth-source.el (auth-source-save-behavior): New variable to replace
667         `auth-source-never-create'.
668         (auth-source-netrc-create): Use it.
669         (auth-source-never-save): Remove.
670
671 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
672
673         * nnimap.el (nnimap-stream): Doc fix.
674         (nnimap-open-connection-1): Reverse the order of the ports to that the
675         prompted-for port is first.
676
677         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
678         retrieval by the no-group selection.
679
680         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
681         numerical parameters.
682
683 2011-02-25  Julien Danjou  <julien@danjou.info>
684
685         * gnus-gravatar.el: Use gnus-with-article-buffer.
686
687         * gnus-art.el (gnus-with-article-buffer): Check that the
688         gnus-article-buffer is alive.
689
690 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
691
692         * auth-source.el (auth-source-creation-prompts): New variable to manage
693         creation-time prompts.
694         (auth-source-search): Document it.
695         (auth-source-format-prompt): Add utility function.
696         (auth-source-netrc-create): Don't default the user name to
697         user-login-name.  Use `auth-source-creation-prompts' and some default
698         prompts for user, host, port, and password (the default generic prompt
699         remains ugly).
700         (auth-source-never-save): Add customizable option to never save info.
701         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
702         mode excursion.
703
704 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
705
706         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
707         argument that XEmacs doesn't support.
708
709         * dgnushack.el (dgnushack-compile): Exclude color.el from being
710         compiled for Emacsen having no `libxml-parse-html-region' support.
711
712         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
713
714         * lpath.el: Bind buffer-save-without-query for XEmacs.
715
716 2011-02-23  Julien Danjou  <julien@danjou.info>
717
718         * gnus-art.el (article-make-date-line): Ignore errors if time is
719         invalid and not convertible.
720         (article-make-date-line): Only add lapsed time if time is not nil.
721
722 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
723
724         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
725         `read-char-choice' for backwards compatibility.
726         (auth-source-netrc-element-or-first): New function to DTRT for
727         parameter extraction.
728         (auth-source-netrc-create): Use it and fix multiple parameter print
729         bug.  Use the default passed from above (given-default) or the
730         built-in (user-login-name for :user).
731
732 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
733
734         * gnus-start.el (gnus-dribble-read-file):
735         Set buffer-save-without-query, since we always want to save the dribble
736         file, probably.
737
738         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
739         nnimap.
740
741         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
742         -summary- since it's a user-visible variable.
743
744         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
745         first time you use the new Gnus.
746
747 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
748
749         * auth-source.el: Don't load netrc.el.
750         (auth-sources): Search ~/.netrc as well by default.
751         (auth-source-debug): Add 'trivia option for extra output.
752         (auth-source-do-trivia): Use it.
753         (auth-source-search): Simplify logic to use
754         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
755         appropriate.  Don't keep a running count at this level.  Layer :create
756         and :delete options appropriately on the first and second passes.
757         Don't track the backend with the search results.
758         (auth-source-search-backends): New function to search a list of
759         backends for a processed spec.
760         (auth-source-netrc-parse): Cache all netrc files, making
761         auth-source-netrc-cache an alist keyed by the file name and using the
762         file mtime as the caching criterion.  Keep the obfuscated data secret
763         with a lexical bind.
764         (auth-source-netrc-search): Don't calculate the length of the results
765         unnecessarily.
766         (auth-source-search-backends): Fix bug.
767         (auth-source-netrc-create): Rework prompts.
768
769 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
770
771         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
772         Lower case names of search constraints.
773         (nnir-run-query): Cache and reuse search constraints for all imap
774         servers.
775
776 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
777
778         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
779         after exit.
780         (gnus-setup-message): Define missing variable from last checkin.
781
782         * gnus-sum.el (gnus-summary-show-article): When called with t as the
783         value, show the raw article.
784
785 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
786
787         * gnus.el: No Gnus v0.13 is released.
788
789 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
790
791         * nnimap.el (nnimap-open-connection-1): Revert last change, since
792         auth-source now accepts numbers.
793
794         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
795         spec, too.
796         (auth-source-ensure-strings): New function.
797
798         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
799         (gnus-article-setup-buffer): Always restart the date timer so that user
800         changes to the frequency is respected.
801
802         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
803         port numbers, so make sure it gets that if nnimap-server-port is
804         explicit.
805
806 2011-02-21  Simon Josefsson  <simon@josefsson.org>
807
808         * nnimap.el (nnimap-inbox): Doc fix.
809
810 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
811
812         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
813         Autoload.  Add optional arg FRAME, and pass it to color-values.
814         (color-complement): Caller changed.  Doc fix.
815         (color-gradient): Rewrite for better clarity and efficiency.
816
817 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
818
819         * shr-color.el (shr-color->hexadecimal): Use renamed function names
820         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
821         color-lab-to-srgb.
822
823 2011-02-20  Drew Adams  <drew.adams@oracle.com>
824
825         * color.el: First part of merge from hexrgb.el.
826         (color-rgb-to-hex): Rename from color-rgb->hex.
827         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
828         saturation to zero if the value is too small.
829         (color-rgb-to-hsl): Rename from color-rgb->hsl.
830         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
831         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
832         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
833         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
834         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
835         (color-cie-de2000): Doc fix.
836
837 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
838
839         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
840         given method as in the group name if we're using an extended method.
841         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
842         command, if we're using that, instead of waiting for the beginning.
843
844         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
845         we're sure to get unique server names, and we don't output two async
846         commands in the same buffer.  This fixes an NNTP hang for some users.
847
848 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
849
850         * gnus.el: No Gnus v0.11 is released.
851
852 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
853
854         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
855         summary buffer before reading going to the next buffer.  This avoids
856         putting the point in the group buffer if you `C-g' the command.
857
858         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
859         cache (for now) to make ~/.authinfo.gpg files usable.
860
861         * nnfolder.el (copyright-update): Define for the compiler.
862
863         * auth-source.el (auth-source-search): Fix unbound variable.
864
865 2011-02-19  Glenn Morris  <rgm@gnu.org>
866
867         * gnus.el (gnus-meta): Doc fix.
868
869 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
870
871         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
872         in case it's not yet loaded.
873
874 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
875
876         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
877         line we're waiting for.
878
879 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
880
881         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
882         face with line-width greater than zero will cause RET in gnus summary
883         buffer to scroll down article page-wise because auto vscroll happens,
884         it should be temporalily disabled when doing a scroll-up.
885
886 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
887
888         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
889         outputs from the server.
890
891 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
892
893         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
894         later so that bbdb can hook in easier.
895
896 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
897
898         * auth-source.el (auth-source-search): Don't try to create credentials
899         if the caller doesn't want that.
900         (auth-source-search): If we don't find a match, don't bug out on
901         non-bound variables.
902         (auth-source-search): Only ask a single backend to create the
903         credentials.
904
905         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
906         logging.
907         (nnimap-credentials): Protect against auth-source-search returning nil.
908         (nnimap-request-list): Protect against not being able to open the
909         server.
910
911 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
912
913         * auth-source.el (auth-source-search): Do a two-phase search, one with
914         no :create to get the responses from all backends.
915
916         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
917         when getting credentials.
918
919         * gnus-util.el (gnus-delete-duplicates): New function.
920
921 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
922
923         * nnimap.el (nnimap-credentials): Instead of picking the first port as
924         a creation default, pass the whole port list down.  It will be
925         completed.
926
927         * auth-source.el (auth-source-search): Updated docs to talk about
928         multiple creation choices.
929         (auth-source-netrc-create): Accept a list as a value (from the search
930         parameters) and do completion on that list.  Keep a separate netrc line
931         with the password obscured for showing the user.
932
933         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
934         first choice to `auth-source-search' so it will be used for entry
935         creation instead of the server's Gnus-specific name.
936         (nnimap-credentials): Rely on the auth-source library to select which
937         port is actually wanted in the new netrc entry, so don't override
938         `auth-source-creation-defaults'.
939
940         * auth-source.el (auth-source-netrc-parse): Use :port instead of
941         :protocol and accept a missing user, host, or port as a wildcard match.
942         (auth-source-debug): Default to off.
943
944         (auth-source-netrc-search, auth-source-netrc-create)
945         (auth-source-secrets-search, auth-source-secrets-create)
946         (auth-source-user-or-password, auth-source-backend, auth-sources)
947         (auth-source-backend-parse-parameters, auth-source-search): Use :port
948         instead of :protocol.
949
950         * nnimap.el (nnimap-credentials): Pass a port default to
951         `auth-source-search' in case an entry needs to be created.
952         (nnimap-open-connection-1): Use :port instead of :protocol.
953
954 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
955
956         * auth-source.el: Bind load-path when loading EIEIO from
957         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
958         21.4 doesn't support, to `require'.
959         (auth-source-secrets-search): Use mm-delete-duplicates instead of
960         delete-dups that is not available in XEmacs 21.4.
961
962 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
963
964         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
965         as EIEIO must also be loaded when auth-source.el is being
966         byte-compiled.
967
968 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
969
970         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
971
972         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
973
974         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
975
976         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
977
978         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
979
980         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
981
982         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
983
984         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
985         necessary.
986
987 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
988
989         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
990         nil means that nnimap doesn't get updated.
991
992 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
993
994         * auth-source.el (auth-source-netrc-create): Return a synthetic search
995         result when the user doesn't want to write to the file.
996         (auth-source-netrc-search): Expect a synthetic result and proceed
997         accordingly.
998         (auth-source-cache-expiry): New variable to override
999         `password-cache-expiry'.
1000         (auth-source-remember): Use it.
1001
1002         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
1003         parameter.  Create entry if necessary by using :create t.
1004         (nnimap-open-connection-1): Don't pass `inhibit-create'.
1005
1006 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
1007
1008         * auth-source.el (auth-source-debug): Enable by default and don't
1009         mention the obsolete `auth-source-hide-passwords'.
1010         (auth-source-do-warn): New function to debug unconditionally.
1011         (auth-source-do-debug): Use it.
1012         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
1013         and for Secrets API entries when the secrets.el library is not
1014         available.
1015
1016 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1017
1018         * gnus-sum.el (gnus-propagate-marks): Default to nil.
1019         (gnus-summary-exit): Kill the correct article buffer on exit from a
1020         `C-d' group.
1021
1022         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
1023         gnus-propagate-marks.
1024
1025         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
1026         before killing the buffers so that a non-full window conf gets handled
1027         correctly.
1028         (gnus-summary-exit): Ditto.
1029         (gnus-summary-read-group-1): Ditto.
1030
1031         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
1032         async code again so that we can debug it properly.
1033
1034         * message.el (message-reply): Take an optional switch-buffer parameter
1035         so that Gnus window confs are respected better.
1036
1037 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1038
1039         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
1040         `plist-get' to accept non-list parameters (XEmacs issue).
1041         Fix docstring.
1042         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
1043         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
1044         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
1045         Login collection is "Login" and not "login".
1046
1047 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1048
1049         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
1050         multiple headers.
1051
1052         * nnimap.el (nnimap-inhibit-logging): New variable.
1053         (nnimap-log-command): Don't log login commands.
1054
1055         * auth-source.el (auth-source-netrc-search): The asserts seem to want
1056         to have more parameters.
1057
1058         * nnimap.el (nnimap-send-command): Mark the command time for each
1059         command, so that we don't get NOOPs stepping on our toes.
1060
1061         * gnus-art.el (article-date-ut): Get the date from the Date header on
1062         `t'.
1063
1064 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1065
1066         * auth-source.el (auth-source-search): Use copy-sequence instead of
1067         the cl.el copy-list.
1068
1069 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1070
1071         * imap.el: Bring it back (revert
1072         84d800cd31de3064f0ed39617d725709a2f8f42f).
1073
1074 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
1075
1076         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
1077         Improve prompt.
1078
1079 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1080
1081         * gnus-art.el (gnus-article-mode-line-format): Remove the article
1082         washing status from the default format.  It isn't very informative.
1083
1084 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
1085
1086         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
1087         Fix Gcc processing on imap.
1088
1089 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1090
1091         * imap.el: Remove file.  All the functionality is in nnimap.el.
1092
1093 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1094
1095         * message.el (message-bury): Don't pop up a new window when selected
1096         window is dedicated.
1097
1098 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1099
1100         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
1101
1102 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
1103
1104         * sieve-manage.el: Autoload `auth-source-search'.
1105         (sieve-sasl-auth): Use it.
1106
1107 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
1108
1109         * nnimap.el: Autoload `auth-source-forget+'.
1110         (nnimap-open-connection-1): Use it if the connection fails.
1111
1112         * auth-source.el: Require `password-cache'.
1113         (auth-source-hide-passwords, auth-source-cache): Remove and mark
1114         obsolete.
1115         (auth-source-magic): Marker for `password-cache' keys.
1116         (auth-source-do-cache): Update docstring.
1117         (auth-source-search): Use and check cache.
1118         (auth-source-forget-all-cached, auth-source-remember)
1119         (auth-source-recall, auth-source-forget, auth-source-forget+)
1120         (auth-source-specmatchp): Caching support functions.
1121         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
1122         Remove and obsolete.
1123         (auth-source-user-or-password): Remove caching to further discourage
1124         using it.  Always hide passwords.
1125
1126         * password-cache.el (password-cache-remove): Accept secrets that are
1127         not strings.
1128
1129 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1130
1131         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
1132         code for now, since it doesn't work for all users.
1133
1134 2011-02-09  Julien Danjou  <julien@danjou.info>
1135
1136         * message.el (message-options): Make message-options really buffer
1137         local.
1138
1139 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
1140
1141         * mail-source.el: Autoload `auth-source-search'.
1142         (mail-source-keyword-map): Note order matters.
1143         (mail-source-set-1): Get all the mail-source source values and
1144         defaults and search auth-source on those if needed.  This can all
1145         probably be simplified.
1146
1147         * nnimap.el: Autoload `auth-source-search'.
1148         (nnimap-credentials): Use it.
1149         (nnimap-open-connection-1): Ask for the virtual server and physical
1150         address in one shot.
1151
1152         * nntp.el: Autoload `auth-source-search'.
1153         (nntp-send-authinfo): Use it.  Note TODO.
1154
1155 2011-02-08  Julien Danjou  <julien@danjou.info>
1156
1157         * shr.el (shr-tag-body): Add support for text attribute in body
1158         markups.
1159
1160         * message.el (message-options): Make message-options a local variable.
1161
1162 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1163
1164         * auth-source.el (auth-source-secrets-search)
1165         (auth-source-user-or-password): Use `append' instead of `nconc'.
1166         (auth-source-user-or-password): Build return list better and protect
1167         against nil :secret.
1168
1169 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1170
1171         * nnimap.el (nnimap-update-info): Refactor slightly.
1172         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
1173         (nnimap-update-info): Clean up slightly.
1174         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
1175         characters.
1176         (nnimap-process-quirk): Rename function to avoid collision.
1177         (nnimap-update-info): Fix macrology bug-out.
1178         (nnimap-update-info): Simplify split history test.
1179
1180 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
1181
1182         * auth-source.el (top): Require 'eieio unconditionally.
1183         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
1184         (auth-source-secrets-search): Limit search when `max' is greater than
1185         number of results.
1186
1187 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1188
1189         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
1190         part not returning any data.
1191
1192         * proto-stream.el (open-protocol-stream): Document the return value.
1193
1194 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1195
1196         * auth-source.el (auth-source-secrets-search): Add examples.
1197
1198 2011-02-06  Julien Danjou  <julien@danjou.info>
1199
1200         * message.el (message-setup-1): Handle message-generate-headers-first
1201         set to t.
1202
1203 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1204
1205         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
1206         API with a string "secrets:collection-name" and with 'default.
1207         (auth-source-backend-parse): Parse "secrets:collection-name" and
1208         'default.  Recurse on parses instead of repeating code.  Use the
1209         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
1210         message when ignoring a source.
1211         (auth-source-search): List ignored search keys at the top level.
1212         (auth-source-netrc-create): Use `case' instead of `cond'.
1213         (auth-source-secrets-search): Created with TODOs.
1214         (auth-source-secrets-create): Created with TODOs.
1215         (auth-source-retrieve, auth-source-create, auth-source-delete)
1216         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1217         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1218         (auth-source-user-or-password-sftp)
1219         (auth-source-user-or-password-smtp): Remove.
1220         (auth-source-user-or-password): Deprecated and modified to be a wrapper
1221         around `auth-source-search'.  Not tested thoroughly.
1222
1223 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
1224
1225         * auth-source.el: Bring in assoc and eioeio libraries.
1226         (secrets-enabled): New variable to track the status of the Secrets API.
1227         (auth-source-backend): New EIOEIO class to represent a backend.
1228         (auth-source-creation-defaults): New variable to set prompt defaults
1229         during token creation (see the `auth-source-search' docstring for
1230         details).
1231         (auth-sources): Simplify to allow a simple string as a netrc backend
1232         spec.
1233         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
1234         (auth-source-backend-parse-parameters): Fill in the backend parameters.
1235         (auth-source-search): Main auth-source API entry point.
1236         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
1237         (auth-source-search-collection): Helper function for searching.
1238         (auth-source-netrc-parse, auth-source-netrc-normalize)
1239         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
1240         Supports search, create, and delete.
1241         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
1242         backend stubs.
1243         (auth-source-user-or-password): Call `auth-source-search' but it's not
1244         ready yet.
1245
1246 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1247
1248         * message.el (message-setup-1): Remove the read-only stuff, since it
1249         doesn't work under XEmacs, for some reason.
1250
1251         * gnus-sum.el (gnus-user-date): Rename back from
1252         gnus-summary-user-date since user code refers to it.
1253
1254         * shr.el (shr-render-td): Store the actual background colour used.
1255
1256         * message.el (message-setup-1): Don't bind the constant
1257         -forbidden-properties.
1258         (message-setup-1): Revert previous change, since it needs to bind the
1259         props to insert them.
1260         (message-resend): Allow removing the read-only separator line.
1261
1262 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1263
1264         * nnimap.el (nnimap-request-accept-article): Give an error message if
1265         the APPEND wasn't successful.
1266
1267 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
1268
1269         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
1270         that have no groups.
1271
1272 2011-02-03  Julien Danjou  <julien@danjou.info>
1273
1274         * gnus-draft.el: Remove progn around gnus-draft-setup.
1275
1276 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1277
1278         * gnus-start.el (gnus-read-active-for-groups): This function is never
1279         called with a nil `infos', so clean that up.
1280         (gnus-get-unread-articles): Request active files from primary/secondary
1281         methods that have no groups (yet).
1282
1283 2011-02-03  Julien Danjou  <julien@danjou.info>
1284
1285         * message.el (message-setup-1): Always generate References first.
1286         (message-mail): Return the return value of message-setup, not always t.
1287         (message-setup-1): Insert mail-header-separator with read-only and
1288         intangible properties set.
1289
1290         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
1291         user-date in docstring.
1292
1293         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
1294
1295         * gnus.el (gnus-summary-line-format): Mention &user-date format in
1296         docstring.
1297
1298         * gnus.el (gnus-user-date-format-alist): Change default value. Use
1299         defcustom, with type and group. Move from gnus-util.el. Rename to
1300         gnus-summary-user-date-format-alist.
1301
1302 2011-02-03  Glenn Morris  <rgm@gnu.org>
1303
1304         * nnimap.el (gnus-fetch-headers): Declare.
1305
1306         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
1307
1308 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1309
1310         * message.el (message-forward-make-body-digest-plain)
1311         (message-followup, message-reply): Clean up things noted by Stefan.
1312
1313         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
1314         gnus-article-update-date-headers is nil.
1315         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
1316         it didn't really work with defcustom.
1317         (article-update-date-lapsed): Make sure the window start doesn't move,
1318         either.
1319
1320 2011-02-01  Julien Danjou  <julien@danjou.info>
1321
1322         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
1323         format.
1324
1325         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
1326         standard in Emacs nowadays.
1327
1328         * color.el (color-gradient): Add a color-gradient function.
1329
1330 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1331
1332         * message.el (message-expand-name): Don't trust the return value of
1333         bbdb-complete-name.
1334         (message-check-news-header-syntax): Remove unused var `start'.
1335         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
1336         (message-inhibit-body-encoding): Move to before first use.
1337         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
1338         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
1339         (Organization, Message-ID, Date, mh-previous-window-config):
1340         Defvar the vars using dynamic scoping.
1341
1342 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1343
1344         * shr.el (shr-render-td): Only do colours at the final rendering.
1345         Should be slightly faster.
1346         (shr-insert-table): Fix up TD background colours when doing the
1347         vertical padding.
1348
1349         * gnus-art.el (article-date-ut): Protect against articles with no Date
1350         header.
1351         (article-update-date-lapsed): Don't use current-column to find the
1352         horizontal position.  It's fragile in the presence of \003 characters.
1353
1354         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
1355
1356 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1357
1358         * gnus-art.el (article-transform-date): Rewrite to still work when
1359         there are several rfc2822 parts.
1360         (article-transform-date): Fix infinite recursion.
1361         (article-date-ut): Replace infinitely many Date headers with a single
1362         one when called interactively.
1363
1364         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
1365         secure manner.
1366
1367         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
1368         move around by not using save-window-excursion.  It seems to work...
1369
1370 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1371
1372         * gnus-art.el (article-make-date-line): Work for user-defined format.
1373
1374 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1375
1376         * nntp.el (nntp-retrieve-group-data-early)
1377         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1378         fetching functions.
1379
1380         * gnus-start.el (gnus-read-active-for-groups): Read the active files
1381         thoroughly for all backends that have no known groups.  This should
1382         allow new nnml methods to retrieve mail.
1383
1384         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1385         that Gnus doesn't know exists again.
1386
1387         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1388         (gnus-treat-date-ut): Ditto.
1389         (gnus-article-update-date-header): Rename.
1390         (gnus-treat-date-local): Remove.
1391         (gnus-treat-date-english): Remove.
1392         (gnus-treat-date-lapsed): Remove.
1393         (gnus-treat-date-combined-lapsed): Remove.
1394         (gnus-treat-date-original): Remove.
1395         (gnus-treat-date-iso8601): Remove.
1396         (gnus-treat-date-user-defined): Remove.
1397         (gnus-article-date-headers): New variable to control all the date
1398         header options.
1399         (article-date-ut): Rewrite to allow using the new way to format date
1400         headers(s).
1401
1402 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1403
1404         * nnmail.el (nnmail-article-group): Check for a direct fancy split
1405         method.
1406         (nnmail-article-group): A better test for fanciness.
1407
1408         * nnimap.el (nnimap-request-head): Protect against not finding the
1409         article by Message-ID.
1410
1411 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
1412
1413         * gnus-art.el (article-update-date-lapsed): Try a better way to really
1414         keep point at the "same place".
1415
1416 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1417
1418         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1419         data if the group is unactivated.
1420
1421 2011-01-28  Julien Danjou  <julien@danjou.info>
1422
1423         * gnus-win.el: Remove dead function gnus-window-configuration-element.
1424         (gnus-all-windows-visible-p): Remove old compatibility code.
1425         (gnus-window-top-edge): Add docstring.
1426
1427         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1428
1429 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1430
1431         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1432         older request-update-info.
1433
1434         * gnus-art.el (article-make-date-line): Limit the length a bit more.
1435
1436 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
1437
1438         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1439         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1440
1441 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1442
1443         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1444         groups.  This makes the nndraft:queue group pop up if it's not already
1445         there.
1446
1447         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1448         messages" logic, which was reversed.
1449
1450         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1451         the "same place" even if point is on the line being replaced.
1452         (article-update-date-lapsed): Allow updating both the combined lapsed
1453         and the lapsed headers.
1454         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1455         (article-make-date-line): Limit the number of segments dynamically to
1456         avoid too-long lines.
1457
1458 2011-01-27  Julien Danjou  <julien@danjou.info>
1459
1460         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1461         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1462
1463 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1464
1465         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1466         Use plist-get instead of the cl function getf.
1467
1468 2011-01-27  Glenn Morris  <rgm@gnu.org>
1469
1470         * gnus-util.el (float-time): Get rid of compiler warning, again.
1471
1472 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1473
1474         * shr.el (shr-put-color): Special-case background colours: Do put them
1475         at the blank parts at the front of the lines.
1476
1477         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1478         exit hook to nix out all data on readedness on group exit.
1479
1480         * gnus-util.el (float-time): If float-time is bound, always use it on
1481         all Emacsen.  It's unclear why the subrp check was there.
1482         (time-date): Require to make some autoload issues on XEmacs go away.
1483
1484         * shr.el (shr-put-color): Don't do the box padding in tables, since
1485         they're already padded.
1486
1487 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1488
1489         * gnus-art.el (gnus-article-next-page): When the last line of the
1490         article is displayed, scroll down once more instead of going to the
1491         next article at once.
1492         (article-lapsed-string): Refactor out and allow specifying how many
1493         segments you want.
1494         (gnus-article-setup-buffer): Start updating the lapsed header directly.
1495         (gnus-article-update-lapsed-header): New variable.
1496
1497         * shr.el: Revert change that made headings use different-sized faces.
1498         The Emacs display engine isn't advanced enough that, for instance,
1499         tables can comfortably use differently-sized faces.
1500
1501 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1502
1503         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1504         used.
1505         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1506         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1507         we're using an encrypted connection.
1508
1509         * proto-stream.el: Alter the interface functions to also return the
1510         actual stream type used: network or tls.
1511
1512 2011-01-25  Julien Danjou  <julien@danjou.info>
1513
1514         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1515         (mm-display-javascript-inline): New function.
1516
1517         * mm-decode.el (mm-inline-media-tests): Add application/javascript
1518         viewing function.
1519
1520 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1521
1522         * shr.el (shr-expand-newlines): Fix variable name.
1523
1524 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1525
1526         * shr.el (shr-expand-newlines): Make nested boxes work.
1527
1528 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1529
1530         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1531         backgrounds.
1532         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1533         in a more sensible manner.
1534
1535 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1536
1537         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1538         if EPG is loaded.
1539
1540 2011-01-24  Julien Danjou  <julien@danjou.info>
1541
1542         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1543         tags.
1544
1545 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1546
1547         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1548         commands.
1549
1550         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1551         in the article buffer.
1552         (gnus-gravatar-insert): Use blank space from the current buffer to
1553         avoid breaking text properties.  This makes X-Sent updating work again.
1554
1555         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1556
1557 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
1558
1559         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1560         fix the bug in url-http.el instead.
1561
1562         * shr.el (shr-image-fetched): Ditto.
1563
1564         * shr.el (shr-image-fetched): Avoid having point move in the article
1565         buffer.
1566
1567         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1568         buffer after being called.  It's apparently being killed by url.el, and
1569         killing it made point move to end-of-buffer in a random buffer.
1570
1571         * shr.el (shr-image-fetched): Ditto.
1572
1573 2011-01-23  Julien Danjou  <julien@danjou.info>
1574
1575         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1576
1577         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1578         text/x-org.
1579
1580 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1581
1582         * gnus-sum.el (gnus-summary-move-article): Protect against backends
1583         (i.e., nnimap) returning nil as the article number.
1584
1585 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1586
1587         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1588         "DelSp" parameter in RFC3676.
1589
1590 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1591
1592         * message.el (message-check-recipients): Display the encoded version of
1593         the bogus address if they differ.
1594
1595         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1596         after sending.
1597
1598         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1599
1600         * gnus-group.el (gnus-group-refresh-group): New convenience function.
1601
1602         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1603         group buffer after sending the queue.
1604
1605         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1606
1607 2011-01-22  Julien Danjou  <julien@danjou.info>
1608
1609         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1610
1611 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1612
1613         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1614         nested related parts.
1615
1616         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1617         unexpired articles.  This fixes the regression that led expiry marks to
1618         disappear from nnfolder groups.
1619
1620 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1621
1622         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1623         Don't confuse the "ret" of "retrograde" with RET.
1624
1625 2011-01-21  Julien Danjou  <julien@danjou.info>
1626
1627         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1628         than mm-insert-inline.
1629
1630 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1631
1632         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1633         Widen article buffer.
1634
1635 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1636
1637         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1638         the temp buffer.
1639         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1640
1641 2011-01-20  Julien Danjou  <julien@danjou.info>
1642
1643         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1644
1645         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1646         than mm-insert-inline to insert inline part: this respect
1647         mm-inline-media-tests displayers.
1648
1649         * mm-view.el (mm-display-shell-script-inline): New function.
1650
1651         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1652
1653         * mm-uu.el (mm-uu-type-alist): Add org block.
1654         (mm-uu-org-src-code-block-extract): New function.
1655
1656         * mm-view.el (mm-display-org-inline): New function.
1657
1658         * mm-decode.el (mm-automatic-display): Add text/org.
1659
1660         * mailcap.el (mailcap-mime-extensions): Add .org.
1661
1662 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1663
1664         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1665         gnus-article-add-buttons.
1666
1667 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1668
1669         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1670         From header with a date and "nobody" as the sender.
1671
1672 2011-01-19  Julien Danjou  <julien@danjou.info>
1673
1674         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1675         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1676         if you have the same regexp several times.
1677         (gnus-button-push): Fix matching when regexp is symbol.
1678
1679 2011-01-15  Glenn Morris  <rgm@gnu.org>
1680
1681         * message.el (message-mail): A compose-mail function should
1682         accept headers as strings.
1683
1684 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1685
1686         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1687         Add :vert-only tags.
1688         (message-mail): New arg RETURN-ACTION.
1689         (message-return-action): New var.
1690         (message-bury): Use it.
1691         (message-mode): Make it buffer-local.
1692         (message-send-and-exit): Always call message-bury.
1693
1694         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1695         message-mail.
1696
1697 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1698
1699         * nnimap.el (nnimap-convert-partial-article): Protect against
1700         zero-length body parts.
1701
1702         * mm-decode.el (mm-preferred-alternative-precedence):
1703         Discourage showing empty parts.
1704
1705         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1706         and stuff if the backend didn't return the article number.  This fixes
1707         an Exchange-related nnimap bug.
1708
1709         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1710         group window, because it does the wrong thing when a separate frame
1711         displays the group buffer.
1712
1713         * proto-stream.el (open-protocol-stream): Protect against the low-level
1714         transport functions returning nil.
1715
1716 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1717
1718         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1719         (mml2015-epg-find-usable-secret-key): New function.
1720         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1721         mml2015-epg-find-usable-key (Bug#7797).
1722         (mml2015-epg-encrypt): Ditto.
1723
1724 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1725
1726         * dgnushack.el (rot13-string): Fix the way to get the argument.
1727
1728 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1729
1730         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1731
1732 2011-01-03  Glenn Morris  <rgm@gnu.org>
1733
1734         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1735
1736         * sieve.el (sieve-open-server): Give a more explicit error if
1737         sieve-manage-open returns nil.  (Bug#7720)
1738
1739 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1740
1741         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1742
1743 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1744
1745         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1746         This avoids sending passwords in plain text over non-encrypted
1747         channels.
1748
1749         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1750
1751         * nnimap.el (nnimap-login): Refactored out into own function, and
1752         implement CRAM-MD5.
1753         (nnimap-wait-for-line): Refactored out.
1754
1755         * mm-view.el (mml-smime): Require.
1756
1757 2010-12-20  David Engster  <deng@eml.cc>
1758
1759         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1760         use EPG to decrypt S/MIME messages instead of openssl.
1761
1762 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1763
1764         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1765
1766         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1767         status is the group clearly is unreachable.
1768
1769         * auth-source.el (auth-source-create): Add the optional second
1770         parameter to `local-variable-p' to be compatible with XEmacs.
1771
1772 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1773
1774         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1775         work when using a compressed nnml folder.
1776
1777 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1778
1779         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1780         backends after sanitising on entry, because this never makes sense:
1781         If the articles have gone missing, then the data no longer exists on
1782         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1783         overwrite anything anyway.
1784
1785         * shr.el (shr-insert-document): Bind shr-width dynamically to
1786         window-width if it's nil.
1787
1788 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1789
1790         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1791         with the meaning of using the full emacs window width for rendering.
1792
1793 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1794
1795         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1796         case when sender is not given.
1797
1798 2010-12-23  Julien Danjou  <julien@danjou.info>
1799
1800         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1801         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1802         the addresses, otherwise we might misplaced the gravatar.
1803
1804 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1805
1806         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1807         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1808         obsolete in Emacs.
1809
1810 2010-12-20  Julien Danjou  <julien@danjou.info>
1811
1812         * gnus-util.el (gnus-rescale-image): Revert last change.
1813
1814 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1815
1816         * binhex.el: Improve commentary (Bug#7482).
1817
1818 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1819
1820         * gnus-group.el (gnus-group-delete-articles): New command.
1821
1822 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1823
1824         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1825
1826 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1827
1828         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1829         here, since it's up to the backends to do CRLF removal if their
1830         protocol has it.
1831
1832         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1833
1834 2010-12-17  Julien Danjou  <julien@danjou.info>
1835
1836         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1837         they are from file. Can also scale up.
1838
1839 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1840
1841         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1842         gnus-use-agent.
1843         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1844
1845         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1846
1847 2010-12-17  Julien Danjou  <julien@danjou.info>
1848
1849         * gravatar.el (gravatar-retrieve-synchronously): New function.
1850         (gravatar-get-data): Make more robust.
1851
1852 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1853
1854         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1855
1856 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1857
1858         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1859         to really consider the last line.
1860
1861 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1862
1863         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1864         list of recipient keys, or use symmetric encryption if not a list.
1865         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1866         EPA override, replacing the call to `netrc-store-data'.
1867
1868 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1869
1870         * gnus-srvr.el: Avoid passing nil regexp argument to
1871         delete-matching-lines.
1872
1873 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1874
1875         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1876         fetching stops when Gnus exits.
1877
1878         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1879         function.
1880         (nnfolder-request-expire-articles): Save all the buffers after doing
1881         expiry.
1882
1883         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1884         the last article", since that led to serious performance regressions
1885         when expiring nnml groups.
1886
1887 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1888
1889         * nnir.el: Improve customizations.
1890
1891 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1892
1893         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1894
1895         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1896         group has been killed.
1897         (gnus-group-yank-group): Ditto.
1898
1899         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1900
1901         * nnimap.el (nnimap-request-update-group-status): New function.
1902
1903         * gnus-int.el (gnus-request-update-group-status): New interface
1904         function.
1905
1906         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1907         copying read-ness to the backends.
1908
1909         * nnimap.el (nnimap-quirk): New function.
1910         (nnimap-retrieve-group-data-early): Use it.
1911         (nnimap-quirks): New alist.
1912
1913 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1914
1915         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1916         don't delete it within indentation.
1917
1918 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1919
1920         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1921         previous line.
1922
1923 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1924
1925         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1926         QRESYNC command by deleting a superfluous space which broke Cyrus
1927         servers.  This change will break other servers that are buggy the other
1928         way around.
1929
1930 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1931
1932         * spam.el: Reindent and fix long lines.
1933         (spam-copy-or-move-routine): Exclude invalid move destinations.
1934
1935 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1936
1937         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1938         installed the registry.
1939
1940 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1941
1942         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1943
1944 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1945
1946         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1947         groupname doesn't contain "gmane".
1948
1949 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1950
1951         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1952         and netrc-bound-and-true-p bindings.
1953         (netrc-parse): Cache the netrc contents.
1954
1955         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1956         (gnus-1): Don't create the nndrafts group twice.
1957         (gnus-setup-news): There's no need to read the active file here, since
1958         that's done again later on a per-backend basis.
1959         (gnus-start-draft-setup): Make sure that the new group is started out
1960         empty.
1961
1962         * gnus-agent.el (gnus-agentize): Don't create the queue group
1963         automatically on startup.  It'll be created later, if needed.
1964
1965         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1966         of automatically subscribed groups.
1967         (gnus-auto-subscribed-categories): New variable.
1968         (gnus-matches-options-n): Use it.
1969         (gnus-default-subscribed-newsgroups): Remove unused variable.
1970         (gnus-start-draft-setup): Message a bit less.
1971
1972 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1973
1974         * nnir.el (nnir-run-imap): Return article list in order of increasing
1975         UID.
1976
1977 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1978
1979         * gnus-sum.el (gnus-summary-enter-digest-group):
1980         Mention gnus-auto-select-on-ephemeral-exit.
1981
1982         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1983         convention of the network-only option.
1984
1985 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1986
1987         * proto-stream.el (proto-stream-open-network-only): New function to
1988         have a way to specify non-STARTTLS upgrade connections.
1989
1990 2010-12-10  Julien Danjou  <julien@danjou.info>
1991
1992         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1993         email address is nil.
1994
1995         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1996
1997 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1998
1999         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
2000         deletion.
2001         (nnir-run-imap): Only need to parse list once.
2002
2003 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2004
2005         * shr.el (shr-tag-script): Ignore <script>.
2006         (shr-tag-label): Add <label> support.
2007
2008 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2009
2010         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
2011
2012         * shr.el (shr-image-displayer): Work for images lined side by side.
2013
2014 2010-12-08  Robert Pluim  <rpluim@gmail.com>
2015
2016         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
2017         parameter, since XEmacs doesn't accept t as a parameter.
2018
2019 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
2020
2021         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
2022         ids.
2023         (nnir-run-gmane): Simplify groupspec formatting.
2024         (nnir-request-expire-articles): New function.
2025
2026 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2027
2028         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
2029         overflow, possibly.
2030
2031         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
2032         (shr-render-td): Handle td style="" better.
2033         (shr-tag-table): Use the color from the style sheet.
2034         (shr-render-td): Make sure we copy over all the overlays, too.
2035
2036 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
2037
2038         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
2039         (nnir-request-article): Improve article retrieval.
2040
2041 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2042
2043         * mm-util.el (mm-extra-numeric-entities): New variable.
2044
2045         * mm-url.el (mm-url-decode-entities):
2046         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
2047
2048         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
2049
2050 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2051
2052         * message.el: Use completion-at-point.
2053         (message-completion-function): New fun, extracted from message-tab.
2054         (message-mode): Use it for completion-at-point-functions.
2055         (message-tab): Use it and completion-at-point.
2056
2057 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2058
2059         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
2060         character if a non-breakable character follows.
2061
2062 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2063
2064         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
2065         any stream.
2066
2067         * shr.el (shr-tag-font): Colorize the region.
2068         (shr-tag-body): Ditto.
2069         (shr-tag-font): Actually let the styles be inherited instead of
2070         overwriting them.
2071         (shr-tag-font): Get the background color right.
2072         (shr-tag-style): Ignore all <style> tags for the moment.
2073
2074         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
2075         a Message-ID to avoid having nnimap depend on gnus-sum.
2076
2077         * shr.el (shr-descend): Only colorize something if we have a node that
2078         sets colors.
2079
2080 2010-12-06  Julien Danjou  <julien@danjou.info>
2081
2082         * shr.el (shr-render-td): Render td content with shr-descend, so style
2083         will be applied to <td> too.
2084         (shr-colorize-region): Colorize region even if we only have a background.
2085         (shr-tag-body): Fix color and background color inheritance.
2086         Do not recolorize after shr-generic.
2087         (shr-tag-font): Let shr-generic colorize via inheritance.
2088
2089 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2090
2091         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
2092
2093 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
2094
2095         * nnir.el (nnir-request-move-article): Remove obsolete code.
2096
2097 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2098
2099         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
2100
2101 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2102
2103         * gnus-sum.el (gnus-summary-respool-article): The completion function
2104         expects a list instead of an alist.
2105
2106         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
2107         string as the parameter.
2108
2109         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
2110
2111         * shr.el (shr-stylesheet): New dynamic variable for cascading the
2112         styles.
2113         (shr-colorize-region): New function.
2114         (shr-insert-background-overlay): Remove.
2115         (shr-render-td): Background setting should be taken care of on a higher
2116         level.
2117         (shr-tag-body): Use post-hoc colorizations.
2118         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
2119         (shr-put-color-1): Don't overwrite old colors.
2120         (shr-colorize-region): When the background color isn't explicit, use
2121         a fixed background.
2122
2123         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
2124         nnmail variables.
2125
2126 2010-12-05  Bjørn Mork  <bjorn@mork.no>
2127
2128         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
2129         unless necessary.
2130
2131 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
2132
2133         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
2134         server.
2135
2136 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2137
2138         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
2139         so that TAB works.
2140
2141         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
2142         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
2143
2144         * shr.el (shr-urlify): Show the URL before the title to avoid
2145         misleading URLs.
2146
2147 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
2148
2149         * shr.el (shr-urlify): Display the title in <a> tags.
2150
2151 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
2152
2153         * nnir.el (nnir-categorize): Replace mapcar with mapc.
2154
2155 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
2156
2157         * nnir.el: Rearrange code to allow macros to be autoloaded by
2158         gnus-sum.el.
2159         (nnir-retrieve-headers-override-function): Make this variable
2160         customizable.
2161         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
2162
2163         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
2164         from nnir.el.
2165
2166 2010-12-03  Julien Danjou  <julien@danjou.info>
2167
2168         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
2169
2170 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2171
2172         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
2173         allow optional argument `environment'.
2174
2175 2010-12-03  Glenn Morris  <rgm@gnu.org>
2176
2177         * mm-extern.el (message-goto-body): Update declaration.
2178
2179 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2180
2181         * gnus-util.el (gnus-macroexpand-all): New function.
2182
2183         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
2184         instead of macroexpand-all that is unavailable in XEmacs.
2185
2186 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
2187
2188         * nnir.el (nnir-summary-line-format): New variable.
2189         (nnir-mode): Use it.
2190         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
2191         (nnir-article-ids): Reimplement as defsubst.
2192         (nnir-retrieve-headers): Don't mangle the subject header.
2193         (nnir-run-imap): Use 100 as RSV score.
2194         (nnir-run-find-grep): Fix for full server searching.
2195         (nnir-run-gmane): Better restriction to gmane groups.
2196
2197         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
2198         summary buffers.
2199
2200 2010-12-02  Julien Danjou  <julien@danjou.info>
2201
2202         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
2203
2204         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
2205
2206         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
2207         support.
2208
2209 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
2210
2211         * nnir.el: Update to handle the registry better.
2212         (autoload): Silence byte-compiler.
2213         (nnir-open-server): Add a hook for nnir groups.
2214         (nnir-request-move-article): Don't mangle the header. Better to use
2215         formating variables (which will be added in the future).
2216         (nnir-registry-action): Update the registry using the original article
2217         group name.
2218         (nnir-mode): Install nnir-specific hooks for updating the registry.
2219
2220         * gnus-sum.el
2221         (gnus-article-original-subject,gnus-newsgroup-original-name):
2222         Remove obsolete variables.
2223         (gnus-summary-move-article): Remove use of obsolete variables.
2224         (gnus-summary-local-variables): Make move and delete hooks local to
2225         summary buffers.
2226
2227 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2228
2229         * rtree.el: New file.
2230
2231 2010-12-01  Julien Danjou  <julien@danjou.info>
2232
2233         * message.el (message-user-organization): Do not use
2234         gnus-local-organization.
2235
2236         * gnus.el: Remove gnus-local-organization.
2237
2238         * gnus-msg.el: Remove nastygram thing.
2239
2240 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
2241
2242         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
2243         funcall.
2244
2245 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2246
2247         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
2248         names.
2249
2250         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
2251         characters.
2252
2253         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
2254         to t of inhibit-read-only since it is inside gnus-with-article-headers.
2255         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
2256         (gnus-gravatar-transform-address): Use mail-extract-address-components
2257         that supports non-ASCII names rather than mail-header-parse-addresses.
2258
2259 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2260
2261         * proto-stream.el (open-protocol-stream): All starttls connections are
2262         handled by the network handler.
2263
2264 2010-11-30  Julien Danjou  <julien@danjou.info>
2265
2266         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
2267         (nnimap-open-connection-1): Fix PREAUTH.
2268
2269         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
2270
2271 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2272
2273         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
2274         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
2275         (shr-insert): Use them.
2276         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
2277
2278 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2279
2280         * nnir.el (nnir-request-move-article): Bail out if original group
2281         doesn't support article moves.
2282         (nnir-get-active): Improve active list retrieval.
2283
2284 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2285
2286         * shr.el (shr-find-fill-point): Don't break before apostrophes.
2287
2288 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
2289
2290         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
2291         seem to accept strings-with-numbers as port numbers,
2292
2293 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2294
2295         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
2296         change the registry.
2297
2298 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2299
2300         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
2301         delete-dups that is not available in XEmacs 21.4.
2302
2303         * mm-util.el (mm-delete-duplicates): Add comment.
2304
2305 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
2306
2307         * nnir.el (nnir-ignored-newsgroups): New variable.
2308         (nnir-get-active): Use it.
2309
2310 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2311
2312         * proto-stream.el (proto-stream-open-network): Add some comments.
2313
2314         * nntp.el (nntp-open-connection): Provide a :success condition.
2315
2316         * nnimap.el (nnimap-open-connection-1): Ditto.
2317
2318         * proto-stream.el (proto-stream-open-network): See what the response to
2319         the STARTTLS command is.
2320
2321         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
2322         backwards compatibility).
2323         (nnimap-open-connection-1): Really respect nnimap-server-port.
2324
2325         * proto-stream.el (proto-stream-open-network): When doing opportunistic
2326         TLS upgrades we don't really care about the identity of the peer.
2327         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
2328         that what we've checked for.
2329         (proto-stream-always-use-starttls): Only default to t if
2330         open-gnutls-stream exists.
2331         (proto-stream-open-network): If STARTTLS failed, then just open a
2332         normal connection.
2333         (proto-stream-open-network): Wait until the greeting before doing
2334         STARTTLS.
2335
2336         * nntp.el (nntp-open-connection): Report what the connection error is.
2337
2338         * proto-stream.el (open-protocol-stream): Rename from
2339         open-proto-stream.
2340
2341 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2342
2343         * nnimap.el (nnimap-stream): Change default to `undecided'.
2344         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
2345         first, and then network.
2346         (nnimap-open-connection-1): Respect nnimap-server-port.
2347         (nnimap-open-connection): Be more backwards-compatible.
2348
2349         * proto-stream.el (proto-stream-always-use-starttls): New variable.
2350         (proto-stream-open-starttls): De-duplicate the starttls code.
2351         (proto-stream-open-starttls): Folded back into the main function.
2352         (proto-stream-open-network): Fix typo in the gnutls path.
2353         (proto-stream-command): Refactor out.
2354
2355         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
2356
2357         * proto-stream.el (proto-stream-open-starttls): Actually implement the
2358         starttls.el STARTTLS.
2359
2360         * color.el (color-lab->srgb): Fix function call name.
2361
2362         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
2363         if we're using tls.el.
2364         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
2365         built in, then don't try to establish a STARTTLS connection.
2366
2367         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
2368         servers.
2369
2370         * proto-stream.el (open-proto-stream): Use network, not stream.
2371         (open-proto-stream): Add a way to specify what the end of a command is.
2372
2373         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
2374         connections types.
2375         (nntp-open-network-stream): Remove.
2376         (nntp-open-ssl-stream): Remove.
2377         (nntp-open-tls-stream): Remove.
2378         (nntp-ssl-program): Remove.
2379
2380         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2381
2382 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
2383
2384         * nnir.el: Fix typos.
2385         (nnir-retrieve-headers-override-function): Rename variable to reflect
2386         new semantics.
2387         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2388         macros.
2389         (nnir-request-article, nnir-request-move-article): Use them.
2390         (nnir-categorize): New function.
2391         (nnir-run-query): Use it.
2392         (nnir-retrieve-headers): Rewrite to batch header retrieval.
2393         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2394         sorted.
2395         (nnir-group-full-name): Use gnus-group-full-name instead.
2396         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2397         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2398
2399 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2400
2401         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2402
2403         * proto-stream.el: New library to provide protocol-specific
2404         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2405         protocols.
2406         (open-proto-stream): Complete the documentation.
2407         (proto-stream-open-network): Fix some typos.
2408
2409         * nnimap.el (nnimap-open-connection): Use it.
2410
2411 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
2412
2413         * pop3.el (pop3-open-server): Read server greeting before starting TLS
2414         negotiation.
2415
2416 2010-11-26  Julien Danjou  <julien@danjou.info>
2417
2418         * color.el: Rename various rgb functions to srgb.
2419
2420 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2421
2422         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2423         names.
2424
2425 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2426
2427         * shr.el (shr-insert): Revert last change.
2428         (shr-find-fill-point): Never leave point being at bol;
2429         relax the kinsoku limitation when rendering tables.
2430
2431 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2432
2433         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2434         results from -accept-article.
2435
2436         * shr-color.el: Require cl when compiling.
2437
2438         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2439         checkin.
2440
2441         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2442
2443         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2444
2445         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2446         'add and 'delete to set backend marks.
2447
2448         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2449
2450         * nnheader.el (nnheader-update-marks-actions): Refactor out.
2451
2452         * nntp.el (nntp-request-set-mark): Use it.
2453
2454         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2455
2456         * nnml.el (nnml-request-set-mark): Ditto.
2457
2458         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2459         introduces regressions in article selection.
2460         (nnimap-find-uid-response): New function.
2461         (nnimap-request-accept-article): Use the UID returned, if any.
2462         (nnimap-request-move-article): Use the UID returned, if any.
2463         (nnimap-get-groups): Reimplement to work with folded lines.
2464         (nnimap-find-uid-response): The UID is the last element in the list.
2465         (nnimap-request-set-mark): Extend syntax with 'set.
2466
2467         * nnml.el (nnml-request-set-mark): Ditto.
2468
2469         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2470
2471         * nntp.el (nntp-request-set-mark): Ditto.
2472
2473 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2474
2475         * message.el (message-called-interactively-p): A temporary macro.
2476         (message-goto-body): Use it temporarily.
2477
2478 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2479
2480         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2481         (nnimap-last-response-string): Unfold quoted lines, if they exist.
2482         (nnimap-last-response-string): Fix last unfolding fix.
2483
2484 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2485
2486         * shr.el (shr-insert): Fix the way to fold lines.
2487
2488 2010-11-25  Julien Danjou  <julien@danjou.info>
2489
2490         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2491
2492         * color.el: Rename from color-lab.el
2493         (color-rgb->hex): Add.
2494         (color-complement): Add.
2495         (color-complement-hex): Add.
2496
2497         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2498
2499 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2500
2501         * shr-color.el (shr-color-visible): Don't bug out if the colour names
2502         don't exist.
2503
2504 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2505
2506         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2507         assuming that article displaying or another mml-preview may be
2508         interrupted for an error or for the like.
2509
2510         * shr.el (shr-get-background): Fix argument name.
2511
2512 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2513
2514         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2515
2516         * gnus-sum.el (gnus-summary-include-articles): New function.
2517
2518         * message.el (message-goto-body): called-interactively-p needs a
2519         parameter, so use `any'.
2520
2521         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2522         clear marks before moving, since they're synced from the Gnus side
2523         first.
2524
2525         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2526         (gnus-summary-move-article): Copy over all marks before moving, so that
2527         IMAP doesn't think a new article has arrived.
2528
2529 2010-11-24  Julien Danjou  <julien@danjou.info>
2530
2531         * shr.el (shr-insert-background-overlay): Fix typo.
2532         (shr-render-td): Copy the background before rendering.
2533
2534         * shr-color.el (shr-color-visible): Fix docstring.
2535
2536         * shr.el (shr-tag-table): Add bgcolor support.
2537         (shr-render-td): Add bgcolor support.
2538         (shr-get-background): Add.
2539         (shr-insert-foreground-overlay): Use shr-get-background.
2540
2541         * message.el (message-goto-body): Use called-interactively-p.
2542         (message-in-body-p): message-goto-body returns point.
2543
2544 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2545
2546         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
2547         Fixes something or other in Emacs 23, and is backwards compatible.
2548
2549         * message.el (message-goto-body): Remove the <#secure special-casing,
2550         which is too special.
2551
2552         * shr.el (shr-parse-style): Drop !important from styles.
2553
2554 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
2555
2556         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2557         this function to return incorrect results when calling it with an
2558         explicit article argument different from
2559         (gnus-summary-article-number).
2560
2561 2010-11-24  Julien Danjou  <julien@danjou.info>
2562
2563         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2564         (shr-tag-body): Add background support.
2565         (shr-descend): Add background support.
2566         (shr-tag-title): Add.
2567
2568         * shr-color.el (shr-color-visible): Really return original background
2569         if fixed.
2570
2571 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2572
2573         * shr.el (shr-color-check): Protect against non-existent colour names.
2574
2575 2010-11-24  Julien Danjou  <julien@danjou.info>
2576
2577         * color-lab.el: Require 'cl when compiling.
2578
2579         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2580
2581         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2582         matched part.
2583
2584         * color-lab.el: Fix all expt calls to use float type.
2585
2586 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2587
2588         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2589         expression to shr-color-check as is.
2590
2591         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2592
2593         * color-lab.el: Add coding cookie.
2594         (float-pi): Use eval-and-compile.
2595
2596         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
2597         compiled for Emacsen having no `libxml-parse-html-region' support.
2598
2599 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2600
2601         * shr.el (shr-insert-color-overlay): Split stuff like
2602         "#444444 !important" to find the real colour.
2603         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2604         parse <font color="red"> entries.
2605
2606 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
2607
2608         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
2609         point when parsing headers.
2610
2611         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
2612         is positioned properly when parsing headers.
2613
2614 2010-11-23  Julien Danjou  <julien@danjou.info>
2615
2616         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2617
2618         * shr-color.el (shr-color->hexadecimal): Add support for color names.
2619
2620         * shr.el (shr-parse-style): Replace \n with space in style parsing.
2621
2622         * shr-color.el (shr-color-hsl-to-rgb-fractions):
2623         Use shr-color-hue-to-rgb.
2624         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2625
2626 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2627
2628         * shr.el (shr-color->hexadecimal): Autoload.
2629         (shr-descend): Add color to all tags.
2630
2631 2010-11-22  Julien Danjou  <julien@danjou.info>
2632
2633         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2634         shr-color->hexadecimal.
2635
2636         * shr-color.el (shr-color->hexadecimal): Add converting functions for
2637         RGB() or HSL() color representation.
2638
2639         * shr.el (shr-tag-font): Add.
2640         (shr-tag-color-check): New function to get better colors.
2641         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2642         tag-span.
2643
2644         * shr-color.el: New file.
2645
2646         * color-lab.el: New file.
2647
2648         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2649
2650 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2651
2652         * nnir.el: Fix typo in comments.
2653         (nnir-run-imap): Simplify code. No need to reverse artlist.
2654         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2655
2656 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2657
2658         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2659
2660         * nnimap.el (nnimap-get-capabilities): Refactor out.
2661         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2662
2663 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2664
2665         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2666         appearing when `mm-uu-hide-markers' is nil.
2667
2668 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2669
2670         * nnimap.el (nnimap-unselect-group): Make into its own function.
2671         (nnimap-request-rename-group): Unselect group before renaming.
2672         This had gotten lost somewhere.
2673         (nnimap-request-accept-article): Keep track of examined groups, and
2674         unselect the group before APPENDing to read-only groups.
2675         (nnimap-request-move-article): Clear flags before moving so that they
2676         can be re-set later.
2677
2678 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2679
2680         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2681         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2682
2683 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2684
2685         * gnus-art.el (gnus-mime-display-single)
2686         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2687         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2688         parameter.
2689
2690 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2691
2692         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2693         (shr-table-vertical-line): New variable.
2694         (shr-insert-table): Use it.
2695
2696 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2697
2698         * gnus-html.el (gnus-html-wash-images): Don't display images if
2699         gnus-inhibit-images is non-nil; register displayer for cid images.
2700         (gnus-html-display-image): Work for cid image.
2701         (gnus-html-insert-image): Allow arguments.
2702         (gnus-html-put-image): Inhibit read-only.
2703         (gnus-html-prefetch-images): Don't prefetch images if
2704         gnus-inhibit-images is non-nil.
2705
2706 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2707
2708         * shr.el (shr-put-image): Break lines when inserting big pictures.
2709
2710 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2711
2712         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2713         sender, thanks Katsumi Yamaoka.
2714
2715 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2716
2717         * nnir.el (nnir-run-imap): Reverse the article list for each group
2718         rather than the whole list.
2719
2720 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2721
2722         * shr.el (shr-image-displayer): Protect function against non-existent
2723         image source.
2724
2725         * gnus-art.el (gnus-inhibit-images): New user option.
2726         (gnus-mime-display-single): Don't display image if it is non-nil.
2727
2728         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2729         gnus-inhibit-images.
2730
2731         * shr.el (shr-image-displayer): New function.
2732         (shr-tag-img): Use it.
2733
2734 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2735
2736         * mml2015.el (mml2015-epg-sign): Use From header.
2737
2738 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2739
2740         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2741
2742         * gnus-util.el (gnus-find-text-property-region): Return markers.
2743
2744         * shr.el (shr-tag-img): Put a displayer in the text property.
2745
2746         * gnus-util.el (gnus-find-text-property-region): New utility function.
2747
2748         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2749         (gnus-html-show-images): Remove.
2750
2751         * gnus-art.el (gnus-article-show-images): New, more general function.
2752
2753         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2754         image url text properties.
2755
2756         * shr.el: Ditto.
2757
2758         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2759         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2760
2761 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2762
2763         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2764         work for two or more articles.
2765
2766 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2767
2768         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2769         divide an image that's in an html article to two or more when washing
2770         non-ASCII characters in alt text of it.
2771
2772 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2773
2774         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2775         smime-decrypt-region using function argument.
2776         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2777
2778         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2779
2780         * smime.el (smime-decrypt-region): Catch it.
2781
2782 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2783
2784         * smime.el (smime-mode-map): Move initialization into declaration.
2785         (gnus-run-mode-hooks): Don't autoload.
2786         (smime-mode): Use define-derived-mode.
2787
2788 2010-11-11  Glenn Morris  <rgm@gnu.org>
2789
2790         * smime.el (from): Restrict declaration to XEmacs.
2791
2792         * nnir.el (gnus-group-topic-name): Autoload.
2793
2794 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2795
2796         * shr.el (shr-insert): Don't break long line if it is because of
2797         kinsoku-bol characters in the line end.
2798
2799 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2800
2801         * nnir.el (nnir-request-move-article): Fix to provide original group
2802         and subject.
2803         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2804         been retrieved.
2805
2806         * gnus-sum.el (gnus-summary-move-article): Use original group and
2807         subject for virtual articles such as those in an nnir summary buffer.
2808
2809 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2810
2811         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2812         least 21.5).
2813
2814         * smime.el (from): Declare it again for XEmacs.
2815
2816 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2817
2818         * message.el (message-resend): Don't disable encoding unless it's
2819         already encoded.
2820
2821         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2822         low-numbered articles.
2823
2824 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2825
2826         * rfc2047.el (rfc2047-syntax-table): Simplify.
2827
2828         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2829
2830         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2831         set-char-table-range for XEmacs.
2832
2833 2010-11-10  Glenn Morris  <rgm@gnu.org>
2834
2835         * time-date.el (time-to-seconds): Always an alias on Emacs,
2836         never a real function.
2837         (with-no-warnings): Remove compat stub, now unused.
2838         (time-less-p): Doc fix.
2839         (time-to-number-of-days): Simplify.
2840
2841         * smime.el (from): Remove unused declaration.
2842
2843         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2844         (gnus-float-time): On Emacs, always an alias.
2845
2846         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2847         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2848
2849 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2850
2851         * dgnushack.el: Don't use ignore-errors in the top level form since it
2852         is unavailable in XEmacs even if cl is loaded.
2853
2854         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2855
2856 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2857
2858         * shr.el (browse-url-mailto): Autoload.
2859
2860         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2861
2862         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2863         regexp doesn't need quoting.
2864
2865 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2866
2867         * message.el (message-subject-trailing-was-ask-regexp)
2868         (message-subject-trailing-was-regexp): Match was: in addition to was.
2869
2870 2010-11-09  Glenn Morris  <rgm@gnu.org>
2871
2872         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2873         (nnbabyl-check-mbox): Use point-at-bol.
2874
2875 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2876
2877         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2878
2879         * message.el (message-mailto): New function.
2880         (message-mailto): Should accept other parameters.
2881         (message-mailto): Remove since it duplicates browse-url-mailto
2882         functionality.
2883
2884 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2885
2886         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2887         methods.
2888         (gnus-read-active-file): Ditto.
2889
2890         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2891         ": " from the prompt.
2892         (gnus-group-make-group): Ditto.
2893
2894 2010-11-07  Glenn Morris  <rgm@gnu.org>
2895
2896         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2897         (gnus-bookmark-kill-line): Use point-at-eol.
2898
2899 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2900
2901         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2902         asterisks in From header.
2903
2904 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2905
2906         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2907         string to avoid making the From headers syntactically invalid.
2908
2909         * message.el (message-send-mail): Don't insert courtesy messages if the
2910         message already has List-Post and List-ID messages.
2911
2912 2010-11-06  Glenn Morris  <rgm@gnu.org>
2913
2914         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2915         `condition', `type', `length' a prefix.
2916         (gnus-treat-predicate): Update for above name changes.
2917
2918 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2919
2920         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2921         binding.  Handled by `gnus-summary-refer-thread' instead.
2922         (nnir-warp-to-article): New backend function.
2923
2924         * nnimap.el (nnimap-request-thread): Force dependency updating.
2925
2926         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2927         (gnus-summary-refer-thread): Rework to improve thread-referral.
2928
2929         * gnus-int.el (gnus-warp-to-article): New function.
2930
2931         * gnus-sum.el (gnus-summary-article-map): Bind it.
2932
2933 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2934
2935         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2936         gnus-summary-refer-thread.
2937
2938         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2939         headers.
2940         (gnus-summary-limit-include-thread): Prevent articles in thread from
2941         being cut in gnus-cut-threads.
2942         (gnus-summary-refer-thread): Limit retrieved headers to those in
2943         thread.
2944
2945 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2946
2947         * message.el (message-send-mail): Use the value of
2948         message-courtesy-message from the message buffer.
2949
2950         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2951
2952         * shr.el (shr-browse-url): Implement mailto: URLs.
2953
2954         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2955         "raw".
2956
2957         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2958         if it's already selected.
2959
2960         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2961
2962 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2963
2964         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2965         to measure the length and truncate alt text.
2966
2967 2010-11-03  Glenn Morris  <rgm@gnu.org>
2968
2969         * nndiary.el (nndiary-generate-nov-databases-1)
2970         (nndiary-generate-active-info): Rename dynamic variable `files' to
2971         something less generic.
2972
2973 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2974
2975         * nnir.el (nnir-request-move-article): Call the underlying backend to
2976         move articles from nnir.
2977
2978 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2979
2980         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2981
2982 2010-11-02  Julien Danjou  <julien@danjou.info>
2983
2984         * nnir.el: Remove wais support.
2985
2986 2010-11-02  Glenn Morris  <rgm@gnu.org>
2987
2988         * gnus-html.el: Reorder requirements to quieten compiler.
2989
2990 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2991
2992         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2993         properly for XEmacs as well.
2994         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2995         (gnus-article-natural-long-line-p): Use window-width rather than
2996         frame-width.
2997
2998 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2999
3000         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
3001         (nnir-read-parms): Don't modify query.
3002         (nnir-run-query): Add ability to search topic on current line.
3003         (nnir-get-active): Clean up.
3004
3005 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3006
3007         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
3008         degenerate articles.
3009
3010         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
3011         (gnus-print-buffer): Just print the buffer as is, without any copying
3012         to a buffer and then re-highlighting.
3013
3014         * nnimap.el (nnimap-request-group): Store the new updated info.
3015         (nnimap-request-group): Select the group when we don't know whether it
3016         exists or not.
3017
3018         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
3019         groups.
3020
3021         * gnus-group.el (gnus-group-find-new-groups): Display all the new
3022         groups.
3023
3024         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
3025         groups.
3026
3027         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
3028         long-lines case by only filling the long lines.
3029
3030         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
3031         (bug #7311).
3032
3033 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3034
3035         * shr.el: No need to declare `declare-function' since shr.el is for
3036         only Emacsen that provide `libxml-parse-html-region'.
3037
3038         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
3039         effective only in a file it is referred to.
3040
3041 2010-11-01  Glenn Morris  <rgm@gnu.org>
3042
3043         * mm-util.el (gnus-completing-read): Autoload.
3044         (mm-read-coding-system): Simplify Emacs definition.
3045
3046         * nnmail.el (gnus-activate-group):
3047         * nnimap.el (gnutls-negotiate):
3048         * nntp.el (netrc-parse): Fix declarations.
3049
3050 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3051
3052         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
3053         string-match-p in Emacs >=23.
3054
3055         * gnus-msg.el (gnus-configure-posting-styles)
3056         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
3057
3058 2010-11-01  Glenn Morris  <rgm@gnu.org>
3059
3060         * nnir.el (declare-function): Add compat stub.
3061         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
3062         (nnir-run-gmane): Require 'mm-url.
3063
3064         * mm-util.el (mm-string-to-multibyte): Simplify.
3065
3066         * shr.el (declare-function): Add compat stub.
3067         (url-cache-create-filename): Declare.
3068         (mm-disable-multibyte, widget-convert-button): Autoload.
3069
3070         * smime.el (ldap-search): Declare.
3071         (smime-cert-by-ldap-1): Require ldap on Emacs.
3072
3073         * nnimap.el: Require nnmail, and gnus-sum when compiling.
3074         (nnimap-keepalive): Use gnus-float-time.
3075
3076         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
3077         (mail-source-delete-crash-box): Use gnus-float-time.
3078
3079         * gnus-dired.el (gnus-completing-read): Autoload.
3080
3081         * mm-view.el (gnus-rescale-image): Autoload.
3082
3083         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
3084
3085         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
3086
3087         * sieve-manage.el: Require 'cl when compiling.
3088
3089         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
3090         (gnus-iswitchb-completing-read): Require iswitchb.
3091         (gnus-select-frame-set-input-focus): Silence compiler.
3092
3093 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3094
3095         * message.el (message-subject-trailing-was-query): Change default to t,
3096         since I think that's what most people want.
3097
3098         * nnimap.el (nnimap-request-accept-article): Erase buffer before
3099         appending for easier debugging.
3100         (nnimap-wait-for-connection): Take a regexp.
3101         (nnimap-request-accept-article): Wait for the continuation line before
3102         sending anything unless we're streaming.
3103
3104         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
3105         leave the header washing to take place.
3106
3107 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3108
3109         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
3110         regular expression match and replace in posting styles.
3111
3112 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
3113
3114         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
3115         an entire server.
3116         (nnir-get-active): New function.
3117         (nnir-run-imap): Use it.
3118         (nnir-run-gmane): Who knew, gmane search returns an article score!
3119
3120         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
3121         server on the current line with nnir.
3122
3123 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3124
3125         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
3126         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
3127         left edge.
3128         (gnus-article-foldable-buffer): Skip past the prefix when determining
3129         raggedness.
3130
3131         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
3132         the raw article, and change `C-u g' to show the article without doing
3133         treatments.
3134
3135         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
3136         on to `gnus-treat-article'.
3137         (gnus-inhibit-article-treatments): New variable.
3138
3139         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
3140
3141         * gnus-art.el (gnus-treatment-function-alist): Have
3142         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
3143         (gnus-treat-fill-long-lines): Change default to fill all text/plain
3144         sections.
3145
3146         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
3147         parameter.
3148         (gnus-article-fill-cited-long-lines): New function.
3149         (gnus-article-fill-cited-article): Allow filling only long sections.
3150
3151         * shr.el (shr-find-fill-point): Don't break lines between punctuation
3152         and non-punctuation (like after the apostrophe in "'We").
3153
3154         * gnus-sum.el (gnus-summary-select-article): Make sure
3155         gnus-original-article-buffer is alive.
3156
3157         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
3158         reflect the order they're in in the digest.
3159
3160         * gnus.el (gnus-group-startup-message): Move point to the start of the
3161         buffer.
3162
3163         * nnimap.el (nnimap-capability): New function.
3164         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
3165         is set.
3166
3167 2010-10-31  David Engster  <dengste@eml.cc>
3168
3169         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
3170         conform with changes to gnus-completing-read.
3171
3172 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3173
3174         * shr.el (shr-tag-img): Output "*" instead of "[img]".
3175
3176 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3177
3178         * nnir.el: Move defvar, defcustom around to keep file organized
3179         and keep byte-compiler quiet.
3180         (nnir-read-parms): Accept search-engine as arg.
3181         (nnir-run-query): Pass search-engine as arg.
3182         (nnir-search-engine): Remove.
3183
3184 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3185
3186         * shr.el (shr-generic): The text nodes should be text, not :text.
3187
3188         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
3189         later in the file.
3190
3191 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3192
3193         * nnir.el: General clean up.  Allow searching with multiple engines.
3194         Allow separate extra-parameters for each engine.
3195         Batch queries when possible.
3196         (nnir-imap-default-search-key,nnir-method-default-engines):
3197         Add customize interface.
3198         (nnir-run-gmane): New engine.
3199         (nnir-engines): Use it.  Qualify all prompts with engine name.
3200         (nnir-search-engine): Remove global variable.
3201         (nnir-run-hyrex): Restore for now.
3202         (nnir-extra-parms,nnir-search-history): New variables.
3203         (gnus-group-make-nnir-group): Use them.
3204         (nnir-group-server): Remove in favor of gnus-group-server.
3205         (nnir-request-group): Avoid searching twice.
3206         (nnir-sort-groups-by-server): New function.
3207
3208 2010-10-30  Julien Danjou  <julien@danjou.info>
3209
3210         * gnus-group.el: Remove gnus-group-fetch-control.
3211
3212         * gnus-start.el (gnus-find-new-newsgroups):
3213         Remove gnus-check-first-time-used.
3214
3215         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
3216
3217 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3218
3219         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
3220         set on groups that don't have \* permanentflags.
3221
3222 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3223
3224         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
3225         control the background color.
3226         (shr-tag-img): Ignore very small web bug type images.
3227         (shr-put-image): Add help-echo alt texts to the images.
3228         (shr-tag-video): Show the video poster image.
3229
3230 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3231
3232         * shr.el (shr-table-depth): New variable.
3233         (shr-tag-table-1): Only insert the images after the top-level table.
3234
3235         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
3236
3237         * gnus-util.el (gnus-list-memq-of-list): New function.
3238
3239         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
3240         selected.
3241         (nnimap-unsplittable-articles): New slot.
3242         (nnimap-new-articles): Use it.
3243
3244 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
3245
3246         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
3247         move to the previous line on `M-g'.
3248
3249 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3250
3251         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
3252         *-request-group, which seems unnecessary.
3253
3254         * nnimap.el (nnimap-quote-specials): Function copied over from
3255         imap.el.
3256         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
3257         they support that.  Suggested by Tom Regner.
3258
3259 2010-10-29  Julien Danjou  <julien@danjou.info>
3260
3261         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
3262         defalias.
3263         (gnus-summary-delete-marked-with): Remove obsolete defalias.
3264
3265         * gnus.el: Remove `gnus-nntp-service' variable.
3266         (gnus-secondary-servers): Make obsolete.
3267         (gnus-nntp-server): Make obsolete.
3268
3269         * gnus-start.el (gnus-1): Remove x-splash calls.
3270
3271         * gnus-ems.el (gnus-x-splash): Remove.
3272
3273         * gnus.el (gnus-group-startup-message): Simplify/update code.
3274
3275         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
3276         definition.
3277
3278         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
3279         capability before doing anything.
3280         (gnus-group-insert-group-line): Remove useless
3281         gnus-group-remove-excess-properties.
3282
3283 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3284
3285         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
3286
3287 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3288
3289         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
3290         config after reselecting.
3291
3292 2010-10-28  Julien Danjou  <julien@danjou.info>
3293
3294         * shr.el (shr-put-image): Use point even if only inserting text.
3295         (shr-put-image): Save excursion when inserting alt text on non-graphic
3296         display, so the behaviour is the same when we are on a graphic display.
3297
3298         * nnir.el (nnir-run-swish-e): Remove hyrex support.
3299
3300 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3301
3302         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
3303         (gnus-mime-copy-part): Check coding system, not charset.
3304         (gnus-mime-view-part-externally): Never remove part.
3305         (gnus-mime-view-part-internally): Don't remove part here.
3306         (gnus-article-part-wrapper): Make sure MIME tag is visible.
3307         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
3308         multipart/alternative.
3309
3310         * mm-decode.el (mm-display-part): Take optional arg `force'.
3311
3312 2010-10-26  Julien Danjou  <julien@danjou.info>
3313
3314         * gnus-group.el (gnus-group-default-list-level): Add this function to
3315         compute the default list level.
3316         (gnus-group-default-list-level): Add possibility to use a function.
3317
3318 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3319
3320         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
3321
3322         * gnus-group.el (gnus-group-completing-read)
3323         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
3324         gnus-replace-in-string.
3325
3326 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3327
3328         * shr.el (shr-tag-div): Add.
3329
3330         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
3331
3332 2010-10-25  Julien Danjou  <julien@danjou.info>
3333
3334         * gnus-util.el: Remove `gnus-with-local-quit'.
3335
3336         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
3337
3338 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3339
3340         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
3341         the original article buffer.
3342
3343 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3344
3345         * nnimap.el (nnimap-request-head): New function.
3346         (nnimap-request-move-article): Try to be slighly faster by not
3347         requesting the entire message when moving.
3348         (nnimap-transform-headers): Don't bug out on bodiless articles.
3349         (nnimap-send-command): Have no outstanding messages if the IMAP server
3350         doesn't support streaming.
3351         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
3352
3353 2010-10-24  Julien Danjou  <julien@danjou.info>
3354
3355         * message.el (message-default-headers): Fix type.
3356
3357 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3358
3359         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
3360         prefetching images.
3361
3362         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
3363         backend for unknown groups.  This is mainly useful for nnimap groups.
3364
3365         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
3366         group isn't covered by the agent.
3367
3368 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
3369
3370         * nnir.el (nnir-method-default-engines): New variable.
3371         (nnir-run-query): Use it.
3372         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
3373         (gnus-summary-nnir-goto-thread): Change group if needed.
3374
3375         * gnus-group.el (gnus-group-group-map): Add key binding for
3376         gnus-group-make-nnir-group.
3377
3378 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3379
3380         * shr.el (shr-tag-object): Add.
3381
3382         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3383         original article buffer live.
3384         (gnus-summary-select-article-buffer):
3385         Mention gnus-widen-article-buffer.
3386
3387 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3388
3389         * shr.el (shr-tag-strong): Add.
3390
3391 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3392
3393         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3394         group names.  They mess up the group buffer badly.
3395
3396         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3397
3398         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3399         instead of the summary one.
3400
3401 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3402
3403         * mml.el (mml-preview): Work properly when editing article.
3404
3405         * gnus-start.el (gnus-read-active-file-1): Don't add method to
3406         gnus-have-read-active-file if it's already been in.
3407
3408 2010-10-22  Tom Tromey  <tromey@redhat.com>
3409
3410         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3411         gnus-group-completing-read.
3412
3413 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3414
3415         * message.el (message-mode-map): Don't bind M-; to comment region, to
3416         allow the global comment-dwim to work.
3417
3418 2010-10-21  Julien Danjou  <julien@danjou.info>
3419
3420         * message.el (message-setup-1): Allow message-default-headers to be a
3421         function.
3422
3423 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3424
3425         * shr.el (shr-tag-table): Simplify.
3426
3427 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3428
3429         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3430         to avoid trying to snarf invalid stuff.
3431
3432         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3433
3434         * gnus.el (gnus-message-archive-group): Quote value.
3435         (gnus-message-archive-group): Mark as changed.
3436
3437         * shr.el (shr-add-font): Don't put the font properties on the newline
3438         or the indentation.
3439
3440         * message.el (message-fix-before-sending): Change options when sending
3441         non-printable characters.
3442
3443         * gnus.el (gnus-message-archive-method): Change the default to
3444         monthly outgoing groups.
3445
3446         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3447         that have gotten new numbers.
3448
3449         * nnimap.el (nnimap-request-replace-article): New function.
3450
3451 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3452
3453         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3454         (nnrss-request-article): Don't use special html washing code.
3455
3456 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3457
3458         * shr.el (shr-tag-table): Remove useless nconc.
3459
3460 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3461
3462         * gnus-art.el (article-wash-html): Simplify and remove the charset
3463         stuff.  Use the normal html rendering code instead of the special html
3464         washing code.
3465
3466         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3467         `gnus-w3m' symbols.
3468         (mm-text-html-washer-alist): Remove.
3469
3470         * mm-decode.el (mm-inline-text-html-renderer): Remove.
3471         (mm-inline-media-tests): Remove use.
3472         (mm-text-html-renderer): Change default to the `shr' symbol.
3473
3474         * mm-view.el (mm-inline-text-html): Remove use.
3475
3476         * gnus-art.el (gnus-blocked-images): New function.  Allow the
3477         `gnus-blocked-images' to be a function.
3478         (gnus-article-wash-function): Remove.
3479
3480 2010-10-20  Julien Danjou  <julien@danjou.info>
3481
3482         * spam.el (spam-list-of-processors): Mark as obsolete.
3483
3484         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3485         (nnimap-insert-partial-structure): Fix boundary detection.
3486
3487 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
3488
3489         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3490         run file-truename on remote files.  This can be expensive and even
3491         prevent one from editing drafts if some unrelated buffer has a stale
3492         connection.
3493
3494 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3495
3496         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3497         kinsoku-eol regardless of shr-kinsoku-shorten.
3498         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3499         (shr-tag-table): Support caption, thead, and tfoot.
3500
3501 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3502
3503         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3504         lines.
3505         (shr-save-contents): New command and keystroke.
3506
3507         * nndoc.el (nndoc-type-alist): Add git support.
3508         (nndoc-git-type-p): New function.
3509         (nndoc-transform-git-article): Ditto.
3510         (nndoc-transform-git-headers): Ditto.
3511         (nndoc-transform-git-headers): Generate Subject headers.
3512
3513         * shr.el (shr-parse-style): New function.
3514         (shr-tag-span): Ditto.
3515
3516         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3517         to `G G' to avoid collisions.
3518
3519 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3520
3521         * shr.el: Load kinsoku if necessary.
3522         (shr-kinsoku-shorten): New internal variable.
3523         (shr-find-fill-point): Make kinsoku shorten text line if
3524         shr-kinsoku-shorten is bound to non-nil.
3525         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3526         shr-indentation too when testing if table is wider than frame width.
3527         (shr-insert-table): Use `string-width' instead of `length' to measure
3528         text width.
3529         (shr-insert-table-ruler): Make sure indentation is done at bol.
3530
3531 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3532
3533         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3534         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3535         undecoded network data.
3536
3537 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3538
3539         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3540         name in the mode line spec so that the mode line menu works
3541         (bug #2431).
3542
3543         * message.el (message-get-reply-headers): If we're fed `to-address',
3544         then always use that.
3545
3546         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3547         aren't so wide as to need to switch off the edit menu.
3548
3549         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3550         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3551
3552         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3553         `M-g'.
3554         (nnimap-update-info): Update flags/read marks even if \* isn't part of
3555         the permanent marks.
3556
3557 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
3558
3559         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3560         Splitting according to references/in-reply-to obeys the ignore-groups
3561         variable, while splitting by sender and subject do not.
3562
3563 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3564
3565         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3566         alist, so that we can look for non-Unicode chars.
3567         (article-translate-strings): Allow both character and string maps.
3568
3569 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3570
3571         * shr.el (shr-insert): Don't insert space behind a wide character
3572         categorized as kinsoku-bol, or between characters both categorized as
3573         nospace.
3574
3575 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
3576
3577         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
3578         headers to gnus-newsgroup-headers.
3579
3580 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3581
3582         * shr.el (shr-tag-img): Don't align images -- since we're not
3583         rescaling, this often leads to ugly displays.
3584
3585 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
3586
3587         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3588         duplicates.
3589
3590 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
3591
3592         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3593         call.
3594
3595 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3596
3597         * gnus.el: Autoload gnus-html-show-images.
3598
3599         * nnimap.el: Use nnheader-message throughout.
3600
3601         * shr.el (shr-tag-img): Ignore images with no data.
3602
3603 2010-10-15  Julien Danjou  <julien@danjou.info>
3604
3605         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3606         a possibility to disable format=flow encoding when using hard newlines.
3607
3608 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3609
3610         * shr.el (shr-insert): Remove space inserted before or after a
3611         breakable character or at the beginning or the end of a line.
3612         (shr-find-fill-point): Do kinsoku; find the second best point or give
3613         it up if there's no breakable point.
3614
3615 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3616
3617         * nnimap.el (nnimap-open-connection): Message when opening connection
3618         for debugging purposes.
3619
3620         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3621         on every setup buffer call to allow this to change from article to
3622         article.
3623
3624         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3625         buffers where we have a wide table.
3626
3627 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
3628
3629         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3630         uses *-request-thread.
3631
3632 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3633
3634         * nnimap.el (nnimap-open-connection): Remove %s from openssl
3635         incantation, which is no longer valid.
3636
3637 2010-10-14  Julien Danjou  <julien@danjou.info>
3638
3639         * shr.el: Fix defcustom type (char -> character).
3640
3641 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3642
3643         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3644         programs.
3645
3646 2010-10-14  Julien Danjou  <julien@danjou.info>
3647
3648         * shr.el (shr-tag-a): Use url-link as widget type.
3649
3650         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3651         `gnus-group-get-icon'.
3652
3653 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3654
3655         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3656         This should make server editing work better.
3657
3658         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3659
3660         * tls.el (tls-program): Remove spurious %s from openssl.
3661
3662         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3663         (nnimap-parse-flags): Fix regexp.
3664
3665         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3666         probably work for CJVK text, too.
3667
3668         * nnimap.el (nnimap-extend-tls-programs): Remove.
3669         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3670
3671         * tls.el (tls-starttls-switches): Remove starttls hack.
3672         (open-tls-stream): Ditto.
3673         (tls-find-starttls-argument): Ditto.
3674
3675 2010-10-13  Julien Danjou  <julien@danjou.info>
3676
3677         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3678         responses.
3679
3680 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3681
3682         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3683
3684         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3685         anything in Emacs.
3686
3687         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3688
3689 2010-10-13  Julien Danjou  <julien@danjou.info>
3690
3691         * shr.el (shr-width): Make shr-width a defcustom with default to
3692         fill-column.
3693         (shr-tag-img): Use shr-width rather than fill-column.
3694
3695 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3696
3697         * dgnushack.el (byte-optimize-apply)
3698         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3699
3700         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3701         position when (X-)Faces exist.
3702         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3703         avatars when called interactively.
3704
3705 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3706
3707         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3708         gnus-article-x-face-too-ugly is bound.
3709
3710 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3711
3712         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3713
3714         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3715         mailbox that doesn't exist.
3716
3717 2010-10-12  Julien Danjou  <julien@danjou.info>
3718
3719         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3720         (shr-get-image-data): Encode URL properly when fetching from cache.
3721         (shr-tag-img): Use aligned-to spaces to align correctly images.
3722
3723         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3724         before inserting the Gravatar.
3725
3726         * shr.el (shr-tag-img): Add align attribute support for <img>.
3727
3728 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3729
3730         * gnus-gravatar.el (gnus-art): Require.
3731
3732         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3733         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3734         Remove long obsoleted functions.
3735
3736 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3737
3738         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
3739
3740         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3741
3742         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3743         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3744         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3745         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3746         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3747         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3748         * sieve-manage.el, smime.el, spam.el:
3749         Fix comment for declare-function.
3750
3751 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3752
3753         * nnimap.el (nnimap-request-rename-group): Select group read-only
3754         before renaming it.
3755
3756         * shr.el (shr-insert): Fix up the white space only regexp.
3757
3758         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3759         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3760
3761         * shr.el (shr-current-column): New function.
3762         (shr-find-fill-point): New function.
3763
3764 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3765
3766         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3767         numbers.
3768
3769 2010-10-11  Julien Danjou  <julien@danjou.info>
3770
3771         * shr.el (shr-hr-line): Add.
3772         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3773         display hr lines.
3774         (shr-max-columns): Do not change state to nil if we just inserting
3775         spaces.
3776
3777 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3778
3779         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3780         select the last group.
3781
3782 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3783
3784         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3785
3786 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3787
3788         * dig.el (dig-mode-map): Declare and define in one step.
3789
3790 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3791
3792         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3793         for Gnus.
3794         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3795         (nnimap-update-qresync-info): Mark \Seen articles as read.
3796
3797         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3798         non-variable, too.
3799
3800         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3801         available.
3802         (nnimap-update-info): Rely more on the current active than the param
3803         active to avoid marking articles as read too much.
3804
3805         * auth-source.el (auth-source-create): Use (user-login-name) for the
3806         user name default.
3807
3808         * nnimap.el (nnimap-update-info): If the server doesn't return any
3809         useful info, just use the previous info.
3810         (nnimap-update-info): Prefer old info over start-article.
3811         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3812
3813 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3814
3815         * nnir.el (autoload): Clean up autoloads.
3816         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3817         Use key rather than value.
3818         (nnir-imap-search-other): New variable.
3819         (nnir-read-parm): Use it.
3820         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3821         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3822
3823 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3824
3825         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3826         the process, too.
3827
3828 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3829
3830         * spam.el (gnus-summary-mode-map): Bind to "$".
3831         Suggested by Russ Allbery.
3832
3833         * shr.el: Rework the way things are indented by <li> slightly.
3834
3835         * gnus.el (gnus-group-set-parameter): Fix typo.
3836
3837         * nnimap.el: Start implementing QRESYNC support.
3838
3839 2010-10-09  Julien Danjou  <julien@danjou.info>
3840
3841         * nnir.el (nnir-engines): Fix too many arguments.
3842
3843 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3844
3845         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3846         group is the "last", so that the backends like nnfolder actually save
3847         their folders.
3848
3849         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3850         try to use that for the tls stream.
3851         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3852         UIDVALIDITY and find out which groups are read-only and not.
3853         (nnimap-get-flags): Use the same marks parsing code as the rest of
3854         nnimap.
3855
3856 2010-10-09  Julien Danjou  <julien@danjou.info>
3857
3858         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3859
3860         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3861         retrieving gravatars.
3862
3863         * shr.el (shr-table-corner): Add.
3864         (shr-table-line): Add.
3865         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3866
3867 2010-10-08  Julien Danjou  <julien@danjou.info>
3868
3869         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3870
3871 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3872
3873         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3874
3875         * gnus-sum.el (gnus-mark-article-as-unread)
3876         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3877         (gnus-summary-set-bookmark): Use it.
3878
3879         * gnus-msg.el (gnus-setup-message): Use it.
3880
3881         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3882
3883         * gnus.el (gnus-group-remove-parameter): Use it.
3884
3885         * gnus-group.el (gnus-group-make-web-group): Use it.
3886
3887         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3888
3889         * nnregistry.el: Update docs to mention manual.
3890
3891         * gnus-registry.el: Update docs to mention nnregistry.el.
3892         (gnus-registry-initialize): Don't install nnregistry refer method
3893         automatically.
3894         (gnus-registry-install-nnregistry): Remove it.
3895
3896 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3897
3898         * shr.el (shr-insert): Don't insert double spaces.
3899
3900 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3901
3902         * gnus-gravatar.el (gnus-treat-from-gravatar)
3903         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3904         called interactively.
3905
3906         * gnus-art.el (gnus-mime-view-part-externally)
3907         (gnus-mime-view-part-internally): Make predicate function passed to
3908         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3909         of a mime type.
3910
3911         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3912
3913 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3914
3915         * shr.el (require): Require cl when compiling.
3916         (shr-tag-hr): New function.
3917
3918         * nnimap.el (nnimap-update-info): Remove double setting of high.
3919         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3920         This makes nnimap work properly on Courier again.
3921
3922         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3923         the variable for backwards compatibility.
3924
3925         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3926         the file name before using to avoid setting mm-default-directory to
3927         nil.
3928
3929         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3930         bidning gnus-agent variables.
3931
3932         * shr.el (shr-render-td): Use a cache for the table rendering function
3933         to avoid getting an exponential rendering behaviour in nested tables.
3934         (shr-insert): Rework the line-breaking algorithm.
3935         (shr-insert): Don't leave trailing spaces.
3936         (shr-insert-table): Also insert empty TDs.
3937         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3938
3939 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3940
3941         * gnus-sum.el (gnus-number): Rename from `number'.
3942         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3943         (gnus-summary-limit-children): Update uses correspondingly.
3944
3945 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3946
3947         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3948         (gnus-gravatar-transform-address): Don't show avatars of people of
3949         which mail addresses match gnus-gravatar-too-ugly.
3950
3951 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3952
3953         * shr.el (shr-table-widths): Expand TD elements to fill available
3954         space.
3955
3956 2010-10-07  Julien Danjou  <julien@danjou.info>
3957
3958         * nnimap.el (nnimap-request-rename-group): Add this method.
3959
3960 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3961
3962         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3963         name from XEmacs' function-arglist.
3964
3965         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3966         gravatar under XEmacs.
3967
3968 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3969
3970         * auth-source.el: Update docs with TODO items.
3971
3972         * gnus-sync.el: Update docs to explain state and plans.
3973
3974         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3975         Hooks for mark updates.
3976         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3977
3978         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3979         hooks with arguments, which is needed for mark update hooks.
3980
3981 2010-10-06  Julien Danjou  <julien@danjou.info>
3982
3983         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3984         was matched.
3985
3986         * sieve-manage.el: Update example in `Commentary'.
3987
3988         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3989
3990         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3991         not 2000.
3992         (sieve-manage-authenticate): Re-add function.
3993
3994 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3995
3996         * shr.el (shr-insert): Get 'space transition right.
3997         (shr-render-td): Only delete space at the end of the TD.
3998
3999         * nnimap.el (nnimap-open-connection): Prepare to support
4000         open-gnutls-stream.
4001
4002         * shr.el: Rearrange function order to be more logical.
4003
4004 2010-10-06  Julien Danjou  <julien@danjou.info>
4005
4006         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
4007         (nnrss-discover-feed): Remove 404 URL in docstring.
4008
4009         * nnir.el: Fix Swish-E URL.
4010         Fix Namazu URL.
4011
4012         * message.el (message-change-subject): Remove 404 URL in a comment.
4013
4014 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4015
4016         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
4017         called interactively.
4018
4019         * gnus-util.el (gnus-remove-if): Allow hash table.
4020         (gnus-remove-if-not): New function.
4021
4022         * gnus-art.el (gnus-mime-view-part-as-type)
4023         * gnus-score.el (gnus-summary-score-effect)
4024         * gnus-sum.el (gnus-read-move-group-name):
4025         Replace remove-if-not with gnus-remove-if-not.
4026
4027         * gnus-group.el (gnus-group-completing-read):
4028         Regard collection as a hash table if it is not a list.
4029
4030 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4031
4032         * shr.el (shr-render-td): Allow blank/missing <TD>s.
4033
4034         * shr.el: Document the table-rendering algorithm.
4035
4036 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4037
4038         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
4039         for Emacsen having no `libxml-parse-html-region' support.
4040
4041 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4042
4043         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
4044         invalid URLs.
4045
4046         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
4047         line-broken.
4048         (shr-tag-img): Ignore image fetching errors.
4049         (shr-overlays-in-region): Compute overlay positions correctly.
4050
4051         * mm-decode.el (mm-shr): Require shr.
4052
4053         * gnus-art.el (gnus-blocked-images): Move variable here.
4054
4055         * shr.el (shr-insert-table): Bind free variable.
4056
4057         * mm-decode.el (mm-shr): Bind shr-content-function.
4058
4059         * shr.el (shr-content-function): New variable.
4060
4061         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
4062         added for symmetry.
4063
4064         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
4065
4066         * gnus-group.el (gnus-group-make-group): Doc fix.
4067
4068         * nnimap.el (nnimap-request-newgroups): Return success.
4069
4070         * shr.el (shr-find-elements): New function.
4071         (shr-tag-table): Put all the images after the table.
4072         (shr-tag-table): Really inhibit images inside the table.
4073         (shr-collect-overlays): Copy over overlays from the TD elements to the
4074         main document.
4075
4076         * mm-decode.el (mm-shr): Bind shr-blocked-images to
4077         gnus-blocked-images.
4078
4079 2010-10-05  Julien Danjou  <julien@danjou.info>
4080
4081         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
4082
4083         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
4084         (gnus-html-maximum-image-size): Add this function.
4085         (gnus-html-put-image): Use gnus-html-maximum-image-size.
4086
4087         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
4088         server-value of the capability is nil.
4089
4090 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4091
4092         * shr.el (shr-tag-em): Add <EM> tag.
4093
4094 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
4095
4096         * sieve-manage.el (sieve-manage-default-stream): Make default stream
4097         customizable.
4098
4099         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
4100         handing broken links to browse-url.
4101
4102 2010-10-05  Julien Danjou  <julien@danjou.info>
4103
4104         * gnus-util.el (gnus-emacs-completing-read)
4105         (gnus-iswitchb-completing-read): Use autoload rather than require.
4106
4107 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4108
4109         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
4110         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
4111         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
4112         iswitchb-temp-buflist for XEmacs.
4113
4114         * gnus-util.el (gnus-completing-read-function): Exclude
4115         gnus-icompleting-read and gnus-ido-completing-read from candidates for
4116         XEmacs since iswitchb.el is very old and ido.el is unavailable in
4117         XEmacs.
4118
4119         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
4120         not to use `delete-dups' that is unavailable in XEmacs 21.4.
4121
4122         * gnus-html.el: Don't require help-fns under XEmacs.
4123         (gnus-html-schedule-image-fetching): Work for XEmacs.
4124
4125         * mm-decode.el (mm-shr): Decode contents by charset.
4126
4127 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4128
4129         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
4130         unknown.
4131
4132         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
4133         (shr-get-image-data): Ensure against the cache file missing.
4134
4135         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
4136         for data.
4137
4138         * spam-report.el (spam-report-url-ping-plain): Don't query about
4139         killing the process.
4140
4141         * shr.el (shr-render-td): Protect against too-wide text.
4142
4143 2010-10-04  Julien Danjou  <julien@danjou.info>
4144
4145         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
4146         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
4147
4148         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
4149         retrieved.
4150
4151 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4152
4153         * shr.el (browse-url): Require.
4154         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
4155         lines.
4156         (shr-show-alt-text, shr-browse-image): New commands.
4157         (shr-browse-url, shr-copy-url): New commands.
4158
4159         * gnus-sum.el (gnus-widen-article-window): New variable.
4160         (gnus-summary-select-article-buffer): Use it.
4161
4162         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
4163         without @ signs.
4164
4165 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4166
4167         * nnir.el (nnir-run-imap): Remove spurious space in search string.
4168
4169 2010-10-04  Julien Danjou  <julien@danjou.info>
4170
4171         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
4172         for XEmacs.
4173
4174 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4175
4176         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
4177
4178         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
4179         (nnimap-close-server): Implement.
4180
4181         * dgnushack.el (iswitchb): Require to shut up the compiler.
4182
4183         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
4184         (shr-insert): Tweak line breaking.
4185         (shr-insert): Handle <pre> better.
4186         (shr-tag-li): Get <li> indentation right.
4187         (shr-tag-li): Get <li> indentation even righter.
4188         (shr-tag-blockquote): Ensure paragraph start.
4189         (shr-make-table): Tweak table generation.
4190         (shr-make-table): Fix typo.
4191
4192         * shr.el: Implement table rendering.
4193
4194 2010-10-04  Julien Danjou  <julien@danjou.info>
4195
4196         * gnus-html.el (gnus-html-put-image): Fix resize image code.
4197
4198 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4199
4200         * shr.el (shr-insert): Use string anchors instead of line anchors.
4201
4202 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4203
4204         * shr.el: Add headings.
4205         (shr-ensure-paragraph): Actually work.
4206         (shr-tag-li): Make <ul> prettier.
4207         (shr-insert): Get white space at the beginning/end of elements right.
4208         (shr-tag-p): Collapse subsequent <p>s.
4209         (shr-ensure-paragraph): Don't insert double line feeds after blank
4210         lines.
4211         (shr-insert): \t is also space.
4212         (shr-tag-s): Fix "s" tag name function.
4213         (shr-tag-s): Fix face prop name.
4214
4215 2010-10-03  Julien Danjou  <julien@danjou.info>
4216
4217         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
4218
4219         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
4220         gnus-window-inside-pixel-edges.
4221
4222         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
4223         gnus-ems.
4224
4225         * mm-view.el (mm-inline-image-emacs): Support image resizing.
4226
4227         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
4228         function.
4229
4230         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
4231         resize choice.
4232
4233 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4234
4235         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
4236         beginning of the buffer.
4237
4238         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
4239         article buffer again.
4240
4241         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
4242
4243         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
4244         when it's at the start of the buffer.
4245
4246         * shr.el (shr-tag-blockquote): Convert name.
4247         (shr-rescale-image): Use the right image-size variant.
4248
4249         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
4250         buffer isn't shown, then select the current article first instead of
4251         bugging out.
4252         (gnus-summary-select-article-buffer): Show both the article and summary
4253         buffers again.
4254
4255         * shr.el (shr-fontize-cont): Protect against regions with no text.
4256         Rename tag functions to shr-tag-* for enhanced security.
4257         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
4258
4259 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
4260
4261         * shr.el (shr-insert):
4262         * pop3.el (pop3-movemail):
4263         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
4264         loaded.
4265
4266 2010-10-03  Glenn Morris  <rgm@gnu.org>
4267
4268         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
4269
4270         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
4271
4272         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
4273
4274         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
4275
4276         * gnus-util.el (gnus-make-local-hook): Simplify.
4277
4278 2010-10-02  Julien Danjou  <julien@danjou.info>
4279
4280         * gnus-util.el (gnus-iswitchb-completing-read): New function.
4281         (gnus-ido-completing-read): New function.
4282         (gnus-emacs-completing-read): New function.
4283         (gnus-completing-read): Use gnus-completing-read-function.
4284         Add gnus-completing-read-function.
4285
4286 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4287
4288         * shr.el (shr-insert-document): Autoload.
4289         (shr-img): Be silent.
4290         (shr-insert): Add a newline after every picture before text.
4291         (shr-add-font): Use overlays for combining faces.
4292         (shr-insert): Pass upwards the text start point.
4293
4294         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
4295         possible.
4296         (mm-shr): New function.
4297
4298 2010-10-02  Julien Danjou  <julien@danjou.info>
4299
4300         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
4301         should go backward.
4302
4303 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
4304
4305         * shr.el (shr): Fix typo in provide call.
4306
4307 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4308
4309         * shr.el: New file.
4310
4311         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
4312
4313         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
4314         completing read.
4315
4316 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4317
4318         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
4319         we're being queried about.  Suggested by Dan Jacobson.
4320
4321         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
4322         Suggested by Jason Eisner.
4323
4324         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
4325         table, too.  Suggested by Stefan Wiens.
4326         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
4327         the table unnecessary.  Suggested by Stefan Wiens.
4328
4329         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
4330         longer needed, and probably doesn't work either, as pointed out by
4331         Stefan Wiens.
4332         (gnus-summary-exit): Remove call to the clearing function.
4333         (gnus-summary-exit-no-update): Ditto.
4334
4335         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
4336         instead of gnus-eval-in-buffer-window to avoid popping up frames.
4337         Reported by Stefan Monnier.
4338         (gnus-summary-save-in-rmail): Ditto.
4339
4340         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
4341         article buffer, instead of both the article buffer and the summary
4342         buffer.  Sort of suggested by Dan Jacobson.
4343
4344         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
4345
4346         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
4347         Suggested by Dan Jacobson.
4348
4349         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
4350         documentation clearer.
4351
4352         * message.el (message-shorten-references): Comment on the number "21".
4353         Suggested by Stefan Monnier.
4354
4355         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
4356         Suggested by Dan Jacobson.
4357
4358         * gnus.el (gnus-large-newsgroup):
4359         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
4360
4361         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
4362         externalize attachments.  Bug reported by Steve Wen.
4363
4364         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
4365         really message anything to the user.
4366
4367         * nnmail.el (nnmail-article-group): Allow using the fancy split method
4368         directly.
4369
4370         * nnimap.el (nnimap-request-group): Low higher than high to signal no
4371         messages in empty groups.
4372
4373 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
4374
4375         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
4376         non-UIDNEXT group.
4377
4378 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4379
4380         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
4381         not the value from the collection.
4382
4383         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
4384         values.  This sometimes happens on some groups that have no info.
4385         (nnimap-request-newgroups): New function.
4386
4387 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
4388
4389         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4390         check into `gnus-registry-initialize'.
4391         (gnus-registry-initialize): Ditto.
4392         Fix and extend header docs.
4393
4394 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4395
4396         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4397         regexp backtrace overflows.
4398
4399         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4400         for starttls that tls.el implements; i.e. openssl.
4401
4402         * tls.el (tls-starttls-switches): Give up on using starttls with
4403         gnutls-cli.
4404         (tls-program): Add --insecure to be consistent with the defaults from
4405         openssl s_client.  Now all three commands are insecure.
4406
4407 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4408
4409         * lpath.el: Bind completion-styles-alist for XEmacs.
4410
4411         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4412         (gravatar-create-image): New function that's an alias to
4413         gnus-xmas-create-image, gnus-create-image, or create-image.
4414         (gravatar-data->image): Use it.
4415
4416 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
4417
4418         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4419         install the nnregistry refer method.
4420         (gnus-registry-install-hooks): Use it.
4421         (gnus-registry-unfollowed-groups): Add nnmairix to the default
4422         unfollowed groups.
4423
4424 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
4425
4426         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4427         expanding threads.
4428
4429 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4430
4431         * nnir.el: Use the server names without suffixes (bug #7009).
4432
4433         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4434         unencrypted to STARTTLS, if possible.
4435
4436 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4437
4438         * message.el (message-ignored-supersedes-headers): Strip Injection-*
4439         headers before superseding.
4440
4441 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4442
4443         * nnrss.el (nnrss-use-local): Add documentation.
4444
4445         * nnimap.el (nnimap-extend-tls-programs): New function.
4446         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4447         (nnimap-wait-for-connection): Accept the greeting from the stupid
4448         output from openssl s_client -starttls, too.
4449
4450         * tls.el (tls-starttls-switches): New variable.
4451         (tls-find-starttls-argument): Use it.
4452         (open-tls-stream): Ditto.
4453
4454         * netrc.el (netrc-credentials): Return the value of the "default" entry.
4455         (netrc-machine): Ditto.
4456
4457         * nnimap.el (nnimap-find-article-by-message-id): Really return the
4458         article number.
4459         (nnimap-split-fancy): New variable.
4460         (nnimap-split-incoming-mail): Use it.
4461
4462         * nntp.el (nntp-server-list-active-group): Document.
4463
4464         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4465         SELECT to get the message-id.
4466
4467         * mail-source.el (mail-sources): Remove webmail support.
4468         (defvar): Ditto.
4469         (mail-source-fetcher-alist): Ditto.
4470         (mail-source-fetch-webmail): Remove.
4471
4472         * webmail.el: Remove -- doesn't seem relevant any more.
4473
4474         * gnus.el: Fix up make-obsolete-variable declarations throughout.
4475
4476         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4477         the \r.
4478
4479 2010-09-30  Julien Danjou  <julien@danjou.info>
4480
4481         * gnus-agent.el (gnus-agent-add-group): Fix call to
4482         gnus-completing-read.
4483
4484 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4485
4486         * nndoc.el (nndoc-retrieve-groups): New function.
4487
4488         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4489         `default', use nnmail-split-methods.
4490         (nnimap-request-article): Downcase the NILs so that they are nil.
4491
4492         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4493         symbol.
4494
4495         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4496         code, since if the user has requested network, that's what they ought
4497         to get.
4498         (nnimap-request-set-mark): Erase the buffer before issuing commands.
4499         (nnimap-split-rule): Mark as obsolete.
4500
4501         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4502         New variable.
4503
4504         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4505         correct slot, too.
4506
4507 2010-09-29  Julien Danjou  <julien@danjou.info>
4508
4509         * gnus.el (gnus-local-domain): Declare variable obsolete.
4510
4511         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4512         Fix history computing.
4513         (gnus-ido-completing-read): Require ido.
4514
4515 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4516
4517         * gnus-registry.el: Don't prompt on load, which makes it impossible to
4518         build Gnus.
4519
4520         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4521         when interpreting the structures.
4522         (nnimap-request-accept-article): Add \r\n to the lines to make this
4523         work with Cyrus.
4524
4525         * nndraft.el (nndraft-request-expire-articles): Use the group name
4526         instead if "nndraft".  Fix found by Nils Ackermann.
4527
4528 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
4529
4530         * nnregistry.el: Add.
4531
4532 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4533
4534         * nnmail.el (group, group-art-list, group-art):
4535         Remove unneeded directives.
4536
4537 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4538
4539         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4540         (mm-mime-charset)
4541         * rfc2047.el (rfc2047-syntax-table)
4542         * utf7.el (utf7-utf-16-coding-system): Comment fix.
4543
4544         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4545         rather than `insert-file-contents' and `eval-region'.
4546
4547         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
4548         construction.
4549
4550         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
4551
4552         * time-date.el: No need to require cl for Emacs 21.
4553
4554 2010-09-29  Julien Danjou  <julien@danjou.info>
4555
4556         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4557         replacement of `gnus-gravatar-relief' to mimic
4558         `gnus-faces-properties-alist'.
4559         Add :version property.
4560
4561 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4562
4563         * mail-source.el (mail-source-report-new-mail)
4564         * message.el (message-default-mail-headers)
4565         * mm-decode.el (mm-valid-image-format-p): Comment fix.
4566
4567         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4568
4569 2010-09-28  Julien Danjou  <julien@danjou.info>
4570
4571         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4572         mail-address contains the same string as real-name.
4573
4574         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4575         non-blank in header, otherwise it'll get stripped.
4576
4577         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4578         real-name, and then for mail address rather than doing : or , search.
4579
4580 2010-09-27  Julien Danjou  <julien@danjou.info>
4581
4582         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4583         right completing-read function.
4584         (gnus-use-ido): New variable
4585         (gnus-completing-read-with-default): Remove.
4586         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4587         (gnus-agent-add-group):
4588         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4589         * mm-view.el (mm-view-pkcs7-decrypt):
4590         * mm-util.el (mm-codepage-setup):
4591         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4592         * mml-smime.el (mml-smime-openssl-sign-query):
4593         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4594         (mml-insert-multipart):
4595         * gnus-msg.el (gnus-summary-yank-message):
4596         * gnus-int.el (gnus-start-news-server):
4597         * mm-decode.el (mm-interactively-view-part):
4598         * gnus-dired.el (gnus-dired-attach):
4599         * gnus.el (gnus-read-method):
4600         * gnus-bookmark.el (gnus-bookmark-jump):
4601         * gnus-art.el (gnus-mime-view-part-as-type)
4602         (gnus-mime-action-on-part, gnus-article-encrypt-body):
4603         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4604         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4605         * nnmairix.el (nnmairix-create-server-and-default-group)
4606         (nnmairix-update-groups, nnmairix-get-server)
4607         (nnmairix-backend-to-server, nnmairix-goto-original-article)
4608         (nnmairix-get-group-from-file-path):
4609         * nnrss.el (nnrss-find-rss-via-syndic8):
4610         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4611         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4612         (gnus-group-browse-foreign-server):
4613         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4614         (gnus-summary-execute-command, gnus-summary-respool-article)
4615         (gnus-read-move-group-name):
4616         * gnus-score.el (gnus-summary-increase-score)
4617         (gnus-summary-score-effect):
4618         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4619
4620 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4621
4622         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
4623         x-focus-frame.
4624
4625         * nnimap.el (auth-source-forget-user-or-password)
4626         (auth-source-user-or-password): Autoload.
4627
4628         * message.el (message-from-style, message-interactive)
4629         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4630         (message-yank-prefix, message-indentation-spaces, message-signature)
4631         (message-signature-file): Add comment.
4632
4633 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4634
4635         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4636         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4637         new articles.
4638
4639         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4640         parts.
4641         (nnimap-request-article): Work with the t setting, too.
4642
4643         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4644         that you don't get flashes of other buffers.
4645         (gnus-summary-show-complete-article): Intern before setting.
4646
4647 2010-09-27  David Engster  <dengste@eml.cc>
4648
4649         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4650         well as HEADERS.
4651         (nnmairix-retrieve-headers): Provide new argument for the above.
4652
4653 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4654
4655         * gnus-sum.el (gnus-summary-move-article): Don't alter
4656         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4657         group.
4658
4659         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4660
4661         * message.el (message-cite-prefix-regexp): Revert my last edit.
4662
4663         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4664         variable instead of the Gnus variable.
4665
4666         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4667
4668         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4669
4670         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4671         since some servers don't like it.
4672         (nnimap-open-connection): Forget credentials if the server says the
4673         password was wrong.
4674         (nnimap-parse-line): Protect against invalid data.
4675
4676         * gnus-sum.el (gnus-summary-move-article): Add comment.
4677         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4678         nothing alters it while scanning for new messages.
4679
4680         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4681         which may or may not help.
4682         (nnimap-open-connection): If we're doing a stream connection, and then
4683         discover we're on a STARTTLS-capable server, then open a STARTTLS
4684         connection instead.
4685
4686 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4687
4688         * nnimap.el (utf7): Require.
4689
4690         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4691         prefix.
4692
4693 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4694
4695         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4696
4697 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4698
4699         * nnimap.el (nnimap-request-accept-article): Message the error on
4700         error.
4701
4702 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4703
4704         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4705
4706 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4707
4708         * nndoc.el (nndoc-request-list): Return success always.
4709
4710         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4711         `fetch-old' -- we only want to fetch the articles we've requested.
4712         The rest are in the agent, probably.
4713         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4714         disappeared server" to something low.  It's not important.
4715
4716         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4717         arrived before the FETCH data.
4718
4719         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4720         target here, because we don't know the Gnus name of the group.
4721
4722         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4723         for the correct group.
4724
4725         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4726
4727         * gnus.el (gnus): Give a final warning after startup.
4728
4729         * gnus-util.el (gnus-action-message-log): New variable.
4730         (gnus-message): Use it.
4731         (gnus-final-warning): New function.
4732
4733         * nnimap.el (nnimap-open-connection): Record the greeting.
4734         (nnimap): Add greeting.
4735
4736 2010-09-26  Julien Danjou  <julien@danjou.info>
4737
4738         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4739         arguments.
4740         (gnus-html-wash-images): Fix spec computing to include start/end.
4741
4742         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4743
4744 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4745
4746         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4747         deletion.
4748         (nnimap-retrieve-headers): Don't select the group, because that's
4749         already done by nnimap-possibly-change-group.
4750
4751         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4752         (gnus-picon-transform-address): Use it.
4753
4754         * mail-source.el (mail-source-value): Revert previous patch.
4755
4756         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4757         on failure.
4758         (nnimap-open-connection): Look up both virtual and physical server name
4759         credentials.
4760
4761         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4762
4763 2009-02-07  Dave Love  <fx@gnu.org>
4764
4765         * tls.el (open-tls-stream): Don't query killing process.
4766
4767 2009-02-08  Dave Love  <fx@gnu.org>
4768
4769         * gnus-win.el (gnus-window-to-buffer-helper)
4770         (gnus-all-windows-visible-p): Function needn't be a symbol.
4771
4772         * mail-source.el (mail-source-value): Function needn't be a symbol.
4773
4774 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4775
4776         * message.el (message-cite-prefix-regexp): Remove } from the cite
4777         prefix.
4778
4779         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4780         highlight again, so that the highlight is correct.
4781
4782         * gnus-picon.el (gnus-picon): Remove again.
4783         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4784
4785         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4786         doing the header highlightling, so that the background colour of the
4787         picon is correct.
4788
4789         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4790         (gnus-picon): Ditto.
4791         (gnus-picon): Reinstate.  The background colour for picons is white.
4792         (gnus-picon-insert-glyph): Make the background white.
4793
4794         * nnml.el (nnml-open-nov): Don't return dead buffers.
4795
4796         * auth-source.el (auth-source-create): Query the user for whether to
4797         store the credentials.
4798
4799         * netrc.el (netrc-store-data): New function.
4800
4801         * auth-source.el (auth-source-user-or-password): Use the existing auth
4802         sources, if any, for creation.
4803
4804         * gnus.el (gnus-group-fast-parameter): Return the last matching
4805         parameter instead of the first matching parameter.
4806
4807 2010-09-26  Julien Danjou  <julien@danjou.info>
4808
4809         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4810
4811 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4812
4813         * mml2015.el (mml2015-use): Remove gpg support.
4814
4815         * mml1991.el (mml1991-function-alist): Remove gpg function.
4816         (mml1991-gpg-sign): Remove.
4817
4818 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4819
4820         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4821         (gnus-browse-unsubscribe-current-group): Document it.
4822         (gnus-browse-unsubscribe-group): Use it.
4823
4824 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4825
4826         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4827         address to the To list for easier response.
4828
4829         * gnus.el (gnus-play-startup-jingle): Remove.
4830         (gnus-splash): Don't play jingle.
4831         (gnus): Silence gnus-load message.
4832
4833         * gnus-art.el (gnus-treat-play-sounds): Remove.
4834
4835         * gnus.el (gnus-play-jingle): Remove audio support.
4836
4837         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4838
4839         * earcon.el: Remove -- no users.
4840
4841         * gnus-audio.el: Remove -- no users of this package.
4842
4843         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4844
4845         * gnus-start.el (gnus-setup-news): Remove nocem support.
4846
4847         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4848
4849         * gnus.el (gnus-use-nocem): Remove.
4850
4851         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4852         Remove.
4853
4854         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4855         uses NoCeM any more.
4856
4857         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4858         (gnus-button-ctan-handler): Ditto.
4859         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4860         (gnus-button-ctan-directory-regexp): Ditto.
4861         (gnus-button-handle-ctan): Ditto.
4862         (gnus-button-tex-level): Ditto.
4863         (gnus-button-alist): Remove CTAN stuff.
4864
4865 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4866
4867         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4868         nnimap-streaming test.
4869
4870         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4871         servers twice.
4872
4873         * nnimap.el (nnimap-open-connection): Add more error reporting when
4874         nnimap fails early.
4875
4876         * nnheader.el (nnheader-get-report-string): New function.
4877         (nnheader-get-report): Use it.
4878
4879         * gnus-int.el (gnus-check-server): Say what the error was when opening
4880         failed.
4881
4882         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4883         using streaming.
4884
4885 2010-09-25  Julien Danjou  <julien@danjou.info>
4886
4887         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4888         gnus-window-inside-pixel-edges.
4889
4890 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4891
4892         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4893
4894         * mm-decode.el (mm-save-part): Allow saving to other directories the
4895         normal Emacs way.
4896
4897         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4898         Suggested by Jay Berkenbilt.
4899
4900         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4901         there isn't a single byte.
4902
4903         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4904         just do it.  It doesn't really seem to matter what the user responds
4905         here, I think, so it's just a confusing question.
4906
4907         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4908         non-streaming case.
4909
4910         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4911         (gnus-article-encrypt-body): Use it.
4912
4913         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4914         keystroke.
4915
4916         * nnimap.el (nnimap-find-wanted-parts-1):
4917         Use gnus-fetch-partial-articles.
4918
4919         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4920
4921         * nnimap.el (nnimap-insert-partial-structure): New function.
4922         (nnimap-get-partial-article): New function.
4923         (nnimap-request-article): Use it.
4924         (nnimap-wait-for-response): Return whether the wait was successful.
4925         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4926         retrieval wasn't successful.
4927         (nnimap-retrieve-group-data-early): Allow throttling servers.
4928         (nnimap-streaming): New variable.
4929         (nnimap-fetch-partial-articles): Remove.
4930
4931         * mm-decode.el (mm-with-part): Protect against killed buffers.
4932
4933         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4934         for prettier summary display.
4935
4936 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4937
4938         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4939
4940 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4941
4942         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4943         apparently third-party libraries depend on it.
4944
4945         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4946         before starting negotiation.
4947
4948         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4949         privacy reasons.
4950         (gnus-treat-mail-gravatar): Ditto.
4951
4952         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4953         buffer when inserting images.  Inserting text into the headers, for
4954         instance, can make them invalid.
4955
4956 2010-09-25  Julien Danjou  <julien@danjou.info>
4957
4958         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4959         variables.
4960
4961         * nnheader.el: Remove useless variables news-reply-yank-from and
4962         news-reply-yank-message-id.
4963
4964         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4965         variables.
4966
4967         * mml1991.el: Remove useless mml1991-verbose.
4968
4969         * gnus.el: Remove useless variable gnus-use-generic-from.
4970         Remove obsolete variable gnus-topic-indentation.
4971
4972         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4973
4974         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4975
4976         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4977
4978         * gnus-group.el: Remove useless gnus-group-icon-cache.
4979         Remove useless gnus-ephemeral-group-server.
4980
4981         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4982
4983         * mml2015.el: Remove useless mml2015-verbose.
4984
4985         * mml-smime.el: Remove useless mml-smime-verbose.
4986
4987         * gnus.el: Remove useless gnus-local-domain.
4988
4989         * gnus-gravatar.el (gnus-gravatar-transform-address):
4990         Use gnus-gravatar-size.
4991
4992         * gnus-art.el: Remove useless gnus-treat-translate.
4993
4994 2010-09-24  Julien Danjou  <julien@danjou.info>
4995
4996         * gnus-sum.el: Add support for Gravatars.
4997
4998         * gnus-art.el: Add support for Gravatars.
4999
5000         * gnus-gravatar.el: Add this file.
5001
5002         * gravatar.el: Add this file.
5003
5004 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5005
5006         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
5007
5008         * gnus-group.el (gnus-group-fetch-faq): Remove.
5009
5010         * gnus.el (gnus-group-faq-directory): Remove.
5011
5012         * gnus-group.el (gnus-group-fetch-charter): Remove.
5013
5014         * gnus.el (gnus-group-charter-alist): Remove.
5015
5016         * gnus-group.el (gnus-group-archive-directory): Remove.
5017         (gnus-group-recent-archive-directory): Ditto.
5018         (gnus-group-make-archive-group): Remove.
5019
5020         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
5021
5022         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
5023         use the same article number for all the cached articles.
5024
5025         * nnimap.el (nnimap-command): Register the last command time so
5026         that we can use it for idling NOOPs.
5027         (nnimap-open-connection): Start the keeplive timer.
5028         (nnimap-make-process-buffer): Store all the process buffers.
5029         (nnimap-keepalive): New function.
5030
5031         * starttls.el (starttls-open-stream): Add autoload cookie.
5032
5033 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5034
5035         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
5036         handling.
5037
5038 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5039
5040         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
5041         its data structures.
5042
5043         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
5044         instead of the cl.el copy-list.
5045         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
5046         equalp.
5047
5048 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5049
5050         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
5051         and tool-bar-local-item-from-menu.
5052
5053         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
5054         mode-line-highlight face for Emacs.
5055
5056         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
5057         loading gnus-sum.elc; fix comment for canlock-verify.
5058         (gnus-article-jump-to-part): Use read-number.
5059         (gnus-insert-mime-button, gnus-insert-mime-security-button):
5060         Remove Emacs pre-21 compatible code for help-echo.
5061         (gnus-article-next-page-1): No need to adjust the number of lines.
5062         (gnus-article-describe-bindings): Always use help-buffer.
5063
5064         * gnus-audio.el (gnus-audio-inline-sound)
5065         * gnus-cus.el (gnus-custom-mode)
5066         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
5067
5068         * gnus-sum.el (gnus-remove-overlays): Doc fix.
5069
5070         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
5071         compatible code.
5072
5073 2010-09-24  Glenn Morris  <rgm@gnu.org>
5074
5075         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
5076         visiting the fcc file in rmail-mode.
5077
5078         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
5079
5080 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5081
5082         * nnir.el: Silence the byte compiler.
5083
5084         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
5085         alias to browse-url-url-encode-chars if any.
5086         (gnus-html-encode-url): Use it.
5087
5088 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5089
5090         * gnus-start.el (gnus-use-backend-marks): New variable.
5091         (gnus-get-unread-articles-in-group): Use it.
5092
5093         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
5094         makeover.
5095
5096 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5097
5098         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
5099
5100 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5101
5102         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
5103         Remove.
5104         (gnus-setup-news-hook):
5105         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
5106
5107         * gnus-int.el (gnus-request-update-info): Protect against backends not
5108         having the function.
5109
5110         * nnimap.el (nnimap-stream): Mention starttls.
5111         (nnimap-open-connection): Add starttls support.
5112
5113 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5114
5115         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
5116
5117 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5118
5119         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
5120         BODYSTRUCTUREs.
5121         (nnimap-transform-headers): Unfold quoted {42} headers.
5122
5123         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
5124         the info.
5125         (gnus-get-unread-articles): Only call updatep on backends that support
5126         it.
5127
5128         * nnweb.el (nnweb-request-update-info): NOOP.
5129
5130         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
5131
5132         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
5133         since it only deals with marks.
5134
5135         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
5136         gnus-request-marks, and make a new gnus-request-update-info.
5137
5138         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
5139         the active instead of the high number, which is usually too low.
5140
5141 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
5142
5143         * netrc.el (netrc-parse): Remove encrypt.el mentions.
5144         * encrypt.el: Remove.
5145
5146 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5147
5148         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
5149         server in symbolic form.
5150
5151         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
5152
5153 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5154
5155         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
5156         (nnimap-update-info): Fix up code slightly.
5157
5158         * gnus-int.el (gnus-open-server): Add tracing for performance
5159         debugging.
5160
5161         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
5162         (gnus-group-insert-group-line): Pass the real group name so that it
5163         gets the right data.
5164
5165         * gnus-start.el (gnus-get-unread-articles): Don't have
5166         `gnus-get-unread-articles-in-group' update info, since that can be
5167         really slow and doesn't seem to be needed?
5168
5169 2010-09-22  Dan Christensen  <jdc@uwo.ca>
5170
5171         * time-date.el (date-to-time): Try using parse-time-string first before
5172         using the slower timezone-make-date-arpa-standard.
5173
5174 2010-09-22  Julien Danjou  <julien@danjou.info>
5175
5176         * gnus-group.el (gnus-group-insert-group-line):
5177         Call gnus-group-highlight-line.
5178         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
5179         default hook list.
5180         (gnus-group-update-eval-form): Add new function.
5181         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
5182         (gnus-group-get-icon): Use gnus-group-update-eval-form.
5183
5184 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5185
5186         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
5187         immediate, then expire all articles.
5188         (nnimap-update-info): Fix off-by-one errors.
5189         (nnimap-flags-to-marks): Would return no marks lists for group with no
5190         flags.  Instead return the other data.
5191
5192 2010-09-22  Julien Danjou  <julien@danjou.info>
5193
5194         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
5195         Only return an icon.
5196         (gnus-group-insert-group-line): Compute icon to return.
5197
5198         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
5199         (gnus-html-image-fetched): Only cache if
5200         gnus-html-image-automatic-caching is set.
5201         (gnus-html-image-fetched): Check for errors.
5202
5203 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5204
5205         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
5206         once per method on `g'.  This ensures that backends like nnfolder don't
5207         open all their folders.
5208
5209         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
5210         (nnimap-request-list): Nix out group in the correct buffer.
5211         (nnimap-parse-flags): Implement by using `read' instead of
5212         hand-parsing.
5213         (nnimap-flags-to-marks): Pass on permanent-flags.
5214         (nnimap-make-process-buffer): Record the server name.
5215         (nnimap-parse-flags): Fix typo.
5216         (nnimap-request-scan): Run split on the server in general, not just a
5217         single group.
5218
5219         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
5220         parameter, and propagate this downwards.
5221
5222         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
5223         since EXAMINE changes it on the server.
5224
5225         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
5226         this command might take a while.
5227
5228 2010-09-22  Julien Danjou  <julien@danjou.info>
5229
5230         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
5231         harmful if you have 2 images side-by-side, they can't be properly
5232         update on text deletion.  Using text-property is safer here.
5233         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
5234         data.
5235
5236 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5237
5238         * nnimap.el (nnimap-expunge-inbox): Remove.
5239         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
5240         (nnimap-expunge): Flip default to t.
5241
5242         * gnus.el (gnus-method-to-server): Don't push things to the cache
5243         unless it's unique.
5244         (gnus-server-to-method): Ditto.
5245
5246 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5247
5248         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
5249
5250 2010-09-22  Julien Danjou  <julien@danjou.info>
5251
5252         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
5253         get the start of data.
5254         (gnus-html-encode-url): Add this function to encode special chars in
5255         URL.
5256         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
5257         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
5258
5259         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
5260         default.
5261         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
5262
5263         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
5264         images alt-text.
5265         (gnus-html-put-image): Put alt-text as help-echo.
5266
5267 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5268
5269         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
5270         * mm-util.el (mm-decompress-buffer)
5271         * nnir.el (nnir-run-find-grep)
5272         * pop3.el (pop3-list): Use 3rd arg of split-string.
5273
5274         * time-date.el (format-seconds): Comment fix.
5275
5276         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
5277         and byte-optimize-form-code-walker.
5278         (dgnushack-make-auto-load): Don't advise make-autoload.
5279
5280         * lpath.el: Remove Emacs 21 stuff.
5281
5282 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5283
5284         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
5285         outside the active range.  Suggested by Dan Christensen.
5286
5287         * gnus-start.el (gnus-get-unread-articles): Get the extended method
5288         slightly later to avoid double-getting it.
5289
5290         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
5291         previous patch.
5292
5293         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
5294
5295 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
5296
5297         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
5298
5299 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5300
5301         * gnus-int.el (gnus-open-server): Give a better error message in the
5302         "go offline" case.
5303
5304         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
5305         marks for nnimap, which is seldom the right thing to do.
5306
5307         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
5308         (gnus-same-method-different-name): New function.
5309
5310         * nnimap.el (parse-time): Require.
5311
5312         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
5313         method in the presence of many similar methods.
5314
5315         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
5316
5317         * nnimap.el (nnimap-find-expired-articles): Don't refer to
5318         nnml-inhibit-expiry.
5319
5320         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
5321         find out whether methods are equal.
5322
5323         * nnimap.el (nnimap-find-expired-articles): New function.
5324         (nnimap-process-expiry-targets): New function.
5325         (nnimap-request-move-article): Request the article before looking at
5326         what the Message-ID is.  Fix found by Andrew Cohen.
5327         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
5328
5329         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
5330         for oldness in addition to being a predicate.
5331
5332         * nnimap.el (nnimap-request-group): When we have zero articles, return
5333         the right data to Gnus.
5334         (nnimap-request-expire-articles): Only delete articles immediately if
5335         the target is 'delete.
5336
5337         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
5338         method, this would bug out.
5339
5340         * gnus-group.el (gnus-group-expunge-group): Rename from
5341         gnus-group-nnimap-expunge, and implemented as a normal interface
5342         function.
5343
5344         * gnus-int.el (gnus-request-expunge-group): New function.
5345
5346         * nnimap.el (nnimap-request-create-group): Implement.
5347         (nnimap-request-expunge-group): New function.
5348
5349 2010-09-21  Julien Danjou  <julien@danjou.info>
5350
5351         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
5352         (gnus-html-cache-expired): Add new function.
5353         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
5354         wethever we should display image for fetch it.
5355         Compute alt-text earlier to pass it to the fetching function too.
5356         (gnus-html-schedule-image-fetching): Change function argument to only
5357         get one image at a time, not a list.
5358         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
5359         cache.
5360         (gnus-html-get-image-data): New function to retrieve image data from
5361         cache.
5362         (gnus-html-put-image): Change buffer argument to use image data rather
5363         than file, and place image above region rather than inserting a new
5364         one.  Do not take alt-text as argument, since it's useless now: we place
5365         the image above alt-text.
5366         (gnus-html-prune-cache): Remove.
5367         (gnus-html-show-images): Start to fetch image when we find one, do not
5368         push into a temporary list.
5369         (gnus-html-prefetch-images): Only fetch image if they have expired.
5370         (gnus-html-browse-image): Fix, use 'gnus-image-url.
5371         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
5372
5373 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5374
5375         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
5376
5377 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5378
5379         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
5380         spec inser "*" if the group isn't active instead of 0.
5381
5382         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
5383         opening the server.
5384         (nnimap-request-delete-group): Implement group deletion.
5385         (nnimap-transform-headers): Return the size of the entire message in
5386         the Bytes header, not just the size of the first part.
5387         (nnimap-request-move-article): When moving an article from nnimap,
5388         request the article first so the accepting form has an article to
5389         accept.  Reported by Dan Christensen.
5390         (nnimap-command): Make sure that the error message doesn't error out.
5391
5392 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
5393
5394         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
5395         we haven't requested anything.
5396
5397 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5398
5399         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
5400         "".  Fix found by Andrew Cohen.
5401
5402         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
5403         instead of -encode-string.
5404
5405 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5406
5407         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
5408
5409         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
5410         by mm-subst-char-in-string.
5411
5412 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5413
5414         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5415         waiting for the connection string.
5416
5417         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5418         arriving.
5419
5420         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5421         bogus characters.  This allows selecting certain Gmail groups.
5422
5423         * nnimap.el (nnimap-find-wanted-parts-1): New function.
5424         (nnimap-fetch-partial-articles): New variable.
5425         (nnimap-open-connection): When looking for credentials, also use the
5426         nnimap-server-port.
5427         (nnimap-request-article): Return the group/article number, so that Gnus
5428         `^' works as expected.
5429         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5430
5431         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5432         comments.
5433         (gnus-methods-sloppily-equal): New function.
5434         (gnus): When using the development version of Gnus, load the gnus-load
5435         file.
5436
5437         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5438         `gnus-open-server' on each method before trying to scan them etc.
5439         This ensures that all the backend parameters are set correctly.
5440
5441         * nnimap.el (nnimap-authenticator): New variable.
5442         (nnimap-open-connection): Allow anonymous login.
5443         (nnimap-transform-headers): The chars header is called Chars not Bytes.
5444         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5445
5446         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5447         patch, found by Knut Anders Hatlen.
5448
5449 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
5450
5451         * gnus-agent.el (gnus-agent-batch-confirmation)
5452         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5453         to gnus-message.
5454         * gnus-art.el (gnus-article-describe-briefly): Likewise.
5455         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5456         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5457         * gnus-int.el (gnus-open-server): Likewise.
5458         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5459         (gnus-score-check-syntax): Likewise.
5460         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5461         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5462         Likewise.
5463         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5464
5465 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5466
5467         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5468         calling conventions so that prefetch doesn't bug out.
5469
5470 2010-09-19  Julien Danjou  <julien@danjou.info>
5471
5472         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5473         rather than `subst-char-in-region' in order to be able to replace ASCII
5474         char by UTF-8 ones.
5475
5476         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5477         than curl.
5478         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5479         the right URL and ALT text on images.
5480         (gnus-html-wash-tags): Fix tag case.
5481         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
5482         (gnus-article-html): Add -o display_ins_del=2 option.
5483         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5484
5485 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5486
5487         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5488         the extra mail headers, which sometimes seem to happen for unknown
5489         reasons.
5490
5491         * mail-parse.el (mail-header-encode-parameter): Define as
5492         rfc2045-encode-string instead of as rfc2231-encode-string, since some
5493         (or most, perhaps?) mail readers don't understand the latter, but do
5494         understand the former.
5495
5496         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5497         to nil, so that no methods are automatically agentized.  I think this
5498         is probably what most users want.
5499
5500         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5501         from url-retrieve, for instance about invalid URLs.
5502
5503         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5504         groups that have no articles.
5505         (nnimap-request-article): Check that we really got an article when we
5506         requested one.
5507
5508         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5509         doesn't exist.
5510
5511         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5512         nntp buffer so the agent can save it.
5513         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5514         that CRLF doesn't get translated to \n.
5515         (nnimap-open-connection): Don't make 'shell commands only send \n.
5516
5517 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5518
5519         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5520         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5521         Update var name.
5522         (nnml-generate-nov-file): Use dolist.
5523         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5524         Use with-current-buffer.
5525
5526 2010-09-18  Julien Danjou  <julien@danjou.info>
5527
5528         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5529         parallel.
5530
5531 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5532
5533         * nnimap.el (nnimap-update-info): When doing partial marks update, get
5534         the range update right.
5535         (nnimap-request-group): Don't make `M-g' bug out on group with no
5536         marks.
5537         (nnoo): Require, so that other packages can require nnimap.
5538         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5539         command we're looking for.  This helps when the server sends more
5540         responses after we've gotten everything we expected.
5541         (nnimap): Add a `newlinep' field to keep track of end-of-line
5542         conventions.
5543         Don't send CRLF to things that don't want it.
5544         (nnimap-request-accept-article): Ditto.
5545
5546 2010-09-18  Julien Danjou  <julien@danjou.info>
5547
5548         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5549         than curl to retrieve images.
5550
5551 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5552
5553         * nnimap.el (nnimap-update-info): Extend the info so that we can set
5554         the marks.
5555         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5556         (nnimap-wait-for-connection): New function.
5557         (nnimap-open-connection): If we have PREAUTH, don't query for login
5558         credentials.
5559         (nnimap-update-info): Fix off-by-one error when concatenating ranges
5560         when doing a partial update.
5561
5562 2010-09-18  Julien Danjou  <julien@danjou.info>
5563
5564         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5565         tags.
5566
5567 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5568
5569         * nnimap.el (nnimap-credentials): New function.
5570         (nnimap-open-connection): Use the new function to look for credentials
5571         also on the numeric equivalents of "imap" and "imaps".
5572
5573         * gnus-start.el (gnus-activate-group): Send the info to
5574         gnus-request-group.
5575
5576         * nnimap.el (nnimap-request-group): Have the "check" version of the
5577         function parse flags and update the info, so that a `M-g' get a total
5578         resync of all flags from the group.
5579
5580         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5581         to allow backends to alter the info on group selection.  Also alter all
5582         the backend -request-group functions to take the parameter.
5583
5584         * nnimap.el (nnimap-store-info): New function.
5585         (nnimap-update-info): Store the info for later usage.
5586         (nnimap-request-group): Use the stored info for the dont-check case, so
5587         that we don't retrieve all marks when we enter a group.
5588
5589         * nnimap.el: Use deffoo instead of defun for interface functions.
5590
5591         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5592         update the group info.  This makes the nndraft groups, for instance, go
5593         back to their old behaviour.
5594
5595         * gnus-sum.el (gnus-select-newsgroup): Indent.
5596
5597         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5598         in.
5599         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5600         nothing.
5601
5602         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5603         from methods that are denied.
5604
5605         * gnus-int.el (gnus-method-denied-p): New function.
5606
5607         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5608         store the password instead of netrc.
5609         (nnimap-open-connection): Don't error out when we can't make a
5610         connections.
5611
5612         * auth-source.el (auth-source-create): In the password prompt, say what
5613         we're querying for.  Also prompt for user name if that hasn't been
5614         given.
5615
5616         * nnimap.el (nnimap-with-process-buffer): Remove.
5617
5618 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5619
5620         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5621         method when we're reading from the agent.
5622
5623         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5624
5625         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5626         that's probably most useful for users.
5627
5628         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5629         "failed" all the time.
5630
5631         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5632         ...)) with (with-current-buffer ... ).
5633
5634         * nntp.el (nntp-open-server): Return whether the open was successful or
5635         not.
5636
5637         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5638         select an unread unseen article first.
5639
5640         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5641         /etc/services, supply some sensible port defaults.
5642
5643         * dgnushack.el: Define netrc-credentials.
5644
5645 2010-09-17  Julien Danjou  <julien@danjou.info>
5646
5647         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5648
5649 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5650
5651         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5652         doesn't have any parameters.
5653
5654 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5655
5656         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5657         only upcased checks.
5658
5659         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5660
5661         * nnimap.el (nnimap-open-shell-stream): New function.
5662         (nnimap-open-connection): Use it.
5663         (nnimap-transform-headers): Get the number of lines in each message.
5664         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5665         number of lines.
5666         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5667         problem.
5668
5669         * utf7.el (utf7-encode): Autoload.
5670
5671         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5672         to allow the mail splitting to not return a default group.  This is
5673         useful for nnimap, which will leave unmatched mail in the inbox.
5674
5675         * nnimap.el: Rewritten.
5676
5677         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5678         nnimap usage.
5679
5680         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5681         if the move is internal, so that nnimap can do fast internal moves.
5682
5683         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5684         data.
5685         (gnus-read-active-for-groups): Support finishing the early retrieval of
5686         data.
5687
5688         * gnus-range.el (gnus-range-nconcat): New function.
5689
5690         * gnus-int.el (gnus-finish-retrieve-group-infos)
5691         (gnus-retrieve-group-data-early): New functions.
5692
5693 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5694
5695         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5696         (nnrss-retrieve-groups):
5697         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5698         (pop3-quit): Use with-current-buffer.
5699
5700 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5701
5702         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5703         instead of nnheader-accept-process-output.
5704
5705         * dgnushack.el (dgnushack-compile): Add comment.
5706
5707         * lpath.el: No need to fbind propertize for XEmacs 21.4.
5708
5709         * gnus-html.el (gnus-html-schedule-image-fetching)
5710         (gnus-html-prefetch-images): Replace process-kill-without-query by
5711         gnus-set-process-query-on-exit-flag.
5712
5713 2010-09-16  Romain Francoise  <romain@orebokech.com>
5714
5715         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5716
5717 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5718
5719         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5720         parameter to unintern is mandatory-ish in Emacs 24.
5721
5722         * gnus-html.el (gnus-html-schedule-image-fetching)
5723         (gnus-html-prefetch-images): Check for curl before using it.
5724
5725         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5726         depend on curl, which isn't essential.
5727
5728         * imap.el: Revert back to version
5729         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5730         seem problematic.
5731
5732 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5733
5734         * gnus-registry.el (gnus-registry-install-shortcuts):
5735         Explicitly pass `obarray' to `unintern' to avoid a warning.
5736
5737 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5738
5739         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5740         change.
5741
5742         * nnrss.el (nnrss-request-list): Remove this function and related
5743         functions, including the moreover stuff.
5744
5745 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5746
5747         * nnrss.el (nnrss-retrieve-groups): New function.
5748
5749 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5750
5751         * .dir-locals.el: Add no-byte-compile cookie.
5752
5753 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5754
5755         * time-date.el (format-seconds): Comment fix.
5756
5757         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5758         for back end that doesn't support request-scan.
5759
5760 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5761
5762         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5763         then do request scans from the backends.
5764
5765         * netrc.el (netrc-credentials): New conveniency function.
5766
5767         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5768         avoid running a hook per line, since this takes a lot of time,
5769         profiling shows.
5770         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5771         directly if gnus-visual-p is true.
5772
5773 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5774
5775         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5776         groups; replace mapcar with dolist which is a bit faster; pass groups
5777         info to gnus-read-active-file-1.
5778         (gnus-read-active-file-1): Scan only specified groups if the new
5779         optional arg `infos' is given.
5780
5781 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5782
5783         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5784
5785         * pop3.el (pop3-movemail): Remove.
5786         (pop3-streaming-movemail): Rename to pop3-movemail.
5787
5788         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5789         don't restrict end-tag searches to the end of the line.
5790
5791 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5792
5793         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5794         articles of every unchecked group to t, which means unknown since the
5795         server has never been opened.
5796
5797 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5798
5799         * gnus-html.el (gnus-html-show-alt-text): New command.
5800         (gnus-html-browse-image): Ditto.
5801         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5802         to browse the image directly.
5803         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5804         better.
5805
5806         * gnus-async.el (gnus-async-article-callback):
5807         Call `gnus-html-prefetch-images' unconditionally.
5808
5809         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5810         before feeding URLs to curl.
5811
5812 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5813
5814         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5815         internal images as deletable by `W D D'.
5816
5817         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5818         (gnus-async-article-callback): Fix typo.
5819
5820 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5821
5822         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5823         current line to work around bugs in the output from w3m.
5824
5825         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5826         for groups that want that.
5827
5828         * nntp.el (nntp-wait-for-string): Supply a timeout for
5829         accept-process-output to ensure progress.
5830
5831         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5832         level to get unread articles from, then use that for foreign groups,
5833         too.
5834
5835         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5836         confuses the rest of the function.
5837
5838         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5839         for the methods that support -retrieve-groups, too.
5840
5841         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5842
5843 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5844
5845         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5846         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5847
5848         * pop3.el: Require cl when compiling.
5849         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5850
5851 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5852
5853         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5854         that aren't going to be activated.
5855         (gnus-get-unread-articles): Fix up the last commit.
5856
5857         * gnus-html.el (gnus-article-html): Allow calling without specifying
5858         the handle.  In that case, dissect the buffer first.
5859
5860         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5861
5862         * nnimap.el (nnimap-open-connection): Revert the change that would look
5863         into authinfo for imaps instead of imap.
5864
5865         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5866         say that you don't want to call gnus-request-group with don-check, but
5867         do check the reponse.  This is for virtual groups only.
5868         (gnus-get-unread-articles): Count the archive groups as secondary, so
5869         that they're activated the same way as before.
5870
5871         * imap.el (imap-message-map): Removed optional buffer parameter, since
5872         no callers use it.
5873         (imap-message-get): Ditto.
5874         (imap-message-put): Ditto.
5875         (imap-mailbox-map): Ditto.
5876         (imap-mailbox-put): Ditto.
5877         (imap-mailbox-get): Ditto.
5878         (imap-mailbox-get): Revert last change for this function.
5879
5880         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5881         case-insensitively.
5882         (nnimap-debug): Remove.
5883
5884         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5885         to use `imap-fetch' instead.  According to the comments, this should be
5886         safe, since all other IMAP clients use the 1:* syntax.
5887         (imap-enable-exchange-bug-workaround): Removed.
5888         (imap-debug): Removed -- doesn't seem very useful.
5889
5890         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5891         mail from a file, and the file doesn't exist.
5892
5893         * imap.el (imap-log): New convenience function used throughout instead
5894         of repeating the same code all over the place.
5895
5896         * pop3.el (pop3-streaming-movemail): Return t for success.
5897
5898         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5899         .authinfo if we're using ssl connection.
5900
5901         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5902         already have if we're in a main Gnus `g' run.
5903
5904         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5905
5906 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5907
5908         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5909
5910         * nnmh.el (nnmh-request-list-1): Bind `file'.
5911
5912         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5913         alias to set-process-query-on-exit-flag or process-kill-without-query.
5914         (pop3-open-server): Use it.
5915
5916 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5917
5918         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5919         box to the Incoming file.  Fixes mistake in previous checkin.
5920
5921         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5922         request loop (for debugging purposes) removed.
5923
5924         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5925         culprit is more visible.
5926         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5927         (nnml-add-incremental-nov): New functions to do "incremental" nov
5928         updates, where we just append to the end of the existing nov files
5929         without reading/writing them in full.
5930
5931         * mail-source.el (mail-source-delete-crash-box): Really only check the
5932         incoming files once in a while.
5933
5934         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5935
5936         * mail-source.el (mail-source-delete-crash-box): Only check the
5937         incoming files for deletion once per day to save a lot of file
5938         accesses.
5939
5940         * pop3.el (pop3-logon): Fix up unbound variable typo.
5941
5942         * mail-source.el (pop3-streaming-movemail): Autoload.
5943
5944         * pop3.el (pop3-streaming-movemail):
5945         Respect pop3-leave-mail-on-server.
5946
5947         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5948         retrieval.
5949
5950         * pop3.el (pop3-process-filter): Remove unused function.
5951         (pop3-streaming-movemail, pop3-send-streaming-command)
5952         (pop3-wait-for-messages, pop3-write-to-file)
5953         (pop3-number-of-responses): New functions for streaming pop3
5954         retrieval.
5955
5956         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5957         come from no known methods.
5958         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5959         list.
5960
5961         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5962         message sizes.
5963         (pop3-movemail): Use erase-buffer instead of looping and deleting
5964         regions, which seems rather odd.
5965
5966         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5967         file once per `g' run.
5968
5969         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5970         directories.  This makes the draft queue directory work.
5971
5972         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5973         data from the backends, so that we only request the list of groups from
5974         each method once.  This should speed things up considerably.
5975
5976         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5977         detect that it's not implemented.
5978
5979         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5980         we actually do recurse down into the tree, but don't stat all leaf
5981         nodes.
5982
5983         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5984         then say so instead of bugging out.
5985
5986         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5987         files exist before trying to read them.
5988
5989         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5990         around <pre_int>.
5991
5992         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5993
5994         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5995
5996 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5997
5998         * mm-util.el (mm-image-load-path): Just return the image directories,
5999         not all directories in the path in addition to the image directories.
6000         (mm-image-load-path): Maintain a cache of the image directories so that
6001         the `g' command in Gnus doesn't have to stat dozens of directories each
6002         time.
6003
6004         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
6005         (gnus-html-wash-tags): Add a new `i' command to insert images.
6006         (gnus-html-insert-image): New command and keystroke.
6007         (gnus-html-redisplay-with-images): New command and keystroke.
6008         (gnus-html-show-images): Rename command.
6009         (gnus-html-wash-tags): Remove more white space before <pre_int> image
6010         spacers.
6011         (gnus-html-wash-tags): Decode entities at the end, so that entities
6012         inside the tags don't mess up the rest of the "parsing".
6013
6014         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
6015         so that nnimap methods aren't agentized by default.  There's apparently
6016         many problems related to agent/imap behaviour.
6017
6018         * gnus-art.el (gnus-article-copy-string): New command and key binding.
6019
6020         * gnus-html.el: Doc fix.
6021
6022 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6023
6024         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
6025         specifier-spec-list for Emacs 21.
6026
6027         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
6028         glyph-width and glyph-height instead of display-graphic-p and
6029         image-size; make avoidance of displaying small images work for XEmacs.
6030
6031         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
6032         for XEmacs.
6033
6034         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
6035         of symbol that holds plist data.
6036         (gnus-process-plist): Remove plist of process after getting it.
6037
6038 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6039
6040         * message.el (message-generate-hashcash): Change default to
6041         'opportunistic if hashcash is installed.
6042
6043         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
6044         (gnus-html-put-image): Only call image-size once, since it's somewhat
6045         time-consuming on remote X servers.
6046
6047 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6048
6049         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
6050         type on data, not a file name.
6051
6052         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
6053         window-pixel-edges for Emacs 21.
6054
6055         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
6056         decoded contents.
6057         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
6058
6059 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6060
6061         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
6062         group line format, since it isn't very interesting.
6063
6064         * gnus-agent.el (gnus-agent-short-article),
6065         (gnus-agent-long-article): Increase values for these two variables,
6066         since most people are likely to have more network connection and
6067         storage than before.
6068
6069         * gnus.el (gnus-refer-article-method): Change default to 'current.
6070         When referring an article, the common behaviour is to refer it from the
6071         current select method, not the native select method.  The chances of
6072         the native select method having the message in question is rather slim
6073         these days.
6074
6075         * gnus-sum.el (gnus-auto-select-subject): Change default to
6076         `unseen-or-unread'.  I think it's likely that most people want to
6077         select an unseen article over a previously seen, but unread one.
6078
6079         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
6080         means that in the article buffer none of the minor mode elements will
6081         be shown, usually, and this is not desirable in most cases.
6082
6083         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
6084         that commands like `d' (and the like) go to the next line in the
6085         buffer, instead of the next unread article.  I think this is the
6086         behaviour that is most natural for most users.
6087         (gnus-single-article-buffer): Change default to nil, so that people can
6088         have as many article buffers open as they have summary buffer.  I think
6089         this is the most natural way for the groups to behave.
6090
6091         * message.el (message-generate-new-buffers): Change default to
6092         `unsent', so that all new message buffers start their names with the
6093         string "*unsent", and it's easier to find the buffers if you move from
6094         them.
6095
6096 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6097
6098         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
6099         small.  They're probably tracking images.
6100         (gnus-html-wash-tags): Remove all <pre_int> place holders.
6101         (gnus-html-rescale-image): Yet another try at getting the image sizing
6102         right.
6103
6104         * nntp.el (nntp-request-set-mark): Refuse to do marks if
6105         nntp-marks-file-name is nil.
6106
6107 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6108
6109         * gnus-html.el (gnus-html-wash-tags)
6110         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
6111         Better logging.
6112
6113 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6114
6115         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
6116
6117         * gnus-html.el (gnus-html-wash-tags): Check the value of
6118         gnus-blocked-images in the summary buffer.
6119
6120 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6121
6122         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
6123
6124 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6125
6126         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
6127         like "a", it seems like.
6128         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
6129         since it needs to be picked from the correct buffer.
6130
6131         * nnwfm.el: Remove.
6132
6133         * nnlistserv.el: Remove.
6134
6135 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6136
6137         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
6138         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
6139
6140 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6141
6142         * nnkiboze.el: Remove.
6143
6144         * nndb.el: Remove.
6145
6146         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
6147         alt text.
6148         (gnus-html-rescale-image): Try to get the rescaling logic right for
6149         images that are just wide and not tall.
6150
6151         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
6152         overshadow variable bindings.
6153
6154 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6155
6156         * gnus-html.el (gnus-html-wash-tags)
6157         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
6158         Add extra logging.
6159
6160 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6161
6162         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
6163         (gnus-max-image-proportion): New variable.
6164         (gnus-html-rescale-image): New function.
6165         (gnus-html-put-image): Rescale images.
6166
6167 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6168
6169         Fix up some byte-compiler warnings.
6170         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
6171         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
6172         (gnus-article-fill-cited-article, gnus-article-hide-citation)
6173         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
6174         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
6175         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
6176         (gnus-group-update-group): Use save-excursion and with-current-buffer.
6177
6178 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6179
6180         * gnus-html.el (gnus-article-html): Decode contents by charset.
6181
6182 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6183
6184         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
6185         (gnus-html-frame-width, gnus-blocked-images)
6186         * message.el (message-prune-recipient-rules): Add custom version.
6187         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
6188
6189         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
6190         functions.
6191
6192         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
6193         gnus-process-get.
6194
6195 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
6196
6197         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
6198         instead of lsub directly.
6199
6200 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6201
6202         * nnwarchive.el: Remove.
6203
6204         * gnus-soup.el: Remove.
6205
6206         * nnsoup.el: Remove.
6207
6208         * nnultimate.el: Remove.
6209
6210         * gnus-html.el (gnus-blocked-images): New variable.
6211
6212         * message.el (message-prune-recipients): New function.
6213         (message-prune-recipient-rules): New variable.
6214
6215         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
6216         guess whether a long line is natural text or not.
6217
6218         * gnus-html.el (gnus-html-schedule-image-fetching):
6219         Use gnus-process-plist and friends for compatibility.
6220
6221 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6222
6223         * gnus-html.el: Require packages that define macros used in this file.
6224         (gnus-article-mouse-face): Declare to silence byte-compiler.
6225         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
6226         process-get.
6227         (gnus-html-put-image): Use plist-get to avoid getf.
6228         (gnus-html-prefetch-images): Use with-current-buffer.
6229
6230 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6231
6232         * gnus-ems.el: Provide compatibility functions for
6233         gnus-set-process-plist.
6234
6235         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
6236         header-line-format for XEmacs 21.4.
6237
6238         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
6239         * gnus.el (gnus-valid-select-methods)
6240         * message.el (message-send-mail-partially-limit)
6241         * mm-decode.el (mm-text-html-renderer)
6242         * mml.el (mml-insert-mime-headers-always)
6243         * smiley.el (smiley-regexp-alist): Bump custom version.
6244
6245 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6246
6247         * gnus-html.el: require mm-url.
6248         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
6249         with the url to `url'.
6250         (gnus-html-wash-tags): Support cid: URLs/images.
6251
6252 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6253
6254         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
6255         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
6256         bindings, as they aren't useful at all.  `w' is moved to `W w'.
6257
6258         * gnus-move.el: Remove file, since it doesn't really work.
6259
6260         * gnus-html.el (gnus-article-html): Tell w3m that the input is
6261         UTF-8.  This seems to fix problems with some German web feeds.
6262
6263         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
6264         at the top so that the proper colours are applied.
6265
6266         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
6267         don't have dots in their names.
6268
6269         * gnus-art.el (gnus-article-view-part): Doc fix.
6270
6271         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
6272         XEmacs-compatible.
6273         (gnus-html-put-image): Don't do images on non-graphic displays.
6274
6275         * nnslashdot.el: Remove this unused backend.
6276
6277         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
6278         actions.
6279         (gnus-undo-register-1): Revert last change.
6280
6281         * gnus-group.el (gnus-group-completing-read): Protect against not
6282         having completion-styles bound.
6283
6284         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
6285         make broken recipients happier.
6286
6287         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
6288
6289         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
6290         point parameter.
6291
6292         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
6293
6294         * gnus-group.el (gnus-group-completing-read): Add 'substring to
6295         completion-styles for group selection.
6296
6297 2009-02-04  Andreas Schwab  <schwab@suse.de>
6298
6299         * gnus-score.el (gnus-score-string): Fix regex for matching extra
6300         headers and regexp-quote the match if necessary.
6301
6302 2009-03-24  Miles Bader  <miles@gnu.org>
6303
6304         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
6305         the blinking smiley.
6306
6307 2009-03-24  Simon Josefsson  <simon@josefsson.org>
6308
6309         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
6310         blink smiley.
6311
6312 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6313
6314         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
6315         where the dribbel file lives exists.
6316
6317         * message.el (message-send-mail-partially-limit): Change the default to
6318         nil, since most people don't want this.
6319
6320         * mm-url.el (mm-url-decode-entities): Also decode entities like
6321         &#x3212.
6322
6323 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
6324
6325         * gnus-sum.el (gnus-summary-idna-message):
6326         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
6327         Hyperlink urls in docstrings with URL `...'.
6328
6329 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
6330
6331         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
6332         functions.
6333
6334 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6335
6336         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
6337         say what the mouseover text should be.
6338
6339         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
6340         version of the mm-w3m-safe-url-regexp variable to only download images
6341         in the groups where we want that to happen.
6342
6343         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
6344
6345         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
6346         easier debugging.
6347         (gnus-article-beginning-of-window): Add kludge to allow spacing past
6348         big pictures in the article buffer.
6349
6350         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
6351         gnus-article-html.
6352         (mm-text-html-renderer): gnus-article-html needs curl in addition to
6353         w3m.
6354
6355         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
6356
6357 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6358
6359         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
6360         which doesn't exist.
6361
6362         * message.el (message-inhibit-ecomplete): New variable to allow some
6363         function to inhibit ecomplete address storage.
6364         (message-resend): Disable ecomplete message storage when resending
6365         messages.
6366
6367         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
6368
6369 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6370
6371         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
6372         Save excursion while copying, moving, and deleting articles in order to
6373         prevent the cursor from jumping to unforeseen place.
6374
6375 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6376
6377         * lpath.el: No need to bind bookmark-current-buffer,
6378         bookmark-yank-point and bookmark-make-record-function.
6379
6380 2010-08-17  Glenn Morris  <rgm@gnu.org>
6381
6382         * gnus-sync.el: Require gnus components whose functions are used.
6383
6384         * gnus-art.el (bookmark-make-record-function):
6385         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
6386         Declare for compiler.
6387
6388         * mm-url.el (mml-compute-boundary): Autoload.
6389
6390 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6391
6392         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6393
6394 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
6395
6396         Typo fix "hoo4a" -> "hook".
6397
6398         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6399
6400 2010-08-14  Glenn Morris  <rgm@gnu.org>
6401
6402         * gnus-sync.el (gnus-sync): Fix defgroup version.
6403
6404 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
6405
6406         Doc fixes and keep unknown groups (ammended for nunion bug fix).
6407
6408         * gnus-sync.el: Fix docs.
6409         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
6410         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6411
6412 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6413
6414         Optimizations for gnus-sync.el.
6415
6416         * gnus-sync.el: Add docs about gnus-sync-backend
6417         possibilities.
6418         (gnus-sync-save): Remove unnecessary message.
6419         (gnus-sync-read): Optimize and show what groups were skipped.
6420
6421 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6422
6423         Minor bug fixes for gnus-sync.el.
6424
6425         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6426         Don't read the sync on get-new-news.
6427
6428         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6429         quiet.
6430
6431         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6432         (fix typo).
6433
6434 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
6435
6436         Make saving and restoring of hidden threads work with overlays.
6437         Patch applied by Ted Zlatanov.
6438
6439         * gnus-sum.el (gnus-hidden-threads-configuration)
6440         (gnus-restore-hidden-threads-configuration): Update to deal with text
6441         properties, rather than searching for a magic character.
6442
6443 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6444
6445         New gnus-sync.el library for synchronization of marks.
6446
6447         * gnus-sync.el: New library for synchronization of marks.
6448
6449         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6450         renamed from `gnus-registry-grep-in-list'.
6451
6452         * gnus-registry.el (gnus-registry-follow-group-p):
6453         Use `gnus-grep-in-list'.
6454
6455         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6456
6457 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6458
6459         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6460         determining charset of text fails.
6461
6462 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6463
6464         * nnmail.el (nnmail-get-new-mail-1): Revert.
6465
6466         * nnml.el (nnml-active-number): Make sure names of newly created groups
6467         in nnml-group-alist are encoded.
6468
6469 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6470
6471         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6472         containing non-ASCII characters in active file for nnml back end.
6473
6474 2010-07-24  David Engster  <dengste@eml.cc>
6475
6476         * mml-smime.el (mml-smime-epg-verify): Also accept the older
6477         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6478
6479 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
6480
6481         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6482         tag (Bug#6654).
6483
6484 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6485
6486         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6487         the article buffer, not the summary buffer.
6488
6489 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6490
6491         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6492         Emacs 23 as well.
6493
6494 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6495
6496         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
6497         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
6498
6499 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6500
6501         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6502         Patch applied by Karl Fogel.
6503
6504         * gnus-sum.el (gnus-summary-bookmark-make-record):
6505         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6506
6507 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6508
6509         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6510         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
6511         C-w still not working correctly from Article buffers; Thierry's
6512         patch to fix that will be applied after this.
6513
6514         * gnus-art.el (bookmark-make-record-function): New local variable.
6515
6516         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6517         article buffer.
6518         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6519
6520 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
6521
6522         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6523         on changes in bookmark.el.
6524
6525 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6526
6527         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
6528         `no-log' instead of message not to log prompt string.
6529
6530 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
6531
6532         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6533         the *other* type of HTML form submission.
6534
6535 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
6536
6537         * auth-source.el (auth-source-pick): If choice does not contain a
6538         questioned keyword, set the check to t.
6539
6540 2010-06-12  Romain Francoise  <romain@orebokech.com>
6541
6542         * gnus-util.el (gnus-date-get-time): Move up before first use.
6543
6544 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6545
6546         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6547         (gnus-article-edit-part): Bind it to make last part that is substituted
6548         or deleted visible.
6549         (gnus-mime-display-single): Buttonize part of which id equals to
6550         gnus-mime-buttonized-part-id.
6551
6552 2010-06-10  Dan Christensen  <jdc@uwo.ca>
6553
6554         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6555         (gnus-dd-mmm): Use gnus-date-get-time.
6556         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6557         simplify logic.
6558         (gnus-summary-limit-to-age): Use gnus-date-get-time.
6559         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6560
6561 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
6562
6563         * auth-source.el (top): Autoload `secrets-list-collections',
6564         `secrets-create-item', `secrets-delete-item'.
6565         (auth-sources): Fix tag string.
6566         (auth-get-source, auth-source-retrieve, auth-source-create)
6567         (auth-source-delete): New defuns.
6568         (auth-source-pick): Rewrite in order to avoid 2 passes.
6569         (auth-source-forget-user-or-password): New parameter USERNAME.
6570         (auth-source-user-or-password): New parameters CREATE-MISSING and
6571         DELETE-EXISTING.  Retrieve password interactively, if needed.
6572
6573 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6574
6575         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6576         deleting unused directories when gnus-expert-user is t.
6577
6578 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6579
6580         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6581         for each temp file when gnus-article-browse-delete-temp is ask.
6582
6583 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6584
6585         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
6586         Lisp calls to delete-backward-char by calls to delete-char.
6587
6588 2010-05-20  Kevin Ryde  <user42@zip.com.au>
6589
6590         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
6591
6592 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
6593
6594         * password-cache.el (password-cache-remove): Fix docstring.
6595
6596 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6597
6598         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6599         article unless decoding article to be saved.
6600
6601 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6602
6603         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6604         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6605         generated within the mm-with-unibyte-current-buffer macro.
6606
6607 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6608
6609         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6610         to nil when we're in a mml-preview buffer and no group is selected.
6611
6612 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
6613
6614         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6615         when catching the `C-g'.  Reported by "Leo".
6616
6617 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6618
6619         * message.el (message-forward-make-body-plain)
6620         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6621         multibyte-string-p.
6622
6623         * lpath.el: Revert.
6624
6625 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6626
6627         * message.el (message-forward-make-body-mml): Assume original message
6628         is multibyte string; error on unibyte.
6629         (message-forward-make-body-plain): Ditto; don't add excessive newline
6630         in body end.
6631
6632         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
6633
6634 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
6635
6636         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6637         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6638
6639 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6640
6641         * mm-extern.el (mm-extern-url): Don't use
6642         mm-with-unibyte-current-buffer.
6643         (mm-extern-cache-contents): Use with-current-buffer instead of
6644         save-excursion + set-buffer.
6645
6646 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6647
6648         * mm-util.el (mm-emacs-mule): Remove.
6649
6650 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6651
6652         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6653         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6654         change.
6655
6656 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6657
6658         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6659         bind the default value of enable-multibyte-characters to nil.
6660
6661 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6662
6663         * message.el (message-forward-make-body-plain)
6664         (message-forward-make-body-mml):
6665         Don't use mm-with-unibyte-current-buffer.
6666
6667 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6668
6669         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
6670
6671 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6672
6673         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6674         (Bug#5592).
6675
6676 2010-05-07  Julien Danjou  <julien@danjou.info>
6677
6678         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6679         it to mm-pipe-part.
6680
6681         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6682         it is given.
6683
6684 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6685
6686         * binhex.el (binhex-decode-region-internal)
6687         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
6688         (dns-query)
6689         * nnweb.el (nnweb-gmane-search)
6690         * pgg-parse.el (pgg-parse-armor)
6691         * pgg.el (pgg-verify-region)
6692         * sha1.el (sha1-string-external)
6693         * uudecode.el (uudecode-decode-region-internal)
6694         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6695         XEmacs.
6696
6697         * gnus-art.el (gnus-article-browse-html-parts)
6698         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6699         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6700         make-temp-file.
6701
6702         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6703         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6704         compiling.
6705
6706         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6707         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6708         XEmacs when compiling.
6709
6710         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6711         gnus-pick-mode-off-hook for XEmacs when compiling.
6712         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6713         gnus-binary-mode-off-hook for XEmacs when compiling.
6714
6715         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6716         Return nil if char-charset is not available.
6717
6718         * imap.el (imap-disable-multibyte)
6719         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6720         macros.
6721
6722         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6723         instead of encode-coding-string.
6724
6725         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6726         'xemacs) instead of mm-emacs-mule to switch function definitions.
6727         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6728
6729         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6730         bind temporary-file-directory for XEmacs;
6731         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6732         timer-set-function for XEmacs 21.4 and SXEmacs;
6733         bind timer-list for XEmacs 21.4 and SXEmacs;
6734         fbind char-charset and find-charset-region for non-Mule XEmacs;
6735         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6736         encode-coding-region and encode-coding-string for XEmacs having no
6737         file-coding feature.
6738
6739 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6740
6741         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6742
6743 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6744
6745         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6746         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6747
6748 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6749
6750         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6751         alias `jka-compr-delete-temp-file' no longer exists.
6752
6753 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6754
6755         Use define-minor-mode in Gnus where applicable.
6756         * mml.el (mml-mode): Use define-minor-mode.
6757         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6758         (gnus-undo-mode): Use define-minor-mode.
6759         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6760         (gnus-dead-summary-mode): Use define-minor-mode.
6761         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6762         Initialize in declaration.
6763         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6764         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6765         (gnus-mailing-list-mode): Use define-minor-mode.
6766         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6767         (gnus-draft-mode): Use define-minor-mode.
6768         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6769         (gnus-dired-mode): Use define-minor-mode.
6770
6771 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6772
6773         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6774         handles on recursive mml-to-mime translation and check them for
6775         boundary delimiter collisions.  Reported by Greg Troxel.
6776
6777 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6778
6779         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6780
6781 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6782
6783         * mm-util.el (mm-find-buffer-file-coding-system):
6784         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6785
6786 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6787
6788         * message.el (message-generate-headers): Record insertion of optional
6789         headers as well.  Otherwise the check to prevent repeated insertion of
6790         optional headers is a no-op.
6791
6792 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6793
6794         * smime.el: Don't mention CVS.
6795
6796         * nnrss.el (nnrss-fetch): Don't mention CVS.
6797
6798         * nnir.el: Don't mention CVS.
6799
6800 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6801
6802         * gnus-sum.el (gnus-summary-bookmark-make-record):
6803         Add `location' field.
6804
6805 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6806
6807         * lpath.el: Fbind bookmark-default-handler,
6808         bookmark-get-bookmark-record, bookmark-make-record-default,
6809         bookmark-prop-get for Emacs <23 and XEmacs.
6810
6811 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6812
6813         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6814         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6815         Use with-current-buffer to silence the byte-compiler.
6816         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6817         bother to require `gnus'.
6818         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6819
6820 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6821
6822         * gnus-sum.el (gnus-summary-bookmark-make-record)
6823         (gnus-summary-bookmark-jump): New functions.
6824         (gnus-summary-mode): Setup bookmark support.
6825
6826 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6827
6828         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6829         if set.
6830
6831 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6832
6833         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6834         gnus-article-browse-html-save-cid-image; make it work recursively for
6835         forwarded messages as well.
6836         (gnus-article-browse-html-parts): Work when prefix arg is given.
6837         (gnus-article-browse-html-article): Doc fix.
6838
6839 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6840
6841         * message.el (message-default-mail-headers):
6842         (message-default-headers): Carry the value mail-default-headers over
6843         into message-default-mail-headers, rather than message-default-headers.
6844
6845 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6846
6847         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6848         charset.
6849
6850         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6851         charset into the <meta> tag when the article is encoded to utf-8.
6852
6853 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6854
6855         * gnus-art.el (gnus-article-browse-delete-temp-files):
6856         Delete directories as well.
6857         (gnus-article-browse-html-parts): Work for images that do not specify
6858         file names; delete temp directory when quitting; insert header at the
6859         right place; use file: scheme for image files.
6860
6861 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6862
6863         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6864         (gnus-article-browse-html-parts): Use it to make temporary cid image
6865         files in addition to html file so that browser may display them.
6866
6867 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6868
6869         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6870
6871 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6872
6873         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6874
6875 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6876
6877         * auth-source.el (auth-sources): Change default to be simpler.
6878         Explain about Secret Service API sources.  Improve Customize options.
6879         (auth-source-pick): Change to accept any number of search parameters.
6880         Implement fallbacks iteratively, not recursively.  Add scoring on the
6881         second pass and sort by score.  Call Secret Service API when needed.
6882         (auth-source-user-or-password): Use it.  Call Secret Service API
6883         directly when needed to get the user name and the password.
6884
6885 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6886
6887         * message.el (message-interactive): Doc fix.
6888         (message-qmail-inject-args): Reflow.
6889         (message-kill-to-signature): Fix typo in docstring.
6890
6891         * smiley.el (smiley-buffer): Fix typo in docstring.
6892
6893 2010-03-24  Glenn Morris  <rgm@gnu.org>
6894
6895         * mail-source.el (gnus-message): Declare.
6896         (mail-source-delete-old-incoming): Require gnus-util.
6897
6898 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6899
6900         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6901
6902         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6903
6904         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6905         password-cache's default if it is not bound.
6906         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6907         password-cache-expiry's default if it is not bound.
6908
6909         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6910         available in Emacs 21.
6911
6912         * lpath.el: Suppress compiler warnings for:
6913         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6914         XEmacs;
6915         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6916         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6917         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6918
6919 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6920
6921         * auth-source.el (auth-sources): Fix up definition so extra parameters
6922         are always inline.
6923
6924 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6925
6926         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6927         wasn't updated after mismatch.  Clear cached mailbox info correctly
6928         when uidvalidity changes.
6929         (nnimap-group-prefixed-name): New function to avoid some code
6930         duplication.
6931         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6932         (nnimap-request-group): Use it.
6933         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6934         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6935         with many imap folders.  This is done by caching the group status from
6936         the imap server persistently in a group parameter `imap-status'.  (This
6937         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6938         but not persistently, so every Gnus startup was still very slow.)
6939
6940 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6941
6942         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6943         delete the extra newline.  Otherwise editing of :string and :number
6944         types don't work.
6945
6946 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6947
6948         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6949         secrets.el dependency.
6950         (auth-sources): Add optional user name.  Add secrets.el configuration
6951         choice (unused right now).
6952
6953 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6954
6955         * gnus-sum.el (gnus-summary-make-menu-bar):
6956         Let `gnus-registry-install-shortcuts' fill in the functions.
6957
6958         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6959         warnings.
6960         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6961         (gnus-registry-install-shortcuts): Populate and use it in a
6962         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6963
6964 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6965
6966         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6967         In-place substitutions for the group name encoding/decoding.
6968         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6969         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6970         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6971         (nnimap-update-unseen, nnimap-request-list)
6972         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6973         (nnimap-request-set-mark, nnimap-split-to-groups)
6974         (nnimap-split-articles, nnimap-request-newgroups)
6975         (nnimap-request-create-group, nnimap-request-accept-article)
6976         (nnimap-request-delete-group, nnimap-request-rename-group)
6977         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6978         `encoded-mbx' for consistency.
6979         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6980         variable `imap-current-mailbox'.
6981
6982         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6983         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6984
6985 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6986
6987         * pop3.el (pop3-display-message-size-flag): Display message size byte
6988         counts during POP3 download.
6989         (pop3-movemail): Use it.
6990         (pop3-list): Implement listing of available messages.
6991
6992 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6993
6994         * nnir.el (nnir-get-article-nov-override-function): New function to
6995         override the normal NOV retrieval.
6996         (nnir-retrieve-headers): Use it.
6997
6998 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6999
7000         * auth-source.el (netrc-machine-user-or-password): Autoload.
7001
7002 2010-03-19  Glenn Morris  <rgm@gnu.org>
7003
7004         Stop message.el from loading about 40 libraries it doesn't always need.
7005         The general approach is to autoload rather than require, and to
7006         require in the specific functions rather than the file.  (Bug#5642)
7007
7008         * gmm-utils.el: Don't require wid-edit.
7009         (widget-create-child-value, widget-convert, widget-default-get):
7010         Autoload.
7011
7012         * gnus-util.el: Don't require time-date, netrc.
7013         (message-fetch-field, gnus-group-name-decode): Declare rather than
7014         autoloading.
7015         (gnus-fetch-field): Require message.
7016         (gnus-decode-newsgroups): Require gnus-group.
7017
7018         * ietf-drums.el: Don't require time-date.
7019
7020         * message.el: Don't require hashcash, canlock, ecomplete.
7021         Do require mail-utils.  Require nnheader only when compiling.
7022         (smtpmail-default-smtp-server): Remove declaration.
7023         (message-send-mail-function): Check smtpmail-default-smtp-server
7024         is bound rather than requiring smtpmail.
7025         (message-auto-save-directory, message-insert-signature):
7026         Use expand-file-name rather than nnheader-concat.
7027         (nnheader-insert-file-contents): Autoload.
7028         (hashcash-wait-async): Declare.
7029         (message-send-mail): Only call gnus-setup-posting-charset if
7030         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
7031         (message-send-mail-with-sendmail): Require sendmail.
7032         (canlock-password, canlock-password-for-verify): Declare.
7033         (message-canlock-password): Require canlock.
7034         (nnheader-get-report): Autoload.
7035         (gnus-setup-posting-charset): Declare.
7036         (message-send-news): Require gnus-msg.
7037         (message-make-references, message-make-in-reply-to): Use mail-header-id
7038         rather than the alias mail-header-message-id.
7039         (ecomplete-add-item, ecomplete-save): Declare.
7040         (message-put-addresses-in-ecomplete): Require ecomplete.
7041         (ecomplete-display-matches): Autoload.
7042
7043         * mm-decode.el: Don't require mailcap, gnus-util.
7044         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
7045         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
7046         Autoload.
7047         (mailcap-mime-extensions): Declare.
7048
7049         * mm-encode.el: Don't require mailcap.
7050         (mailcap-extension-to-mime): Autoload.
7051
7052         * mml-sec.el: Don't require password-cache.
7053
7054         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
7055         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
7056         (mml-minibuffer-read-type): Require mailcap.
7057         (mml-preview): Require gnus-msg.
7058
7059         * mml1991.el: Require password-cache.
7060         (password-cache-expiry): Remove declaration.
7061
7062         * mml2015.el: Require password-cache.
7063         (password-cache-expiry): Remove declaration.
7064
7065         * nneething.el (mailcap): Require mailcap.
7066
7067         * nnheader.el (declare-function): Add compatibility stub.
7068         (message-remove-header): Declare rather than autoload.
7069         (nnheader-replace-header): Require message.
7070
7071         * nnimap.el (declare-function): Add compatibility stub.
7072         (netrc-parse, netrc-machine-user-or-password): Declare.
7073         (nnimap-open-connection): Require netrc.
7074
7075         * nntp.el (declare-function): Add compatibility stub.
7076         (netrc-parse, netrc-machine, netrc-get): Declare.
7077         (nntp-send-authinfo): Require netrc.
7078
7079         * rfc2047.el: Don't require qp.
7080         (quoted-printable-encode-region, quoted-printable-decode-string):
7081         Autoload.
7082
7083         * sieve-mode.el: Don't require easymenu.
7084         (easy-menu-add-item): Autoload it.
7085
7086         * spam-stat.el (time-to-number-of-days): Autoload it.
7087
7088 2010-03-19  Glenn Morris  <rgm@gnu.org>
7089
7090         * password-cache.el (password-cache, password-cache-expiry): Autoload.
7091
7092 2010-03-18  Glenn Morris  <rgm@gnu.org>
7093
7094         * hashcash.el (declare-function): Remove duplicate definition.
7095
7096 2010-03-17  Kevin Ryde  <user42@zip.com.au>
7097
7098         * mml.el (mml-read-tag): Unquote values with `read' to reverse
7099         prin1 in mml-insert-tag (just stripping the quotes gave wrong
7100         value if any backslash escapes).
7101
7102 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7103
7104         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
7105         if it is available.  (bug#5647)
7106
7107         * lpath.el: Suppress compiler warning for coding-system-from-name for
7108         Emacs 21 and XEmacs.
7109
7110 2010-03-14  Juri Linkov  <juri@jurta.org>
7111
7112         * hmac-def.el:
7113         * hmac-md5.el:
7114         * netrc.el: Fix keywords.
7115
7116 2010-02-26  Glenn Morris  <rgm@gnu.org>
7117
7118         * message.el (message-send-mail-function): Change the default, so that
7119         it inherits from a customized send-mail-function.  (Bug#5643)
7120
7121 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7122
7123         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
7124         shell-command-to-string signals an error (bug#5299).
7125
7126 2010-02-24  Glenn Morris  <rgm@gnu.org>
7127
7128         * message.el (message-smtpmail-send-it)
7129         (message-send-mail-with-mailclient): Doc fixes.
7130
7131 2010-02-16  Glenn Morris  <rgm@gnu.org>
7132
7133         * message.el (message-default-mail-headers): Change the default value
7134         to ease the transition from mail-mode to message-mode.  (Bug#5555)
7135
7136 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7137
7138         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
7139         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
7140
7141 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
7142
7143         * time-date.el (date-to-time): Doc fix (Bug#5408).
7144
7145 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
7146
7147         * message.el (message-mail): Just pass yank-action on to message-setup.
7148         (message-setup): Handle (FUN . ARGS) form of yank-action.
7149         (message-with-reply-buffer, message-widen-reply)
7150         (message-yank-original): Handle non-buffer values of
7151         message-reply-buffer (Bug#4080).
7152         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
7153
7154 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
7155
7156         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
7157         Fix typo in docstring.
7158
7159 2010-01-08  Jason Rumney  <jasonr@gnu.org>
7160
7161         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
7162         response.
7163
7164 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7165
7166         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
7167
7168         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7169
7170         * message.el (message-check-news-header-syntax): Protect against a
7171         string that `rfc822-addresses' returns when parsing fails.
7172
7173 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7174
7175         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
7176         (gnus-previous-char-property-change): New functions.
7177
7178         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
7179
7180 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
7181
7182         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
7183         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
7184
7185 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
7186
7187         * message.el (message-exchange-point-and-mark): Rework last change to
7188         avoid using optional arg of exchange-point-and-mark, for backward
7189         compatibility.
7190
7191 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
7192
7193         * message.el (message-exchange-point-and-mark):
7194         Call exchange-point-and-mark with an argument rather than setting
7195         mark-active by hand (Bug#5175).
7196
7197 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7198
7199         * nntp.el (nntp-service-to-port): Work for service expressed with
7200         numeric string; replace [:digit:] with [0-9] for XEmacs.
7201
7202 2009-12-17  Glenn Morris  <rgm@gnu.org>
7203
7204         * gnus-group.el (gnus-bug-group-download-format-alist):
7205         Change emacs entry to debbugs.gnu.org.  Bump :version.
7206
7207 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7208
7209         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
7210
7211 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7212
7213         * message.el (message-info): Explain why we use `Info-goto-node'.
7214
7215 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7216
7217         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
7218
7219 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7220
7221         * message.el (message-completion-in-region): New compatibility function.
7222         (message-expand-group): Use it.
7223
7224 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7225
7226         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
7227         with no unread article should be listed if the 2nd arg `predicate' is
7228         given.
7229
7230 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7231
7232         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
7233
7234 2009-11-29  Juri Linkov  <juri@jurta.org>
7235
7236         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
7237         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
7238         on `gnus-recenter'.  (Bug#4698, Bug#4981)
7239
7240 2009-11-26  Kevin Ryde  <user42@zip.com.au>
7241
7242         * sha1.el (sha1-string-external): default-directory "/" in case
7243         otherwise non-existent.  process-connection-type pipe for touch of
7244         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
7245
7246 2009-11-25  Kevin Ryde  <user42@zip.com.au>
7247
7248         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
7249         it's comms related and sgml-mode.el has "comm" on that basis too.
7250
7251 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7252
7253         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
7254         containing tspecial characters if they have been already quoted.
7255
7256 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
7257
7258         * dns-mode.el (auto-mode-alist): Purecopy string.
7259
7260 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7261
7262         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
7263
7264 2009-10-24  Glenn Morris  <rgm@gnu.org>
7265
7266         * gnus-art.el (help-xref-stack-item): Define for compiler.
7267
7268 2009-10-21  Kevin Ryde  <user42@zip.com.au>
7269
7270         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
7271
7272 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7273
7274         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
7275
7276 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7277
7278         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
7279         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
7280
7281 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7282
7283         * gnus.el (gnus-overlay-get): New alias to overlay-get.
7284         (gnus-overlays-in): New alias to overlays-in.
7285
7286         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
7287         gnus-overlay-get, and gnus-delete-overlay.
7288         (gnus-summary-show-thread): Make it work as well for systems in which
7289         next-single-char-property-change is not available.
7290         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
7291
7292         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
7293         (gnus-overlay-get): New alias to extent-property.
7294         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
7295
7296         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
7297         SXEmacs.
7298
7299         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
7300         SXEmacs.
7301
7302 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
7303
7304         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
7305
7306 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
7307
7308         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
7309         and XEmacs that don't have `remove-overlays'.
7310
7311 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7312
7313         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
7314         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
7315         selective display.  Use overlays instead.
7316
7317 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7318
7319         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
7320
7321 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7322
7323         * spam-stat.el (spam-stat-load): Fix typo in message.
7324
7325 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7326
7327         * dig.el (dig-invoke): Fix typo in docstring.
7328         (query-dig): Reflow docstring.
7329
7330 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
7331
7332         * gnus-art.el (gnus-article-encrypt-body):
7333         * message.el (message-check-recipients):
7334         * mm-util.el (mm-codepage-setup):
7335         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
7336         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
7337
7338 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
7339
7340         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
7341         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
7342         keys from the menu if mm-{sign,encrypt}-option is 'guided.
7343         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
7344         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
7345
7346 2009-09-21  Kevin Ryde  <user42@zip.com.au>
7347
7348         * dig.el: Add "Keywords: comm", as per net-utils.el.
7349
7350 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7351
7352         * dig.el (dig-mode): Use define-derived-mode.
7353
7354 2009-09-19  Glenn Morris  <rgm@gnu.org>
7355
7356         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7357
7358 2009-09-18  Glenn Morris  <rgm@gnu.org>
7359
7360         * gnus-diary.el (gnus-diary-check-message):
7361         * message.el (message-insert-formatted-citation-line):
7362         * nnbabyl.el (top-level):
7363         * nndiary.el (nndiary-schedule):
7364         Fix typos in condition-case handlers.
7365
7366 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7367
7368         * gnus-art.el (gnus-article-edit-part): Work for the buffer
7369         configuration that provides the sole article window in a frame;
7370         position point correctly after deleting a part.
7371
7372 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
7373
7374         * spam.el (spam-unregister-on-reregister): Add boolean variable.
7375         (spam-resolve-registrations-routine): Use it to unregister articles
7376         that change status.
7377
7378 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7379
7380         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
7381         with XEmacs.
7382         (parse-time-string-chars): Use it.
7383
7384 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7385
7386         * imap.el (imap-interactive-login): Better messages.
7387         (imap-open): Fix bug with renamed buffer on reconnect.
7388         (imap-authenticate): Add buffer-local imap-last-authenticator variable
7389         for easier debugging and cleaner code.  On successful (guessed based on
7390         server capabilities) secondary authentication, set imap-state
7391         correctly.
7392         (imap-last-authenticator): Define imap-last-authenticator as a variable
7393         to avoid warnings.
7394
7395 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7396
7397         * nnrss.el (nnrss-request-article): Remove binding of
7398         default-enable-multibyte-characters that has gotten needless by
7399         the 2007-07-13 change in rfc2047-encode-message-header.
7400
7401         * mml.el (mml-insert-multipart): Error on the message header.
7402         (mml-insert-part): Error on the message header; position point at
7403         the end of a MIME tag.
7404
7405 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7406
7407         * time-date.el (autoload): Expand define-obsolete-function-alias into
7408         defalias and make-obsolete for old Emacsen that Gnus supports.
7409         (with-no-warnings): Define it for old Emacsen.
7410         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7411         is available.
7412         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7413         float-time is available; suppress compile warning for time-to-seconds.
7414
7415         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7416         (gnus-float-time): Alias to float-time if it exists.
7417
7418         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7419         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7420         float-time is available; suppress compile warning for time-to-seconds.
7421
7422         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
7423         XEmacs.
7424
7425 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
7426
7427         * imap.el (imap-message-map): Docstring fix.
7428
7429 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7430
7431         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7432         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7433         Add the optional argument `encoding' that overrides the default.
7434
7435         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7436         mm-encode-buffer.
7437
7438 2009-09-04  Glenn Morris  <rgm@gnu.org>
7439
7440         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7441         mm-disable-multibyte, rather than default-enable-multibyte-characters.
7442         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7443         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7444         * mm-util.el (mm-with-unibyte-current-buffer)
7445         (mm-find-buffer-file-coding-system):
7446         * yenc.el (yenc-decode-region): Use default-value rather than
7447         default-enable-multibyte-characters.
7448
7449 2009-09-03  Glenn Morris  <rgm@gnu.org>
7450
7451         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7452         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7453         than default-enable-multibyte-characters.
7454
7455 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
7456
7457         * gnus-art.el (gnus-article-read-summary-keys):
7458         Fix gnus-buffer-configuration's value temporarily used.
7459
7460 2009-09-02  Glenn Morris  <rgm@gnu.org>
7461
7462         * gnus-util.el (gnus-float-time): New function.
7463         * gnus-delay.el (gnus-delay-article):
7464         * gnus-sum.el (gnus-thread-latest-date):
7465         * gnus-util.el (gnus-user-date): Use gnus-float-time.
7466         * nnspool.el (nnspool-request-newgroups):
7467         Use gnus-float-time rather than time-to-seconds.
7468         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7469
7470         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7471         (gnus-header-subject-face, gnus-header-newsgroups-face)
7472         (gnus-header-name-face, gnus-header-content-face):
7473         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7474         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7475         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7476         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7477         (gnus-cite-face-11):
7478         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7479         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7480         (gnus-server-closed-face, gnus-server-denied-face)
7481         (gnus-server-offline-face):
7482         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7483         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7484         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7485         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7486         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7487         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7488         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7489         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7490         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7491         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7492         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7493         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7494         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7495         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7496         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7497         (gnus-summary-high-undownloaded-face)
7498         (gnus-summary-low-undownloaded-face)
7499         (gnus-summary-normal-undownloaded-face)
7500         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7501         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7502         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7503         (gnus-splash-face):
7504         * message.el (message-header-to-face, message-header-cc-face)
7505         (message-header-subject-face, message-header-newsgroups-face)
7506         (message-header-other-face, message-header-name-face)
7507         (message-header-xheader-face, message-separator-face)
7508         (message-cited-text-face, message-mml-face):
7509         * sieve-mode.el (sieve-control-commands-face)
7510         (sieve-action-commands-face, sieve-test-commands-face)
7511         (sieve-tagged-arguments-face):
7512         * spam.el (spam-face):
7513         Mark face aliases with "-face" in the name as obsolete.
7514
7515 2009-09-01  Glenn Morris  <rgm@gnu.org>
7516
7517         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7518         than goto-line.
7519
7520 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7521
7522         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7523         Don't move point if the command is invoked inside the message header.
7524
7525 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7526
7527         * imap.el (imap-send-command): Simplify.
7528         (imap-wait-for-tag): point-max -> buffer-size.
7529
7530 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7531
7532         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7533         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7534         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7535         * nnir.el (nnir-swish-e-index-file):
7536         * gnus-sum.el (gnus-summary-delete-marked-as-read)
7537         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7538         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7539         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7540         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7541         (gnus-treat-display-xface): Add Emacs version of obsolescence.
7542
7543 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7544
7545         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7546         Don't save excursion.
7547
7548 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7549
7550         * nnheader.el (nnheader-find-file-noselect):
7551         * mm-util.el (mm-insert-file-contents):
7552         Use (default-value 'major-mode) instead of default-major-mode.
7553
7554 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7555
7556         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7557
7558 2009-08-26  Glenn Morris  <rgm@gnu.org>
7559
7560         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
7561         than placing in files.el.
7562
7563 2009-08-25  Glenn Morris  <rgm@gnu.org>
7564
7565         * nnir.el (top-level): Don't require cl at run-time.
7566         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7567         Replace cl-function substitute with gnus-replace-in-string.
7568         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7569         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7570         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7571         simplified expansions.
7572
7573 2009-08-25  Kevin Ryde  <user42@zip.com.au>
7574
7575         * dig.el (dig): Add autoload cookie.
7576
7577 2009-08-22  Glenn Morris  <rgm@gnu.org>
7578
7579         * gnus-art.el (gnus-button-patch): Use forward-line rather than
7580         goto-line.
7581
7582 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7583
7584         * parse-time.el (parse-time-string-chars): Save match data.
7585
7586 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
7587
7588         * parse-time.el (parse-time-string-chars): Compute using character
7589         classes, to handle non-ascii characters (Bug#3190).
7590
7591 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7592
7593         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7594
7595         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7596         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7597         (gnus-mm-display-part, gnus-mime-display-single)
7598         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7599         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7600
7601         * gnus-sum.el
7602         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7603         (gnus-summary-move-article): Add expirable mark to articles copied or
7604         moved to group that has auto-expire turned on if the option is non-nil.
7605
7606 2009-07-24  Glenn Morris  <rgm@gnu.org>
7607
7608         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7609         Fix typo.  (Bug#3903)
7610
7611 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7612
7613         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7614         gnus-article-read-summary-keys rather than gnus-summary-edit-article
7615         that should not be used for draft articles.
7616         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7617         that has no concern in minor mode keys.
7618         (gnus-article-summary-command, gnus-article-summary-command-nosave):
7619         Abolish.
7620
7621 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7622
7623         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7624         article without making inquiry to a user for unknown encoding.
7625
7626         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7627         (nnmaildir--scan): Assume i-node and device number that file-attributes
7628         returns might be cons-cell.
7629
7630         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
7631
7632         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
7633
7634 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
7635
7636         * auth-source.el: Remove docs now in auth.texi.  Don't use
7637         `gnus-message' for logging.  Add new variables `auth-source-debug' and
7638         `auth-source-hide-passwords' and use them.
7639
7640 2009-07-15  Glenn Morris  <rgm@gnu.org>
7641
7642         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7643
7644 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7645
7646         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7647         excessive whitespace from the default values of title and description.
7648
7649 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7650
7651         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7652         mail-fetch-field to fetch Content-Description header in order to
7653         exclude newlines.
7654
7655 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
7656
7657         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
7658         format used by GnuPG 2.0.11.
7659
7660 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7661
7662         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7663         to deleted part.
7664
7665 2009-05-30  David Engster  <dengste@eml.cc>
7666
7667         * nnmairix.el: Remove old documentation in the commentary block.
7668         (nnmairix-request-group): Do not update active file for nnml back ends.
7669         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7670         end so that overview files are ignored.
7671         (nnmairix-update-groups): Make updating the groups more robust by using
7672         marks.
7673         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7674         with dollar characters in message-id.
7675
7676 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7677
7678         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7679         2008-12-25 in dns.el.
7680
7681 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7682
7683         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7684         could happen if the text is only composed of spaces and/or tabs.
7685
7686 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7687
7688         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7689         when sending a queued message to avoid extra mml tags.
7690
7691 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7692
7693         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7694
7695 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7696
7697         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
7698         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
7699         rmail-toggle-header for XEmacs;
7700         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7701
7702 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7703
7704         * gnus-dired.el: Remove autoload for gnus-setup-message.
7705         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7706         displaying Gnus logo; always use compose-mail.
7707
7708 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7709
7710         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7711
7712 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7713
7714         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7715         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7716         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7717         available.
7718         (gnus-nocem-epg-verify): New function.
7719
7720 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7721
7722         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7723
7724 2009-02-15  Glenn Morris  <rgm@gnu.org>
7725
7726         * gnus-util.el (rmail-insert-rmail-file-header)
7727         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7728         autoloads.
7729         (rmail-default-rmail-file): Remove unnecessary declaration.
7730         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7731
7732 2009-02-14  Glenn Morris  <rgm@gnu.org>
7733
7734         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7735         variable (only used in gnus-util, which declares it anyway).
7736         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7737         which was only needed by gnus-art (changed to not use it any more).
7738         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7739         only used in gnus-util, which autoloads it itself.
7740         (rmail-update-summary): Fix autoload.
7741
7742         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7743         rather than rmail-output-to-rmail-file.
7744
7745 2009-02-07  Glenn Morris  <rgm@gnu.org>
7746
7747         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7748         autoload of function that no longer exists.
7749         (rmail-toggle-header): Declare.
7750         (message-forward-rmail-make-body): Handle mbox Rmail.
7751
7752 2009-01-31  Glenn Morris  <rgm@gnu.org>
7753
7754         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7755         2009-01-09 change.
7756
7757 2009-01-31  Dave Love  <fx@gnu.org>
7758
7759         * imap.el (imap-fetch-safe): Bind debug-on-error.
7760         (imap-debug): Add imap-fetch-safe.
7761
7762 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7763
7764         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7765         (auth-source-forget-all-cached): New convenience function.
7766         (auth-source-user-or-password): Accept list of modes or a single mode.
7767
7768         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7769         auth-source modes.
7770
7771         * netrc.el (netrc-machine-user-or-password): Use list of
7772         auth-source modes.
7773
7774         * nnimap.el (nnimap-open-connection): Use list of
7775         auth-source modes.
7776
7777         * nntp.el (nntp-send-authinfo): Use list of
7778         auth-source modes.
7779
7780 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7781
7782         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7783         now.
7784
7785 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7786
7787         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7788         coding system in XEmacs; add a workaround for XEmacs.
7789
7790         * lpath.el: Fbind coding-system-aliasee.
7791
7792 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7793
7794         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7795         of current-language-environment.
7796
7797 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7798
7799         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7800         available at runtime.
7801
7802 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7803
7804         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7805
7806 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7807
7808         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7809         the greatest positive fixnum value doesn't work under an XEmacs with
7810         bignum support; use the most-positive-fixnum constant instead,
7811         available since Emacs 21.1 with cl and XEmacs 21.1.
7812
7813 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7814
7815         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7816         XEmacs gets not to work.
7817
7818 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7819
7820         * mm-util.el (mm-coding-system-priorities): Allow the value like
7821         "Japanese (UTF-8)" of current-language-environment.
7822
7823 2009-01-09  Glenn Morris  <rgm@gnu.org>
7824
7825         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7826         with last-command-event.
7827
7828 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7829
7830         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7831         in the doc string.
7832
7833         * message.el (message-fix-before-sending): Amend comment.
7834
7835 2009-01-08  Dave Love  <fx@gnu.org>
7836
7837         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7838
7839 2009-01-07  David Engster  <dengste@eml.cc>
7840
7841         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7842         simplified server definitions by converting it via
7843         gnus-server-to-method.
7844
7845 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7846
7847         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7848         parameter's operands.
7849
7850 2009-01-06  David Engster  <dengste@eml.cc>
7851
7852         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7853         primary select method (for gnus-group-mark-article-as-read).
7854
7855 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7856
7857         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7858         `(gnus)Face', not `(gnus)X-Face'.
7859
7860 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7861
7862         * mm-util.el (mm-ucs-to-char): New function.
7863
7864         * mm-url.el (mm-url-decode-entities): Use it.
7865
7866         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7867         unicode-to-char.
7868
7869 2009-01-05  Dave Love  <fx@gnu.org>
7870
7871         * time-date.el: Require cl for `declare'.
7872
7873 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7874
7875         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7876         Dave Love.
7877
7878 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7879
7880         * message.el (message-fix-before-sending): Add `eight-bit' to
7881         illegible-text check.
7882
7883 2009-01-03  Michael Olson  <mwolson@gnu.org>
7884
7885         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7886         `headers' is nil.  This can occur if the IMAP server does not have
7887         permissions to read messages from a folder, but can write new messages
7888         to the folder.
7889         (nnimap-request-article-part): Do not insert `data' if it is nil.
7890
7891         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7892         characters which will confuse `read', so skip past them.
7893
7894 2009-01-01  Dave Love  <fx@gnu.org>
7895
7896         * imap.el (imap-string-to-integer): Fix typo.
7897         (imap-fetch-safe): New function.
7898         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7899
7900         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7901
7902         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7903         (imap-parse-greeting): Fix doc strings.
7904         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7905         (imap-parse-flag-list): Make messages unique.
7906         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7907
7908         * nnimap.el: Fix author email.
7909         (nnimap-split-rule): Add FIXME comment.
7910         (nnimap-debug): Fix doc string.
7911
7912 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7913
7914         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7915
7916 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7917
7918         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7919         nslookup if resolv.conf isn't available.
7920         (dns-query): Rename from query-dns.
7921         (dns-query-cached): Rename from query-dns-cached.
7922
7923 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7924
7925         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7926         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7927         to check if those variables exist (first appeared in Emacs 18.50).
7928
7929 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7930
7931         * mm-util.el (mm-line-number-at-pos): New function.
7932
7933         * spam-report.el (spam-report-process-queue): Use it.
7934
7935 2008-12-24  David Engster  <dengste@eml.cc>
7936
7937         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7938         parameters that haven't existed as variables as buffer-local variables.
7939
7940 2008-12-23  Dave Love  <fx@gnu.org>
7941
7942         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7943         cadar.
7944
7945         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7946         imap-starttls-p.
7947         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7948
7949 2008-12-22  Dave Love  <fx@gnu.org>
7950
7951         * imap.el: Fix author email.  Doc fixes.
7952         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7953         reply.
7954
7955 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7956
7957         * spam-report.el (spam-report-gmane-max-requests): New constant.
7958         (spam-report-gmane-wait): New variable.
7959         (spam-report-gmane-ham, spam-report-gmane-spam)
7960         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7961         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7962         the server.
7963
7964         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7965         Add explanations.
7966
7967         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7968         nnheader-accept-process-output and nnheader-read-timeout if available.
7969         (pop3-movemail): Use it.
7970
7971         * message.el (message-check-news-body-syntax): Fix signature check if
7972         there's an attachment.
7973
7974 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7975
7976         * mm-util.el: Add comments to the mm- emulating functions.
7977
7978 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7979
7980         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7981         Reported by Stephen Berman <stephen.berman@gmx.net>.
7982
7983 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7984
7985         * mm-util.el (mm-substring-no-properties): New function.
7986         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7987         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7988         (mm-string-to-multibyte): Doc fix.
7989
7990         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7991
7992 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7993
7994         * mml.el (mml-attach-file): Strip text properties from file name.
7995         (Bug#1574)
7996
7997 2008-12-16  Glenn Morris  <rgm@gnu.org>
7998
7999         * mm-util.el (mm-charset-override-alist): Declare for compiler.
8000
8001 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8002
8003         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
8004         knows since the charset specified might be a bogus alias that
8005         mm-charset-synonym-alist provides.
8006
8007 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8008
8009         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
8010         "ISO_8859-1".
8011
8012         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
8013
8014 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8015
8016         * mm-util.el (mm-charset-eval-alist):
8017         Define it before mm-charset-to-coding-system.
8018         (mm-charset-to-coding-system): Add optional argument `silent';
8019         define it before mm-charset-override-alist.
8020         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
8021         default value if it can be used in Emacs currently running;
8022         silence mm-charset-to-coding-system.
8023
8024 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8025
8026         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
8027         `allow-override' which says whether to use `mm-charset-override-alist'.
8028         (rfc2047-decode-encoded-words): Use it.
8029
8030         * mm-util.el (mm-charset-override-alist): Fix custom type;
8031         add `(gb2312 . gbk)' to choices.
8032
8033 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8034
8035         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
8036         fast.
8037
8038         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8039
8040         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
8041
8042 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
8043
8044         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
8045         on links.
8046
8047         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8048
8049 2008-12-03  Lute Kamstra  <lute@gnu.org>
8050
8051         * sha1.el: Remove leading * from docstrings of defcustoms,
8052         deffaces, defconsts and defuns.
8053
8054 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8055
8056         * message.el (message-idna-to-ascii-rhs-1): Protect against local
8057         users' addresses that don't have domain parts.
8058         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
8059         rather than message-narrow-to-head since there will be the message
8060         header separator.
8061
8062 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8063
8064         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
8065         since the result is inserted in a unibyte buffer anyway.
8066         (nnimap-demule-use-string-to-multibyte): Remove.
8067         (nnimap-demule): Alias it to mm-string-to-multibyte.
8068
8069 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8070
8071         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
8072         variable for debugging bug#464 and bug#1174.
8073         (nnimap-demule): Use it.
8074
8075 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8076
8077         * gnus-score.el (gnus-score-find-trace): Handle default score in total
8078         score calculation correctly.
8079
8080 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8081
8082         * message.el (message-send-mail): Just set the buffer to unibyte
8083         rather than use mm-with-unibyte-current-buffer which does a lot more.
8084         (message-send-mail-partially): Don't bother with
8085         mm-with-unibyte-current-buffer since it's already been made unibyte by
8086         message-send-mail.
8087
8088 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
8089
8090         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
8091
8092 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
8093
8094         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
8095
8096 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8097
8098         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
8099         require itself and to remove `with-no-warnings'.
8100
8101 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
8102
8103         * starttls.el (starttls-any-program-available): Get the name of the
8104         available TLS layer program.
8105         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
8106         well as the host name in the "opening" message.
8107
8108         * auth-source.el (auth-source-cache, auth-source-do-cache)
8109         (auth-source-user-or-password): Cache passwords and logins by default,
8110         allow override with `auth-source-do-cache'.
8111         (auth-source-forget-user-or-password): Allow users to remove cache
8112         entries if needed.
8113
8114 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
8115
8116         * md4.el (md4-buffer): Fix typo in docstring.
8117         (md4, md4-64): Doc fixes.
8118         (md4-pack-int32): Reflow docstring.
8119
8120 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8121
8122         * ietf-drums.el (ietf-drums-remove-comments): Localize second
8123         condition-case to only the forward-sexp call.
8124
8125 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8126
8127         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
8128         quotes contained.  Make it more robust regardless by an extra
8129         condition-case wrapper.
8130
8131 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8132
8133         * lpath.el: No need to fbind codepage-setup for Emacs 23.
8134
8135 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8136
8137         * nnml.el (nnml-request-expire-articles): Check if the function set to
8138         `nnmail-expiry-target' returns the symbol `delete'.
8139
8140         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8141
8142         * nnmail.el (nnmail-expiry-target): Fix custom type.
8143
8144 2008-10-02  Glenn Morris  <rgm@gnu.org>
8145
8146         * mm-util.el (mm-codepage-setup): Tweak codepage error.
8147         Silence compiler warning.
8148
8149 2008-10-01  Magnus Henoch  <mange@freemail.hu>
8150
8151         * tls.el (open-tls-stream): Show the actual command being
8152         executed, instead of the format string.
8153
8154 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8155
8156         * lpath.el: Fbind codepage-setup for Emacs 23.
8157
8158 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
8159
8160         * mml.el (mml-menu): Don't assume mml2015 is bound.
8161
8162 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8163
8164         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
8165         exists.
8166
8167 2008-09-27  Glenn Morris  <rgm@gnu.org>
8168
8169         * gnus-util.el (mail-header-remove-comments): Autoload it.
8170
8171 2008-09-27  Andreas Schwab  <schwab@suse.de>
8172
8173         * gnus-util.el (gnus-split-references): Strip comments.
8174         (gnus-parent-id): Likewise.
8175
8176 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
8177
8178         * message.el (message-confirm-send): Fix version.
8179
8180 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8181
8182         * message.el (message-idna-to-ascii-rhs-1): Use
8183         mail-extract-address-components rather than mail-header-parse-addresses
8184         that is an alias by default to ietf-drums-parse-addresses that does not
8185         support non-ASCII names in headers' contents.
8186
8187 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8188
8189         * message.el (message-confirm-send): Fix variable documentation to
8190         avoid the "y/n" wording.
8191
8192 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
8193
8194         * message.el (message-set-auto-save-file-name): Save to a different
8195         filename so multiple messages (especially drafts) can be recovered.
8196
8197 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
8198
8199         * message.el (message-confirm-send): Add appropriate version.
8200
8201 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8202
8203         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
8204         defvar.
8205
8206 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
8207
8208         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
8209         (mm-pkcs7-enveloped-magic): Ditto.
8210
8211 2008-09-17  Simon Josefsson  <simon@josefsson.org>
8212
8213         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
8214         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
8215
8216 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
8217
8218         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
8219         default, it's better.
8220
8221 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
8222
8223         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
8224         summary line gnus-number property and ignore them (with a warning
8225         message).
8226
8227 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8228
8229         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
8230         macro caddr in the interactive form since it won't be expanded.
8231
8232 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8233
8234         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
8235         `charset'; fix name of function called recursively.
8236         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
8237
8238 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8239
8240         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
8241         (gnus-mime-set-charset-parameters): New function.
8242         (gnus-mime-view-part-as-charset): Use it to correctly display part
8243         specifying wrong charset.
8244
8245 2008-09-08  David Engster  <dengste@eml.cc>
8246
8247         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
8248         in completing-read for back end server.
8249
8250 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
8251
8252         * message.el (message-confirm-send): New variable to confirm sending a
8253         message.
8254         (message-send): Use it.
8255
8256 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
8257
8258         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
8259
8260 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8261
8262         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
8263
8264 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
8265
8266         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
8267         prevent tracking too many groups.
8268         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
8269         Use it.
8270
8271 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
8272
8273         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
8274         moving point to the bottom of the window in order to avoid recentering.
8275
8276 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8277
8278         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
8279
8280         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
8281         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
8282         (gnus-article-beginning-of-window): Fix calculation.
8283
8284 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8285
8286         * gnus-msg.el (gnus-summary-supersede-article)
8287         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
8288         value of gnus-newsgroup-charset to decode non-MIME encoded text in
8289         message header.
8290
8291 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
8292
8293         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
8294         pending output coming after the status change.
8295
8296 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
8297
8298         * message.el:
8299         * gnus-start.el:
8300         * gnus-registry.el: Remove VMS support.
8301
8302 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8303
8304         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
8305         macro.
8306         (rfc2104-hash): Use it.
8307
8308 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
8309
8310         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
8311         (gnus-summary-sort-by-most-recent-date): New commands.
8312         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
8313         and menu entries.
8314
8315 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8316
8317         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
8318         don't redisplay article for raw contents; remove plural articles stuff.
8319
8320         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
8321         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
8322         on gnus-summary-save-article; display results properly.
8323
8324 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8325
8326         * lpath.el: No need to fbind ns-focus-frame.
8327
8328 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8329
8330         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
8331
8332 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8333
8334         * gnus-art.el (gnus-summary-save-in-pipe):
8335         Consider gnus-save-all-headers.
8336
8337 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
8338
8339         * gnus-util.el (ns-focus-frame): Remove declaration.
8340         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
8341         like x.
8342
8343 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
8344
8345         * rfc2104.el (rfc2104-zero): Delete defconst.
8346         (rfc2104-hex-alist): Likewise.
8347         (rfc2104-hex-to-int): Delete func.
8348         (rfc2104-hexstring-to-bitstring): Likewise.
8349         (rfc2104-nybbles): New defconst.
8350         (rfc2104-hash): Rewrite for speed.
8351
8352 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8353
8354         * tls.el (open-tls-stream): Make it work with the 2nd argument
8355         BUFFER that is a string but does not exist as a buffer object, as
8356         mentioned in the doc-string.
8357
8358 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8359
8360         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
8361         SXEmacs.
8362
8363 2008-07-16  Glenn Morris  <rgm@gnu.org>
8364
8365         * gnus-util.el (ns-focus-frame): Declare for compiler.
8366
8367 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8368
8369         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
8370         set as a group parameter.
8371         (gnus-summary-save-in-pipe): Work when it is called independently.
8372         (gnus-summary-pipe-to-muttprint): Don't modify
8373         gnus-summary-pipe-output-default-command.
8374
8375 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8376
8377         * message.el (message-send-mail-with-sendmail):
8378         Display the error message.
8379
8380 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8381
8382         * gnus-art.el (gnus-default-article-saver):
8383         Add gnus-summary-save-in-pipe to choices.
8384         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
8385         gnus-summary-pipe-output-default-command as the default command.
8386         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
8387         instead of gnus-last-shell-command.
8388
8389         * gnus-sum.el (gnus-summary-pipe-output-default-command):
8390         New user option.
8391         (gnus-summary-muttprint-program): Mention the value will be changed.
8392         (gnus-summary-save-article): Force showing of all headers.
8393         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
8394
8395 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
8396
8397         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
8398
8399 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
8400
8401         * nnimap.el (nnimap-id):
8402         * sieve-manage.el (sieve-manage-open): Doc fixes.
8403
8404 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
8405
8406         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
8407         if available.
8408
8409 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8410
8411         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
8412
8413         * nnkiboze.el (nnkiboze-generate-group):
8414         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
8415
8416         * nnmairix.el: Require CL.
8417
8418 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8419
8420         * dgnushack.el: Autoload get-display-table and put-display-table for
8421         XEmacs 21.5.
8422
8423         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
8424         21.4 and SXEmacs.
8425
8426 2008-06-15  David Engster  <dengste@eml.cc>
8427
8428         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
8429
8430 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
8431
8432         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
8433         New macros that expand to an `aset'/`aref' call under Emacs, and to a
8434         runtime choice under XEmacs.
8435
8436         * gnus-sum.el (gnus-summary-set-display-table):
8437         Use `gnus-put-display-table', `gnus-get-display-table',
8438         `gnus-set-display-table' for the display table, instead of `aset'.
8439
8440         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
8441         Use `gnus-put-display-table', `gnus-get-display-table',
8442         `gnus-set-display-table' for the display table.
8443
8444 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8445
8446         * nnmairix.el: Add autoloads.
8447
8448 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8449
8450         * nnmairix.el (nnmairix-delete-recreate-group)
8451         (nnmairix-update-and-clear-marks): Fix error messages.
8452
8453 2008-06-14  David Engster  <dengste@eml.cc>
8454
8455         * nnmairix.el: Upgrade to version 0.6.
8456         (nnmairix-group-toggle-propmarks-this-group)
8457         (nnmairix-group-toggle-readmarks-this-group)
8458         (nnmairix-group-delete-recreate-this-group)
8459         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
8460         (nnmairix-remove-tick-mark-original-article): New commands.
8461         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
8462         (nnmairix-propagate-marks-to-nnmairix-groups)
8463         (nnmairix-only-use-registry, nnmairix-allowfast-default)
8464         (nnmairix-marks-cache, nnmairix-version-output): New variables.
8465         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8466         functions needed for marks propagation and manipulation of read marks.
8467         (nnmairix-update-groups): New function.
8468         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8469         (nnmairix-determine-original-group-from-registry)
8470         (nnmairix-determine-original-group-from-path)
8471         (nnmairix-get-group-from-file-path, nnmairix-map-range)
8472         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8473         New helper functions.
8474         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8475         keystrokes for new commands.
8476         (nnmairix-delete-and-create-on-change): Doc string cleanup.
8477         (nnmairix-request-group): Check allow-fast group parameter.
8478         (nnmairix-request-create-group): Set allow-fast group parameter if
8479         nnmairix-allowfast-default is set.
8480         (nnmairix-close-group): Propagate marks upon closing if needed.
8481         (nnmairix-group-toggle-threads-this-group): Use new.
8482         nnmairix-group-toggle-parameter helper function.
8483         (nnmairix-search): Better check for empty search result.
8484         (nnmairix-goto-original-article): Use new helper functions for
8485         determining original article.
8486         (nnmairix-show-original-article): Make sure message-id is in brackets.
8487         (nnmairix-call-mairix-binary): Change variable name.
8488         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8489         helper function.
8490         (nnmairix-widget-toggle-activate): Fix doc string.
8491
8492 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8493
8494         * nnir.el: Require edmacro when compiling with XEmacs.
8495         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8496         available in Emacs 21.
8497
8498 2008-06-11  Glenn Morris  <rgm@gnu.org>
8499
8500         * gnus-util.el (x-focus-frame):
8501         * gnus.el (image-size):
8502         * mm-decode.el (image-size): Declare.
8503
8504         * gnus-picon.el (declare-function): Add compat definition.
8505         (image-size): Declare.
8506
8507         * gnus-group.el (tool-bar-map):
8508         * gnus-sum.el (tool-bar-map): Define for compiler.
8509
8510         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8511
8512         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8513
8514         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8515         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8516         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8517         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8518         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8519         * sieve-manage.el, spam-report.el, spam.el:
8520         Remove unnecessary eval-and-compile of autoloads.
8521
8522 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
8523
8524         * auth-source.el: Precise Tramp doc.
8525
8526 2008-06-07  Glenn Morris  <rgm@gnu.org>
8527
8528         * nnmairix.el: Remove unnecessary eval-when-compile.
8529
8530 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8531
8532         * lpath.el: Fbind propertize for XEmacs 21.4.
8533
8534 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
8535
8536         * nnir.el: Move here from ../contrib.
8537
8538 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8539
8540         * gnus-util.el (gnus-read-shell-command): New function.
8541         * mm-decode.el (mm-pipe-part):
8542         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8543
8544 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8545
8546         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8547
8548 2008-06-03  Glenn Morris  <rgm@gnu.org>
8549
8550         * pop3.el (nnheader-accept-process-output): Autoload it.
8551
8552 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8553
8554         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8555         are not 2-digit hexadecimal characters that follow `%'s.
8556
8557 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8558
8559         * message.el (message-bogus-recipient-p): Fix type in doc string.
8560         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8561         (message-bogus-addresses): Rename from message-bogus-address-regexp.
8562         Improve custom options.
8563         (message-bogus-recipient-p): Adjust accordingly.
8564
8565 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
8566
8567         * parse-time.el (parse-time-months, parse-time-weekdays): Add
8568         long-form month and day names.
8569
8570 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8571
8572         * dgnushack.el: Autoload debug, eudc-expand-inline and
8573         pgg-snarf-keys-region for XEmacs.
8574
8575         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
8576
8577         * nnmairix.el: Require edmacro when compiling with XEmacs.
8578
8579 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
8580
8581         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8582         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8583
8584 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8585
8586         * auth-source.el: Add more docs.
8587
8588         * netrc.el (netrc-machine): Always match if the port is not given.
8589
8590 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8591
8592         * nnheader.el (nnheader-read-timeout): Change the default timeout from
8593         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
8594         retrieval faster in some cases, but might make CPU usage larger.
8595         If this has any bad side effects, we might revert this change.
8596
8597         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8598         seems to make mail retrieval much, much faster.
8599         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8600         unconditionally.
8601
8602         * gnus-draft.el (gnus-group-send-queue):
8603         Bind message-send-mail-partially-limit to nil to avoid being prompted.
8604
8605 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8606
8607         * mml.el (mml-attach-buffer): Prompt for `disposition'.
8608
8609         * message.el (message-bogus-address-regexp): Fix and improve custom
8610         type.
8611         (message-setup-hook): Add message-check-recipients as custom option.
8612
8613 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
8614
8615         * message.el (message-cite-function): Remove bogus autoload which crept
8616         in during merge from v5-10.
8617
8618 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8619
8620         * nnimap.el (nnimap-open-connection): Fix login/password bug.
8621
8622         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8623
8624         * auth-source.el: Preliminary Tramp docs.
8625         (auth-sources): Change the default auth-sources to use
8626         EPA .gpg files.
8627
8628 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
8629
8630         * nntp.el: Autoload `auth-source-user-or-password'.
8631         (nntp-send-authinfo): Use it.
8632
8633         * nnimap.el: Autoload `auth-source-user-or-password'.
8634         (nnimap-open-connection): Use it.
8635
8636         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
8637         for the gnus-message function.
8638         (auth-source-user-or-password): Use it.
8639
8640 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8641
8642         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8643         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8644         (rfc2104-hash): Use it.
8645
8646 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8647
8648         * gnus-art.el (gnus-article-toggle-truncate-lines):
8649         Don't use `iff' in docstring.
8650
8651 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8652
8653         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8654
8655         * gnus-util.el (gnus-extract-address-component-name)
8656         (gnus-extract-address-component-email): Convenience functions around
8657         `gnus-extract-address-components'.
8658
8659         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8660         Use `gnus-extract-address-component-email' to fix bug of comparing full
8661         sender name to `user-mail-address'.
8662
8663 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8664
8665         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8666         catch/throw to optimize.
8667         (gnus-registry-find-keywords): Just use member to find a keyword.
8668
8669 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8670
8671         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8672         is current before calling gnus-server-prepare.
8673         (gnus-server-setup-buffer, gnus-server-update-server)
8674         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8675
8676 2008-05-04  Juri Linkov  <juri@jurta.org>
8677
8678         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8679         (mailcap-file-default-commands): Use mailcap-replace-in-string
8680         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8681         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8682
8683 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8684
8685         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8686
8687 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8688
8689         * gnus.el: Bump version to 0.11.
8690
8691 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8692
8693         * gnus.el: No Gnus v0.10 is released.
8694
8695 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8696
8697         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8698         hooks.
8699         (gnus-update-read-articles): Speed up non-marks-using users.
8700         (gnus-use-marks): Define gnus-use-marks.
8701         (gnus-propagate-marks): Rename variable to something more sensible.
8702
8703 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8704
8705         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8706         (gmm-image-load-path-for-library): Fix typos in docstrings.
8707         (gmm-message): Reflow docstring.
8708
8709 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8710
8711         * mail-source.el (mail-source-set-1, mail-source-bind):
8712         Move auth-source code out of the macro to clean it up and fix bugs.
8713
8714 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8715
8716         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8717         by sender if it's equal to user-mail-address, it's likely to be
8718         useless.
8719
8720         * mail-source.el (mail-source-bind): Don't use user or password if they
8721         are not bound.  Unintern them if they are nil.  Don't use server unless
8722         it's bound, and default it to empty string otherwise.
8723
8724 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8725
8726         * mail-source.el: Load auth-source.el.
8727         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8728         get user name or password, if auth-sources is set up.
8729
8730         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8731         strategy of splitting with parent.
8732         (gnus-registry-split-fancy-with-parent)
8733         (gnus-registry-post-process-groups): Use it and fix prior
8734         bug (returning a list as the split result).
8735
8736         * auth-source.el (auth-sources): Remove server parameter.
8737         (auth-source-pick, auth-source-user-or-password)
8738         (auth-source-user-or-password-imap)
8739         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8740         (auth-source-user-or-password-sftp)
8741         (auth-source-user-or-password-smtp): Remove server parameter.
8742
8743 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8744
8745         * smime.el (smime-sign-region, smime-encrypt-region)
8746         (smime-decrypt-region):
8747         Remove redundant calls to `generate-new-buffer-name'.
8748
8749 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8750
8751         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8752         Don't use QP for message/rfc822.
8753         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8754
8755 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8756
8757         * sieve-manage.el (sieve-string-bytes): Remove.
8758         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8759         correct byte-length only if the process's coding-system is the same as
8760         the one used internally by Emacs to represent strings.
8761
8762 2008-04-22  Juri Linkov  <juri@jurta.org>
8763
8764         * mailcap.el (mailcap-file-default-commands): New function.
8765
8766 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8767
8768         * message.el (message-signature-separator, message-cite-function):
8769         Change custom version.
8770
8771 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8772
8773         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8774         commands.
8775         (tls-checktrust): Ditto.
8776
8777 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8778
8779         * mm-decode.el (mm-display-external): Make temp file read-only.
8780
8781 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8782
8783         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8784         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8785         `C-c C-f d'.
8786
8787 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8788
8789         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8790
8791 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8792
8793         * gnus.el: Bump version to 0.9.
8794
8795 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8796
8797         * gnus.el: No Gnus v0.8 is released.
8798
8799 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8800
8801         * mail-source.el (mail-source-value):
8802         Prefer fboundp to functionp so it works with macros as well.
8803
8804 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8805
8806         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8807         Fix last change in case the element is not even a symbol.
8808
8809 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8810
8811         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8812         Prefer fboundp to functionp so it works with macros as well.
8813
8814 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8815
8816         * auth-source.el: Add docs.
8817         (auth-sources): Modify format to support server.
8818         (auth-source-pick, auth-source-user-or-password)
8819         (auth-source-user-or-password-imap)
8820         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8821         (auth-source-user-or-password-sftp)
8822         (auth-source-user-or-password-smtp): Add server parameter.
8823
8824 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8825
8826         * gnus-registry.el: Initialize the registry when gnus-registry-install
8827         is t.
8828
8829 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8830
8831         * compface.el (uncompface): Make buffer unibyte.
8832
8833 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8834
8835         * mail-source.el (mail-source-value):
8836         Prefer fboundp to functionp so it works with macros as well.
8837
8838 2008-04-05  Glenn Morris  <rgm@gnu.org>
8839
8840         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8841
8842 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8843
8844         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8845         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8846
8847         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8848         multibyteness after rather than before erasing it.
8849
8850         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8851         mm-with-multibyte.
8852         (gnus-request-article-this-buffer): Make sure the proper decoding is
8853         used if gnus-original-article-buffer happens to be unibyte.
8854
8855         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8856         default-enable-multibyte-characters.
8857
8858         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8859         default-enable-multibyte-characters.
8860
8861         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8862
8863         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8864
8865 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8866
8867         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8868         Fix last change in case the element is not even a symbol.
8869
8870 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8871
8872         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8873         (imap-message-copyuid-1): Use it.
8874         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8875         J. Williams in
8876         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8877
8878         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8879         imap-enable-exchange-bug-workaround.
8880         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8881
8882 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8883
8884         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8885         a 100 byte status-checks into a 2-3MB transfer for each group.
8886         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8887         to enable bug workaround or not.
8888         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8889
8890 2008-03-31  Glenn Morris  <rgm@gnu.org>
8891
8892         * message.el (mml2015-use): Declare for compiler.
8893         (message-info): Require mml2015 when appropriate.
8894
8895 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8896
8897         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8898         whitespace.
8899
8900 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8901
8902         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8903         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8904         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8905         (nntp-service-to-port): New function.
8906         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8907         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8908         (nntp-open-netcat-stream): New function.
8909         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8910
8911 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8912
8913         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8914
8915 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8916
8917         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8918
8919 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8920
8921         * dns.el (dns-write): Use set-buffer-multibyte.
8922
8923 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8924
8925         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8926
8927 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8928
8929         * message.el (message-signature-separator): Change default.
8930         Improve custom type.
8931         (message-cite-function): Change default to
8932         message-cite-original-without-signature.
8933
8934         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8935         toggle.
8936
8937         * message.el (message-check-news-body-syntax): Fix signature check.
8938         (message-setup-1): Mark buffer as unmodified _after_ running
8939         message-setup-hook and handling message-alternative-emails.
8940         (message-shorten-references): Be more strict when building list of
8941         valid references to comply with GNKSA.
8942
8943         * gnus-group.el (gnus-read-ephemeral-bug-group)
8944         (gnus-read-ephemeral-debian-bug-group)
8945         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8946
8947         * message.el (message-info): Don't use booleanp which isn't supported
8948         in Emacs 21 and XEmacs.
8949
8950 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8951
8952         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8953         gnus-group-gmane-group-download-format.
8954         (gnus-group-read-ephemeral-gmane-group): Rename from
8955         gnus-group-read-ephemeral-gmane-group.
8956         (gnus-read-ephemeral-gmane-group-url): Rename from
8957         gnus-group-read-ephemeral-gmane-group-url.
8958         (gnus-bug-group-download-format-alist): New variable.
8959         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8960         (gnus-read-ephemeral-emacs-bug-group): New commands.
8961
8962 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8963
8964         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8965         (gnus-visible-headers): Improve custom type.
8966
8967 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8968
8969         * mml.el (mml-menu): Add workarounds for XEmacs.
8970
8971         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8972         X-Boundary header.
8973
8974         * message.el (message-simplify-recipients): Fix previous commit.
8975
8976 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8977
8978         * mm-util.el (mm-set-buffer-multibyte): New function.
8979         * mm-decode.el (mm-copy-to-buffer): Use it.
8980
8981         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8982         Prefer fboundp to functionp so it works with macros as well.
8983
8984 2008-03-19  Glenn Morris  <rgm@gnu.org>
8985
8986         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8987         Accidentally removed in the sync process with Emacs.
8988
8989 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8990
8991         * message.el (message-alter-recipients-discard-bogus-full-name):
8992         New function.
8993         (message-alter-recipients-function): New variable.
8994         (message-get-reply-headers): Use it.
8995         (message-replace-header): New helper function.
8996         (message-recipients-without-full-name): New variable.
8997         (message-simplify-recipients): New command.
8998
8999         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
9000
9001         * message.el (message-info): Handle EasyPG manual.
9002
9003         * mml.el (mml-menu): Add entry for EasyPG.
9004
9005 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
9006
9007         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
9008         parameter.
9009
9010         * message.el (message-disassociate-draft): Specify drafts group name
9011         fully.
9012
9013 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
9014
9015         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9016         Eliminate unnecessary duplicates from the match list.
9017
9018 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9019
9020         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
9021
9022         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
9023
9024         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
9025         args of `how-many' of which the XEmacs version doesn't take; declare
9026         Info-index-next as function.
9027
9028 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9029
9030         * gnus-score.el (gnus-score-headers): Fix handling of
9031         gnus-inhibit-slow-scoring.
9032
9033         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
9034         string.
9035         (gnus-button-url-regexp): Improve handling of parenthesis.
9036         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
9037         (gnus-button-handle-info-keystrokes): Handle index entries.
9038
9039 2008-03-15  Glenn Morris  <rgm@gnu.org>
9040
9041         * parse-time.el (parse-time-string): Simplify.
9042
9043 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9044
9045         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
9046         Incoming* files.
9047
9048 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
9049
9050         * auth-source.el (auth-sources): Rename from auth-source-choices.
9051         (auth-source-pick): Use it.
9052
9053 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9054
9055         * binhex.el (binhex-decode-region-internal):
9056         * uudecode.el (uudecode-decode-region-internal):
9057         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
9058         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
9059         setting default-enable-multibyte-characters.
9060
9061 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
9062
9063         * auth-source.el (auth-source-protocols)
9064         (auth-source-protocols-customize, auth-source-choices): Add and
9065         modified variable customizations and defaults.
9066         (auth-source-pick, auth-source-user-or-password)
9067         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
9068         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9069         (auth-source-user-or-password-sftp)
9070         (auth-source-user-or-password-smtp): Use new variables and provide an
9071         interface to netrc.el.
9072
9073 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9074
9075         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
9076         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
9077         Make sure the nntp port to specify is a string.
9078
9079 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9080
9081         * nntp.el: Use with-current-buffer.
9082         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
9083         dubious mm-with-unibyte-current-buffer.
9084         (nntp-with-open-group-function): New function extracted from
9085         nntp-with-open-group macro.
9086         (nntp-with-open-group): Use the function, so it's easier to debug.
9087         Add indentation and debugging info.
9088         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
9089         Recommend the use of the netcat alternatives.
9090
9091         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
9092         Avoid mm-string-as-multibyte as well.
9093
9094         * nnweb.el (nnweb-insert-html):
9095         Remove use of nnheader-string-as-multibyte.
9096
9097         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
9098         (nnheader-string-as-multibyte): Remove.
9099
9100         * mm-view.el: Use inhibit-read-only.
9101         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
9102         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
9103         or unibyte-string.
9104
9105         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
9106         (mm-uu-yenc-extract): Use with-current-buffer.
9107
9108         * gnus-soup.el (gnus-soup-send-packet): Don't use
9109         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
9110
9111         * nnmh.el: Use with-current-buffer.
9112         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
9113         mm-string-as-multibyte on the output of mm-encode-coding-string.
9114
9115         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9116         (nnimap-request-move-article): Use with-current-buffer.
9117
9118         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
9119         inserting the handle-buffer's text, so the implicit multibyte->unibyte
9120         conversion uses string-make-unibyte rather than string-as-unibyte.
9121
9122         * gnus-msg.el: Use with-current-buffer.
9123
9124         * message.el (message-ignored-resent-headers): Add "Delivered-To".
9125
9126 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
9127
9128         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
9129         string for caching if it is 'PIN.
9130
9131 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9132
9133         * lpath.el: Consider the case without Emacs/W3.
9134
9135 2008-03-08  Glenn Morris  <rgm@gnu.org>
9136
9137         * time-date.el (date-to-time, time-subtract, time-add)
9138         (safe-date-to-time): Doc fixes.
9139
9140 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9141
9142         * mail-source.el (mail-source-delete-old-incoming-confirm):
9143         Change default to nil.
9144         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
9145
9146 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9147
9148         * lpath.el: Rearrange.
9149
9150         * gnus-art.el (gnus-narrow-to-page): Position point properly.
9151         (gnus-article-goto-prev-page): Work for articles having ^L's.
9152
9153         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
9154
9155         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
9156
9157 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
9158
9159         * gnus-bookmark.el: Adjust for renames in bookmark.el.
9160         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
9161         (gnus-bookmark-jump): Adjust some variable names.
9162
9163 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
9164
9165         * auth-source.el: New package.
9166         (auth-source-choices): Add customization entry point variable.
9167
9168         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
9169         bug.
9170
9171 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
9172
9173         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
9174         (gnus-registry-initialize, gnus-registry-install-p): Use it.
9175         (gnus-registry-install-shortcuts): Rename from
9176         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
9177         the `gnus-registry-mark-map' keymap dynamically from
9178         `gnus-registry-marks'.  The generated functions update the summary line
9179         when a registry mark is added or deleted, and will call
9180         `gnus-registry-install-p' (see the comments in the code).
9181         (gnus-registry-user-format-function-M): Use concat intelligently.
9182
9183         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
9184         the registry mark functions.
9185
9186 2008-03-05  Glenn Morris  <rgm@gnu.org>
9187
9188         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
9189         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
9190         gnus-art.
9191         (top-level): No need to load own source when compiling.
9192
9193 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9194
9195         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
9196         Suggested by <chris.anderton@zetnet.co.uk>.
9197
9198 2008-03-04  Glenn Morris  <rgm@gnu.org>
9199
9200         * gnus-sum.el (top-level): No need to require gnus when compiling,
9201         since unconditionally required near start of file.
9202         (gnus-summary-display-while-building): Move definition before use.
9203
9204 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9205
9206         * gnus-registry.el (gnus-registry-user-format-function-M):
9207         Add formatting function.
9208
9209 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
9210
9211         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
9212         with plists.
9213         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
9214         Use new format.
9215
9216 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9217
9218         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
9219         `where-is-internal' that returns a range of key sequences.
9220
9221 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9222
9223         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
9224
9225         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
9226         (gnus-summary-jump-to-group): Consider windows on other displayed
9227         frames as well.  Similar changes might be needed elsewhere, but that's
9228         the one I've bumped into during my use.
9229
9230         * nndoc.el (nndoc-oe-dbx-type-p):
9231         * gnus-msg.el (gnus-debug):
9232         * gnus-group.el (gnus-update-group-mark-positions):
9233         Use mm-string-to-multibyte.
9234
9235 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9236
9237         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
9238         doesn't handle NotDashEscaped.
9239
9240         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
9241         (mml-dnd-attach-options): Fix typo in custom choice.
9242
9243         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
9244         Change nndoc-article-type to mbox.
9245         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
9246
9247         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
9248         to nil, instead of html2text.
9249
9250         * imap.el (imap-debug): Add `imap-ping-server'.
9251
9252         * gnus-bookmark.el: Add FIXMEs.
9253
9254         * message.el (message-form-letter-separator)
9255         (message-send-form-letter-delay): New variables.
9256         (message-send-form-letter): Use them.  New command to send form
9257         letters.  Requested by Uwe Siart.
9258         (message-send-mail-function): Doc fix.  Add "Other" custom option.
9259
9260 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9261
9262         * Update copyright years.
9263
9264 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9265
9266         Sync from EMACS_22_BASE.
9267
9268         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
9269
9270 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
9271
9272         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
9273         empty author.
9274
9275 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
9276
9277         * gnus-registry.el (gnus-registry-marks): Add variable for
9278         customization of marks and their appearance.
9279         (gnus-registry-read-mark): Use it.
9280         (gnus-registry-do-marks): Add utility function to loop through
9281         `gnus-registry-marks'.
9282         (gnus-registry-install-shortcuts-and-menus): Add function to install
9283         shortcuts and menus.
9284         (gnus-registry-initialize): Use it.
9285         (gnus-registry-default-mark): Clarify documentation.
9286
9287 2008-02-29  Glenn Morris  <rgm@gnu.org>
9288
9289         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
9290         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
9291         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
9292         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
9293         Change defcustom :version from 23.0 to 23.1.
9294
9295 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
9296
9297         * gnus-registry.el (gnus-registry-follow-group-p)
9298         (gnus-registry-post-process-groups): Add functions to aid registry
9299         splitting and improve logging.  Clarify behavior in function
9300         documentation.
9301         (gnus-registry-split-fancy-with-parent): Use them.
9302
9303 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9304
9305         * gnus-art.el: Use with-current-buffer.
9306
9307 2008-02-27  David Engster  <dengste@eml.cc>
9308
9309         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
9310         Express real group name in the response.
9311
9312 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9313
9314         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
9315         (nnmairix-last-server, nnmairix-current-server): Defvar them.
9316         (nnmairix-goto-original-article): Defvar gnus-registry-install and
9317         autoload gnus-registry-fetch-group when compiling.
9318         (nnmairix-request-group-with-article-number-correction):
9319         Remove unreferenced argument passed to nnmairix-call-backend.
9320
9321 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9322
9323         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
9324         (mm-uu-extract): Improve face for low color ttys.
9325         Reported by Sascha Wilde.
9326
9327 2008-02-27  Glenn Morris  <rgm@gnu.org>
9328
9329         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
9330         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
9331         variables to defconsts.  Convert comments to doc-strings.
9332         (nnmairix-last-server, nnmairix-current-server): Convert from free
9333         variables to defvars.  Convert comments to doc-strings.
9334         (gnus-registry-fetch-group): Autoload.
9335         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
9336         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
9337         (nnmairix-widget-build-editable-fields): Use car cddr rather than
9338         caddr.
9339         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
9340         nnmairix-request-group-with-article-number-correction call.
9341         (nnmairix-fast, nnmairix-group): New, less general names, for free
9342         variables passed from nnmairix-request-group to
9343         nnmairix-request-group-with-article-number-correction.  Declare.
9344         (nnmairix-request-group-with-article-number-correction):
9345         Use nnmairix-fast, nnmairix-group rather than fast, group.
9346
9347 2008-02-26  David Engster  <dengste@eml.cc>
9348
9349         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
9350         version 0.5.
9351
9352 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
9353
9354         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
9355         instead of making an extra function call.  Don't add the current group
9356         to articles only when they have the group.  Use
9357         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
9358         Reported by David <de_bb@arcor.de>.
9359
9360 2008-02-24  Miles Bader  <miles@gnu.org>
9361
9362         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
9363         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
9364         (mm-find-mime-charset-region):
9365         * mm-bodies.el (mm-encode-body):
9366         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
9367
9368 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9369
9370         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
9371         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
9372
9373 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
9374
9375         * mail-source.el (mail-source-delete-incoming): Change default.
9376         Supplement doc string.
9377
9378         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
9379
9380 2008-02-14  Glenn Morris  <rgm@gnu.org>
9381
9382         * time-date.el (format-seconds): New function.
9383
9384 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9385
9386         * nnmail.el (nnmail-message-id-cache-file): Derive from
9387         `gnus-home-directory'.
9388
9389 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
9390
9391         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
9392         Document negative prefix.
9393
9394         * gnus-group.el (gnus-group-read-group): Document negative prefix.
9395
9396 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9397
9398         * message.el (message-unsent-separator): Add the Exim bounce
9399         separator.
9400
9401 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
9402
9403         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
9404         list.
9405         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
9406         recipient/signer list.
9407
9408 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9409
9410         * Makefile.in (datarootdir): Define.
9411         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
9412         name that might contain whitespace.
9413
9414 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9415
9416         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
9417         fbound (Emacs 23 unicode), signal an error.
9418
9419 2008-02-08  Glenn Morris  <rgm@gnu.org>
9420
9421         * gnus-art.el (pgg-display-output-buffer): Declare as function.
9422
9423 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
9424
9425         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
9426         ports to the calls to `netrc-machine-user-or-password' in addition to
9427         "imap" and "imaps".
9428
9429 2008-02-01  Zhang Wei  <id.brep@gmail.com>
9430
9431         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
9432
9433         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
9434
9435 2008-02-01  Kenichi Handa  <handa@m17n.org>
9436
9437         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
9438         rfc2104-hexstring-to-bitstring and changed to return a byte list.
9439         (rfc2104-hash): Convert the result of concat to unibyte string.
9440
9441 2008-02-01  Dave Love  <fx@gnu.org>
9442
9443         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
9444         coding-system-for-read.
9445         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
9446
9447 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9448
9449         * gnus.el (gnus-group-startup-message): Add `find-image' call before
9450         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
9451         <hanche@math.ntnu.no>.
9452
9453 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9454
9455         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
9456
9457         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
9458
9459 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
9460
9461         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
9462         * message.el (message-beginning-of-line): Use featurep instead of bound
9463         tests in order to resolve conditionals at compile time.
9464
9465 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
9466
9467         * mail-source.el (mail-sources): Add `group' choice.
9468
9469         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
9470         parameter `in-group' to control into which group the articles go.
9471         Add treatment of `group' mail-source.
9472
9473 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9474
9475         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
9476
9477         * mm-decode.el (mm-dissect-buffer): Decode description.
9478
9479         * mml.el (mml-to-mime): Encode message header first.
9480
9481 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9482
9483         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
9484         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
9485
9486         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
9487         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
9488
9489 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
9490
9491         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
9492
9493 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9494
9495         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
9496         prefix keys.
9497         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
9498         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
9499         gnus-xmas.el.
9500
9501         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
9502         (gnus-xmas-article-describe-bindings): New function.
9503         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
9504         gnus-xmas-article-describe-bindings.
9505
9506         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
9507
9508 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9509
9510         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
9511         Add new variables for article mark management.
9512         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
9513         list of extra data entries which, when present, will indicate that the
9514         article ID should not be trimmed from the registry.
9515         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
9516         functions.
9517         (gnus-registry-read-mark): New function to read a mark name from the
9518         user.
9519         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9520         (gnus-registry-set-article-mark-internal): New functions to add and
9521         remove marks.
9522         (gnus-registry-get-article-marks): New function to show the marks for
9523         an article, or retrieve them for further use.
9524
9525 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9526
9527         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9528         keys when no argument is given.
9529
9530 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9531
9532         * imap.el (imap-ping-server): New variable.
9533         (imap-opened): On add extra ping if imap-ping-server is non-nil.
9534         (imap-ping-server): Minor doc string fixes.
9535
9536 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9537
9538         * imap.el (imap-ping-server): New function.
9539         (imap-opened): Call imap-ping-server.
9540
9541 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9542
9543         * gnus-sum.el (gnus-article-sort-by-random)
9544         (gnus-thread-sort-by-random): Fix doc strings.
9545         Reported by jidanni@jidanni.org.
9546
9547 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9548
9549         * gnus-art.el (gnus-article-describe-bindings): New function.
9550         (gnus-article-read-summary-keys): Use it.
9551         (gnus-article-mode-map): Bind `C-h b' to it.
9552
9553 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9554
9555         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9556         XEmacs.
9557         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9558         Protect against non-character events.
9559
9560         * lpath.el: Fbind map-keymap for Emacs 21.
9561
9562 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
9563
9564         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9565         New command.
9566         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9567         instead of END.  Change name of the temp file.
9568         (gnus-group-gmane-group-download-format): Add doc string.  Make it
9569         customizable.
9570
9571 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9572
9573         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9574         bind `S W' to gnus-article-wide-reply-with-original; set default
9575         binding to gnus-article-read-summary-send-keys.
9576         (gnus-article-read-summary-keys): Fix the order of keys; display
9577         continuation keys correctly in the echo area; describe bindings
9578         correctly when keys end with `C-h'.
9579         (gnus-article-read-summary-send-keys): New function.
9580         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9581         Work for gnus-article-read-summary-send-keys; display continuation keys
9582         correctly in the echo area.
9583         (gnus-article-reply-with-original): Ignore prefix argument.
9584         (gnus-article-wide-reply-with-original): New function.
9585
9586         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
9587         Emacs 21.
9588
9589 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9590
9591         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9592         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9593
9594 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9595
9596         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9597         (gnus-group-read-ephemeral-gmane-group): New command.
9598
9599 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9600
9601         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9602
9603 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9604
9605         * message.el (message-send-mail-function): Increase custom version.
9606
9607         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9608         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
9609
9610 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9611
9612         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
9613         for the cases where imap-authenticate is called with a nil buffer
9614         parameter.
9615
9616 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9617
9618         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9619         html parts correctly; support forwarded messages.
9620         (gnus-article-browse-html-article): Remove work buffers.
9621
9622         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9623         compiling.
9624         (netrc-bound-and-true-p): New macro.
9625         (netrc-parse): Use it instead of bound-and-true-p that is not available
9626         in XEmacs 21.4.
9627
9628 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9629
9630         * gnus-registry.el (gnus-registry-mark-article)
9631         (gnus-registry-article-marks): Add functionality to mark articles
9632         through the Gnus registry.
9633
9634         * encrypt.el: Clarify documentation for the new pgg method.
9635         (encrypt-file-alist): Add PGG option.
9636         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
9637         functionality.  Abstract password key and messaging to external
9638         functions.
9639         (encrypt-password-key, encrypt-get-passphrase-if-needed)
9640         (encrypt-message-method-and-cipher): Add new convenience external
9641         functions.
9642         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
9643         (encrypt-pgg-process-buffer): Add PGG functionality glue.
9644
9645         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9646         (netrc-parse): Use encrypt-file-alist to determine if
9647         encrypt-find-model or encrypt-insert-file-contents should be used.
9648
9649         * encrypt.el: Clarify documentation.  Load password-cache or
9650         password, whichever one is found first, instead of autoloading.
9651
9652 2007-12-19  Glenn Morris  <rgm@gnu.org>
9653
9654         * mml.el (message-options-set, message-narrow-to-head)
9655         (message-in-body-p, message-mail-p, message-encode-message-body):
9656         Autoload.
9657         (message-remove-header, message-narrow-to-headers-or-head)
9658         (message-subscribed-p, message-make-mail-followup-to)
9659         (message-position-on-field, message-news-p)
9660         (message-options-set-recipient, message-generate-headers)
9661         (message-sort-headers): Declare as functions.
9662
9663 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9664
9665         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9666         convention in doc string.
9667
9668 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9669
9670         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9671         title to html parts.
9672         (gnus-article-browse-html-article): Pass message header to it.
9673
9674         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9675
9676 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9677
9678         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9679         or password compatible with XEmacs.
9680
9681 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9682
9683         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9684         format document.
9685         (gnus-mime-delete-part): Don't write description line if empty.
9686         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9687
9688 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
9689
9690         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9691         (gnus-summary-mark-read-and-unread-as-read)
9692         (gnus-summary-mark-current-read-and-unread-as-read)
9693         (gnus-summary-mark-unread-as-ticked): Doc fix.
9694         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9695
9696 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9697
9698         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9699         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9700
9701 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9702
9703         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9704         yes-or-no-p.
9705
9706 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9707
9708         * mm-decode.el (mm-add-meta-html-tag): New function.
9709         (mm-save-part-to-file, mm-pipe-part): Use it.
9710
9711         * gnus-art.el (gnus-article-browse-delete-temp-files):
9712         Use gnus-y-or-n-p instead of y-or-n-p.
9713         (gnus-article-browse-html-parts): Work with message/external-body; use
9714         mm-add-meta-html-tag.
9715
9716 2007-12-11  Glenn Morris  <rgm@gnu.org>
9717
9718         * gnus-cache.el: Require gnus-sum not just when compiling.
9719
9720         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9721
9722         * gnus-int.el (gnus-server-opened, gnus-status-message):
9723         Move definitions before use.
9724
9725         * mm-decode.el: Require gnus-util.
9726         (mm-remove-part): Only call delete-annotation on XEmacs.
9727
9728         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9729
9730         * nnmail.el: Require gnus-int.
9731
9732         * spam.el: Move `require's before `eval-when-compile's.
9733
9734         * gnus-ems.el (gnus-alive-p):
9735         * gnus-fun.el (message-goto-eoh):
9736         * gnus-util.el (gnus-group-name-decode):
9737         * mail-source.el (gnus-compress-sequence):
9738         * message.el (Info-goto-node, format-spec):
9739         * mm-bodies.el (message-options-get):
9740         * mm-decode.el (mm-view-pkcs7):
9741         * mm-util.el (gmm-write-region):
9742         * mml-smime.el (mml-compute-boundary)
9743         (gnus-completing-read-with-default):
9744         * mml.el (widget-button-press, gnus-make-hashtable):
9745         * mml1991.el (mm-decode-content-transfer-encoding)
9746         (mm-encode-content-transfer-encoding)
9747         (message-options-get, message-options-set):
9748         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9749         * nnfolder.el (gnus-request-group):
9750         * nnheader.el (ietf-drums-unfold-fws):
9751         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9752         * smime.el (gnus-run-mode-hooks):
9753         * spam-stat.el (gnus-message): Autoload.
9754
9755         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9756         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9757         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9758         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9759         Add declare-function compatibility definition.
9760
9761         * gnus-cache.el (nnvirtual-find-group-art):
9762         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9763         (gnus-add-image, gnus-add-wash-type):
9764         * gnus-group.el (nnkiboze-score-file):
9765         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9766         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9767         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9768         (message-tokenize-header, gnus-get-buffer-create)
9769         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9770         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9771         * gnus.el (gnus-group-decoded-name):
9772         * mail-source.el (imap-capability):
9773         * mm-bodies.el (message-options-set):
9774         * mm-decode.el (gnus-configure-windows):
9775         * mm-extern.el (message-goto-body):
9776         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9777         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9778         (epg-sub-key-validity, message-options-set):
9779         * mml.el (widget-event-point, gnus-configure-windows):
9780         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9781         * mml2015.el (epg-check-configuration, epg-configuration)
9782         (message-options-set):
9783         * nndb.el (nndb-request-article):
9784         * nnfolder.el (gnus-request-create-group):
9785         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9786         * nnmaildir.el (gnus-group-mark-article-read):
9787         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9788         * rfc1843.el (message-fetch-field):
9789         * spam.el (gnus-extract-address-components):
9790         Declare as functions.
9791
9792 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9793
9794         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9795
9796         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9797
9798         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9799         bind show-trailing-whitespace for XEmacs.
9800
9801 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9802
9803         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9804         new no-op macro for backward compatibility.
9805
9806         * imap.el (imap-string-to-integer): New function.
9807
9808 2007-12-09  Glenn Morris  <rgm@gnu.org>
9809
9810         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9811
9812         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9813         * message.el, mm-view.el, sieve-manage.el, smime.el:
9814         Add declare-function compatibility definition.
9815
9816         * gnus-art.el (w3-region, w3m-region, Info-menu):
9817         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9818         * gnus-sum.el (gnus-get-predicate):
9819         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9820         * message.el (mail-abbrev-in-expansion-header-p):
9821         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9822         (w3m-detect-meta-charset, w3m-region):
9823         * sieve-manage.el (password-read, password-cache-add)
9824         (password-cache-remove):
9825         * smime.el (password-read-and-add): Declare as functions.
9826
9827 2007-12-08  David Kastrup  <dak@gnu.org>
9828
9829         * gnus-sum.el (gnus-summary-simplify-subject-query):
9830         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9831         `message'.
9832
9833 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9834
9835         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9836         it to bind idna-program, installation-directory, defined-colors, and
9837         face-attribute for XEmacs of the version that compiles defcustom forms.
9838
9839 2007-12-07  Glenn Morris  <rgm@gnu.org>
9840
9841         * gnus-art.el (article-make-date-line): Revert previous change.
9842
9843 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9844
9845         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9846
9847 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9848
9849         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9850         Call gnus-add-to-range ranges only once with a prepared article-list.
9851
9852 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9853
9854         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9855         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9856         group names with backslashes.
9857         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9858
9859 2007-12-06  Deepak Goel  <deego3@gmail.com>
9860
9861         * gnus-art.el (article-make-date-line):
9862         * gnus-start.el (gnus-load):
9863         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9864
9865 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9866
9867         * gnus-art.el (gnus-use-idna)
9868         * gnus-start.el (gnus-site-init-file)
9869         * message.el (message-use-idna)
9870         * mm-uu.el (mm-uu-hide-markers)
9871         * smiley.el (smiley-style): Revert changes that suppress warnings.
9872
9873 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9874
9875         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9876         specify charset to html source.
9877         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9878
9879 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9880
9881         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9882         idna-program in order to suppress byte compile warning issued by XEmacs
9883         that came to byte compile the default value section of defcustom forms
9884         recently.
9885
9886         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9887         value of installation-directory.
9888
9889         * message.el (message-use-idna): Don't directly refer to the value of
9890         idna-program.
9891
9892         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9893
9894         * smiley.el (smiley-style): Don't directly call face-attribute.
9895
9896 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9897
9898         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9899
9900         * gnus-dired.el: Reduce Gnus dependencies.
9901         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9902         Don't require.  Use autoloads instead.
9903         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9904         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9905         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9906         (gnus-dired-mode): Adjust doc string.
9907         (gnus-dired-mail-mode): New variable.
9908         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9909         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9910         (gnus-dired-mail-buffers): New function.  Return mail or message
9911         composition buffers.
9912         (gnus-dired-attach): Use it.
9913         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9914         NO-DECODE.
9915         (gnus-dired-print): Use `gnus-print-buffer' depending on
9916         `gnus-dired-mail-mode'.
9917
9918 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9919
9920         * rfc2047.el (rfc2047-encoded-word-regexp)
9921         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9922         explaining what regexp patterns are for.
9923
9924 2007-12-04  Glenn Morris  <rgm@gnu.org>
9925
9926         * password.el: Move to password-cache.el.
9927
9928         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9929         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9930         * mml-smime.el (password-read, password-cache-add)
9931         (password-cache-remove):
9932         No need to autoload, since mml-sec requires password.
9933
9934         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9935         * message.el (gnus-extract-address-components):
9936         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9937
9938         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9939         password.
9940
9941 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9942
9943         * mailcap.el: Reduce dependencies.
9944         (mail-header-parse-content-type): Autoload.
9945         (mailcap-delete-duplicates): New alias.
9946         (mailcap-mime-info): Add optional argument NO-DECODE.
9947         (mailcap-mime-types): Use mailcap-delete-duplicates.
9948
9949         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9950
9951 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9952
9953         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9954         (imap-parse-status): Upcase status-att for servers that sends them
9955         lower-case (e.g., MS Exchange 2007).
9956
9957 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9958
9959         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9960         function.
9961
9962         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9963         (gnus-uu-yenc-article): New function.
9964
9965         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9966
9967         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9968
9969 2007-12-02  Glenn Morris  <rgm@gnu.org>
9970
9971         * binhex.el (binhex): New custom group.
9972         (binhex-decoder-program, binhex-decoder-switches)
9973         (binhex-use-external): Move to the binhex custom group.
9974
9975         * uudecode.el (uudecode): New custom group.
9976         (uudecode-decoder-program, uudecode-decoder-switches)
9977         (uudecode-use-external): Move to the uudecode custom group.
9978
9979         * netrc.el (top-level): Don't load `encrypt' features.
9980         (netrc-parse): Don't use encrypt.
9981         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9982
9983         * encrypt.el: Remove file.
9984
9985 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9986
9987         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9988         matches on patches.
9989
9990         * gnus-art.el (gnus-article-browse-html-article):
9991         Mention `mm-text-html-renderer' in the doc string.
9992
9993         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9994         string.  Add comments.
9995
9996         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9997         if rhs is ASCII.
9998
9999 2007-12-01  Glenn Morris  <rgm@gnu.org>
10000
10001         * mail-source.el (top-level): Require format-spec before
10002         eval-when-compile.
10003
10004 2007-11-30  Glenn Morris  <rgm@gnu.org>
10005
10006         * encrypt.el: Require password, rather than autoloading password-read.
10007
10008 2007-11-29  Glenn Morris  <rgm@gnu.org>
10009
10010         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
10011         (sasl-make-client, sasl-next-step, sasl-step-data)
10012         (sasl-step-set-data): Declare as functions.
10013
10014 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
10015
10016         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
10017
10018 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
10019
10020         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
10021         certs should be verified and what is to be done in the event of a
10022         verification failure.
10023
10024         * gnus.el (gnus-method-to-server): Add an optional parameter so the
10025         caller can indicate whether the cache should be disregarded for this
10026         call.  This way the result of the call is reproducible at all times and
10027         can be considered a canonical server name for the supplied method.
10028         (gnus-agent-method-p): Canonicalize server names by pushing their
10029         method through `gnus-method-to-server' using the no-cache argument.
10030
10031         * gnus-srvr.el (gnus-server-insert-server-line):
10032         Call `gnus-method-to-server' with `no-cache' argument.
10033
10034         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
10035         gnus-agent-possibly-synchronize-flags as this should be called when the
10036         server is actually being opened.
10037         (gnus-agent-possibly-synchronize-flags)
10038         (gnus-agent-possibly-synchronize-flags-server): Move check for the
10039         flags file of an agentized server to the latter function.
10040
10041         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
10042         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
10043         after a connection has been established successfully.
10044
10045 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10046
10047         * gnus-art.el (article-display-face): Force to display face if called
10048         interactively; check if gnus-article-x-face-too-ugly matches author.
10049         (article-display-x-face): Display face even if From header is missing
10050         as article-display-face does.
10051
10052 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
10053
10054         * hashcash.el (message-narrow-to-headers-or-head)
10055         (message-fetch-field, message-goto-eoh)
10056         (message-narrow-to-headers): Declare as functions.
10057
10058 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
10059
10060         * mail-source.el (mail-sources): Default to fetch from file for
10061         compatibility with default of nnmail-spool-file.
10062
10063 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10064
10065         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
10066         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
10067         to look for encoded word that should be encoded again.
10068         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
10069         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
10070         encoding pattern.
10071         (rfc2047-decode-region): Switch strict regexp and loose one according
10072         to rfc2047-allow-irregular-q-encoded-words.
10073
10074 2007-11-25  Romain Francoise  <romain@orebokech.com>
10075
10076         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
10077
10078 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10079
10080         * tls.el (tls-program): Provide more custom choices from
10081         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
10082         (tls-process-connection-type, tls-success): Remove "*" in doc string.
10083
10084 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10085
10086         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
10087         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
10088
10089         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
10090         `nnmail-spool-file'.
10091
10092         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
10093         `nnmail-spool-file'.
10094
10095         * gnus-move.el (gnus-change-server): Ditto.
10096
10097         * gnus-kill.el (gnus-batch-score): Ditto.
10098
10099         * gnus-cache.el (gnus-jog-cache): Ditto.
10100
10101         * gnus-msg.el (gnus-summary-reply):
10102         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
10103
10104 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10105
10106         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
10107         version.  Minor improvement to doc strings.
10108         (tls-program): Add comment.
10109
10110 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
10111
10112         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
10113         (tls-checktrust): New variable.  Check if GNU TLS complained about a
10114         mismatch between the hostname provided in the certificate and the name
10115         of the host connnecting to.
10116         (open-tls-stream): Use them.  Check certificates against trusted root
10117         certificates.
10118
10119 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10120
10121         * gnus-cache.el (gnus-cache-generate-nov-databases):
10122         Use nnml-generate-nov-databases-directory instead of
10123         nnml-generate-nov-databases-1.
10124
10125 2007-11-24  Glenn Morris  <rgm@gnu.org>
10126
10127         * message.el (message-tool-bar-retro): Update for rename
10128         mail_send.xpm->mail-send.xpm.
10129
10130 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
10131
10132         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
10133         `smime-ldap-search' for Emacs 22 and up.
10134
10135 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10136
10137         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
10138
10139         * message.el (message-send-mail-function): Fix error convention.
10140         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
10141         (message-widen-reply, message-send-mail, message-talkative-question)
10142         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
10143         (message-clone-locals, message-send-news): Use with-current-buffer.
10144         (message-insert-or-toggle-importance): Remove unused var `valid'.
10145         (message-make-references): Remove unused var `new-references'.
10146         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
10147
10148 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
10149
10150         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
10151         (spam-split-symbolic-return-positive): Reflow docstring.
10152         (spam-backends, spam-summary-exit-behavior)
10153         (spam-mark-ham-unread-before-move-from-spam-group)
10154         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
10155         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10156         (spam-clear-cache, spam-backend-check, spam-install-backend)
10157         (spam-install-statistical-backend, spam-list-of-processors)
10158         (spam-group-processor-p, spam-split, spam-bogofilter-score)
10159         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
10160         (spam-check-crm114, spam-initialize, spam-unload-hook):
10161         Fix typos in docstrings.
10162
10163 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10164
10165         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
10166         been checked if they have never been read and those group levels are
10167         higher than the one that a user specified.
10168
10169 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10170
10171         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
10172         foreign groups unless a group level is specified by a user.
10173         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
10174
10175 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
10176
10177         * message.el (message-send-mail-function): Require sendmail.
10178
10179 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
10180
10181         * message.el (message-send-mail-function): Check for smtpmail too.
10182
10183         * utf7.el (utf7-encode, utf7-decode): Use coding system
10184         `utf-7'/`utf-7-imap' from utf-7.el' if available.
10185
10186         * message.el (message-send-mail-function): New function.
10187         (message-send-mail-function): Set default using
10188         message-send-mail-function.  Adjust doc string.
10189         (message-send-mail-with-mailclient): New function.
10190
10191 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
10192
10193         * smime.el (from):
10194         * rfc2047.el (message-posting-charset):
10195         * qp.el (mm-use-ultra-safe-encoding):
10196         * pop3.el (parse-time-months):
10197         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
10198         * nnml.el (files):
10199         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
10200         (jka-compr-compression-info-list, ange-ftp-path-format)
10201         (efs-path-regexp):
10202         * nndiary.el (files):
10203         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
10204         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
10205         (epg-digest-algorithm-alist, inhibit-redisplay)
10206         (password-cache-expiry):
10207         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
10208         (pgg-output-buffer, password-cache-expiry):
10209         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
10210         (efs-path-regexp):
10211         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
10212         (inhibit-redisplay):
10213         * mm-uu.el (file-name, start-point, end-point, entry)
10214         (gnus-newsgroup-name, gnus-newsgroup-charset):
10215         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
10216         (latin-unity-ucs-list):
10217         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
10218         (mm-uu-binhex-decode-function):
10219         * message.el (gnus-message-group-art, gnus-list-identifiers)
10220         (rmail-enable-mime-composing, gnus-local-organization)
10221         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
10222         (gnus-read-active-file, facemenu-add-face-function)
10223         (facemenu-remove-face-function, gnus-article-decoded-p)
10224         (tool-bar-mode):
10225         * mail-source.el (display-time-mail-function):
10226         * gnus-util.el (nnmail-pathname-coding-system)
10227         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
10228         (gnus-original-article-buffer, gnus-user-agent)
10229         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
10230         (xemacs-codename, sxemacs-codename, emacs-program-version):
10231         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
10232         * gnus-start.el (gnus-agent-covered-methods)
10233         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
10234         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
10235         (gnus-newsgroup-headers, gnus-group-list-mode)
10236         (gnus-group-mark-positions, gnus-newsgroup-data)
10237         (gnus-newsgroup-unreads, nnoo-state-alist)
10238         (gnus-current-select-method, mail-sources)
10239         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
10240         (nnmail-spool-file, gnus-cache-active-hashtb):
10241         * gnus-mh.el (mh-lib-progs):
10242         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
10243         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
10244         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
10245         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
10246         (gnus-group-buffer):
10247         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
10248         (font-lock-set-defaults):
10249         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
10250         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
10251         (gnus-summary-post-menu, total-parts, type, condition, length):
10252         * gnus-agent.el (gnus-agent-read-agentview):
10253         * flow-fill.el (show-trailing-whitespace):
10254         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
10255         eval-and-compile wrappers for byte compiler pacifiers.
10256
10257         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
10258         (mm-display-inline-fontify): Check for featurep 'xemacs not
10259         extent-list.
10260
10261         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
10262         itimer-list.
10263         (mm-create-image-xemacs): Only do something for XEmacs.
10264         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
10265
10266         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
10267
10268         * gnus-registry.el (gnus-adaptive-word-syntax-table):
10269         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
10270
10271 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
10272
10273         * nnimap.el (nnimap-split-download-body):
10274         * gnus-demon.el (gnus-demon):
10275         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
10276
10277 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10278
10279         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
10280         New macros.
10281         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
10282         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
10283         copy data from unibyte buffer to multibyte current buffer.
10284         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
10285         to copy data from unibyte current buffer to multibyte buffer.
10286         (nntp-make-process-buffer): Make process buffer unibyte.
10287
10288         * pop3.el (pop3-open-server): Fix typo in Lisp code.
10289
10290 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
10291
10292         * pop3.el (pop3-open-server): Accept and process data more robustly at
10293         connexion start to avoid spurious "POP SSL connexion failed" errors.
10294
10295 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10296
10297         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
10298         read group names.
10299
10300 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
10301
10302         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
10303
10304 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10305
10306         * nnmail.el (nnmail-parse-active): Make group names unibyte.
10307         (nnmail-save-active): Use a unibyte buffer when saving active file,
10308         which may contain non-ASCII group names.
10309
10310         * nnml.el (nnml-request-group): Decode group names in messages.
10311
10312 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
10313
10314         * message.el (message-citation-line-function)
10315         (message-insert-formatted-citation-line): Fix spelling of
10316         `message-insert-formated-citation-line'.
10317
10318 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
10319
10320         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
10321
10322 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10323
10324         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
10325         nnmail-pathname-coding-system.
10326
10327         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
10328         that a user enters; decode group names in messages.
10329
10330         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
10331
10332 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10333
10334         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
10335
10336         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
10337
10338         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
10339         risky local variable.
10340
10341         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
10342
10343 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
10344
10345         * encrypt.el: Improve documentation to fix function name typo.
10346         Reported by Daiki Ueno <ueno@unixuser.org>.
10347
10348 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10349
10350         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
10351         even if the point is not in the last page of an article.
10352         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
10353         back to the previous page.
10354
10355 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
10356
10357         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
10358
10359 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10360
10361         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
10362
10363 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10364
10365         * message.el (message-check-news-body-syntax):
10366         Avoid mm-string-as-multibyte.
10367         (message-hide-headers): Don't assume (point-min)==1.
10368
10369 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10370
10371         * message.el (message-remove-blank-cited-lines): Fix if remove is
10372         given.
10373         (message-bogus-address-regexp): New variable.
10374         (message-bogus-recipient-p): New function.
10375         (message-check-recipients): New command.
10376         (message-syntax-checks): Add `bogus-recipient'.
10377         (message-fix-before-sending): Add `bogus-recipient'.
10378
10379         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
10380         (gnus-treat-body-boundary): Don't test window-system.
10381
10382 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
10383
10384         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
10385
10386 2007-10-28  Miles Bader  <miles@gnu.org>
10387
10388         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
10389         at compile-time too.
10390
10391 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10392
10393         * gnus-msg.el (gnus-message-setup-hook):
10394         Add `message-remove-blank-cited-lines' to options.
10395
10396 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10397
10398         * message.el (message-remove-blank-cited-lines): New function.
10399         Suggested by Karl Plästerer.
10400
10401 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10402
10403         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
10404         mapc.
10405
10406         * imap.el (imap-open): Replace mapcar called for effect with mapc.
10407         (top-level): Use mapc to set functions to be traced for debugging.
10408
10409         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
10410         called for effect with while loop.
10411
10412         * message.el (message-talkative-question): Replace mapcar called for
10413         effect with mapc.
10414
10415         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
10416         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
10417         called for effect with dolist.
10418
10419         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
10420
10421         * nndiary.el: Use dolist instead of mapcar to add diary headers to
10422         gnus-extra-headers and nnmail-extra-headers.
10423
10424         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
10425         called for effect with dolist.
10426         (top-level): Use mapc to set functions to be traced for debugging.
10427
10428         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
10429         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
10430         dolist.
10431
10432         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
10433         Replace mapcar called for effect with mapc.
10434         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
10435         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
10436         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
10437         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
10438
10439         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
10440         remove-if that's a cl function.
10441
10442         * webmail.el (webmail-debug): Replace mapcar called for effect with
10443         dolist.
10444
10445         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
10446         with mapc.
10447
10448 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10449
10450         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
10451         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
10452         with while loop.
10453
10454         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
10455         functions from article-* functions.
10456         (gnus-multi-decode-header): Replace mapcar called for effect with
10457         dolist.
10458
10459         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
10460         (gnus-bookmark-show-details): Replace mapcar called for effect with
10461         while loop.
10462
10463         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
10464         called for effect with while loop.
10465
10466         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
10467         with dolist.
10468
10469         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10470         Replace mapcar called for effect with dolist.
10471
10472         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
10473
10474         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
10475         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
10476         Replace mapcar called for effect with dolist.
10477         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
10478         mapc.
10479
10480         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
10481         Replace mapcar called for effect with dolist.
10482         (gnus-topic-list): Replace mapcar called for effect with mapc.
10483
10484         * gnus.el: Use mapc instead of mapcar to add autoloads.
10485
10486 2007-10-23  Richard Stallman  <rms@gnu.org>
10487
10488         * gnus-group.el (gnus-group-highlight): Mark as risky.
10489
10490 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10491
10492         * gnus.el (gnus-server-to-method): Return method found first in
10493         gnus-newsrc-alist.
10494
10495         * gnus-art.el (gnus-article-highlight-signature)
10496         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
10497         button overlay without the front stickiness.
10498
10499 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
10500
10501         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
10502         overview buffer needed a catch to receive its throw.
10503         (gnus-agent-flush-cache): Declare as interactive to make this function
10504         easier to use.
10505
10506 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
10507
10508         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
10509         `next-line'.
10510
10511 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10512
10513         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
10514         exclude address matching message-dont-reply-to-names.
10515
10516 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10517
10518         * gnus-util.el (gnus-string<): New function.
10519
10520         * gnus-sum.el (gnus-article-sort-by-author)
10521         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
10522
10523 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10524
10525         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
10526         the frame-focus tag is set in gnus-buffer-configuration.
10527
10528 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10529
10530         * gnus-art.el (gnus-article-add-button): Make a button overlay without
10531         the front stickiness.
10532
10533 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10534
10535         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
10536         url pattern; remove duplicate one.
10537         (gnus-article-extend-url-button): New function.
10538         (gnus-article-add-buttons): Use it.
10539         (gnus-button-push): Use concatenated url that it makes.
10540
10541 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
10542
10543         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
10544
10545 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10546
10547         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10548         Don't hardcode point-min==1.
10549
10550 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
10551
10552         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
10553         Fix comment about "iso8859-1".
10554
10555 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
10556
10557         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10558         ones returned from the verify-function.
10559
10560         * mm-uu.el (mm-uu-pgp-signed-extract-1):
10561         Call mml2015-extract-cleartext-signature if extraction failed.
10562
10563 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
10564
10565         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10566         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10567         failed.
10568
10569 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10570
10571         * Relicense "GPLv2 or later" files to "GPLv3 or later".
10572
10573 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
10574
10575         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
10576         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
10577         recommends to use EasyPG instead of PGG.
10578
10579         * pgg.el: Revert to revision 6.23.2.16.
10580
10581         * pgg-def.el: Revert to revision 6.6.2.14.
10582
10583         * pgg-gpg.el: Revert to revision 6.23.2.34.
10584
10585 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
10586
10587         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10588         to mark a thread as expirable.  Add variable `hide' to handle hiding of
10589         thread for both the null and zero (kill/expire thread) universal prefix
10590         cases.
10591         (gnus-summary-expire-thread): Add new function to expire a thread,
10592         using gnus-summary-kill-thread.
10593         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10594         shortcuts for gnus-summary-expire-thread.
10595         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10596         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
10597
10598 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10599
10600         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10601         extras value, so an extras entry can be deleted.
10602         (gnus-registry-delete-extra-entry): Use it.
10603         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10604         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10605         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10606         storage through the gnus-registry, and provide an appropriate API for
10607         it.
10608
10609 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10610
10611         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10612         Suggested by Leo <sdl.web@gmail.com>.
10613
10614         * gnus.el: Do.
10615
10616 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10617
10618         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10619         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
10620
10621         * gnus-agent.el (gnus-agent-fetch-headers): Do.
10622
10623         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10624         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10625
10626 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10627
10628         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10629         newline.
10630         (nnmbox-request-accept-article): Don't change article in source buffer;
10631         narrow to header to use message-fetch-field rather than
10632         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10633         (nnmbox-request-replace-article): Quote lines that'll be misidentified
10634         as delimiters; make sure article ends with newline.
10635         (nnmbox-delete-mail): Correct last position of article to be deleted;
10636         ignore X-Gnus-Newsgroup header in article body.
10637         (nnmbox-save-mail): Quote lines looking like delimiters at the right
10638         positions; make sure article ends with newline.
10639
10640         * message.el (message-display-abbrev): Don't infloop when a user
10641         inserts SPC in the beginning of header.
10642
10643         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
10644         coding-system-for-read and coding-system-for-write for XEmacs having no
10645         file-coding feature.
10646
10647         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
10648
10649 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10650
10651         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10652         list of groups not followed by default.  Fix type to be regexp.
10653         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10654
10655 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10656
10657         * hmac-def.el (define-hmac-function): Switch from old-style to
10658         new-style backquotes.
10659
10660         * md4.el (md4-make-step): Likewise.
10661
10662 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10663
10664         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10665         raw-text coding system when saving .newsrc file, which may contain
10666         non-ASCII group names.
10667
10668 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10669
10670         * gnus-cus.el (gnus-score-extra): New widget.
10671         (gnus-score-extra-convert): New function.
10672         (gnus-score-customize): Use it for Extra.
10673
10674 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10675
10676         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10677         (mml2015-mailcrypt-clear-verify): Use it.
10678         (mml2015-gpg-clear-verify): Use it.
10679         (mml2015-pgg-clear-verify): Use it.
10680         (mml2015-epg-clear-verify): Replace the current part with the output
10681         from GnuPG; don't extract the plaintext by itself.
10682
10683         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10684         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10685         mml2015-clear-verify-function; don't touch the armor headers or
10686         dash-escaped text here.
10687
10688 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10689
10690         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10691         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10692         parts, or application/octet-stream as a last resort.
10693         (gnus-mime-view-part-as-type): Don't toggle display.
10694         (gnus-mime-view-part-as-charset): Don't turn off display before
10695         querying charset.
10696
10697         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10698         stuff to undisplayer function in Emacs.
10699         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10700
10701         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10702         text/calendar parts.
10703
10704 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10705
10706         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10707         decoding text/calendar parts.
10708
10709         * message.el (message-forward-make-body-mime): Always mark body as
10710         having no illegible text; remove signed-or-encrypted argument.
10711         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10712
10713         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10714         (mml-generate-mime-1): Don't encode body if it is specified to be in
10715         raw form; don't make buffer be unibyte when inserting multibyte string.
10716
10717 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10718
10719         * sha1.el: Fix up comment style.
10720         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10721         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10722
10723         * hex-util.el: Fix up comment style.
10724         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10725
10726         * gnus-salt.el: Use with-current-buffer.
10727         (gnus-pick-setup-message): Fix long-standing typo.
10728
10729 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10730
10731         * imap.el (imap-logout-timeout): New variable.
10732         (imap-logout, imap-logout-wait): New functions.
10733         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10734
10735         * nnimap.el (nnimap-logout-timeout): New server variable.
10736         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10737         nnimap-logout-timeout.
10738
10739         * gnus-art.el (gnus-article-summary-command-nosave)
10740         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10741
10742 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10743
10744         * gnus.el (gnus-maximum-newsgroup): New variable.
10745
10746         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10747         according to gnus-maximum-newsgroup.
10748
10749         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10750         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10751         Limit the range of articles according to gnus-maximum-newsgroup.
10752
10753 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10754
10755         * gnus-art.el (gnus-sticky-article): Fix problems described in
10756         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10757         Don't perform gnus-configure-windows here; reuse existing sticky
10758         article buffer.
10759
10760         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10761         it doesn't exist in gnus-article-mode.
10762
10763 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10764
10765         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10766         (gnus-agent-decoded-group-name): New function.
10767         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10768         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10769
10770 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10771
10772         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10773         Add binding for gnus-sticky-article.
10774         (gnus-summary-exit): Don't kill sticky article buffers.
10775
10776         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10777         article buffer.
10778         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10779         (gnus-kill-sticky-article-buffers): New commands.
10780
10781 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10782
10783         * nntp.el (nntp-xref-number-is-evil): New server variable.
10784         (nntp-find-group-and-number): If it is non-nil, don't trust article
10785         numbers in the Xref header.
10786
10787 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10788
10789         * gnus-agent.el (gnus-agent-read-group): New function.
10790         (gnus-agent-flush-group, gnus-agent-expire-group)
10791         (gnus-agent-regenerate-group): Use it.
10792         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10793         nnmail-pathname-coding-system.
10794
10795 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10796
10797         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10798
10799         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10800         that are unread as unread, and also as selected so that information of
10801         marks having been changed by a user may be updated when exiting group.
10802
10803 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10804
10805         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10806
10807 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10808
10809         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10810         calculated ignoring signature parts to gnus-treat-article.
10811
10812 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10813
10814         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10815         a point here in order to keep the window start.
10816         (gnus-insert-mime-security-button): Make a button overlay without the
10817         front stickiness.
10818         (gnus-mime-display-security): Goto the end of a button.
10819
10820         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10821
10822 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10823
10824         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10825         group-name-at-point.
10826         (gnus-group-completing-read): New function that offers decoded
10827         non-ASCII group names for completion.
10828         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10829         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10830         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10831         (gnus-group-fetch-control): Use it.
10832         (gnus-fetch-group): Use group-name-at-point for the initial value
10833         rather than the default value; use gnus-alive-p.
10834
10835         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10836         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10837         (gnus-summary-post-news): Use gnus-group-completing-read.
10838
10839         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10840         (gnus-read-move-group-name): Decode group name for completion.
10841
10842 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10843
10844         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10845         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10846         Yamaoka slightly modified the code).
10847
10848 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10849
10850         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10851         (nnmail-split-incoming): Bind it.
10852
10853         * nnml.el (nnml-group-name-charset): New function.
10854         (nnml-decoded-group-name): Use it; don't decode group name if
10855         nnmail-group-names-not-encoded-p is non-nil.
10856         (nnml-encoded-group-name): New function.
10857         (nnml-group-pathname): Inline nnml-decoded-group-name.
10858         (nnml-request-expire-articles): Decode group name in message.
10859         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10860         nnmail-pathname-coding-system.
10861         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10862         not decoded ones according to nnmail-group-names-not-encoded-p.
10863         (nnml-generate-active-info): Use nnml-encoded-group-name.
10864
10865 2007-08-08  Glenn Morris  <rgm@gnu.org>
10866
10867         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10868         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10869         doc-strings and comments.
10870
10871 2007-07-25  Glenn Morris  <rgm@gnu.org>
10872
10873         * Relicense all FSF files to GPLv3 or later.
10874
10875 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10876
10877         * gnus-sum.el (gnus-summary-move-article):
10878         Make gnus-summary-respool-article work.
10879
10880 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10881
10882         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10883         string.
10884
10885 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10886
10887         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10888         that should be ignored when comparing distant RSS articles with local
10889         ones.
10890         (nnrss-make-hash-index): New function.  Create a hash index according
10891         to the ignored fields.
10892         (nnrss-check-group): Use it.
10893
10894 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10895
10896         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10897
10898         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10899
10900         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10901         the new optional argument ENCODED is non-nil.
10902         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10903         coding system for encoding group name.
10904         (gnus-group-make-rss-group): Pass un-encoded group name to
10905         gnus-group-make-group.
10906         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10907         encoded.
10908
10909         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10910         Encode group name to which articles are moved or copied.
10911         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10912         coding system for encoding Newsgroup, Followup-To and Xref headers.
10913
10914         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10915         marks; use nnheader-file-coding-system to write a file.
10916         (nnagent-retrieve-headers): Bind file-name-coding-system to
10917         nnmail-pathname-coding-system.
10918
10919         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10920
10921         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10922         (nnml-request-article, nnml-request-create-group)
10923         (nnml-request-rename-group, nnml-find-id)
10924         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10925         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10926         (nnml-save-marks): Use nnml-group-pathname instead of
10927         nnmail-group-pathname.
10928
10929         (nnml-request-create-group, nnml-request-expire-articles)
10930         (nnml-request-move-article, nnml-request-delete-group)
10931         (nnml-deletable-article-p, nnml-possibly-create-directory)
10932         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10933         (nnml-open-marks): Bind file-name-coding-system to
10934         nnmail-pathname-coding-system.
10935
10936         (nnml-request-article): Pass server argument to nnml-find-group-number.
10937         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10938         Pass server argument to nnml-possibly-create-directory.
10939         (nnml-request-accept-article): Pass server argument to
10940         nnml-active-number and nnml-save-mail.
10941         (nnml-find-group-number): Pass server argument to nnml-find-id.
10942         (nnml-request-update-info): Pass server argument to
10943         nnml-marks-changed-p.
10944
10945         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10946         (nnml-save-mail, nnml-active-number): Add server argument.
10947
10948         (nnml-request-delete-group): Warn if group is missing.
10949         (nnml-get-nov-buffer): Decode group name.
10950         (nnml-generate-active-info): Encode group name.
10951         (nnml-open-marks): Decode group name in messages.
10952
10953 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10954
10955         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10956         if it is not specified.
10957         (gnus-article-pipe-part, gnus-article-save-part)
10958         (gnus-article-interactively-view-part, gnus-article-copy-part)
10959         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10960         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10961         (gnus-article-replace-part, gnus-article-delete-part)
10962         (gnus-article-view-part-as-type): Pass raw prefix argument to
10963         gnus-article-part-wrapper.
10964
10965 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10966
10967         * gnus-agent.el (gnus-agent-save-active):
10968         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10969
10970         * gnus-cache.el (gnus-cache-save-buffers)
10971         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10972         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10973         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10974         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10975         (gnus-cache-generate-active, gnus-cache-rename-group)
10976         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10977         (gnus-cache-update-overview-total-fetched-for):
10978         Bind file-name-coding-system to nnmail-pathname-coding-system.
10979         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10980         New variables.
10981         (gnus-cache-decoded-group-name): New function.
10982         (gnus-cache-file-name): Use it.
10983         (gnus-cache-generate-active): Use non-decoded group name for active.
10984
10985         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10986         right place.
10987         (gnus-write-active-file): Don't break non-ASCII group names.
10988
10989         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10990         nnmail-pathname-coding-system.
10991
10992         * lpath.el: Bind default-file-name-coding-system,
10993         file-name-coding-system and language-info-alist for XEmacs.
10994
10995         * gnus-uu.el (gnus-uu-decode-save): Typo.
10996
10997 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10998
10999         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
11000
11001 2007-07-14  David Kastrup  <dak@gnu.org>
11002
11003         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
11004         finishing actions if we did not edit the article.
11005
11006 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11007
11008         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
11009         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
11010         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
11011         (gnus-agent-flush-group, gnus-agent-flush-cache)
11012         (gnus-agent-fetch-headers, gnus-agent-load-alist)
11013         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
11014         (gnus-agent-retrieve-headers, gnus-agent-request-article)
11015         (gnus-agent-regenerate-group)
11016         (gnus-agent-update-files-total-fetched-for)
11017         (gnus-agent-update-view-total-fetched-for):
11018         Bind file-name-coding-system to nnmail-pathname-coding-system.
11019         (gnus-agent-group-pathname): Don't encode file names by
11020         nnmail-pathname-coding-system.
11021         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
11022         coding-system-for-write instead of buffer-file-coding-system to
11023         gnus-agent-file-coding-system.
11024
11025         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
11026         Decode group name.
11027
11028         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
11029
11030         * gnus-start.el (gnus-update-active-hashtb-from-killed)
11031         (gnus-read-newsrc-el-file): Make group names unibyte.
11032
11033         * nnmail.el (nnmail-group-pathname): Don't encode file names by
11034         nnmail-pathname-coding-system.
11035
11036         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
11037         (nnrss-request-delete-group): Bind file-name-coding-system to
11038         nnmail-pathname-coding-system.
11039         (nnrss-read-server-data, nnrss-read-group-data):
11040         Bind file-name-coding-system correctly.
11041         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
11042
11043         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
11044         (nntp-server-to-method-cache): New variable.
11045         (nntp-group-pathname): New function that decodes non-ASCII group names.
11046         (nntp-possibly-create-directory, nntp-marks-changed-p)
11047         (nntp-save-marks, nntp-open-marks): Use it.
11048         (nntp-possibly-create-directory, nntp-open-marks):
11049         Bind file-name-coding-system to nnmail-pathname-coding-system.
11050         (nntp-open-marks): Decode group names when bootstrapping marks.
11051
11052         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
11053         Newsgroups and Folowup-To headers.
11054
11055 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11056
11057         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11058         (gnus-server-closed-face, gnus-server-denied-face)
11059         (gnus-server-offline-face): Remove variable.
11060         (gnus-server-font-lock-keywords): Use faces that are not aliases.
11061
11062         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
11063         of modifying message-stack directly for XEmacs.
11064
11065         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
11066         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
11067         if the coding-system argument is nil for XEmacs.
11068
11069         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
11070         mm-charset-override-alist.
11071
11072         * rfc2047.el: Don't require base64; require rfc2045 for the function
11073         rfc2045-encode-string.
11074         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
11075         to quote the parameter value.
11076
11077 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11078
11079         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
11080         form in gnus-group-name-charset-method-alist.
11081
11082         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
11083         overrides the default layout edit-form.
11084
11085         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
11086
11087         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
11088
11089 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11090
11091         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
11092         as unfetched articles.
11093
11094 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
11095
11096         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
11097
11098 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11099
11100         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
11101         original back end that keeps marks in the local system.
11102
11103 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11104
11105         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
11106         arg of pop-to-buffer for XEmacs.
11107         (gnus-article-read-summary-keys): Ditto; don't restore window
11108         configuration if summary command ends up with neither article buffer
11109         nor summary buffer; describe bindings if summary keys end with C-h.
11110
11111 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11112
11113         * message.el (message-fix-before-sending): Skip raw message part to be
11114         forwarded while checking illegible text.
11115         (message-forward-make-body-mime, message-forward-make-body):
11116         Mark signed or encrypted raw message as having no illegible text.
11117
11118 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11119
11120         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
11121         (gnus-message-with-timestamp-1): New macro.
11122         (gnus-message-with-timestamp): New function.
11123         (gnus-message): Use them.
11124
11125         * nnheader.el (nnheader-message): Use them.
11126
11127 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
11128
11129         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
11130         .newsrc.eld file.
11131
11132 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11133
11134         * gnus-agent.el (gnus-agent-fetch-headers)
11135         (gnus-agent-retrieve-headers):
11136         Bind gnus-decode-encoded-address-function to identity.
11137
11138         * nntp.el (nntp-send-xover-command): Recognize an xover command is
11139         available also when the server returns simply a dot.
11140
11141         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
11142
11143 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11144
11145         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
11146
11147 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11148
11149         * gnus-ems.el (gnus-x-splash): Make it work.
11150
11151         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
11152         from being used.
11153
11154         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
11155
11156 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11157
11158         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
11159         4th and the 5th arguments.
11160
11161         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
11162         the front stickiness.
11163         (gnus-article-summary-command-nosave): Correct the order of the
11164         arguments passed to pop-to-buffer.
11165         (gnus-article-read-summary-keys): Ditto; make it work properly when the
11166         summary command ends up with the article buffer.
11167
11168         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
11169         the same faces.
11170
11171 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
11172
11173         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
11174
11175 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
11176
11177         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
11178         * gnus-sum.el (gnus-summary-highlight):
11179         * pgg.el (pgg-sign-region, pgg-sign):
11180         * mail-source.el (mail-source-delete-old-incoming-confirm):
11181         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
11182
11183 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11184
11185         * gnus-art.el (gnus-mime-view-part-externally)
11186         (gnus-mime-view-part-internally): Fix predicate function passed to
11187         completing-read.
11188
11189         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
11190
11191         * gnus.el (gnus-update-message-archive-method): Add :version.
11192
11193 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11194
11195         * gnus.el (gnus-update-message-archive-method): New variable.
11196
11197         * gnus-start.el (gnus-setup-news): Update saved "archive" method
11198         according to gnus-message-archive-method if
11199         gnus-update-message-archive-method is non-nil.
11200
11201 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11202
11203         * gnus-sum.el (gnus-summary-limit-to-address): New function.
11204         Suggested by Loic Dachary <loic@dachary.org>.
11205         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11206
11207 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11208
11209         * message.el (message-pop-to-buffer): Add switch-function argument.
11210         (message-mail): Pass switch-function argument to it.
11211
11212 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
11213
11214         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
11215         Improve doc string.
11216
11217 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11218
11219         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
11220         (gnus-header-content)
11221         * gnus-cite.el (gnus-cite-10)
11222         * gnus-srvr.el (gnus-server-closed)
11223         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
11224         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
11225         (gnus-group-mail-3-empty, gnus-group-mail-low)
11226         (gnus-group-mail-low-empty, gnus-splash)
11227         * message.el (message-header-to, message-header-cc)
11228         (message-header-subject, message-header-other, message-header-name)
11229         (message-header-xheader, message-separator, message-cited-text)
11230         (message-mml): Lighten colors of faces used for dark background.
11231
11232 2007-05-24  Simon Josefsson  <simon@josefsson.org>
11233
11234         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
11235         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
11236
11237 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11238
11239         * message.el (message-narrow-to-headers-or-head):
11240         Ignore mail-header-separator in the body.
11241
11242 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11243
11244         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
11245         same as window size.
11246
11247 2007-05-22  Kevin Ryde  <user42@zip.com.au>
11248
11249         * message.el (message-font-lock-keywords): Use message-header-xheader
11250         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
11251         ahead of the anything pattern, to get it recognised.
11252
11253 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11254
11255         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
11256         spam.el loads uses it in the compiled defadvice form.
11257
11258 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
11259
11260         * gnus-sum.el (gnus-articles-to-read)
11261         (gnus-summary-insert-old-articles): Don't truncate group name for
11262         `read-string'.
11263
11264         * gnus-util.el (gnus-limit-string): Delete this function.
11265
11266         * gnus-sum.el (gnus-simplify-subject-fully):
11267         Use `truncate-string-to-width' instead.
11268
11269 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
11270
11271         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
11272         Tell if, on summary exit, the next group has to be selected.
11273         (gnus-summary-exit): Use it.
11274
11275 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
11276
11277         * gnus-art.el (gnus-article-mode): Fix comment about displaying
11278         non-break space.
11279
11280 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11281
11282         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
11283         Check if group is not a directory.
11284         (nnfolder-request-expire-articles): Don't delete articles if the target
11285         group is not available.
11286
11287         * nnml.el (nnml-request-create-group): Properly check if group is not a
11288         file.
11289         (nnml-request-expire-articles): Don't delete articles if the target
11290         group is not available.
11291
11292         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11293         Don't quote characters that are within parentheses.
11294
11295 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11296
11297         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
11298         (gnus-handle-ephemeral-exit): Select article according to it.
11299
11300 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11301
11302         * message.el (message-insert-formated-citation-line): Remove newline.
11303         (message-citation-line-format): Add final \n here so that the user can
11304         avoid a blank line.
11305
11306 2007-05-03  Dan Christensen  <jdc@uwo.ca>
11307
11308         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
11309         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
11310         Update lanl/arXiv support.
11311
11312 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11313
11314         * gnus.el: Bump version number.
11315
11316 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11317
11318         * gnus.el (gnus-version-number): Bump version.
11319
11320 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11321
11322         * gnus.el: No Gnus v0.6 is released.
11323
11324 2007-04-27  Didier Verna  <didier@xemacs.org>
11325
11326         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
11327         * gmm-utils.el (gmm-regexp-concat): ... here.
11328         * message.el: Don't require 'gnus-util.
11329         (message-dont-reply-to-names): Handle name change above.
11330         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
11331
11332 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11333
11334         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
11335         since the initial value varies according to the system.
11336
11337 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11338
11339         * mm-util.el (mm-charset-synonym-alist): Defcustom.
11340
11341 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
11342
11343         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
11344
11345 2007-04-24  Didier Verna  <didier@xemacs.org>
11346
11347         Improve the type of gnus-ignored-from-addresses.
11348         * gnus-util.el (gnus-orify-regexp): New function.
11349         * message.el (gnus-util): Require it.
11350         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
11351         * gnus-sum.el (gnus-ignored-from-addresses): New function.
11352         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
11353
11354 2007-04-24  Didier Verna  <didier@xemacs.org>
11355
11356         * gnus-sum.el:
11357         * gnus-utils.el: Fix some trailing whitespaces.
11358
11359 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11360
11361         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
11362         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
11363         article's Message-ID; refer parent article in summary buffer.
11364
11365         * message.el (message-bounce): Call mime-to-mml.
11366
11367         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
11368         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
11369         optimize and/or forms properly.
11370
11371 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
11372
11373         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
11374         URL.
11375
11376 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11377
11378         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
11379
11380 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11381
11382         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
11383         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
11384         displayed of multipart/alternative part if it is invoked from summary
11385         buffer.
11386
11387         * mm-view.el (mm-inline-text-html-render-with-w3m)
11388         (mm-inline-text-html-render-with-w3m-standalone)
11389         (mm-inline-render-with-function): Use mail-parse-charset by default.
11390
11391 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
11392
11393         * parse-time.el (parse-time-string-chars): Check if CHAR
11394         is less than the length of parse-time-syntax.
11395
11396 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11397
11398         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
11399         from gnus-newsgroup-processable.
11400
11401 2007-04-16  Didier Verna  <didier@xemacs.org>
11402
11403         * gnus-msg.el (gnus-configure-posting-styles):
11404         Handle message-signature-directory properly with :file syntax.
11405         Reported by "Leo".
11406
11407 2007-04-11  Didier Verna  <didier@xemacs.org>
11408
11409         New user option: message-signature-directory.
11410         * gnus-msg.el (gnus-configure-posting-styles): Support it.
11411         * message.el (message-insert-signature): Ditto.
11412         * message.el (message-signature-file): Doc update.
11413         * message.el (message-signature-directory): New.
11414
11415 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11416
11417         * gnus-msg.el (gnus-inews-yank-articles):
11418         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
11419
11420 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11421
11422         * message.el (message-yank-original): Make sure cited text ends with
11423         newline; don't exchange point and mark.
11424
11425 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
11426
11427         * tls.el (open-tls-stream): Properly handle case where there
11428         is no associated buffer.
11429
11430 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
11431
11432         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
11433         message-yank-original, make sure (< mark TEXT point).
11434
11435 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11436
11437         * message.el (message-fill-column): New variable.
11438         (message-mode): Use it.  Add comment on a possible new hook.
11439
11440         * nnmail.el (nnmail-spool-file): Mark as obsolete.
11441         (nnmail-get-new-mail): Reformat.
11442
11443         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
11444
11445         * gmm-utils.el: Fix Commentary.
11446         (gmm-tool-bar-from-list): Fix typo in doc string.
11447
11448 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
11449
11450         * message.el (message-yank-original): Don't switch point and mark
11451         unnecessarily to put point and mark as documented.
11452
11453 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11454
11455         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
11456         from the message heads.
11457
11458 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
11459
11460         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
11461         article buffer does not have a window.  This may not be the best
11462         solution but is certainly better than setting the start of the null,
11463         that is the current, window.
11464
11465 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11466
11467         * gnus-draft.el (gnus-draft-setup-hook): New hook.
11468         (gnus-draft-setup): Run it.
11469
11470         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
11471         gnus-score-fast-scoring.  Allow regexp.
11472         (gnus-score-headers): Use it.
11473
11474         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
11475         XEmacs.
11476
11477         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
11478         string.
11479         (gnus-button-alist): Also catch `<f1> k ...'.
11480         (gnus-treat-display-x-face): Fix doc string.
11481
11482 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11483
11484         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
11485         evaluation of gnus-extended-version to ensure correct generation of the
11486         User-Agent header when message-generate-headers-first is used.
11487
11488 2007-03-24  Simon Josefsson  <simon@josefsson.org>
11489
11490         * hashcash.el (hashcash-generate-payment-async): Don't crash if
11491         hashcash-path is nil.  Don't call callback with incorrect number of
11492         parameters if val is 0.
11493
11494 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11495
11496         * message.el (message-required-news-headers):
11497         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
11498
11499 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
11500
11501         * tls.el (open-tls-stream): In handshake-waiting loop,
11502         don't wait more if there is output available to process.
11503
11504 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
11505
11506         * tls.el (tls-program): Doc fix.
11507
11508 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11509
11510         * message.el (message-generate-new-buffers): Change the meaning of the
11511         nil value; add `standard' to the choices; treat t as `unique'; improve
11512         doc string.
11513         (gnus-select-frame-set-input-focus): Autoload.
11514         (message-buffer-name): Search for the existing message buffer if
11515         message-generate-new-buffers is nil or `standard'; treat the value t of
11516         message-generate-new-buffers as `unique'.
11517         (message-pop-to-buffer): Raise the frame already displaying the message
11518         buffer; clear the echo area after querying.
11519         (message-setup): Pass the `continue' argument to compose-mail.
11520         (message-mail): Prefer `switch-function' if it is given; search for the
11521         existing message buffer if the `continue' argument is non-nil; pass
11522         continue and switch-function arguments to compose-mail by way of
11523         message-setup.
11524         (message-mail-other-window): Adjust argument of message-setup.
11525         (message-mail-other-frame): Ditto.
11526
11527 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11528
11529         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
11530         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
11531         to turn font-lock on when turning gnus-message-citation-mode on.
11532
11533 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
11534
11535         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
11536         (mml-smime-function-alist): New variable; add epg as the backend.
11537         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
11538         mml-smime- functions instead.
11539         * mm-view.el: Require smime.
11540
11541 2007-03-05  Didier Verna  <didier@xemacs.org>
11542
11543         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
11544         instead of just inheritance for posting styles.
11545         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
11546
11547 2007-02-24  Chris Moore  <dooglus@gmail.com>
11548
11549         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
11550         * pgg-pgp.el (pgg-pgp-encrypt-region):
11551         * pgg-gpg.el (pgg-gpg-encrypt-region):
11552         Check pgg-encrypt-for-me if no other recipients.
11553
11554 2007-02-24  John Paul Wallington  <jpw@pobox.com>
11555
11556         * tls.el (tls-certtool-program): Fix custom type.
11557
11558 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11559
11560         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
11561         and point-at-eol instead of line-(beginning|end)-position.
11562
11563         * assistant.el (assistant-parse-buffer): Ditto.
11564
11565         * netrc.el (netrc-parse-services): Ditto.
11566
11567 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
11568
11569         * mml2015.el (mml2015-epg-find-usable-key): New function.
11570         (mml2015-epg-sign): Use it.
11571         (mml2015-epg-encrypt): Use it.
11572
11573 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11574
11575         * message.el (message-make-in-reply-to): Quote name containing
11576         non-ASCII characters.  It will make the RFC2047 encoder cause an error
11577         if there are special characters.  Reported by NAKAJI Hiroyuki
11578         <nakaji@jp.freebsd.org>.
11579
11580 2007-02-27  Didier Verna  <didier@xemacs.org>
11581
11582         Include the group parameters as well as the topic ones in the
11583         inheritance filter process.
11584         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
11585         argument GROUP-PARAMS-LIST.
11586         * gnus-topic.el (gnus-group-topic-parameters): Use it.
11587
11588 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11589
11590         * nntp.el (nntp-never-echoes-commands)
11591         (nntp-open-connection-functions-never-echo-commands): New variables.
11592         (nntp-send-command): Use them.
11593
11594 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
11595
11596         * mml2015.el (mml2015-epg-verify): Simplify.
11597
11598 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11599
11600         * mml.el (mml-content-disposition-alist): New user option.
11601         (mml-content-disposition): New function.
11602         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
11603         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
11604
11605 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
11606
11607         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11608         verification.
11609
11610 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11611
11612         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11613         articles posted in the last 24 hours.
11614
11615 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
11616
11617         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11618
11619 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
11620
11621         * nntp.el (nntp-send-command): Don't wait for echoes when
11622         nntp-open-ssl-stream is used.
11623
11624 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11625
11626         * gnus-cite.el (gnus-test-font-lock-add-keywords)
11627         (gnus-message-add-citation-keywords)
11628         (gnus-message-remove-citation-keywords): Remove.
11629         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11630         directly, make the variables in font-lock-defaults buffer-local, add
11631         gnus-message-citation-keywords to them and then update the value of
11632         font-lock-keywords.
11633
11634 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11635
11636         * message.el (message-cite-original-1): Don't call
11637         gnus-article-highlight-citation.
11638
11639         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11640         citations; fix line count.
11641
11642 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11643
11644         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11645         (gnus-message-add-citation-keywords)
11646         (gnus-message-remove-citation-keywords): Use it; fix the emulating
11647         versions of font-lock-add-keywords and font-lock-remove-keywords to
11648         work with XEmacs correctly.
11649
11650 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11651
11652         * gnus-cite.el (gnus-cite-face-list): Set the values of
11653         gnus-message-max-citation-depth and gnus-message-citation-keywords.
11654         (gnus-message-max-citation-depth): Use defvar rather than defconst.
11655         (gnus-message-cite-prefix-regexp): New variable.
11656         (gnus-message-search-citation-line): Use it; protect against long
11657         citation prefix; fill match data with nil rather than 0 for XEmacs; set
11658         the 0th match data for Emacs.
11659         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11660         (gnus-message-add-citation-keywords): Append keywords rather than
11661         prepending; emulate font-lock-add-keywords if it is not available.
11662         (gnus-message-remove-citation-keywords):
11663         Emulate font-lock-remove-keywords if it is not available.
11664
11665         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11666
11667         * message.el (message-cite-prefix-regexp): Set the value of
11668         gnus-message-cite-prefix-regexp.
11669
11670 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11671
11672         * nnweb.el (nnweb-google-parse-1): Update parser.
11673
11674 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11675
11676         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11677
11678 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11679
11680         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11681         regexp.
11682
11683 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11684
11685         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11686         string-to-multibyte.
11687         (uudecode-decode-region-internal): Use it.
11688
11689         * lpath.el: Fbind string-as-multibyte for XEmacs.
11690
11691 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11692
11693         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11694         Fix custom choice.
11695
11696         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11697
11698 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11699
11700         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11701
11702         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11703         `write-region' to respect `mm-inhibit-file-name-handlers'.
11704
11705 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11706
11707         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11708         Use gnus-home-directory instead of "~/" or "$HOME".
11709
11710 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11711
11712         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11713         to mention filename.
11714         Add comments at beginning regarding usage.
11715         (encrypt-write-file-contents): Change interactive so a string is
11716         acceptable.  If the file has no associated model, show an error instead
11717         of a nonsense prompt.
11718
11719 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11720
11721         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11722         Thanks to Yoshihiko Yamada for kind notification of this typo.
11723
11724 2007-01-12  Kenichi Handa  <handa@m17n.org>
11725
11726         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11727         multibyte buffer.
11728
11729 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11730
11731         * gnus-score.el (gnus-score-fast-scoring): New variable.
11732         (gnus-score-headers): Use it.
11733
11734         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11735
11736         * message.el (message-cite-original-1):
11737         Call gnus-article-highlight-citation if requested.
11738         (message-make-from): Allow name and address as optional arguments.
11739
11740         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11741
11742         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11743         bugs to doc string.
11744         (gnus-button-alist): Add mid\\|message-id.
11745         (gnus-button-fetch-group): Extend for use in
11746         `browse-url-browser-function'.
11747         (gnus-button-url-regexp): Try to catch paired parentheses like in
11748         Wikipedia URLs.
11749
11750         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11751         Suggested by Simon Krahnke <overlord@gmx.li>.
11752
11753 2007-01-13  Romain Francoise  <romain@orebokech.com>
11754
11755         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11756         Update copyright.
11757
11758 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11759
11760         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11761
11762 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11763
11764         * gnus-registry.el (gnus-registry-unfollowed-groups)
11765         (gnus-registry-split-fancy-with-parent): Fix documentation.
11766
11767 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11768
11769         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11770         from nnweb groups.
11771
11772 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11773
11774         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11775         Xref urls.  Erase buffer before requesting head.
11776
11777         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11778
11779 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11780
11781         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11782         customizable.
11783
11784 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11785
11786         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11787         no signing key is found.
11788         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11789         no encrypting and/or signing key is found.
11790
11791 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11792
11793         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11794
11795 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11796
11797         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11798         headers read from disk with the ones newly found in the current search.
11799         This should no longer cause problems, because the article numbers in
11800         Gmane's `nov.php' output are ignored since the previous change.
11801
11802 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11803
11804         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11805
11806 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11807
11808         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11809         replace-regexp-in-string; bind url-version; fbind display-images-p and
11810         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11811         find-face and set-itimer-function for Emacs; bind itimer-list for
11812         Emacs.
11813
11814         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11815
11816 2007-01-01  Romain Francoise  <romain@orebokech.com>
11817
11818         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11819
11820 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11821
11822         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11823         `define-minor-mode' macro definition expanded properly.
11824         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11825         exclude it there.
11826
11827         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11828         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11829         `fboundp' test.
11830         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11831         This is OK to autoload in (S)XEmacs now.
11832
11833 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11834
11835         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11836         keystroke.
11837         (gnus-summary-limit-to-singletons): Fix typo.
11838
11839         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11840         else fails.
11841
11842 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11843
11844         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11845         docstring.
11846
11847         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11848         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11849         (gnus-summary-insert-dormant-articles): Fix typo in message.
11850
11851 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11852
11853         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11854         nil for XEmacs.
11855         (gnus-message-citation-mode): Don't autoload in XEmacs.
11856
11857         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11858
11859 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11860
11861         * nnimap.el (nnimap-expunge-search-string):
11862         Mention nnimap-search-uids-not-since-is-evil in docstring.
11863
11864 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11865
11866         * spam.el: Revert to make-obsolete-variable because
11867         define-obsolete-variable-alias is not supported in Emacs 21.
11868
11869         * spam.el (spam-ifile-path, spam-ifile-database-path)
11870         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11871         make-obsolete-variable.
11872         (spam-bsfilter-path, spam-bsfilter-program)
11873         (spam-spamassassin-path, spam-spamassassin-program)
11874         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11875         Don't use "path" inappropriately.
11876         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11877         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11878         variable names.
11879
11880 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11881
11882         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11883         summary buffer.
11884
11885         * password.el (password-cache-remove): Use clear-string to burn
11886         password, if available.
11887
11888 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11889
11890         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11891
11892         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11893
11894         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11895         (gnus-message-highlight-citation): Move defcustom here from
11896         gnus-cite.el.
11897         (gnus-message-citation-mode): Autoload.
11898
11899         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11900         checks to make it compile with XEmacs.
11901         (gnus-message-citation-mode): New minor mode.
11902         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11903         (gnus-message-highlight-citation): New variables.
11904         (gnus-message-search-citation-line)
11905         (gnus-message-add-citation-keywords)
11906         (gnus-message-remove-citation-keywords)
11907         (turn-on-gnus-message-citation-mode)
11908         (turn-off-gnus-message-citation-mode): New functions.
11909
11910 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11911
11912         * gnus-cite.el: Enable highlighting of different citation levels in
11913         message-mode.
11914
11915 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11916
11917         * message.el (message-make-fqdn): Fix comment.
11918         (message-bogus-system-names): Add ".local".
11919
11920         * spam.el (spam-ifile-path, spam-ifile-program)
11921         (spam-ifile-database-path, spam-ifile-database)
11922         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11923         Don't use "path" inappropriately.
11924         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11925         strings.
11926         (spam-check-ifile, spam-ifile-register-with-ifile)
11927         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11928         Use new variable names.
11929
11930         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11931         (gnus-treat-display-smileys): Simplify using
11932         gnus-image-type-available-p.
11933
11934         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11935         available.
11936
11937         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11938         Use `display-images-p' if available.
11939
11940 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11941
11942         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11943         one after turning on the buffer's multibyteness instead of decoding
11944         them directly in the unibyte buffer that causes unexpected conversion
11945         in Emacs 23 (unicode).
11946
11947 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11948
11949         * message.el (message-generate-hashcash): Fix custom type.
11950
11951 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11952
11953         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11954
11955 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11956
11957         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11958         disconnect icons.  Add help text.
11959
11960 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11961
11962         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11963         negated to be consistent with the others we handle.
11964
11965 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11966
11967         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11968         version of gnus-summary-buffer to something, so that we can use two
11969         article buffers at the same time.
11970
11971 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11972
11973         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11974         trigger all the extra headers.
11975         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11976         sorting.
11977
11978 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11979
11980         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11981         solid groups.
11982
11983 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11984
11985         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11986
11987 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11988
11989         * legacy-gnus-agent.el: Add Copyright notice.
11990
11991 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11992
11993         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11994
11995 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11996
11997         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11998
11999         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
12000         to make it work reliably in CVS Emacs.
12001         (gnus-summary-limit-strange-charsets-predicate)
12002         (gnus-summary-limit-to-predicate): New functions.
12003
12004 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
12005
12006         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
12007         specifying array size.
12008         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
12009         array if it is too small.
12010         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
12011         (gnus-sort-threads-loop): New function.
12012
12013 2006-12-06  Chris Moore  <dooglus@gmail.com>
12014
12015         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
12016         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
12017
12018 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
12019
12020         * mm-url.el (mm-url-predefined-programs): Call curl with correct
12021         options.
12022
12023 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12024
12025         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
12026         DOS-ing the recipient.
12027
12028         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
12029         the headers when creating the mapping to avoid mismappings.
12030         (nnweb-gmane-create-mapping): Always nix out old mapping.
12031
12032 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12033
12034         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
12035         and mm-verify-option to never.
12036
12037 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12038
12039         * message.el (message-signed-or-encrypted-p): New function.
12040         (message-forward-make-body): Use it.
12041
12042         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
12043         Replace encode-coding-string with mm-encode-coding-string.
12044
12045 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12046
12047         * nneething.el (nneething-decode-file-name):
12048         Replace decode-coding-string with mm-decode-coding-string.
12049
12050         * gnus-int.el (gnus-open-server): Say failed server's name.
12051
12052 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12053
12054         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
12055         strings to a single string.  Quote `errors-file-name'.
12056         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
12057         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
12058         Adjust calls.  Use `shell-quote-argument'.
12059
12060 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
12061
12062         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
12063         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
12064
12065         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
12066         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
12067         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
12068         (gnus-group-make-directory-group, gnus-group-transpose-groups):
12069         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
12070         (gnus-subscribe-newsgroup, gnus-1):
12071         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
12072         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
12073         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
12074         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
12075
12076 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12077
12078         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
12079         keystroke.
12080         (gnus-summary-limit-to-bodies): Implement headersp.
12081
12082 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12083
12084         * dns.el (query-dns): Protect against "Process dns deleted" strings.
12085
12086 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12087
12088         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
12089
12090 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12091
12092         * message.el (message-generate-hashcash): Expand range of values to
12093         include `opportunistic'.
12094         (message-send-mail): Use it.
12095
12096 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12097
12098         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
12099         and comment it.
12100
12101         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
12102
12103 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
12104
12105         * gnus-util.el (gnus-extract-address-components): Improve comment.
12106
12107 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12108
12109         * gnus-util.el (gnus-extract-address-components): Work with address in
12110         which the name portion contains @.
12111
12112         * lpath.el: Fbind custom-autoload.
12113
12114 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12115
12116         * gnus.el (gnus-start): Move custom group up.
12117         (gnus-select-method): Don't autoload, but make it available for
12118         `customize-variable'.
12119         (gnus-getenv-nntpserver): Don't autoload.
12120
12121 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
12122
12123         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
12124
12125 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12126
12127         * message.el (message-sendmail-extra-arguments): New variable.
12128         (message-send-mail-with-sendmail): Use it.
12129
12130 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12131
12132         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
12133         mm-with-unibyte-current-buffer to make string unibyte.
12134
12135         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
12136         mm-string-as-multibyte.
12137
12138 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
12139
12140         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
12141         Reported by Werner Koch <wk@gnupg.org>.
12142
12143 2006-11-14  Daiki Ueno  <ueno@p360>
12144
12145         * mml2015.el: Autoload epa-select-keys when compiling.
12146
12147 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12148
12149         * mml2015.el (mml2015-epg-sign): Save the signing keys in
12150         message-options.
12151         (mml2015-epg-encrypt): Save the recipient keys in message-options.
12152
12153 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12154
12155         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
12156         EasyPG (< 0.0.6).
12157         (mml2015-always-trust): New user option.
12158         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
12159         prompt.
12160
12161 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12162
12163         * nntp.el (nntp-authinfo-force): New variable.
12164         (nntp-send-authinfo): Use it.
12165
12166 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
12167
12168         * message.el (message-strip-subject-encoded-words): Allow _not_ to
12169         decode encoded words.  Improve prompt.  Add comment about forwarding.
12170         (message-replacement-char): Move up.
12171
12172 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
12173
12174         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
12175         instead of gnus-intersection because arguments of gnus-sorted-nunion
12176         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
12177
12178 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
12179
12180         * message.el (message-strip-subject-encoded-words): Reformat prompt.
12181         (message-simplify-subject-functions):
12182         Enable message-strip-subject-encoded-words by default.
12183
12184 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
12185
12186         * message.el (message-strip-subject-encoded-words): New function.
12187         (message-simplify-subject-functions): New variable.
12188         (message-simplify-subject): Use it.  Fix typo in doc string.
12189         Support message-strip-subject-encoded-words.
12190
12191 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
12192
12193         * gnus-diary.el (gnus-diary-delay-format-function):
12194         * nndiary.el (nndiary-reminders):
12195         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
12196
12197 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12198
12199         * gnus-art.el (article-hide-boring-headers): Fetch date from
12200         gnus-original-article-buffer to avoid problems with localized date
12201         strings.
12202
12203 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12204
12205         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
12206
12207 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
12208
12209         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12210         New variables.
12211         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12212         (mm-charset-synonym-alist): Move some entries to
12213         mm-codepage-iso-8859-list.
12214         (mm-charset-synonym-alist, mm-charset-override-alist):
12215         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12216
12217 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12218
12219         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
12220
12221 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12222
12223         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
12224         with Emacs 21 and XEmacs.
12225
12226 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
12227
12228         * spam.el (spam-parse-address): New function for better parsing,
12229         catching errors, etc.
12230         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
12231
12232 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12233
12234         * mm-view.el: Add interactive arg to html2text autoload.
12235
12236 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12237
12238         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
12239
12240 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
12241
12242         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12243         New variables.
12244         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12245         (mm-charset-synonym-alist): Move some entries to
12246         mm-codepage-iso-8859-list.
12247
12248         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
12249
12250 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
12251
12252         * message.el (message-citation-line-format)
12253         (message-insert-formated-citation-line): Fix implementation of %E, %N
12254         and %n according to the doc string.
12255
12256 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
12257
12258         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12259         Use car-safe to avoid bad parses.
12260
12261 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12262
12263         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
12264         names.
12265
12266         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
12267
12268 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12269
12270         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
12271         header.
12272
12273         * message.el (message-draft-headers): Add Date.
12274         (message-headers-to-generate): Fix typo in docstring.
12275
12276         * nndraft.el (nndraft-required-headers): New variable.
12277         (nndraft-generate-headers): Use it.
12278
12279         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
12280
12281 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12282
12283         * gnus-registry.el (gnus-registry-wash-for-keywords)
12284         (gnus-registry-find-keywords): New functions to allow easy searching of
12285         articles that are in the registry.
12286
12287 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12288
12289         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12290         Use ietf-drums-parse-address instead of gnus-extract-address-components.
12291         Reported by Damien Elmes <damien@repose.cx>.
12292
12293 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12294
12295         * gnus.el (gnus-mime): Remove unused custom group.
12296
12297 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12298
12299         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
12300         "blank line" when searching for end of armor headers.
12301
12302 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12303
12304         * gmm-utils.el (gmm-write-region): Fix variable name.
12305
12306 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12307
12308         * gmm-utils.el (gmm-write-region): New function based on compatibility
12309         code from `mm-make-temp-file'.
12310
12311         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
12312
12313         * nnmaildir.el (nnmaildir--update-nov)
12314         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
12315         Use `gmm-write-region'.
12316
12317 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12318
12319         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
12320         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12321
12322         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
12323
12324         * message.el (message-replacement-char): New variable.
12325         (message-fix-before-sending): Use it.
12326         (message-simplify-subject): New function to remove duplicate code.
12327         (message-reply, message-followup): Use it.
12328
12329         * gnus-sum.el (gnus-summary-make-menu-bar):
12330         Clarify gnus-summary-limit-to-articles.
12331
12332 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12333
12334         * gnus-util.el (gnus-with-local-quit): New macro.
12335
12336         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
12337
12338 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
12339
12340         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
12341         ignore non-string data.
12342
12343 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12344
12345         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
12346         non-string data (needs to be done in the registry too).
12347
12348 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12349
12350         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
12351         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
12352         (gnus-registry-split-fancy-with-parent)
12353         (gnus-registry-fetch-simplified-message-subject-fast)
12354         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
12355         Remove text properties on ingress into the registry and when it's saved.
12356         (gnus-registry-clean-empty-function): Fix bug with cleaning the
12357         registry from entries with no groups.
12358
12359 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12360
12361         * gnus-util.el (gnus-string-remove-all-properties): Add utility
12362         function to remove string properties.
12363
12364 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12365
12366         * gmm-utils.el (gmm): Adjust custom version.
12367
12368         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
12369         Adjust custom version.
12370
12371         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
12372
12373 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12374
12375         * gnus-art.el (gnus-insert-prev-page-button)
12376         (gnus-insert-next-page-button): Simplify.  Reformat.
12377
12378 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12379
12380         * gnus-art.el (gnus-insert-prev-page-button)
12381         (gnus-insert-next-page-button): Apply gnus-article-button-face.
12382
12383 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
12384
12385         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
12386
12387 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12388
12389         * gnus-art.el (gnus-insert-mime-button)
12390         (gnus-insert-mime-security-button):
12391         Apply gnus-article-button-face to MIME and security buttons.
12392
12393 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
12394
12395         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
12396         readable.
12397
12398 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12399
12400         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
12401
12402 2006-09-20  Steve Youngs  <steve@sxemacs.org>
12403
12404         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
12405         `browse-url-of-file' instead of `browse-url'.
12406
12407 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12408
12409         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12410         regexp.  Articles containing quotation were cut prematurely.
12411
12412 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12413
12414         * message.el (message-cite-original-1): Use nobody by default for the
12415         value of From header.
12416         (message-reply): Ditto.
12417
12418 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
12419
12420         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
12421         to the gnus-info.  This fixes a bug of inline-PGP message verification.
12422         Reported by Michael Piotrowski <mxp@dynalabs.de>.
12423
12424 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
12425
12426         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
12427         mails in the doc string.  Add some URLs in comment.
12428         (pop3-movemail): Warn about pop3-leave-mail-on-server.
12429
12430 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12431
12432         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
12433         backslashes handling and the way to find boundaries of quoted strings.
12434
12435 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
12436
12437         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
12438         mml1991-encrypt-to-self is set and mml1991-signers is not set.
12439         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
12440         mml2015-encrypt-to-self is set and mml2015-signers is not set.
12441
12442 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12443
12444         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
12445         doc string.
12446         (gnus-button-regexp, gnus-button-last): Remove unused variables.
12447
12448 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12449
12450         * lpath.el: Fbind epg-check-configuration.
12451
12452 2006-09-06  Simon Josefsson  <jas@extundo.com>
12453
12454         * mml2015.el (mml2015-use): Doc fix, mention epg.
12455
12456 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12457
12458         * mml2015.el (mml2015-use): Default to epg, if available.
12459
12460 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12461
12462         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
12463         message-sender.
12464         (mml1991-epg-encrypt): Ditto.
12465         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
12466         message-sender.
12467         (mml2015-epg-encrypt): Ditto.
12468
12469 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
12470
12471         * message.el (message-send-mail-with-sendmail): Look for sendmail in
12472         several common directories.
12473
12474 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
12475
12476         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
12477         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
12478
12479 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12480
12481         * gnus-art.el (article-decode-encoded-words): Make it fast.
12482
12483 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12484
12485         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
12486
12487         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
12488         in quoted string into `\'.
12489
12490 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12491
12492         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12493         Use standard-syntax-table.
12494
12495 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12496
12497         * gnus-art.el (gnus-decode-address-function): New variable.
12498         (article-decode-encoded-words): Use it to decode headers which are
12499         assumed to contain addresses.
12500         (gnus-mime-delete-part): Remove useless `or'.
12501
12502         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
12503         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
12504         (gnus-nov-parse-line): Use it to decode From header.
12505         (gnus-get-newsgroup-headers): Ditto.
12506         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
12507
12508         * mail-parse.el (mail-decode-encoded-address-region): New alias.
12509         (mail-decode-encoded-address-string): New alias.
12510
12511         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12512         New function.
12513         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
12514         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
12515         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
12516         (rfc2047-decode-string): Ditto.
12517         (rfc2047-decode-address-region): New function.
12518         (rfc2047-decode-address-string): New function.
12519
12520 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
12521
12522         * message.el (message-caesar-buffer-body): Allow rotating headers.
12523
12524         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
12525
12526         * message.el (message-insert-formated-citation-line): Fix %f.
12527         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
12528
12529 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12530
12531         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
12532         (gnus-bookmark-mouse-available-p): New macro.
12533         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
12534         (gnus-bookmark-bmenu-show-infos): Use it.
12535         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
12536         (gnus-bookmark-bmenu-hide-infos): Ditto.
12537         (gnus-bookmark-remove-properties): New function.
12538         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
12539         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
12540         (gnus-bookmark-write-file): Bind coding-system-for-write.
12541         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
12542         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
12543         group before selecting it.
12544         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
12545         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
12546         quit-window if it is not available; use gnus-mouse-2 and bind it to
12547         gnus-bookmark-bmenu-select-by-mouse.
12548         (gnus-bookmark-show-details): Remove unused variable `details-list'.
12549         (gnus-bookmark-bmenu-select-by-mouse): New function.
12550
12551 2006-08-13  Romain Francoise  <romain@orebokech.com>
12552
12553         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
12554         space.
12555
12556 2006-08-10  Romain Francoise  <romain@orebokech.com>
12557
12558         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
12559         (dns-mode-soa-auto-increment-serial): New user option.
12560         (dns-mode-soa-maybe-increment-serial): New function.
12561         (dns-mode): Add the latter to `write-contents-functions'.
12562
12563 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12564
12565         * compface.el (uncompface): Use binary rather than raw-text-unix.
12566
12567 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12568
12569         * compface.el (uncompface): Make sure the eol conversion doesn't take
12570         place when communicating with the external programs.
12571         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12572
12573 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12574
12575         * nnheader.el (nnheader-insert-head): Fix typo in comment.
12576
12577 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12578
12579         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12580         Make it more robust by parsing author and date independently.
12581
12582 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12583
12584         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
12585
12586 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
12587
12588         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
12589         first matching secret key.
12590         (mml2015-epg-encrypt): Ditto.
12591
12592         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
12593         first matching secret key.
12594         (mml1991-epg-encrypt): Ditto.
12595
12596         * mml2015.el (mml2015-encrypt-to-self): New user option.
12597         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
12598         mml2015-epg-encrypt-to-self is set.
12599
12600         * mml1991.el (mml1991-encrypt-to-self): New variable.
12601         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
12602         mml1991-epg-encrypt-to-self is set.
12603
12604         * mml2015.el (mml2015-signers): New user option.
12605         (mml2015-epg-sign): Reflect the value of mml2015-signers.
12606         (mml2015-epg-encrypt): Allow to select signing keys.
12607
12608         * mml1991.el (mml1991-signers): New variable.
12609         (mml1991-epg-sign): Reflect the value of mml1991-signers.
12610         (mml1991-epg-encrypt): Allow to select signing keys.
12611
12612 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12613
12614         * nnheader.el (nnheader-insert-head): Make it work even if the file
12615         uses CRLF for the line-break code.
12616
12617 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
12618
12619         * mml2015.el: Require mml-sec instead of password.
12620         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12621         (mml2015-cache-passphrase): Inherit the default value from
12622         mml-secure-cache-passphrase.
12623         (mml2015-passphrase-cache-expiry): Inherit the default value from
12624         mml-secure-passphrase-cache-expiry.
12625
12626         * mml1991.el: Require mml-sec instead of password.
12627         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12628         (mml1991-cache-passphrase): Inherit the default value from
12629         mml-secure-cache-passphrase.
12630         (mml1991-passphrase-cache-expiry): Inherit the default value from
12631         mml-secure-passphrase-cache-expiry.
12632
12633         * mml-sec.el: Require password.
12634         (mml-secure-verbose): New user option.
12635         (mml-secure-cache-passphrase): New user option.
12636         (mml-secure-passphrase-cache-expiry): New user option.
12637
12638 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
12639
12640         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12641         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
12642         andreas@altroot.de (Andreas Vögele).
12643
12644         FIXME: Use `tiny change'?
12645
12646 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12647
12648         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12649         workaround for the url package included with Emacs.
12650
12651         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12652
12653 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12654
12655         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12656         correctly.  This fixes a bug caused by the 2006-05-12 change.
12657
12658 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
12659
12660         * nnmail.el (nnmail-article-group): If splitting raises an error, give
12661         some information about the error when saying that the `bogus' mail
12662         group will be used.
12663
12664 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
12665
12666         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12667         string.
12668
12669 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12670
12671         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12672
12673 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12674
12675         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12676
12677 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12678
12679         * mml1991.el (mml1991-function-alist): Add epg.
12680         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12681         (mml1991-epg-encrypt): New functions.
12682
12683 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12684
12685         * mml2015.el (mml2015-verbose): New variable.
12686         (mml2015-cache-passphrase): Ditto.
12687         (mml2015-passphrase-cache-expiry): Ditto.
12688         (mml2015-function-alist): Add epg.
12689         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12690         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12691         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12692         New functions.
12693
12694 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12695
12696         * message.el (message-cite-original-1): Preserve region when removing
12697         quoted text due to X-No-Archive in order to avoid bogus attribution
12698         when citing multiple messages.
12699
12700 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12701
12702         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12703         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12704
12705 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12706
12707         * gnus-diary.el (gnus-user-format-function-d)
12708         (gnus-user-format-function-D): Autoload.
12709
12710         * imap.el (Commentary): Fix typo.
12711
12712         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12713         2006-04-22 contribution.
12714
12715 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12716
12717         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12718         It didn't really fix the bogosity I'm seeing with solid web groups.
12719
12720 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12721
12722         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12723         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12724         created using server names.  If we use the feature without declaring
12725         it, Gnus does not properly manage server and group state.
12726
12727         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12728         bound.
12729
12730 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12731
12732         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12733         looking up the method using GROUP's prefix before inventing a new one.
12734         It is used on killed/unknown groups in various places where returning
12735         an all-new method isn't expected by the caller.
12736
12737         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12738         and match semantics of gnus-group-real-prefix.
12739
12740 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12741
12742         * nnmail.el (nnmail-broken-references-mailers): New variable.
12743         (nnmail-ignore-broken-references): New function generalizing
12744         nnmail-fix-eudora-headers.
12745         (nnmail-fix-eudora-headers): Now obsolete.
12746
12747         * gnus-art.el (gnus-button-handle-custom):
12748         Support `customize-apropos*'.
12749
12750 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12751
12752         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12753
12754         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12755         articles.
12756
12757 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12758
12759         * message.el (message-cite-reply-above): New variable.
12760         (message-yank-original): Use it.
12761
12762 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12763
12764         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12765
12766 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12767
12768         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12769         as read.
12770
12771         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12772
12773 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12774
12775         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12776         (gnus-bookmark-default-file): Use gnus-directory.
12777         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12778         Remove "*" in doc string.
12779         (gnus-bookmark-write-file): Simplify.
12780         (gnus-bookmark-maybe-sort-alist): Use `when'.
12781         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12782         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12783         Add FIXME about Emacs 21 and XEmacs compatibility.
12784         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12785         compatibility.
12786         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12787         compatibility.
12788         (gnus-bookmark-menu-heading): Fix version.
12789
12790 2006-06-19  Bastien Guerry  <bzg@altern.org>
12791
12792         * gnus-bookmark.el: New file.
12793
12794 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12795
12796         * message.el (message-syntax-checks): Doc fix.
12797
12798 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12799
12800         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12801         unsubscribed groups as if they were killed ones.  It causes duplicate
12802         entries in gnus-newsrc-alist.
12803
12804 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12805
12806         * message.el (message-syntax-checks): Doc fix.
12807         (message-send-mail): Add check for continuation headers.
12808         (message-check-news-header-syntax): Fix regexp used to check for
12809         continuation headers.
12810
12811 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12812
12813         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12814
12815 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12816
12817         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12818
12819 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12820
12821         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12822         default-truncate-lines.
12823
12824 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12825
12826         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12827         to fill the utf-8 entry.
12828
12829         * lpath.el: Fbind unicode-precedence-list.
12830
12831 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12832
12833         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12834
12835 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12836
12837         * gnus-agent.el (directory-files-and-attributes): Move all the way
12838         forward (the third and final move).
12839         (gnus-agent-read-agentview): Trap reconstruction errors due to
12840         nonexistent directory.  Handle by returning nil.
12841
12842 2006-05-30  Didier Verna  <didier@xemacs.org>
12843
12844         * message.el (message-dont-reply-to-names): Update the custom type.
12845         * message.el (message-dont-reply-to-names): New defsubst: potentially
12846         convert a list of regexps into a single one.
12847         * message.el (message-get-reply-headers): Use it.
12848         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12849
12850 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12851
12852         * gnus-agent.el (directory-files-and-attributes): Move forward.
12853
12854 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12855
12856         * gnus-ml.el (gnus-mailing-list-subscribe)
12857         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12858         (gnus-mailing-list-message): Fix doc strings.
12859
12860 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12861
12862         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12863         of doing it manually.
12864
12865 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12866
12867         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12868         comment.
12869
12870 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12871
12872         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12873         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12874         (gnus-agent-read-local): All symbols allocated in my-obarray.
12875         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12876         (gnus-agent-regenerate-group): Check numeric names to see if they are
12877         messages or groups.
12878         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12879         better way of do this...)
12880
12881         * gnus-cache.el (gnus-agent-total-fetched-for):
12882         Ignore 'dummy.group' (there should be a better way of do this...)
12883
12884 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12885
12886         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12887         (gnus-saved-headers): Ditto.
12888         (gnus-default-article-saver): Mention functions may have properties.
12889         (gnus-article-save): Override gnus-save-all-headers and
12890         gnus-saved-headers by :headers property which saver function may have.
12891         (gnus-summary-save-in-file): Add :headers property.
12892         (gnus-summary-write-to-file): Ditto.
12893
12894         * gnus-sum.el (gnus-summary-save-article): Bind
12895         gnus-prompt-before-saving to t when saving many articles in a file;
12896         always show all headers.
12897
12898         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12899
12900 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12901
12902         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12903         marks.
12904
12905         * message.el (message-indent-citation): Add optional arguments to allow
12906         using it outside of message buffers.
12907
12908         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12909         (gnus-article-treat-unfold-headers): Use it.
12910         (gnus-article-truncate-lines): New variable.
12911         (gnus-article-mode): Use it.
12912         (gnus-article-toggle-truncate-lines): New function.
12913
12914         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12915         Add gnus-article-toggle-truncate-lines.
12916
12917         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12918         coding system in XEmacs, use binary.
12919
12920 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12921
12922         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12923         after-load-alist.
12924
12925         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12926         this function should save decoded articles.
12927         (gnus-summary-write-to-file): Use property to specify this function
12928         should save decoded articles and specify gnus-summary-save-in-file
12929         should be used to save articles other than the first one when saving
12930         many articles.
12931         (gnus-summary-save-body-in-file): Use property to specify this
12932         function should save decoded articles.
12933         (gnus-summary-write-body-to-file): Use property to specify this
12934         function should save decoded articles and specify
12935         gnus-summary-save-body-in-file should be used to save articles other
12936         than the first one when saving many articles.
12937
12938         * gnus-sum.el (gnus-summary-save-article): Simplify.
12939
12940 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12941
12942         * gnus-art.el (gnus-default-article-saver):
12943         Add gnus-summary-write-body-to-file.
12944         (gnus-article-save-coding-system): Don't use coding system object
12945         in XEmacs.
12946         (gnus-read-save-file-name): Add optional `dir-var' argument which
12947         specifies directory in which files are saved; work even if optional
12948         `variable' argument is not specified.
12949         (gnus-summary-write-to-file): Read file name.
12950         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12951         (gnus-summary-write-body-to-file): New function.
12952
12953         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12954         (gnus-summary-local-variables): Add it.
12955         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12956         (gnus-summary-save-article): Remove optional `decode' argument;
12957         determine whether to decode articles by the value of
12958         gnus-default-article-saver; when saving many files using
12959         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12960         it first and use gnus-summary-save-in-file or
12961         gnus-summary-save-body-in-file thereafter unless
12962         gnus-prompt-before-saving is always; move point to article which
12963         will be saved.
12964         (gnus-summary-save-article-file): Revert.
12965         (gnus-summary-write-article-file): Revert.
12966         (gnus-summary-save-article-body-file): Revert.
12967         (gnus-summary-write-article-body-file): New function.
12968
12969 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12970
12971         * gnus-art.el (gnus-default-article-saver): Doc fix.
12972         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12973         from gnus-summary-save-article-coding-system, and default to a
12974         certain coding system.
12975         (gnus-output-to-file): Add coding cookie and encode text according
12976         to gnus-article-save-coding-system; don't use mm-append-to-file.
12977
12978         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12979         gnus-art.el and rename to gnus-article-save-coding-system.
12980         (gnus-summary-save-article): Require gnus-art; don't show all
12981         headers if it decodes articles; don't add coding cookie here;
12982         don't bind mm-text-coding-system-for-write.
12983         (gnus-summary-save-article-file): Save decoded articles.
12984         (gnus-summary-write-article-file): When saving many files, use
12985         gnus-summary-write-to-file first and gnus-summary-save-in-file
12986         thereafter unless gnus-prompt-before-saving is always.
12987         (gnus-summary-save-article-body-file): Save decoded articles.
12988
12989         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12990
12991 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12992
12993         * nnrss.el (nnrss-check-group): Bind hash-index.
12994
12995 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12996
12997         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12998         its hash index.  Store this hash in `nnrss-group-data'.
12999         (nnrss-read-group-data): Update accordingly.
13000
13001 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13002
13003         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
13004         entry.
13005
13006         * gnus-sum.el (gnus-summary-make-menu-bar):
13007         Add gnus-article-browse-html-article.
13008
13009 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
13010
13011         * gnus-sum.el (gnus-summary-mime-map):
13012         Add gnus-article-browse-html-article.
13013
13014         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
13015
13016 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13017
13018         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
13019         suitable coding systems in customize.
13020
13021 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
13022
13023         * mail-source.el (mail-sources): Fix custom type.
13024
13025 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13026
13027         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
13028         (gnus-summary-expire-articles-now): Shorten prompt.
13029
13030         * gmm-utils.el (wid-edit): Require.
13031         (defun-gmm): Rename from `gmm-defun-compat'.
13032         (gmm-image-search-load-path): Use it.
13033         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
13034
13035 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13036
13037         * gnus-sum.el (gnus-summary-save-article-coding-system):
13038         New variable.
13039         (gnus-summary-save-article): Add optional `decode' argument.
13040         If it is set and gnus-summary-save-article-coding-system is non-nil,
13041         save decoded article.
13042         (gnus-summary-write-article-file): Save decoded article if
13043         gnus-summary-save-article-coding-system is non-nil.
13044
13045         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
13046         type.
13047
13048 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13049
13050         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
13051
13052 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13053
13054         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
13055         first to test gnus-single-article-buffer which may be buffer-local.
13056
13057         * gnus-sum.el (gnus-summary-setup-buffer):
13058         Make gnus-single-article-buffer buffer-local and nil in ephemeral
13059         group; make gnus-article-buffer, gnus-article-current, and
13060         gnus-original-article-buffer always buffer-local.
13061         (gnus-summary-exit): Kill article buffer belonging to ephemeral
13062         group.
13063         (gnus-handle-ephemeral-exit): Don't move to next summary line.
13064
13065 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
13066
13067         * nnml.el (nnml-request-compact-group): Compressed files might not
13068         have .gz extension.
13069
13070 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13071
13072         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
13073         (mm-copy-to-buffer): Use with-current-buffer.
13074         (mm-display-part): Simplify.
13075         (mm-inlinable-p): Add optional arg `type'.
13076
13077 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13078
13079         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
13080         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
13081         Try harder to show the attachment internally or externally using
13082         gnus-mime-view-part-as-type.
13083
13084 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
13085
13086         * message.el (message-from-style, message-signature-separator)
13087         (message-user-organization-file, message-send-mail-function)
13088         (message-citation-line-function, message-yank-prefix)
13089         (message-indent-citation-function, message-signature)
13090         (message-signature-file, message-signature-insert-empty-line):
13091         Remove autoloads.
13092
13093         * gnus-art.el (gnus-buttonized-mime-types):
13094         Remove "multipart/signed".  Revert 2006-04-26 change.
13095
13096 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13097
13098         * gnus.el (gnus-version-number): Bump version.
13099
13100 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13101
13102         * gnus.el: No Gnus v0.5 is released.
13103
13104 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13105
13106         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
13107         fetching articles by message-id.
13108
13109 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13110
13111         * message.el (hashcash): Require hashcash as normal.
13112
13113         * ecomplete.el (ecomplete-highlight-match-line):
13114         Use point-at-eol.
13115         (ecomplete-highlight-match-line): Use `highlight', because that
13116         face exists in both Emacs and XEmacs.
13117
13118         * message.el (message-display-abbrev): Use point-at-bol.
13119
13120         * mail-source.el: Don't require timer/timer-funcs.
13121
13122         * gnus-async.el: Ditto.
13123
13124         * password.el: Ditto.
13125
13126         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
13127
13128         * mm-url.el: Ditto.
13129
13130         * gnus-xmas.el: Don't require timer-funcs.
13131
13132         * mm-util.el: Require timer/timer-funcs.
13133
13134 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13135
13136         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
13137         Close.
13138
13139 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13140
13141         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
13142         unibyte after clear-decrypt function runs.
13143
13144         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
13145         returns as a unibyte string.
13146
13147 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13148
13149         * lpath.el: Revert.
13150
13151         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
13152         (pgg-gpg-process-sentinel): Revert.
13153
13154         * pgg-pgp.el (pgg-pgp-process-region): Revert.
13155         (pgg-pgp-lookup-key): Revert.
13156
13157         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
13158         (pgg-pgp5-lookup-key): Revert.
13159
13160         * pgg.el (pgg-fetch-key): Revert.
13161
13162 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13163
13164         * lpath.el: Fbind string-as-multibyte for XEmacs.
13165
13166         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
13167         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
13168         (mml1991-pgg-encrypt): Ditto.
13169
13170         * pgg-gpg.el (pgg-string-to-multibyte): New function.
13171         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
13172         a multibyte buffer.
13173
13174         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
13175         (pgg-pgp-lookup-key): Ditto.
13176
13177         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
13178         (pgg-pgp5-lookup-key): Ditto.
13179
13180         * pgg.el (pgg-fetch-key): Ditto.
13181
13182 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
13183
13184         * message.el (message-user-organization-file): Check several
13185         locations of the organization file.
13186
13187         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
13188         Add gnus-article-view-part-as-type.
13189
13190         * gnus-art.el (gnus-article-view-part-as-type): New function.
13191
13192         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
13193         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
13194
13195         * mml.el: Simplify autoload.
13196         (mml-mode): defvar dnd-protocol-alist instead of using
13197         symbol-value.
13198         (mml-default-directory): New variable.
13199         (mml-minibuffer-read-file): Use it.
13200         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
13201
13202         * message.el (message-citation-line-format): New variable.
13203         (message-insert-formated-citation-line): New function.
13204         (message-citation-line-function):
13205         Add `message-insert-formated-citation-line' to custom type.
13206
13207         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
13208         to doc string.
13209
13210         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
13211         depending on mm-verify-option.
13212
13213 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13214
13215         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
13216         binding pgg-* variables; reimplement the section which prevents
13217         MIME header from being signed.
13218         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
13219         pgg-text-mode; remove a blank line at the top of body.
13220
13221         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
13222         lines at the top of body; use gnus-newsgroup-charset if there's no
13223         Charset header.
13224
13225 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13226
13227         * message.el (message-self-insert-commands): Doc fix.
13228
13229         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
13230         (mm-uu-pgp-encrypted-test): Ditto.
13231         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
13232         between header and body; return application/pgp-encrypted handle
13233         if decryption failed; decode decrypted body by charset.
13234
13235         * mm-decode.el (mm-automatic-display): Don't make application/pgp
13236         element match to application/pgp-*.
13237
13238 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13239
13240         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
13241         HTML.
13242
13243 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13244
13245         * mail-source.el (mail-source-call-script): Message the error
13246         string.
13247
13248 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13249
13250         * gnus-util.el (gnus-byte-compile): Use it.
13251
13252 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
13253
13254         * gnus-util.el (kill-empty-logs): New function.
13255
13256 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13257
13258         * message.el (message-mail-alias-type): Doc fix.
13259         (message-mail-alias-type-p): New function.
13260         (message-send): Use it.
13261         (message-mode): Ditto.
13262         (message-strip-forbidden-properties): Ditto.
13263
13264         * ecomplete.el (ecomplete-database-file-coding-system):
13265         New variable.
13266         (ecomplete-save): Use it.
13267         (ecomplete-setup): Use it.
13268
13269 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13270
13271         * message.el (message-self-insert-commands): New variable.
13272         (message-strip-forbidden-properties): Use it.
13273
13274 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13275
13276         * message.el (message-put-addresses-in-ecomplete): Use a regexp
13277         that doesn't make XEmacs choke.
13278
13279 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
13280
13281         * gnus-util.el (gnus-replace-in-string):
13282         Prefer replace-regexp-in-string over of replace-in-string.
13283
13284 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13285
13286         * gnus-util.el (gnus-select-frame-set-input-focus):
13287         Use select-frame-set-input-focus if it is available in XEmacs; use
13288         definition defined in Emacs 22 for old Emacsen.
13289
13290         * dgnushack.el: Autoload unmorse-region for XEmacs.
13291
13292         * lpath.el: Bind cursor-in-non-selected-windows and
13293         select-frame-set-input-focus for XEmacs.
13294
13295 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13296
13297         * mm-view.el (mm-inline-text): Use equal instead of equalp.
13298
13299 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
13300
13301         * gnus-registry.el (gnus-registry-cache-save): Remove text
13302         properties when saving via the temp buffer.
13303
13304 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13305
13306         * message.el (message-generate-hashcash): Honor custom type.
13307
13308 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13309
13310         * message.el (message-generate-hashcash): Default to non-nil when
13311         hashcash is found.
13312
13313         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
13314         (gnus-refer-thread-limit): Increase default to 500.
13315
13316         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
13317
13318         * flow-fill.el (fill-flowed): Allow delete-space.
13319
13320 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13321
13322         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13323         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
13324         Remove autoloads.
13325
13326 2006-04-18  Simon Josefsson  <jas@extundo.com>
13327
13328         * message.el (message-generate-hashcash): Default to.
13329
13330 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13331
13332         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13333         concatenating segments rather than before concatenating them.
13334
13335 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13336
13337         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
13338
13339 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13340
13341         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
13342
13343         * message.el (message-forward-make-body-plain):
13344         Allow message-forward-ignored-headers to be a list.
13345         (message-remove-ignored-headers): Factor out into function.
13346         (message-forward-make-body-mml): Use it.
13347
13348         * imap.el (imap-quote-specials): New function.
13349         (imap-login-auth): Quote specials.
13350
13351         * rfc2231.el (rfc2231-parse-string): Remove dead code.
13352         (rfc2231-parse-string): Allow concatanation of parameters that
13353         aren't contiguous.  The test case is
13354           (mail-header-parse-content-type "message/external-body;
13355             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
13356             access-type=LOCAL-FILE;
13357             name*1*=plugh%2fhello-sailor%2fbing.pdf")
13358
13359 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13360
13361         * nntp.el (nntp-accept-process-output): Return the value of
13362         `nnheader-accept-process-output'.
13363
13364 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13365
13366         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
13367         (gnus-button-alist): Recognize more diff formats.
13368         (gnus-button-patch): Strip directory.
13369
13370 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13371
13372         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
13373         Emacs 22 when setting focus.
13374
13375 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13376
13377         * gnus-art.el (gnus-article-treat-types): Do treatment of
13378         text/x-verbatim parts.
13379         (gnus-button-patch): New command.
13380
13381         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
13382         addresses that contain invalid characters.
13383
13384 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13385
13386         * message.el (message-put-addresses-in-ecomplete):
13387         Use gnus-replace-in-string.
13388         (message-is-yours-p): Use the more correct
13389         mail-header-parse-address instead of
13390         mail-extract-address-components.
13391         (message-put-addresses-in-ecomplete): Fix typo.
13392
13393         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
13394         keystroke.
13395
13396         * gnus-art.el (gnus-treatment-function-alist): Change order of
13397         newsgroups/generic header folding to avoid double-folding.
13398
13399         * message.el (message-hidden-headers): Add X-Draft-From.
13400
13401         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
13402         New command.
13403         (gnus-summary-repeat-search-article-backward): New command.
13404
13405         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
13406         groups in the parent topic.
13407
13408 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
13409
13410         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
13411         (spam-extra-header-to-number): Return the CRM114 number as a
13412         number instead of a string.
13413
13414 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13415
13416         * gnus-art.el (gnus-face-properties-alist): Move here from
13417         gnus-fun.
13418
13419         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
13420
13421 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13422
13423         * message.el (message-strip-forbidden-properties): Only display on
13424         self-insert-command.
13425
13426         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
13427         reindent.
13428         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
13429
13430 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
13431
13432         * smiley.el (smiley-style): Fix typo.
13433
13434 2006-03-23  Kenichi Handa  <handa@m17n.org>
13435
13436         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
13437         instead of set-buffer-multibyte.
13438
13439 2006-03-23  Kenichi Handa  <handa@m17n.org>
13440
13441         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13442         buffer and then decode the buffer text if necessary.
13443         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13444         first, and after mm-encode-body, change the buffer to unibyte.
13445
13446 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13447
13448         * hashcash.el (hashcash-insert-payment-async-2):
13449         Use message-goto-eoh instead of doing it manually.
13450         (mail-add-payment): Use message-narrow-to-header instead of trying
13451         to do the same itself.
13452
13453         * message.el (message-hidden-headers): Add Face.
13454
13455         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
13456         reparenting code.
13457         (gnus-summary-reparent-children): Refactored out code.
13458         (gnus-summary-thread-map): New keystroke.
13459         (gnus-summary-reparent-children): Make into command.
13460
13461         * smiley.el (smiley-style): Default to `medium' if using a large
13462         font.
13463
13464         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
13465         does it itself.
13466
13467         * message.el (message-point-in-header-p): Simplify definition.
13468
13469 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13470
13471         * nnagent.el (nnagent-request-set-mark): Silence log file
13472         writing.
13473         (nnagent-request-set-mark): Use write-region instead of
13474         append-to-file.
13475
13476         * gnus-sum.el (gnus-read-header): Fudge article number if using a
13477         strange select method.
13478
13479         * ecomplete.el (ecomplete-display-matches): Get highlightling
13480         right.
13481         (ecomplete-display-matches): Use literals.
13482         (ecomplete-display-matches): Disable message logging.
13483
13484         * message.el (message-display-abbrev): Small optimization.
13485
13486         * ecomplete.el (ecomplete-display-matches): Allow automatic
13487         display.
13488
13489         * message.el (message-strip-forbidden-properties):
13490         Display abbrevs.
13491         (message-display-abbrev): Get automatic display right.
13492
13493         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
13494         keystrokes.
13495
13496 2006-04-13  Romain Francoise  <romain@orebokech.com>
13497
13498         TODO: Backport to v5-10!
13499
13500         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
13501         Move here (and rename) from gnus-registry.el.
13502
13503         * gnus-registry.el: Require gnus-util.
13504         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
13505
13506 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13507
13508         * gnus-group.el (gnus-group-catchup-current):
13509         Change if-then-else-if-then-else into cond.
13510         (gnus-group-catchup): Indent.
13511         (group-name-at-point): New function.
13512         (gnus-fetch-group): Provide default from thing at point.
13513
13514 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13515
13516         * message.el (message-display-abbrev): Fix regexp.
13517
13518         * ecomplete.el (ecomplete-highlight-match-line):
13519         Reimplement choosing.
13520         (ecomplete-highlight-match-line): Fix up code rewrite, remove
13521         dead variables.
13522
13523         * message.el (message-newline-and-indent): Remove debugging.
13524         (message-display-abbrev): Use new implementation.
13525
13526 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13527
13528         * gnus-art.el (gnus-article-mode):
13529         Set cursor-in-non-selected-windows to nil.
13530
13531         * smiley.el: Revert previous change.
13532         (smiley-data-directory): defvar it before using it in the
13533         defcustom of `smiley-style'.
13534
13535 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13536
13537         * message.el (message-newline-and-indent): New function.
13538
13539         * ecomplete.el: Implement more bits.
13540
13541         * message.el (message-put-addresses-in-ecomplete): Clean up the
13542         string.
13543
13544         * ecomplete.el (ecomplete-add-item): Chop off decimals.
13545
13546         * gnus-sum.el (gnus-summary-save-parts):
13547         Bind gnus-summary-save-parts-counter and use it to make unique file
13548         names.
13549
13550         * gnus-art.el (gnus-ignored-headers): Add some more headers.
13551
13552         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
13553         parameter to say whether to actually parse the individual
13554         addresses.
13555
13556         * message.el (message-put-addresses-in-ecomplete): New function.
13557         (ecomplete): Require.
13558         (message-mail-alias-type): Add ecomplete as an option.
13559
13560 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
13561
13562         * flow-fill.el (fill-flowed): Remove trailing space from blank
13563         quoted lines.
13564
13565 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13566
13567         * smiley.el (smiley-style): Move definition later to avoid a
13568         compilation warning.
13569
13570 2006-04-12  Kenichi Handa  <handa@m17n.org>
13571
13572         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13573         buffer and then decode the buffer text if necessary.
13574         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13575         first, and after mm-encode-body, change the buffer to unibyte.
13576         Use mm-disable-multibyte instead of set-buffer-multibyte.
13577
13578 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13579
13580         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
13581         Content-Type header instead of Content-Disposition header.
13582         (gnus-mime-inline-part): Ditto.
13583         (gnus-mime-view-part-as-charset): Ignore charset that the part
13584         specifies.
13585
13586         * mm-decode.el (mm-display-part): Work with external parts and
13587         usual parts similarly.
13588
13589         * mm-extern.el (mm-inline-external-body): Use mm-display-part
13590         instead of gnus-display-mime.
13591
13592         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
13593         instead of with-temp-buffer.
13594
13595         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
13596         tag to summarized topics part in order to encode non-ASCII text.
13597
13598 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13599
13600         * smiley.el (smiley-style): New variable.
13601         (smiley-directory): New function.
13602         (smiley-data-directory): Derive from `smiley-style' using
13603         `smiley-directory'.
13604         (smiley-regexp-alist): Add new entries.
13605
13606         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
13607         (gnus-article-browse-delete-temp): Add :version.
13608
13609 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
13610
13611         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
13612         the sieve region.
13613
13614 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13615
13616         * gnus.el (gnus-version-number): Bump version.
13617
13618 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13619
13620         * gnus.el: No Gnus v0.4 is released.
13621
13622 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13623
13624         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13625         layout.
13626
13627         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13628         unknown charset.
13629
13630         * message.el (message-header-synonyms): Add Original-To to the
13631         default.
13632
13633         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13634         optional parameter.
13635
13636 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13637
13638         * gnus-fun.el (gnus): Require it for gnus-directory.
13639
13640 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13641
13642         * gnus-fun.el (gnus-face-properties-alist): Add :version.
13643
13644 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13645
13646         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13647
13648 2006-04-05  Simon Josefsson  <jas@extundo.com>
13649
13650         * password.el (password-reset): New function.
13651
13652 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13653
13654         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13655         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13656
13657 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13658
13659         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13660         Some whitespace was matched into the url, which broke browsing hits
13661         > 100 when mm-url-use-external was nil.
13662
13663 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13664
13665         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13666         Check gnus-extra-headers for 'Newsgroups.
13667
13668         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13669         bound.
13670
13671 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13672
13673         * pgg-gpg.el: Clean up process buffers every time gpg processes
13674         complete.
13675
13676 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13677
13678         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13679         doc string.
13680
13681 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13682
13683         * pgg-gpg.el (pgg-gpg-process-filter)
13684         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13685
13686         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13687         lines, temporary fix.
13688
13689 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13690
13691         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13692
13693 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13694
13695         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13696         default-enable-multibyte-characters.  This reverts the change from
13697         revision 6.17 which is no longer necessary because the passphrase
13698         is sent separately now.  GnuPG messages are unreadable under
13699         multibyte locales with default-enable-multibyte-characters set to
13700         nil.
13701
13702 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13703
13704         * message.el (message-tool-bar-gnome): Move "spell".
13705
13706 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13707
13708         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13709         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13710         instead.
13711
13712 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13713
13714         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13715         Improve newsgroups handling for NNTP overviews which don't include
13716         Newsgroups.
13717
13718 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13719
13720         * message.el (message-resend): Bind message-generate-hashcash to nil.
13721
13722 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13723
13724         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13725         when searching for already-paid recipients.
13726
13727 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13728
13729         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13730         passphrases when it is not needed.
13731         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13732         passphrase stuff from gpg, should only be necessary when you use
13733         gpg with a smartcard.
13734
13735 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13736
13737         * mml.el (mml-insert-mime): Ignore cached contents of
13738         message/external-body part.
13739
13740         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13741         (mm-insert-part): Ditto.
13742
13743 2006-03-23  Simon Josefsson  <jas@extundo.com>
13744
13745         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13746         Reiner.
13747         (pgg-gpg-use-agent-p): Use it again.
13748
13749 2006-03-23  Simon Josefsson  <jas@extundo.com>
13750
13751         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13752         older emacsen.
13753         (pgg-gpg-use-agent-p): Don't use it.
13754
13755 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13756
13757         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13758         if we can.
13759
13760 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13761
13762         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13763         (pgg-gpg-update-agent): New function.
13764         (pgg-gpg-use-agent-p): New function.
13765         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13766         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13767         (pgg-gpg-sign-region): Use it.
13768
13769 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13770
13771         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13772         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13773
13774 2006-03-21  Simon Josefsson  <jas@extundo.com>
13775
13776         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13777         <wilde@sha-bang.de>.
13778         (pgg-gpg-use-agent): New variable.
13779         (pgg-gpg-process-region): Use it.
13780         (pgg-gpg-encrypt-region): Likewise.
13781         (pgg-gpg-encrypt-symmetric-region): Likewise.
13782         (pgg-gpg-decrypt-region): Likewise.
13783         (pgg-gpg-sign-region): Likewise.
13784         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13785
13786 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13787
13788         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13789
13790         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13791         Add comment on version.
13792
13793 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13794
13795         * smiley.el: Add missing test smiley.
13796
13797 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13798
13799         * mm-decode.el (mm-with-part): New macro.
13800         (mm-get-part): Use it; work with message/external-body as well.
13801         (mm-save-part): Treat name and filename equally.
13802
13803         * mm-extern.el (mm-extern-cache-contents): New function.
13804         (mm-inline-external-body): Use it; force the part to be displayed;
13805         move undisplayer added to the cached handle to the parent.
13806
13807         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13808         (gnus-mime-view-part-as-type): Work with message/external-body.
13809
13810         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13811
13812 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13813
13814         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13815         images in image-load-path.  [Sync with image.el, revision 1.60, in
13816         Emacs.]
13817
13818 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13819
13820         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13821         path rather than symbol.  Always return list of directories.
13822         Guarantee that image directory comes first.  [Sync with image.el,
13823         revision 1.59, in Emacs.]
13824
13825         * message.el (message-make-tool-bar): Adjust to new API of
13826         `gmm-image-load-path-for-library'.
13827
13828         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13829
13830         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13831
13832 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13833
13834         * gnus-art.el (gnus-article-only-boring-p):
13835         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13836         intangible text.
13837         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13838
13839 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13840
13841         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13842         Use `defun' instead of `gmm-defun-compat'.
13843
13844 2006-03-14  Simon Josefsson  <jas@extundo.com>
13845
13846         * message.el (message-unique-id): Don't use message-number-base36
13847         if (user-uid) is a float.
13848         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13849
13850 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13851
13852         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13853
13854         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13855         empty line between a part and a message part.
13856
13857 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13858
13859         * smiley.el: Add more test smileys.
13860         (smiley-data-directory, smiley-regexp-alist)
13861         (gnus-smiley-file-types): Fix doc strings.
13862         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13863         adding new elements.
13864         (smiley-mouse-map): Unused code.  Make it a comment.
13865
13866 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13867
13868         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13869         scan latest NoCeM messages instead of old ones.
13870         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13871         delimiters that are recently used.
13872         (gnus-nocem-load-cache): Add autoload cookie.
13873
13874         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13875
13876         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13877         level which is larger than gnus-use-nocem is specified.
13878
13879         * gnus-group.el (gnus-group-get-new-news): Ditto.
13880
13881 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13882
13883         * gnus-util.el (gnus-tool-bar-update): New function.
13884
13885         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13886         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13887
13888         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13889
13890         * gnus-group.el (gnus-group-redraw-when-idle)
13891         (gnus-group-redraw-check): Remove.
13892         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13893
13894 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13895
13896         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13897         if optional last element is specified in splits (FIELD VALUE...).
13898
13899 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13900
13901         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13902         to gmm-image-load-path-for-library.  Call with no-error argument.
13903         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13904
13905         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13906
13907         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13908
13909         * gmm-utils.el (gmm-image-load-path): Remove alias.
13910
13911 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13912
13913         * gmm-utils.el (gmm-image-load-path): Add alias.
13914
13915         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13916         nnml-generate-nov-databases-1.
13917         (nnml-generate-nov-databases): Use it.
13918         (nnml-generate-nov-databases-directory): Document no-active
13919         argument.
13920
13921         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13922         directory if path is t.  Add no-error.
13923
13924         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13925         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13926
13927         * gnus-art.el (gnus-article-browse-delete-temp-files):
13928         Simplify resetting gnus-article-browse-html-temp-list.
13929
13930         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13931         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13932         Add example to docstring.  Rename local variables.  Move error
13933         checks to default case in cond and simplify.
13934
13935 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13936
13937         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13938         handle is multipart when calling it recursively.
13939         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13940
13941 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13942
13943         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13944         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13945
13946 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13947
13948         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13949         is loaded.
13950
13951         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13952         loaded.
13953
13954 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13955
13956         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13957         to "Emacs 23 (unicode)" in doc string.
13958
13959         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13960         "Emacs 23 (unicode)" in comment.
13961
13962 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13963
13964         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13965
13966         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13967         characters 160 through 255 in Emacs 23.
13968
13969 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13970
13971         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13972         gnus-article-browse-html-temp.
13973         (gnus-article-browse-delete-temp): Make it customizable.
13974         Add `file'.  Adjust doc string.
13975         (gnus-article-browse-delete-temp-files): Add argument.
13976         Allow query for each file.  Adjust doc string.
13977         (gnus-article-browse-html-parts):
13978         Add `gnus-article-browse-delete-temp-files' to
13979         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13980
13981 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13982
13983         * gnus-art.el (gnus-article-browse-html-temp)
13984         (gnus-article-browse-delete-temp): New variables.
13985         (gnus-article-browse-delete-temp-files): New function.
13986         (gnus-article-browse-html-parts): Use it.
13987
13988 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13989
13990         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13991
13992         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13993         string.
13994
13995         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13996         gnus-summary-insert-new-articles when unplugged.
13997         Remove gnus-summary-search-article-forward.
13998
13999         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
14000         display-visual-class instead of display-color-cells.
14001
14002 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14003
14004         * dgnushack.el: Autoload customize-group for XEmacs.
14005
14006         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
14007         message/* containing non-ASCII text properly.
14008
14009 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14010
14011         * message.el: Require gmm-utils, remove autoloads.
14012         (message-tool-bar): Set default based on
14013         gmm-tool-bar-style.
14014         (message-tool-bar-gnome): Add gmm-customize-mode.
14015
14016         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
14017         gmm-tool-bar-style.
14018         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
14019
14020         * gnus-group.el (gnus-group-tool-bar): Set default based on
14021         gmm-tool-bar-style.
14022         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
14023
14024         * gmm-utils.el (gmm-image-directory): Rename variable from
14025         gmm-image-load-path.
14026         (gmm-image-load-path): Use gmm-image-directory.
14027         (gmm-customize-mode): New function.
14028         (gmm-tool-bar-style): New variable.
14029
14030         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
14031         gnus-group-redraw-line-number.
14032         (gnus-group-redraw-check): Simplify.
14033         (gnus-group-tool-bar-update): Remove redraw check.
14034         (gnus-group-make-tool-bar): Add redraw check.
14035
14036 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
14037
14038         * gnus-art.el (gnus-button): Add missing parentheses.
14039
14040 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14041
14042         * lpath.el: Fbind line-number-at-pos.
14043
14044 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14045
14046         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
14047
14048 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
14049
14050         * gnus-art.el (gnus-button): New face.
14051         (gnus-article-button-face): Use it.
14052
14053         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14054         Add gnus-summary-next-page.  Re-order.
14055
14056         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
14057         next-node are now included.
14058         (gnus-group-redraw-line-number): New internal variable.
14059         (gnus-group-redraw-check): Helper function for updating the tool
14060         bar.
14061         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
14062
14063         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
14064
14065         * spam.el (spam-spamassassin-score-regexp): New internal variable.
14066         (spam-extra-header-to-number, spam-check-spamassassin-headers):
14067         Use it to match format of Spamassassin 3.0 and later.
14068         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
14069         (spam-check-bogofilter)
14070         (spam-bogofilter-register-with-bogofilter): Fix args of
14071         `gnus-error' calls.
14072
14073 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
14074
14075         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
14076         unnecessary interaction when sending queued mails.
14077         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
14078
14079 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14080
14081         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
14082         first or last are nil.
14083
14084 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14085
14086         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
14087
14088 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14089
14090         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
14091
14092 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14093
14094         * dns.el (query-dns): Protect more against buggy tcp output.
14095
14096 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14097
14098         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
14099         nov.php.
14100
14101 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14102
14103         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
14104         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
14105         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
14106         output on the server side.
14107         (nnweb-google-create-mapping): Update regexps and add some
14108         progress indication.
14109
14110 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
14111
14112         * gnus-group.el (gnus-group-tool-bar-gnome):
14113         Fix gnus-agent-toggle-plugged.  Re-order icons.
14114         (gnus-group-tool-bar-gnome):
14115         Add gnus-group-{prev,next}-unread-group.
14116         (gnus-group-tool-bar-gnome): Re-order icons.
14117
14118         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14119         Move gnus-summary-insert-new-articles.
14120
14121         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
14122         Fix comments.
14123
14124         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
14125         also available in Emacs 21.3.
14126
14127         * message.el (message-fix-before-sending): Change "Emacs 22" to
14128         "Emacs 23 (unicode)" in comment.
14129
14130         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
14131         "Emacs 23 (unicode)" in comment.
14132
14133         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
14134         comment.
14135         (mm-coding-system-p): Add comment about no-MULE XEmacs.
14136
14137         * mm-view.el (mm-fill-flowed): Add :version.
14138
14139 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14140
14141         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
14142         and load-path.
14143
14144 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
14145
14146         * message.el: Autoload gmm-image-load-path.
14147         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
14148         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
14149         consitency.
14150
14151         * gmm-utils.el (gmm-image-load-path): Also search in
14152         "../etc/images".  Don't set gmm-image-load-path if we don't find
14153         the image.
14154
14155 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14156
14157         * gmm-utils.el (gmm-image-load-path): Don't make
14158         `gmm-image-load-path' include subdirectories which the second arg
14159         `image' might specify.
14160
14161         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
14162         subdirectory to icon file names.
14163
14164         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
14165
14166 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14167
14168         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
14169         gmm-image-load-path calls.
14170
14171         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14172
14173         * message.el (message-make-tool-bar): Ditto.
14174
14175         * mml.el (mml-preview): Add comment concerning tool bar icons.
14176
14177         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
14178         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
14179
14180         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
14181         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
14182
14183         * message.el (message-tool-bar-gnome): Use new icon names.
14184         (message-make-tool-bar): Use `gmm-image-load-path'.
14185
14186         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
14187         New functions from MH-E.
14188         (gmm-image-load-path): New variable from MH-E.
14189         (gmm-image-load-path): New function from MH-E.  Add arguments
14190         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
14191         *-image-load-path-called-flag.
14192
14193 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
14194
14195         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
14196
14197 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
14198
14199         * nnimap.el (nnimap-request-move-article): Change folder back to
14200         source group before deleting.
14201
14202 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
14203
14204         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
14205
14206         * gnus-art.el (mm-url-insert-file-contents-external):
14207         Autoload mm-url.
14208
14209         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
14210
14211 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14212
14213         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
14214         coding system which mm-charset-to-coding-system returns for a
14215         given charset is valid.
14216
14217 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
14218
14219         * html2text.el (html2text-remove-tag-list):
14220         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
14221
14222 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
14223
14224         * gnus-cus.el: Revert 2005-10-17 change.
14225
14226 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14227
14228         * gnus-art.el (article-strip-banner):
14229         Call article-really-strip-banner only when the regexp match is made.
14230
14231 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14232
14233         * gnus-art.el (article-strip-banner):
14234         Use gnus-extract-address-components instead of
14235         mail-header-parse-addresses to make it work with non-ASCII text;
14236         remove mail-encode-encoded-word-string.
14237
14238         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
14239         values which are surrounded with \"...\"; make it never cause a
14240         Lisp error; give up parsing of parameters if it failed in
14241         extracting type.
14242
14243 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
14244
14245         * smime.el (smime-cert-by-ldap-1): Fix bug where
14246         `smime-ldap-search' returns results without userCertificates.
14247
14248 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14249
14250         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
14251
14252 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14253
14254         * spam.el (spam-check-spamassassin-headers): Adapt format for
14255         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
14256         <ari@mbf.ocn.ne.jp>.
14257         (spam-list-of-processors): Add spam-use-gmane.
14258
14259 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14260
14261         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
14262         make-temp-file; make it work with XEmacs as well.
14263
14264         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
14265         mm-make-temp-file.
14266
14267         * mm-decode.el (mm-display-external): Use the 3rd arg of
14268         mm-make-temp-file.
14269         (mm-create-image-xemacs): Ditto.
14270
14271 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14272
14273         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
14274         with message-narrow-to-headers.
14275         (gnus-draft-setup): Narrow to header to run message-fetch-field.
14276         (gnus-draft-check-draft-articles): New function.
14277         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
14278
14279 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14280
14281         * gnus-art.el (gnus-article-browse-html-parts):
14282         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
14283         Don't use suffix argument for mm-make-temp-file for Emacs 21
14284         compatibility.  Remove useless `format'.
14285
14286 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14287
14288         * nnweb.el (nnweb-google-wash-article): Update regexps.
14289         (nnweb-group-alist): Use defvoo instead of defvar.
14290
14291 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14292
14293         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
14294         re-loading nn* modules.
14295
14296 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14297
14298         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
14299         for `tool-bar-mode' and don't check it's default-value.
14300
14301         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14302
14303         * message.el (message-make-tool-bar): Ditto.
14304
14305         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
14306         `substring'.  Shorten tmp-file name.
14307
14308         * gnus.el: Remove bogus comment.
14309
14310 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
14311
14312         * gnus-art.el (gnus-article-browse-html-parts): New function.
14313         (gnus-article-browse-html-article): New function for viewing html
14314         articles with a browser.
14315
14316 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
14317
14318         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
14319         in elisp.
14320         (pgg-gpg-encrypt-symmetric-region): Ditto.
14321         (pgg-gpg-sign-region): Ditto.
14322
14323         * pgg-def.el (pgg-text-mode): New variable.
14324
14325         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
14326         (mml2015-pgg-encrypt): Ditto.
14327
14328         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
14329         (mml1991-pgg-encrypt): Ditto.
14330
14331 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14332
14333         * nnfolder.el (nnfolder-insert-newsgroup-line):
14334         Use message-make-date instead of current-time-string.
14335
14336         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
14337         to gnus-decoded which mm-uu might set.
14338
14339 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14340
14341         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
14342         don't decode quoted parameters; remove misimported Emacs code.
14343         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14344         (rfc2231-decode-encoded-string): Don't use split-string which
14345         behaves differently according to Emacs version; use
14346         mm-decode-coding-region to convert charset to coding-system.
14347         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14348         (rfc2231-encode-string): Remove misimported Emacs code.
14349
14350 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14351
14352         * gnus-art.el (article-decode-charset): Don't use ignore-errors
14353         when calling mail-header-parse-content-type.
14354         (article-de-quoted-unreadable): Ditto.
14355         (article-de-base64-unreadable): Ditto.
14356         (article-wash-html): Ditto.
14357
14358         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
14359         calling mail-header-parse-content-type and
14360         mail-header-parse-content-disposition.
14361         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
14362         mail-header-parse-content-type.
14363
14364         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
14365         insert charset and format parameters; encode description after
14366         inserting it to buffer.
14367         (mml-insert-parameter): Fold lines properly even if a parameter is
14368         segmented into two or more lines; change the max column to 76.
14369
14370         * rfc1843.el (rfc1843-decode-article-body): Don't use
14371         ignore-errors when calling mail-header-parse-content-type.
14372
14373         * rfc2231.el (rfc2231-parse-string): Return at least type if
14374         possible; don't cause an error even if it fails in parsing of
14375         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14376         (rfc2231-encode-string): Don't break lines at the beginning, leave
14377         it to mml-insert-parameter.
14378
14379         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
14380         calling mail-header-parse-content-type.
14381
14382 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
14383
14384         * spam-report.el (spam-report-gmane-use-article-number):
14385         Improve doc string.
14386         (spam-report-gmane-internal): Check if a suitable header was found
14387         in the article.
14388
14389 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14390
14391         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
14392         (rfc2231-encode-string): Make param*=value always begin with LWSP.
14393
14394 2006-02-05  Romain Francoise  <romain@orebokech.com>
14395
14396         Update copyright notices of all files in the gnus directory.
14397
14398 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14399
14400         * nnweb.el (nnweb-request-group): Avoid growing overview files.
14401
14402 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14403
14404         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
14405         segmented lines of parameter value to cope with Thunderbird 1.5
14406         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
14407         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14408         (rfc2231-encode-string): Don't make lines exceeding 76 column.
14409
14410 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
14411
14412         * mml.el (mml-generate-mime-1): Correct the order of inline signed
14413         parts.
14414
14415 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14416
14417         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
14418         there's only one active file for all servers.
14419         (nnweb-request-scan): Make sure nnweb-articles is initialized on
14420         solid groups.  Gnus might have used a FAST request to select the group.
14421         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
14422         and nnweb-search redundantly in the active file.
14423         (nnweb-request-list): Don't list bogus groups.  There can only be one.
14424         (nnweb-request-create-group): Don't use ARGS.
14425         (nnweb-possibly-change-server, nnweb-request-group): Remove some
14426         initialisations.  Let nnoo do the work.
14427
14428 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14429
14430         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
14431         Say the part has been decoded.
14432
14433         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
14434
14435 2006-01-31  Kevin Ryde  <user42@zip.com.au>
14436
14437         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
14438         mailcap-viewer-test-cache when there's no 'test clause, since that
14439         will invert the meaning of a "nil" test previously determined by
14440         mailcap-mailcap-entry-passes-test.
14441
14442 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14443
14444         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
14445         compiling.
14446
14447         * gnus-sum.el: Ditto.
14448
14449         * message.el: Don't bind tool-bar-map when compiling.
14450
14451 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
14452
14453         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
14454
14455 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14456
14457         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
14458         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
14459         current Google Groups.
14460
14461 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
14462
14463         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
14464         and tool-bar-mode.
14465
14466         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
14467         and tool-bar-mode.
14468
14469         * message.el (message-tool-bar-update): Simplify.
14470         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
14471
14472         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
14473         gnus-summary-buffer.
14474         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
14475         gnus-summary-reply.
14476
14477         * gmm-utils.el (gmm): Add :version.
14478
14479 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14480
14481         * Makefile.in (clean): New rule.
14482         (distclean): Use it.
14483
14484 2006-01-26  Steve Youngs  <steve@sxemacs.org>
14485
14486         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
14487         Don't autoload.
14488
14489 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14490
14491         * gmm-utils.el (gmm-verbose): Add :group.
14492
14493 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
14494
14495         * message.el: Change some comments WRT tool-bars.
14496
14497         * gnus-sum.el (gnus-summary-tool-bar)
14498         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
14499         (gnus-summary-tool-bar-zap-list): New variables.
14500         (gnus-summary-make-tool-bar): Complete rewrite using
14501         `gmm-tool-bar-from-list'.
14502
14503         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
14504         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
14505         New variables.
14506         (gnus-group-make-tool-bar): Complete rewrite using
14507         `gmm-tool-bar-from-list'.
14508         (gnus-group-tool-bar-update): New function.
14509
14510         * message.el (message-mode-field-menu): Add "Show hidden Headers".
14511
14512 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14513
14514         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
14515         is dissected into a single part of which the type is the same as
14516         the given one; decode charset.
14517
14518 2006-01-21  Kevin Ryde  <user42@zip.com.au>
14519
14520         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
14521         into alists as symbol not string, since that's what
14522         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
14523         look for.
14524
14525 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
14526
14527         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
14528         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
14529
14530         * message.el (message-tool-bar-gnome): Use gmm-ignore.
14531
14532 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14533
14534         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
14535         (gnus-xmas-mime-security-button-menu): New function.
14536
14537         * gnus-art.el (gnus-mime-security-button-commands): New variable.
14538         (gnus-mime-security-button-menu): New definition.
14539         (gnus-mime-security-button-map): Use them.
14540         (gnus-mime-security-button-menu): New function.
14541         (gnus-insert-mime-security-button): Addition to help echo.
14542         (gnus-mime-security-run-function, gnus-mime-security-save-part)
14543         (gnus-mime-security-pipe-part): New functions.
14544
14545         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
14546         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
14547
14548         * mm-decode.el (mm-handle-set-disposition): Remove.
14549         (mm-handle-set-description): Remove.
14550
14551 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14552
14553         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
14554         (mm-w3m-standalone-supports-m17n-p): New function.
14555         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
14556         w3m usage.
14557
14558         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
14559         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
14560
14561 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14562
14563         * message.el (message-tool-bar-zap-list):
14564         Use gmm-tool-bar-zap-list as custom type.
14565         (message-tool-bar-update): New function.
14566         (message-tool-bar, message-tool-bar-gnome)
14567         (message-tool-bar-retro): Add message-tool-bar-update.
14568         (message-tool-bar-gnome): Add flyspell-buffer.
14569
14570         * gnus-util.el (gnus-error): Describe `args'.
14571
14572         * gmm-utils.el (gmm-error): Describe `args'.
14573         (gmm-tool-bar-zap-list): New widget.
14574         (gmm-tool-bar-from-list): Improve description of `zap-list'.
14575
14576 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14577
14578         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
14579         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
14580         the number of recursive calls.
14581
14582         * mm-decode.el (mm-handle-set-disposition): New macro.
14583         (mm-handle-set-description): New macro.
14584
14585 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14586
14587         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
14588         encoding.
14589
14590 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14591
14592         * message.el (message-tool-bar-zap-list, message-tool-bar)
14593         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
14594         (message-tool-bar-local-item-from-menu): Remove.
14595         (message-tool-bar-map): Replace by `message-make-tool-bar'.
14596         (message-make-tool-bar): New function.
14597         (message-mode): Use `message-make-tool-bar'.
14598
14599         * gmm-utils.el: New file.
14600         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
14601         (gmm-lazy): New widget copied from `nnmail.el'.
14602         (gmm-tool-bar-from-list): New function for creating customizable
14603         tool bars.
14604         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
14605         output.
14606         (gmm): Add :prefix to defgroup.
14607
14608 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
14609
14610         * gmm-utils.el (gmm-widget-p): New function.
14611
14612 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14613
14614         * mml.el (mml-attach-file): Describe `description' in doc string.
14615         (mml-menu): Add Emacs MIME manual and PGG manual.
14616
14617 2006-01-20  Richard M. Stallman  <rms@gnu.org>
14618
14619         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
14620
14621 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
14622
14623         * nntp.el (nntp-end-of-line): Doc fix.
14624
14625 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
14626
14627         * imap.el (imap-open): Handle case where buffer is a buffer
14628         object.
14629
14630 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14631
14632         * gnus-delay.el (gnus-delay): Don't autoload.
14633         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14634         to be re-loaded when customizing the `gnus-delay' group.
14635
14636 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
14637
14638         * message.el (message-insert-citation-line): Use newlines.
14639
14640 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14641
14642         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14643         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
14644         these routines, so the passphrase can be managed externally and
14645         passed in to the system.
14646         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14647         pgg-add-passphrase-to-cache function.
14648
14649         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14650         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
14651         these routines, so the passphrase can be managed externally and
14652         passed in to the system.
14653         (pgg-pgp5-sign-region): Use new name of
14654         pgg-add-passphrase-to-cache function.
14655
14656 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14657
14658         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14659         part of the decoded armor to find the key-identifier.
14660         (pgg-gpg-lookup-key-owner): New function to return the
14661         human-readable identifier of a key owner.
14662         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
14663         itself.
14664         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14665         the key value) if we have a key and can match it against a secret
14666         key.  Also, added a note pointing out fact that the prompt only
14667         indicates the first matching key.
14668
14669         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
14670         pgg-decrypt-region.
14671         (pgg-add-passphrase-to-cache): Rename from
14672         `pgg-add-passphrase-cache' to reduce confusion (all callers
14673         changed).
14674         (pgg-remove-passphrase-from-cache): Rename from
14675         `pgg-remove-passphrase-cache' to reduce confusion (all callers
14676         changed).
14677         (pgg-read-passphrase, pgg-add-passphrase-cache)
14678         (pgg-remove-passphrase-cache): Add informative docstrings.
14679         (pgg-decrypt): Convey provided passphrase in subordinate call to
14680         pgg-decrypt-region.
14681
14682 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
14683
14684         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14685         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14686         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14687         'passphrase' argument, so the passphrase can be managed externally
14688         and then passed in to the system.
14689
14690         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14691         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
14692         so the passphrase cache can be used reliably with identifiers
14693         besides a pgp packet's key id.
14694
14695         * pgg-gpg.el (pgg-gpg-encrypt-region)
14696         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14697         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
14698         these routines, so the passphrase can be managed externally and
14699         passed in to the system.
14700
14701         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14702         'notruncate' argument, so the passphrase cache can be used
14703         reliably with identifiers besides a pgp packet's key id.
14704
14705 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
14706
14707         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14708         symmetric encryption.
14709         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14710         encrypted session key.
14711         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14712         message ask for the passphrase in a proper way.
14713
14714         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14715         New user commands for symmetric encryption.
14716
14717 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14718
14719         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14720
14721         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14722
14723 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14724
14725         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14726
14727 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14728
14729         * mm-decode.el (mm-inlined-types): Add application/pgp.
14730         (mm-automatic-display): Ditto.
14731
14732         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14733         part as text.
14734
14735 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14736
14737         * nnrss.el: Update copyright.
14738         (nnrss-opml-import): Query whether to subscribe to each entry.
14739
14740         * gnus-art.el:
14741         * gnus-sum.el:
14742         * gnus-xmas.el:
14743         * messagexmas.el:
14744         * mm-uu.el:
14745         * mm-view.el: Update copyright.
14746
14747 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14748
14749         * message.el (message-info): New function.
14750         (message-mode-menu): Add it.
14751         Update copyright.
14752
14753         * ChangeLog: Fix and update copyright.
14754
14755 2006-01-13  Romain Francoise  <romain@orebokech.com>
14756
14757         * message.el (message-forward-subject-name-subject): Prefer the
14758         address to 'nowhere' if the sender has no name.
14759         Fix typo.  Update copyright year.
14760
14761 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14762
14763         * gnus-art.el (article-wash-html):
14764         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14765         (gnus-article-wash-html-with-w3m-standalone): New function.
14766
14767         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14768         mm-inline-text-html-render-with-w3m-standalone.
14769         (mm-text-html-washer-alist): Map w3m-standalone to
14770         gnus-article-wash-html-with-w3m-standalone.
14771         (mm-inline-text-html-render-with-w3m-standalone): New function.
14772
14773 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14774
14775         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14776         Improve LaTeX.
14777
14778 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14779
14780         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14781         (nnrss-request-article): Render text/plain parts as HTML.
14782
14783         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14784         the buffer.
14785
14786 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14787
14788         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14789         custom definition of `gnus-posting-styles'.
14790
14791         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14792         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14793
14794 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14795
14796         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14797         Use nntp for bug archive.
14798
14799 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14800
14801         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14802         parts.
14803         (nnrss-normalize-date): New function converts ISO 8601 date into
14804         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14805         (nnrss-check-group): Use it.
14806
14807 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14808
14809         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14810
14811         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14812         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14813         (nnrss-insert-w3): Ditto.
14814
14815 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14816
14817         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14818         the articles to be forwarded including the case where neither a
14819         number of articles nor a region is specified.
14820
14821 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14822
14823         * nnrss.el (nnrss-request-article): Fix last change; fill
14824         text/plain parts.
14825
14826 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14827
14828         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14829         in text/plain part.
14830         (nnrss-check-group): Don't add excessive newline to dc:subject.
14831
14832 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14833
14834         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14835         article.
14836
14837 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14838
14839         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14840         (nnml-use-compressed-files, nnml-save-mail): Support other
14841         comression programs such as bzip2.
14842
14843 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14844
14845         * dns.el (query-dns): Make sure we check the buffer size before
14846         removing tcp headers.
14847
14848 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14849
14850         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14851         remove MIME buttons associated with multipart/alternative parts.
14852         (gnus-mime-display-alternative): Tag buttons using `article-type'
14853         text property.
14854
14855         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14856         associated with multipart/alternative parts.
14857
14858         * gnus-art.el (gnus-signature-separator): Fix custom type.
14859
14860         * mm-decode.el (mm-inlined-types): Fix custom type.
14861         (mm-keep-viewer-alive-types): Ditto.
14862         (mm-automatic-display): Ditto.
14863         (mm-attachment-override-types): Ditto.
14864         (mm-inline-override-types): Ditto.
14865         (mm-automatic-external-display): Ditto.
14866
14867 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14868
14869         * spam-report.el (spam-report-user-mail-address)
14870         (spam-report-user-agent): New variables.
14871         (spam-report-url-ping-plain): Use spam-report-user-agent.
14872
14873 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14874
14875         * gnus-art.el (gnus-button-handle-custom): Do not just use
14876         `customize-apropos' for any "M-x customize-*" button but the
14877         function called for.  Accept both the function name and its
14878         argument in order to achieve this.
14879         (gnus-button-alist): Remove support for "custom:" URL's.
14880         Pass function name to `gnus-button-handle-custom' in case of "M-x
14881         customize-*" buttons.
14882
14883 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14884
14885         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14886         multipart/alternative and add xref to mm-discouraged-alternatives
14887         in doc string.
14888
14889         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14890         gnus-buttonized-mime-types in doc string.
14891
14892 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14893
14894         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14895         Suggest image/.* in the doc string.
14896
14897 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14898
14899         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14900         message-marks (Debian bug #342521).
14901
14902 2005-12-12  Simon Josefsson  <jas@extundo.com>
14903
14904         * password.el (password-read-from-cache): Add.
14905         (password-read): Use it.
14906
14907 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14908
14909         * rfc2047.el (rfc2047-charset-to-coding-system):
14910         Recognize us-ascii as a MIME charset.
14911
14912         * mm-bodies.el (mm-decode-content-transfer-encoding):
14913         Protect against the case where the 2nd arg TYPE is nil.
14914
14915 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14916
14917         * pop3.el (pop3-stream-type): Fix custom version.
14918
14919         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14920
14921 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14922
14923         * mm-decode.el (mm-display-external): Add missing cdr.
14924
14925 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14926
14927         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14928         RFC1524) if it is in mailcap or add a suffix according to
14929         mailcap-mime-extensions when generating a temp filename; postpone
14930         deleting a temp file for 2 seconds for some wrappers, shell
14931         scripts, and so on, which might exit right after having started a
14932         viewer command as a background job.
14933
14934 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14935
14936         * nntp.el (nntp-marks-directory): Fix custom group.
14937
14938         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14939         steps when < 10.
14940
14941         * gnus-start.el (gnus-no-server-1):
14942         Mention `gnus-level-default-subscribed' in doc string.
14943
14944 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14945
14946         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14947         parens.
14948
14949 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14950
14951         * gnus-xmas.el (gnus-use-toolbar): Revert.
14952         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14953         gnus-use-toolbar is default.
14954
14955         * messagexmas.el (message-use-toolbar): Revert.
14956         (message-setup-toolbar): Use global default-toolbar if
14957         message-use-toolbar is default.
14958
14959 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14960
14961         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14962         according to default-toolbar-visible-p.
14963
14964         * messagexmas.el (message-use-toolbar): Ditto.
14965
14966 2005-11-26  Dave Love  <fx@gnu.org>
14967
14968         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14969         (tls-program, tls-success): Provide openssl alternative.
14970
14971         * starttls.el: Doc fixes.
14972         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14973         SERVICE to PORT.
14974
14975         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14976         port null or service name.
14977         (starttls-negotiate): Autoload.
14978
14979 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14980
14981         * message.el (message-kill-to-signature): Fix interactive spec.
14982
14983 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14984
14985         * pop3.el (pop3-open-server): Recognize a string as a service name.
14986
14987 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14988
14989         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14990
14991 2005-11-23  Dave Love  <fx@gnu.org>
14992
14993         Add pop3s, pop3/starttls.
14994
14995         * pop3.el (pop3-authentication-scheme): Clarify doc.
14996         (open-tls-stream, starttls-open-stream): Autoload.
14997         (pop3-stream-type): New.
14998         (pop3-open-server): Use it.
14999
15000         * mail-source.el (mail-sources): Fix some :types.  Add stream type
15001         for POP.
15002         (mail-source-keyword-map): Add :stream for POP.
15003         (mail-source-fetch-pop): Use pop3-stream-type.
15004
15005 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15006
15007         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
15008         of current-time-string.
15009
15010 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
15011
15012         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
15013         date header.
15014
15015 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15016
15017         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
15018         it can seriously impact performance as it bypasses the agent's
15019         local caches.
15020
15021 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15022
15023         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
15024         must be explicitly online rather than "not explicitly offline" for
15025         its flags to be synchronized.
15026
15027         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
15028         that gnus-uu-unmark-thread will function correctly.
15029
15030         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
15031         1024K is instead displayed as 1M.
15032
15033 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15034
15035         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
15036
15037 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
15038
15039         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
15040
15041 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
15042
15043         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
15044         error message to display actual error condition.
15045         (gnus-agent-save-local): Avoid saving symbols that are bound to
15046         nil as they simply result in a warning message in
15047         gnus-agent-read-local.
15048
15049 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15050
15051         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
15052         rather than make-variable-buffer-local for file-precious-flag.
15053
15054 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
15055
15056         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
15057         for duplicates which are removed.  The invalid sort check then
15058         triggers a rescan after the sort as sorting may have moved
15059         duplicate entries such that they can be cheaply detected.
15060
15061 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15062
15063         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
15064
15065 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
15066
15067         * gnus-agent.el (gnus-agent-article-alist-save-format):
15068         Change internal variable to a custom variable.  Change default value
15069         from compressed(2) to uncompressed(1).
15070         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
15071         support for uncompressed agentview files.  Taken together, reading
15072         the agentview file should now be 6-7 times faster.
15073
15074 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15075
15076         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
15077         as a buffer-local variable.  This avoids creating truncated
15078         dribble files as a result of a hang up, eg.
15079
15080 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
15081
15082         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
15083         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
15084         XEmacs.
15085
15086 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15087
15088         * gnus-start.el (gnus-start-draft-setup):
15089         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
15090
15091         * gnus.el (gnus-splash): Change custom group.
15092         (gnus-group-get-parameter, gnus-group-parameter-value):
15093         Describe allow-list argument.
15094
15095         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
15096         string.
15097
15098 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15099
15100         * gnus-art.el (gnus-default-article-saver): Add user-defined
15101         `function' to custom type.
15102
15103 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15104
15105         * imap.el (imap-open): Handle case where buffer is a buffer
15106         object.
15107
15108 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
15109
15110         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
15111         long lines.
15112         (gnus-cache-delete-group): Wrap doc strings.
15113
15114         * gnus-agent.el (gnus-agent-rename-group)
15115         (gnus-agent-delete-group): Wrap doc strings.
15116
15117 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15118
15119         * messagexmas.el (message-use-toolbar): Change the valid values
15120         into default, top, bottom, left, and right.
15121         (message-toolbar-thickness): New variable.
15122         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
15123         well.
15124         (message-setup-toolbar): Make it work.
15125
15126         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
15127         (gnus-use-toolbar): Change the valid values into default, top,
15128         bottom, left, and right.
15129         (gnus-toolbar-thickness): New variable.
15130         (gnus-xmas-setup-toolbar): New function.
15131         (gnus-xmas-setup-group-toolbar): Use it.
15132         (gnus-xmas-setup-summary-toolbar): Use it.
15133
15134 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15135
15136         * gnus-start.el (gnus-1): Add "native" to
15137         gnus-predefined-server-alist.
15138
15139         * gnus.el (gnus-method-to-server): Don't add "native" to the
15140         lists here, because that leads to problems when
15141         gnus-select-method is bound.
15142
15143 2005-11-09  Simon Josefsson  <jas@extundo.com>
15144
15145         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
15146         use (not sort-by-date) instead.
15147
15148 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15149
15150         * gnus-delay.el (gnus-delay-group): Don't autoload.
15151         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15152         to be re-loaded when customizing the `gnus-delay' group.
15153
15154 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
15155
15156         * message.el: Revert last changes.
15157         (message-insert-citation-line): Use newlines.
15158
15159 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
15160
15161         * message.el (message-courtesy-message)
15162         (message-mark-insert-begin, message-mark-insert-end)
15163         (message-elide-ellipsis, message-cancel-message)
15164         (message-add-header, message-change-subject)
15165         (message-cross-post-followup-to-header)
15166         (message-cross-post-insert-note, message-reduce-to-to-cc)
15167         (message-widen-reply, message-delete-not-region)
15168         (message-kill-to-signature, message-insert-signature)
15169         (message-insert-importance-high, message-insert-importance-low)
15170         (message-insert-or-toggle-importance)
15171         (message-insert-disposition-notification-to)
15172         (message-indent-citation, message-yank-original)
15173         (message-cite-original-without-signature, message-cite-original)
15174         (message-insert-citation-line, message-position-on-field)
15175         (message-fix-before-sending, message-send-mail-partially)
15176         (message-send-mail, message-send-mail-with-sendmail)
15177         (message-send-mail-with-qmail, message-send-news)
15178         (message-check-news-header-syntax, message-generate-headers)
15179         (message-insert-courtesy-copy, message-fill-address)
15180         (message-fill-header, message-shorten-references)
15181         (message-setup-1, message-cancel-news)
15182         (message-forward-make-body-plain, message-forward-make-body-mime)
15183         (message-forward-make-body-mml, message-encode-message-body)
15184         (message-forward-make-body-digest-plain)
15185         (message-forward-make-body-digest-mime)
15186         (message-use-alternative-email-as-from): Insert `hard-newline'
15187         instead of ordinary newlines.
15188
15189 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15190
15191         * message.el (message-generate-headers): Downcase the argument
15192         given to message-check-element.
15193
15194 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
15195
15196         * nntp.el (nntp-authinfo-rejected): New error condition.
15197         (nntp-wait-for): Use new error condition to signal authentication
15198         error.
15199         (nntp-retrieve-data): Rethrow new error condition to break out of
15200         recursive call to nntp-send-authinfo.
15201
15202 2005-11-08  Romain Francoise  <romain@orebokech.com>
15203
15204         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
15205         (gnus-summary-exit-map): Bind to `Z p'.
15206         (gnus-summary-make-menu-bar): Add menu item.
15207
15208 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
15209
15210         * gnus-art.el (gnus-article-treat-custom): Add `first'.
15211         (gnus-treat-*): Add `first' in all doc strings.
15212
15213         * gnus-group.el (gnus-group-compact-group): Fix typo.
15214
15215 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15216
15217         * gnus.el (gnus-parameters-case-fold-search): New variable.
15218         (gnus-parameters-get-parameter): Use it.
15219
15220         * gnus-score.el (gnus-home-score-file): Doc fix.
15221
15222 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
15223
15224         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
15225
15226 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15227
15228         * mm-util.el (mm-special-display-p): New function.
15229
15230         * mml.el (mml-preview): Use it; doc fix.
15231
15232 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15233
15234         * imap.el (imap-open): Handle case where buffer is a buffer object.
15235
15236 2005-10-29  Romain Francoise  <romain@orebokech.com>
15237
15238         * message.el (message-fix-before-sending): Fix comment.
15239
15240 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15241
15242         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
15243
15244 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15245
15246         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
15247         Used in gnus-score.el.
15248
15249 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15250
15251         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
15252
15253 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15254
15255         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
15256         whitespace removed in revision 7.8.  Use concatenated string to
15257         protect trailing whitespace.
15258
15259 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
15260
15261         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
15262         (nnimap-request-expire-articles): Use it to avoid sending 'UID
15263         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
15264         Courier IMAP ("some version from 2004").  Mostly based on similar
15265         code in the same function.
15266
15267 2005-10-26  Didier Verna  <didier@xemacs.org>
15268
15269         * gnus-group.el (gnus-group-compact-group): Invalidate original
15270         article buffer.
15271         * gnus-srvr.el (gnus-server-compact-server): Ditto.
15272         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
15273         NOV database and in article itself.
15274         Invalidate article backlog.
15275
15276 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15277
15278         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
15279
15280 2005-10-26  Simon Josefsson  <jas@extundo.com>
15281
15282         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
15283         part of 2004-07-25 change.
15284
15285 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15286
15287         * message.el (message-display-completion-list): New function.
15288         (message-expand-group): Use it; make sure the Completions buffer
15289         is modifiable.
15290 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
15291
15292         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
15293         user-mail-name is an empty string.
15294
15295 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15296
15297         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
15298         depending on gnus-score-decay-constant.
15299
15300         * encrypt.el (encrypt-insert-file-contents)
15301         (encrypt-write-file-contents): Don't use `gnus-message'.
15302
15303         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
15304         arguments.
15305         (mm-uu-type-alist): Add message-marks and insert-marks.
15306         Pass arguments to mm-uu-verbatim-marks-extract.
15307         (mm-uu-hide-markers): New variable.
15308         (mm-uu-extract): Use face similar to `gnus-cite-3'.
15309
15310         * gnus-fun.el (gnus-convert-image-to-x-face-command)
15311         (gnus-convert-image-to-face-command): Use "convert" by default to
15312         allow other input image formats.
15313         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
15314         accordingly.
15315
15316 2005-10-23  Simon Josefsson  <jas@extundo.com>
15317
15318         * imap.el (imap-gssapi-program): Align command line parameters
15319         with latest GNU SASL.
15320         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
15321
15322 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15323
15324         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
15325         HTML.
15326         (nnslashdot-request-article): Ditto.
15327
15328         * lpath.el (featurep): Add nobreak-char-display.
15329
15330 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15331
15332         * mail-source.el (mail-source-fetch-pop): Require pop3.
15333         (mail-source-check-pop): Ditto.
15334
15335 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15336
15337         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
15338         errors.
15339
15340 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15341
15342         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
15343         (gnus-treat-strip-leading-blank-lines): Improve doc string.
15344
15345         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
15346
15347         * mm-bodies.el (mm-decode-string):
15348         Call `mm-charset-to-coding-system' with allow-override argument.
15349
15350 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15351
15352         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
15353         (rfc2047-charset-to-coding-system): New function.
15354         (rfc2047-decode-encoded-words): New function.
15355         (rfc2047-decode-region): Use them.
15356         (rfc2047-decode-cte): Remove.
15357         (rfc2047-parse-and-decode): Remove.
15358         (rfc2047-decode): Remove.
15359
15360 2005-10-15  Kenichi Handa  <handa@m17n.org>
15361
15362         * rfc2047.el (rfc2047-decode-cte): New function.
15363         (rfc2047-decode-region): Change the way to decode successive
15364         encoded-words: decode B- or Q-encoding in each encoded-word,
15365         concatenate them, and decode it as charset.
15366
15367 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15368
15369         * lpath.el: Fbind codepage-setup for XEmacs.
15370
15371 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
15372
15373         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
15374         widget-move-and-invoke.
15375         (gnus-custom-mode): Use gnus-custom-map.
15376
15377 2005-10-15  Bill Wohler  <wohler@newt.com>
15378
15379         * message.el (message-tool-bar-map): Rename image file from
15380         mail_send to mail/send.
15381
15382 2005-10-16  Masatake YAMATO  <jet@gyve.org>
15383
15384         * message.el (message-expand-group): Pass the common
15385         prefix substring of completion to `display-completion-list'.
15386
15387 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
15388
15389         * mml-sec.el (mml-secure-method): New internal variable.
15390         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
15391         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
15392         New functions using mml-secure-method.
15393
15394         * mml.el (mml-mode-map): Add key bindings for those functions.
15395         (mml-menu): Simplify security menu entries.  Suggested by Jesper
15396         Harder <harder@myrealbox.com>.
15397         (mml-attach-file, mml-attach-buffer, mml-attach-external):
15398         Goto end of message if point is the headers of the message.
15399
15400         * message.el (message-in-body-p): New function.
15401
15402         * assistant.el: Autoload gnus-util and netrc.
15403
15404         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
15405         Use `mm-charset-override-alist' only when decoding.
15406
15407         * mm-bodies.el (mm-decode-body):
15408         Call `mm-charset-to-coding-system' with allow-override argument.
15409
15410         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
15411         `filename' from Content-Disposition if Content-Type doesn't
15412         provide `name'.
15413         (gnus-mime-view-part-as-type): Set default instead of
15414         initial-input.
15415
15416 2005-10-09  Daniel Brockman  <daniel@brockman.se>
15417
15418         * format-spec.el (format-spec): Propagate text properties of % spec.
15419
15420 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15421
15422         * gnus-art.el (gnus-treat-predicate): Add `first'.
15423
15424 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15425
15426         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
15427         (mm-charset-override-alist): New variable.
15428         (mm-charset-to-coding-system): Use it.
15429         (mm-codepage-setup): New helper function.
15430         (mm-charset-eval-alist): New variable.
15431         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
15432         Warn about unknown charsets.
15433
15434         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
15435
15436 2005-10-04  David Hansen  <david.hansen@gmx.net>
15437
15438         * nnrss.el (nnrss-request-article): Add support for the comments tag.
15439         (nnrss-check-group): Ditto.
15440
15441 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15442
15443         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
15444         Rename x-gnus-verbatim to x-verbatim.
15445         (mm-uu-type-alist): Fix regexp for verbatim-marks.
15446
15447         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
15448         x-verbatim.
15449
15450         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
15451
15452         * gnus-util.el (gnus-remove-duplicates): Remove.
15453
15454         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
15455         instead of gnus-remove-duplicates.
15456
15457         * message.el (message-remove-duplicates): Remove.
15458         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
15459         message-remove-duplicates.
15460
15461         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
15462         available, else use implementation from `delete-dups'.
15463
15464         * message.el (message-insert-expires): New function.
15465         (message-mode-map): Add key binding.
15466         (message-mode-field-menu): Add menu entry.
15467         (message-mode): Document it.
15468         (message-make-expires-date): Use `message-make-date'.
15469
15470 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
15471
15472         * message.el (message-make-expires-date): New function.
15473
15474 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15475
15476         * Makefile.in (list-installed-shadows): New entry.
15477         (install): Use it.
15478         (remove-installed-shadows): New entry.
15479
15480         * dgnushack.el (dgnushack-default-load-path): New variable.
15481         (dgnushack-find-lisp-shadows): New function.
15482         (dgnushack-remove-lisp-shadows): New function.
15483
15484 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15485
15486         * Makefile.in (install-el-elc): New entry.
15487         (install): Use it so that .el files are necessarily installed.
15488
15489 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15490
15491         * time-date.el: Autoload parse-time-string, XEmacs needs it.
15492
15493 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15494
15495         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
15496         function rather than the diff-mode.el package.
15497         (mm-display-external): Use with-current-buffer.
15498         (mm-viewer-completion-map, mm-viewer-completion-map):
15499         Move initialization inside declaration.
15500
15501 2005-09-29  Simon Josefsson  <jas@extundo.com>
15502
15503         * spam.el: Load hashcash when compiling, to avoid warnings.
15504         Don't autoload mail-check-payment.
15505         (spam-check-hashcash): Define unconditionally, since hashcash.el
15506         is part of Gnus now.  Ignore errors from payment checking.
15507
15508 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15509
15510         * message.el (message-bold-region, message-unbold-region):
15511         Rename from `bold-region' and `unbold-region'.
15512
15513         * message.el: Remove useless autoloads.
15514
15515 2005-09-28  Simon Josefsson  <jas@extundo.com>
15516
15517         * message.el (message-use-idna): Default to t.
15518         (message-use-idna): Test whether encoding works too.  Doc fix.
15519
15520 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15521
15522         * nntp.el (nntp-warn-about-losing-connection): Remove.
15523
15524 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15525
15526         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
15527         customizable.  Change default value.
15528         (mm-uu-diff-groups-regexp): Change default value.
15529         (mm-uu-type-alist): Add doc string.
15530         (mm-uu-configure): Add doc string.  Make it interactive.
15531         (mm-uu-tex-groups-regexp): New variable.
15532         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
15533         (mm-uu-type-alist): Add LaTeX documents.
15534         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
15535         of "text/verbatim".
15536         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
15537
15538         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15539         instead of "text/verbatim".
15540
15541         * message.el (message-mark-inserted-region)
15542         (message-mark-insert-file): Use slrn style marks when called with
15543         prefix argument.
15544
15545 2005-09-27  Simon Josefsson  <jas@extundo.com>
15546
15547         * message.el (message-idna-to-ascii-rhs-1): Reformat.
15548
15549 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
15550
15551         * message.el (message-remove-duplicates): New function.
15552         Implementation borrowed from `gnus-remove-duplicates'.
15553         (message-idna-to-ascii-rhs): Also encode idna addresses in
15554         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15555         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15556         only ask about the same idna domain once per header and also tell
15557         in what header to replace the idna domain.
15558
15559         * gnus-art.el (article-decode-idna-rhs): Also decode idna
15560         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15561         (article-decode-idna-rhs): Fix regexp so that all idna-address in
15562         a header is decoded and not just the last one.
15563
15564 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15565
15566         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
15567         has been decoded.
15568
15569         * mm-decode.el (mm-automatic-display): Add text/verbatim.
15570         (mm-insert-part): Don't modify text if it has been decoded.
15571
15572         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
15573         decoded.
15574
15575         * mm-view.el (mm-inline-text): Don't strip text props unless
15576         decoding enriched or richtext parts.
15577
15578 2005-09-25  Romain Francoise  <romain@orebokech.com>
15579
15580         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
15581         * gnus-start.el (gnus-subscribe-interactively):
15582         * gnus-uu.el (gnus-uu-grab-articles):
15583         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
15584         space.
15585
15586 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
15587
15588         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
15589         * mm-view.el (mm-view-pkcs7-decrypt):
15590         * gnus-sum.el (gnus-summary-limit-to-extra)
15591         (gnus-summary-respool-article, gnus-read-move-group-name):
15592         * gnus-score.el (gnus-summary-increase-score):
15593         * gnus-util.el (gnus-completing-read-with-default):
15594         * gnus-art.el (gnus-read-save-file-name)
15595         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
15596         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
15597         * message.el (message-check-news-header-syntax):
15598         Follow convention for reading with the minibuffer.
15599
15600 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
15601
15602         * spam-report.el (spam-report-url-ping-plain):
15603         Use gnus-extended-version as User-Agent.
15604
15605         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
15606         default value is nil.
15607
15608         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
15609         (mm-uu-verbatim-marks-extract): New function.
15610         (mm-uu-extract): New face.
15611         (mm-uu-copy-to-buffer): Use it.
15612
15613         * spam-report.el (spam-report-gmane-ham): Rename from
15614         `spam-report-gmane-unspam'.
15615         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15616         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
15617
15618         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15619         Autoload.
15620         (spam-report-gmane-unregister-routine):
15621         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15622
15623 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
15624
15625         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15626         (spam-report-gmane-unregister-routine): Add support for gmane
15627         unregistration.
15628
15629         * spam-report.el (spam-report-gmane-unspam)
15630         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15631         (spam-report-gmane): Change to take a single article and do unspam
15632         registration.
15633
15634 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15635
15636         * mm-url.el (mm-url-decode-entities): Fix regexp.
15637
15638 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15639
15640         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15641         default to nil, to be able to use Gnus at all.  If the default
15642         switches to something else, then the function should be fixed not
15643         be exceedingly slow.
15644
15645 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
15646
15647         * gnus-start.el (gnus-activate-group): If the server is nil, don't
15648         fail hard.
15649
15650         * spam-report.el: Add better Keywords line.
15651
15652         * spam.el: Add Maintainer and better Keywords line.
15653
15654 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15655
15656         * gnus-art.el (gnus-article-replace-part)
15657         (gnus-mime-replace-part): New functions.
15658         (gnus-mime-action-alist, gnus-mime-button-commands)
15659         (gnus-mime-save-part-and-strip): Add file argument.
15660         (gnus-article-part-wrapper): Add interactive argument.
15661
15662         * gnus-sum.el (gnus-summary-mime-map):
15663         Add `gnus-article-replace-part'.
15664
15665 2005-09-19  Didier Verna  <didier@xemacs.org>
15666
15667         The nnml compaction feature:
15668         * nnml.el (nnml-request-compact-group): New function.
15669         * nnml.el (nnml-request-compact): New function.
15670         * gnus-int.el (gnus-request-compact-group): New function.
15671         * gnus-int.el (gnus-request-compact): New function.
15672         * gnus-group.el (gnus-group-compact-group): New function.
15673         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15674         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15675         * gnus-srvr.el (gnus-server-compact-server): New function.
15676         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15677         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15678
15679 2005-09-18  Deepak Goel  <deego@gnufans.org>
15680
15681         * sieve.el (sieve-help): Fix `message' call: first arg should be a
15682         format spec.
15683
15684 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15685
15686         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15687
15688 2005-09-15  Romain Francoise  <romain@orebokech.com>
15689
15690         * message.el (message-fill-paragraph): Clarify docstring.
15691
15692 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15693
15694         * gnus-art.el (gnus-mime-display-part): Protect against broken
15695         MIME messages.
15696
15697 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15698
15699         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15700         before parsing header.
15701
15702 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15703
15704         * html2text.el (html2text-replace-list): Add new entities.
15705
15706 2005-09-11  Romain Francoise  <romain@orebokech.com>
15707
15708         * message.el (message-alternative-emails): Improve docstring.
15709         (message-setup-1): Call `message-use-alternative-email-as-from'
15710         after `message-setup-hook' to give it precedence over posting
15711         styles, etc.
15712         (message-use-alternative-email-as-from): Add docstring.
15713         Remove the original From header if present.
15714
15715         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15716         (nnml-save-mail): Use it.
15717
15718         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15719         articles.  Add new argument `silent'.
15720         (gnus-uu-mark-all): Report the total number of marked articles.
15721
15722 2005-09-10  Romain Francoise  <romain@orebokech.com>
15723
15724         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15725         (gnus-uu-mark-series): Likewise.
15726
15727 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15728
15729         * spam-report.el (spam-report-gmane): Fix generation of spam
15730         report URL.
15731
15732 2005-09-10  Simon Josefsson  <jas@extundo.com>
15733
15734         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15735         t, based on discussion on the ding list with Robert Epprecht
15736         <epprecht@solnet.ch>.
15737
15738 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15739
15740         * spam-report.el (spam-report-gmane): Make it work without
15741         X-Report-Spam header.  Gmane now only provides Archived-At.
15742         This is only used if `spam-report-gmane-use-article-number' is nil.
15743         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15744
15745         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15746         make `gnus-summary-sort-by-recipient' work with threading.
15747
15748         * nnweb.el (nnweb-google-wash-article): Print a message if article
15749         is not available.
15750
15751 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15752
15753         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15754         change.  Decode text/* parts content before displaying.
15755
15756 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15757
15758         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15759
15760 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15761
15762         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15763
15764         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15765         url-package-name, url-package-version,
15766         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15767         w3m-display-inline-images, and w3m-minor-mode-map.
15768
15769 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15770
15771         * message.el (message-tab-body-function): Fix mismatched custom type.
15772
15773         * gnus.el (gnus-group-change-level-function): Ditto.
15774
15775         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15776
15777         * gnus-art.el (gnus-signature-limit)
15778         (gnus-article-mime-part-function): Ditto.
15779
15780 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15781
15782         * mml.el (mml-mode): Silence the byte compiler.
15783
15784         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15785         using `(sit-for 0)' before moving the point to the specified part;
15786         skip unbuttonized parts.
15787         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15788         return to the summary window if gnus-auto-select-part is non-nil.
15789
15790 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15791
15792         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15793         New variables.
15794         (mml-dnd-attach-file, mml-mode): Use them.
15795
15796         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15797         Make fetching article by MID work again for Google Groups.
15798         Add FIXME concerning gnus-group-make-web-group.
15799
15800         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15801         Don't depend on Gnus by using mail-extract-address-components if
15802         gnus-extract-address-components is not bound.
15803
15804 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15805
15806         * gnus-art.el (gnus-mime-display-security): Don't display the
15807         signature, but only the signed part.
15808
15809 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15810
15811         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15812
15813         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15814         list, not listp.
15815
15816 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15817
15818         * mm-encode.el (mm-encode-content-transfer-encoding):
15819         Likewise when encoding.
15820
15821         * mm-bodies.el (mm-decode-content-transfer-encoding):
15822         De-canonicalize CRLF for all text content types, not just
15823         text/plain.
15824
15825 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15826
15827         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15828         valid article; point arrow and cursor at the MIME button.
15829
15830 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15831
15832         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15833         Suggested by Dan Christensen <jdc@uwo.ca>.
15834
15835         * mm-decode.el (mm-save-part): Enable change of prompt.
15836
15837 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15838
15839         * gnus-msg.el (gnus-inews-add-send-actions):
15840         Make `message-post-method' lambda parameter ARG `&optional'.
15841
15842 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15843
15844         * gnus-sum.el (gnus-summary-mime-map):
15845         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15846         gnus-article-jump-to-part.
15847
15848         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15849         (gnus-article-edit-part): Use it.
15850         (gnus-article-part-wrapper): Add no-handle argument.
15851         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15852         New functions.
15853
15854 2005-08-29  Romain Francoise  <romain@orebokech.com>
15855
15856         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15857         docstring.
15858         (gnus-face-from-file): Likewise.
15859
15860 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15861
15862         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15863         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15864         non-nil.
15865         (gnus-auto-select-part): New variable.
15866         (gnus-article-jump-to-part): New function.
15867         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15868         (gnus-mime-delete-part): Allow selecting specified part after
15869         deleting or stripping parts.
15870         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15871         part if argument is bogus.
15872
15873 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15874
15875         * gnus-art.el (w3m-minor-mode-map):
15876         * gnus-spec.el (gnus-newsrc-file-version):
15877         * gnus-util.el (nnmail-active-file-coding-system)
15878         (gnus-original-article-buffer, gnus-user-agent):
15879         * gnus.el (gnus-ham-process-destinations)
15880         (gnus-parameter-ham-marks-alist)
15881         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15882         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15883         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15884         * mm-decode.el (gnus-current-window-configuration):
15885         * mm-extern.el (gnus-article-mime-handles):
15886         * mm-url.el (url-current-object, url-package-name)
15887         (url-package-version):
15888         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15889         (smime-keys, w3m-cid-retrieve-function-alist)
15890         (w3m-current-buffer, w3m-display-inline-images)
15891         (w3m-minor-mode-map):
15892         * mml-smime.el (gnus-extract-address-components):
15893         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15894         (gnus-newsrc-hashtb, message-default-charset)
15895         (message-deletable-headers, message-options)
15896         (message-posting-charset, message-required-mail-headers)
15897         (message-required-news-headers):
15898         * mml1991.el (mc-pgp-always-sign):
15899         * mml2015.el (mc-pgp-always-sign):
15900         * nnheader.el (nnmail-extra-headers):
15901         * rfc1843.el (gnus-decode-encoded-word-function)
15902         (gnus-decode-header-function, gnus-newsgroup-name):
15903         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15904
15905 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15906
15907         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15908         the end of the date treatments.
15909
15910 2005-08-15  Simon Josefsson  <jas@extundo.com>
15911
15912         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15913         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15914         Capello and Romain Francoise.
15915         (pgg-fetch-key-function): Remove, not used?
15916         (pgg-insert-url-with-w3): Require url, to get
15917         url-insert-file-contents regardless of where it is defined.
15918
15919 2005-08-13  Romain Francoise  <romain@orebokech.com>
15920
15921         * message.el (message-cite-original-1): New function.
15922         (message-cite-original): Use it.
15923         (message-cite-original-without-signature): Ditto.
15924
15925 2005-08-08  Romain Francoise  <romain@orebokech.com>
15926
15927         * message.el (message-yank-empty-prefix): New variable.
15928         (message-indent-citation): Use it.
15929         (message-cite-original-without-signature): Respect X-No-Archive.
15930
15931 2005-08-08  Simon Josefsson  <jas@extundo.com>
15932
15933         * pgg.el: Autoload url-insert-file-contents instead of loading
15934         w3/url.
15935         (pgg-insert-url-with-w3): Don't load url here.
15936
15937 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15938
15939         * message.el (message-kill-to-signature): Don't insert newline at
15940         bol.
15941         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15942
15943 2005-08-06  Romain Francoise  <romain@orebokech.com>
15944
15945         * message.el (message-user-fqdn): Fix typo in docstring.
15946
15947 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15948
15949         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15950
15951         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15952
15953 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15954
15955         * mm-bodies.el (mm-encode-body): Use coding system rather than
15956         charset to encode text.
15957
15958         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15959         number of charsets if utf-8 is available (XEmacs).
15960
15961 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15962
15963         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15964         taken from `gnus-button-mid-or-mail-regexp'.
15965         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15966         (gnus-button-alist): Improve regexp for domain part of the MIDs
15967         for news:localpart@domain buttons.
15968         (gnus-button-ctan-directory-regexp): Update.
15969
15970 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15971
15972         * sieve-manage.el (sieve-manage-interactive-login):
15973         Use make-local-variable rather than make-variable-buffer-local.
15974         (sieve-manage-open): Ditto.
15975         (sieve-manage-authenticate): Ditto.
15976
15977         * mml.el (mml-generate-mime-1): Make the content type default to
15978         text/plain if the filename is not specified.
15979
15980 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15981
15982         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15983         instead of insert-buffer.
15984
15985         * message.el (message-yank-original): Ditto; set the mark at the
15986         end of the yanked message.
15987
15988 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15989
15990         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15991         lines to scroll rather than to stop it.
15992
15993         * mml.el (mml-generate-default-type): Add doc string.
15994         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15995         default to application/octet-stream when determining the content
15996         type if it is not specified for the part or the mml contents; add
15997         a comment about mml-generate-default-type.
15998
15999 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
16000
16001         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
16002         make it default to application/octet-stream when determining the
16003         content type if it is not specified for the external contents.
16004
16005 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16006
16007         * rfc2231.el (rfc2231-parse-string): Take care that not only a
16008         segmented parameter but also other parameters might be there.
16009
16010 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16011
16012         * mm-decode.el (mm-display-external): Delete temp file, directory
16013         and buffer immediately if the external process is exited.
16014
16015 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16016
16017         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
16018         fewer lines than that of scroll-margin.
16019         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
16020
16021 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16022
16023         * gnus-art.el (gnus-article-next-page): Revert.
16024         (gnus-article-beginning-of-window): New macro.
16025         (gnus-article-next-page-1): Use it.
16026         (gnus-article-prev-page): Ditto.
16027         (gnus-article-edit-part): Use insert-buffer-substring instead of
16028         insert-buffer.
16029         (gnus-article-edit-exit): Ditto.
16030
16031         * gnus-util.el (gnus-beginning-of-window): Remove.
16032         (gnus-end-of-window): Remove.
16033
16034         * lpath.el: Don't bind header-line-format and scroll-margin.
16035
16036 2005-07-25  Simon Josefsson  <jas@extundo.com>
16037
16038         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
16039         to have the url package without w3.  Reported by Daiki Ueno
16040         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
16041
16042 2005-07-20  Didier Verna  <didier@xemacs.org>
16043
16044         * gnus-diary.el: Remove the description comment (nndiary is now
16045         properly documented in the Gnus manual).
16046         Fix the spelling of "Back End".
16047         * nndiary.el: Ditto.
16048         Fix the copyright notice.
16049
16050 2005-07-18  Romain Francoise  <romain@orebokech.com>
16051
16052         * gnus-sum.el (gnus-summary-to-prefix)
16053         (gnus-summary-newsgroup-prefix): New variables.
16054         (gnus-summary-from-or-to-or-newsgroups): Use them.
16055
16056 2005-07-17  Romain Francoise  <romain@orebokech.com>
16057
16058         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
16059         space as it's generally not especially interesting to the user.
16060
16061 2005-07-16  Romain Francoise  <romain@orebokech.com>
16062
16063         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
16064         nil to avoid prompting and file modification if one of the
16065         messages at the top of the nnfolder file contains a copyright
16066         notice.
16067         Update copyright notice.
16068
16069         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
16070         instead of `current-time-string' as the latter creates a time
16071         string that is not RFC 2822 compliant (it lacks the zone).
16072         Update copyright notice.
16073
16074 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16075
16076         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
16077         for text/rtf.  Display default in prompt.  Pass default for M-n.
16078
16079         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
16080
16081 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16082
16083         * gnus-msg.el (gnus-button-mailto):
16084         Remove save-selected-window-window hackery because it relies on
16085         save-selected-window internals.
16086
16087 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16088
16089         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
16090         (gnus-article-next-page-1): Use gnus-beginning-of-window.
16091         (gnus-article-prev-page): Ditto.
16092
16093         * gnus-util.el (gnus-beginning-of-window): New function.
16094         (gnus-end-of-window): New function.
16095
16096         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
16097
16098 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16099
16100         * gnus-score.el (gnus-score-edit-all-score):
16101         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
16102         gnus-message.
16103
16104 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16105
16106         * gnus-msg.el (gnus-button-mailto):
16107         Remove save-selected-window-window hackery because it relies on
16108         save-selected-window internals.
16109
16110 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16111
16112         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
16113         add-minor-mode.
16114         (gnus-binary-mode): Ditto.
16115
16116         * gnus-topic.el (gnus-topic-mode): Ditto.
16117
16118 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
16119
16120         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
16121         (gnus-article-prev-page): Take scroll-margin into consideration.
16122
16123 2005-07-04  Lute Kamstra  <lute@gnu.org>
16124
16125         Update FSF's address in GPL notices.
16126
16127 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
16128
16129         * gnus.el (gnus-exit):
16130         * gnus-group.el (gnus-group-icons):
16131         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
16132
16133         * gnus-nocem.el (gnus-nocem):
16134         * message.el (message-various, message-buffers, message-sending)
16135         (message-interface, message-forwarding, message-insertion)
16136         (message-headers, message-news, message-mail):
16137         * pgg-gpg.el (pgg-gpg):
16138         * pgg-parse.el (pgg-parse):
16139         * pgg-pgp.el (pgg-pgp):
16140         * pgg-pgp5.el (pgg-pgp5):
16141         * pop3.el (pop3): Finish `defgroup' description with period.
16142
16143 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16144
16145         * gnus-art.el (article-display-face): Improve the efficiency.
16146         (article-display-x-face): Ditto; remove grey x-face stuff.
16147
16148 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16149
16150         * gnus-art.el (article-display-face): Correct the position in
16151         which Faces are inserted.
16152
16153 2005-06-29  Didier Verna  <didier@xemacs.org>
16154
16155         * gnus-art.el (article-display-face): Display faces in correct
16156         order.
16157
16158 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16159
16160         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
16161         (gnus-fill-real-hashtb): Use hash table instead of obarray.
16162         (gnus-nocem-check-article): Fetch the Type header.
16163         (gnus-nocem-message-wanted-p): Fix the way to examine types.
16164         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
16165         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
16166         make sure gnus-nocem-hashtb is initialized.
16167         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
16168         (gnus-nocem-unwanted-article-p): Ditto.
16169
16170         * pgg.el (pgg-verify): Return the verification result.
16171
16172 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16173
16174         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
16175         is ascii.
16176
16177 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
16178
16179         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
16180         `show-nonbreak-escape'.
16181
16182 2005-06-23  Lute Kamstra  <lute@gnu.org>
16183
16184         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
16185
16186         * dig.el (dig-mode):
16187         * smime.el (smime-mode): Use gnus-run-mode-hooks.
16188
16189 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
16190
16191         * nnimap.el (nnimap-split-download-body): Fix spellings.
16192
16193 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
16194
16195         * gnus-art.el (gnus-article-encrypt-body):
16196         * gnus-cus.el (gnus-score-customize):
16197         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
16198         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
16199
16200 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
16201
16202         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
16203         header by looking for magic "MII" at the beginnig.
16204
16205 2005-06-16  Miles Bader  <miles@gnu.org>
16206
16207         * gnus-xmas.el (gnus-xmas-group-startup-message):
16208         Use renamed gnus-splash face.
16209
16210         * assistant.el (assistant-field): Remove "-face" suffix from face name.
16211         (assistant-field-face): New backward-compatibility alias for renamed
16212         face.
16213         (assistant-render-text): Use renamed assistant-field face.
16214
16215         * spam.el (spam): Remove "-face" suffix from face name.
16216         (spam-face): New backward-compatibility alias for renamed face.
16217         (spam-face, spam-initialize): Use renamed spam face.
16218
16219         * message.el (message-header-to, message-header-cc)
16220         (message-header-subject, message-header-newsgroups)
16221         (message-header-other, message-header-name)
16222         (message-header-xheader, message-separator, message-cited-text)
16223         (message-mml): Remove "-face" suffix from face names.
16224         (message-header-to-face, message-header-cc-face)
16225         (message-header-subject-face, message-header-newsgroups-face)
16226         (message-header-other-face, message-header-name-face)
16227         (message-header-xheader-face, message-separator-face)
16228         (message-cited-text-face, message-mml-face):
16229         New backward-compatibility aliases for renamed faces.
16230         (message-font-lock-keywords): Use renamed message faces.
16231
16232         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
16233         (sieve-test-commands, sieve-tagged-arguments):
16234         Remove "-face" suffix from face names.
16235         (sieve-control-commands-face, sieve-action-commands-face)
16236         (sieve-test-commands-face, sieve-tagged-arguments-face):
16237         New backward-compatibility aliases for renamed faces.
16238         (sieve-control-commands-face, sieve-action-commands-face)
16239         (sieve-test-commands-face, sieve-tagged-arguments-face):
16240         Use renamed sieve faces.
16241
16242         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
16243         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
16244         (gnus-group-news-3-empty, gnus-group-news-4)
16245         (gnus-group-news-4-empty, gnus-group-news-5)
16246         (gnus-group-news-5-empty, gnus-group-news-6)
16247         (gnus-group-news-6-empty, gnus-group-news-low)
16248         (gnus-group-news-low-empty, gnus-group-mail-1)
16249         (gnus-group-mail-1-empty, gnus-group-mail-2)
16250         (gnus-group-mail-2-empty, gnus-group-mail-3)
16251         (gnus-group-mail-3-empty, gnus-group-mail-low)
16252         (gnus-group-mail-low-empty, gnus-summary-selected)
16253         (gnus-summary-cancelled, gnus-summary-high-ticked)
16254         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
16255         (gnus-summary-high-ancient, gnus-summary-low-ancient)
16256         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
16257         (gnus-summary-low-undownloaded)
16258         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
16259         (gnus-summary-low-unread, gnus-summary-normal-unread)
16260         (gnus-summary-high-read, gnus-summary-low-read)
16261         (gnus-summary-normal-read, gnus-splash):
16262         Remove "-face" suffix from face names.
16263         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
16264         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
16265         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
16266         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
16267         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
16268         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
16269         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
16270         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
16271         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
16272         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
16273         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
16274         (gnus-summary-selected-face, gnus-summary-cancelled-face)
16275         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
16276         (gnus-summary-normal-ticked-face)
16277         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
16278         (gnus-summary-normal-ancient-face)
16279         (gnus-summary-high-undownloaded-face)
16280         (gnus-summary-low-undownloaded-face)
16281         (gnus-summary-normal-undownloaded-face)
16282         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
16283         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
16284         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
16285         (gnus-splash-face):
16286         New backward-compatibility aliases for renamed faces.
16287         (gnus-group-startup-message): Use renamed gnus faces.
16288
16289         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
16290         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
16291         (gnus-server-agent): Remove "-face" suffix from face names.
16292         (gnus-server-agent-face, gnus-server-opened-face)
16293         (gnus-server-closed-face, gnus-server-denied-face)
16294         (gnus-server-offline-face):
16295         New backward-compatibility aliases for renamed faces.
16296         (gnus-server-agent-face, gnus-server-opened-face)
16297         (gnus-server-closed-face, gnus-server-denied-face)
16298         (gnus-server-offline-face): Use renamed gnus faces.
16299
16300         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
16301         Remove "-face" suffix from face names.
16302         (gnus-picon-xbm-face, gnus-picon-face):
16303         New backward-compatibility aliases for renamed faces.
16304
16305         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
16306         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
16307         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
16308         (gnus-cite-11): Remove "-face" suffix from face names.
16309         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
16310         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
16311         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
16312         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
16313         New backward-compatibility aliases for renamed faces.
16314         (gnus-cite-attribution-face, gnus-cite-face-list)
16315         (gnus-article-boring-faces): Use renamed gnus faces.
16316
16317         * gnus-art.el (gnus-signature, gnus-header-from)
16318         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
16319         (gnus-header-content): Remove "-face" suffix from face names.
16320         (gnus-signature-face, gnus-header-from-face)
16321         (gnus-header-subject-face, gnus-header-newsgroups-face)
16322         (gnus-header-name-face, gnus-header-content-face):
16323         New backward-compatibility aliases for renamed faces.
16324         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
16325
16326         * gnus-sum.el (gnus-summary-selected-face)
16327         (gnus-summary-highlight): Use renamed gnus faces.
16328         * gnus-group.el (gnus-group-highlight): Likewise.
16329
16330 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
16331
16332         * gnus-sieve.el (gnus-sieve-article-add-rule):
16333         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
16334         * spam-stat.el (spam-stat-buffer-change-to-spam)
16335         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
16336
16337         * message.el (message-is-yours-p):
16338         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
16339
16340 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16341
16342         * mm-view.el (mm-inline-text): Withdraw the last change.
16343
16344 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16345
16346         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
16347         executing enriched-decode.
16348
16349 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16350
16351         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
16352         charset of tar files.
16353
16354 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
16355
16356         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
16357
16358 2005-06-04  Lute Kamstra  <lute@gnu.org>
16359
16360         * nnfolder.el (nnfolder-read-folder): Make sure that undo
16361         information is never recorded.
16362
16363 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16364
16365         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
16366
16367 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16368
16369         * pop3.el (pop3-apop): Run md5 in the binary mode.
16370
16371         * starttls.el (starttls-set-process-query-on-exit-flag):
16372         Use eval-and-compile.
16373
16374 2005-05-31  Simon Josefsson  <jas@extundo.com>
16375
16376         * smime.el (smime-replace-in-string): Define.
16377         (smime-cert-by-ldap-1): Use it.
16378
16379 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16380
16381         * gnus-art.el (article-display-x-face): Replace
16382         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16383
16384         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
16385         set-process-query-on-exit-flag or process-kill-without-query.
16386
16387         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
16388         loop instead of replace-regexp.
16389
16390         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
16391         instead of process-kill-without-query if it is available.
16392
16393         * lpath.el: Fbind ldap-search-entries.
16394
16395         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
16396         instead of find-file-hooks if it is available.
16397
16398         * mml1991.el: Bind pgg-default-user-id when compiling.
16399
16400         * mml2015.el: Bind pgg-default-user-id when compiling.
16401
16402         * nndraft.el (nndraft-request-associate-buffer):
16403         Use write-contents-functions instead of write-contents-hooks if it is
16404         available.
16405
16406         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
16407         instead of find-file-hooks if it is available.
16408
16409         * nntp.el (nntp-open-connection): Replace
16410         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16411         (nntp-open-ssl-stream): Ditto.
16412         (nntp-open-tls-stream): Ditto.
16413
16414         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
16415         set-process-query-on-exit-flag or process-kill-without-query.
16416         (starttls-open-stream-gnutls): Use it instead of
16417         process-kill-without-query.
16418         (starttls-open-stream): Ditto.
16419
16420 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
16421
16422         * smime.el (smime-cert-by-ldap-1): Don't use
16423         replace-regexp-in-string.
16424
16425 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
16426
16427         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
16428
16429         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
16430         in PEM format.  Adjust to the XEmacs compatibility.
16431
16432 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
16433
16434         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
16435         by `string-to-number'.
16436         * gnus-agent.el (gnus-agent-regenerate-group)
16437         (gnus-agent-fetch-articles): Ditto.
16438         * gnus-art.el (gnus-button-fetch-group): Ditto.
16439         * gnus-cache.el (gnus-cache-generate-active)
16440         (gnus-cache-articles-in-group): Ditto.
16441         * gnus-group.el (gnus-group-set-current-level)
16442         (gnus-group-insert-group-line): Ditto.
16443         * gnus-score.el (gnus-score-set-expunge-below)
16444         (gnus-score-set-mark-below, gnus-summary-score-effect)
16445         (gnus-summary-score-entry): Ditto.
16446         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
16447         (gnus-soup-pack): Ditto.
16448         * gnus-spec.el (gnus-xmas-format): Ditto.
16449         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
16450         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
16451         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
16452         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
16453         * nndb.el (nndb-get-remote-expire-response): Ditto.
16454         * nndiary.el (nndiary-parse-schedule-value)
16455         (nndiary-string-to-number, nndiary-request-replace-article)
16456         (nndiary-request-article): Ditto.
16457         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
16458         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
16459         * nneething.el (nneething-make-head): Ditto.
16460         * nnfolder.el (nnfolder-request-article)
16461         (nnfolder-retrieve-headers): Ditto.
16462         * nnheader.el (nnheader-file-to-number): Ditto.
16463         * nnkiboze.el (nnkiboze-request-article): Ditto.
16464         * nnmail.el (nnmail-process-unix-mail-format)
16465         (nnmail-process-babyl-mail-format): Ditto.
16466         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
16467         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
16468         (nnmh-request-create-group, nnmh-request-list-1)
16469         (nnmh-request-group, nnmh-request-article): Ditto.
16470         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
16471         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
16472         * nnsoup.el (nnsoup-make-active): Ditto.
16473         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
16474         * nntp.el (nntp-find-group-and-number)
16475         (nntp-retrieve-headers-with-xover): Ditto.
16476         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
16477         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
16478         (pgg-format-key-identifier): Ditto.
16479         * pop3.el (pop3-last, pop3-stat): Ditto.
16480         * qp.el (quoted-printable-decode-region): Ditto.
16481
16482         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
16483         of concat.
16484
16485 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16486
16487         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
16488
16489         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
16490
16491         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
16492
16493         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
16494
16495         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
16496
16497         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
16498
16499         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
16500         (gnus-carpal-mode): Ditto.
16501
16502         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
16503         (gnus-browse-mode): Ditto.
16504
16505         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
16506
16507         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
16508
16509 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16510
16511         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
16512
16513 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16514
16515         * gnus-util.el (gnus-run-mode-hooks): New function.
16516
16517         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
16518
16519         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
16520         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
16521
16522 2005-05-27  Lute Kamstra  <lute@gnu.org>
16523
16524         * dns-mode.el (dns-mode): Specify customization group.
16525
16526 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
16527
16528         * gnus-agent.el (gnus-agent-make-mode-line-string):
16529         Use mode-line-highlight as mouse-face.
16530
16531 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16532
16533         * canlock.el (canlock): Change the parent group to news.
16534
16535         * deuglify.el (gnus-outlook-deuglify): Add :group.
16536
16537         * dig.el (dig): Add :group.
16538
16539         * dns-mode.el (dns-mode): Add :group.
16540
16541         * encrypt.el (encrypt): Add :group.
16542
16543         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
16544         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
16545         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
16546         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
16547         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
16548
16549         * gnus-diary.el (gnus-diary): Add :group.
16550
16551         * gnus.el (gnus-group-news-1-face): Add :group.
16552         (gnus-group-news-1-empty-face): Ditto.
16553         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
16554         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
16555         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
16556         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
16557         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
16558         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
16559         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16560         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16561         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16562         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16563         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16564         (gnus-summary-high-ticked-face): Ditto.
16565         (gnus-summary-low-ticked-face): Ditto.
16566         (gnus-summary-normal-ticked-face): Ditto.
16567         (gnus-summary-high-ancient-face): Ditto.
16568         (gnus-summary-low-ancient-face): Ditto.
16569         (gnus-summary-normal-ancient-face): Ditto.
16570         (gnus-summary-high-undownloaded-face): Ditto.
16571         (gnus-summary-low-undownloaded-face): Ditto.
16572         (gnus-summary-normal-undownloaded-face): Ditto.
16573         (gnus-summary-high-unread-face): Ditto.
16574         (gnus-summary-low-unread-face): Ditto.
16575         (gnus-summary-normal-unread-face): Ditto.
16576         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16577         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16578
16579         * hashcash.el (hashcash): New custom group.
16580         (hashcash-default-payment): Add :group.
16581         (hashcash-payment-alist): Ditto.
16582         (hashcash-default-accept-payment): Ditto.
16583         (hashcash-accept-resources): Ditto.
16584         (hashcash-path): Ditto.
16585         (hashcash-extra-generate-parameters): Ditto.
16586         (hashcash-double-spend-database): Ditto.
16587         (hashcash-in-news): Ditto.
16588
16589         * message.el (message-minibuffer-local-map): Add :group.
16590
16591         * netrc.el (netrc): Add :group.
16592
16593         * sieve-manage.el (sieve-manage-log): Add :group.
16594         (sieve-manage-default-user): Diito.
16595         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
16596         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
16597         (sieve-manage-authenticators): Ditto.
16598         (sieve-manage-authenticator-alist): Ditto.
16599         (sieve-manage-default-port): Ditto.
16600
16601         * sieve-mode.el (sieve-control-commands-face): Add :group.
16602         (sieve-action-commands-face): Ditto.
16603         (sieve-test-commands-face): Ditto.
16604         (sieve-tagged-arguments-face): Ditto.
16605
16606         * smime.el (smime): Add :group.
16607
16608         * spam-report.el (spam-report): Add :group.
16609
16610         * spam.el (spam, spam-face): Add :group.
16611
16612 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16613
16614         * nntp.el (nntp-next-result-arrived-p): Some news servers may
16615         return \n.\n.\n at the end of articles.  Protect against that.
16616         (nntp-with-open-group): Allow debugging.
16617
16618         * nnheader.el (mail-header-set-extra): Make into a function
16619         because I just could't understand how to quote the list properly.
16620
16621         * dns.el (query-dns-cached): New function.
16622
16623 2005-05-26  Lute Kamstra  <lute@gnu.org>
16624
16625         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16626
16627 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16628
16629         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
16630
16631         * gnus-art.el: Don't autoload mail-extract-address-components.
16632
16633         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16634         eval-and-compile to evaluate it.
16635
16636         * hashcash.el: Don't autoload executable-find.
16637
16638         * nndb.el: Don't declare the nndb back end two or more times; don't
16639         autoload news-reply-mode, news-setup, cancel-timer and telnet.
16640
16641         * nntp.el: Autoload format-spec instead of format; use
16642         eval-and-compile to evaluate autoload forms.
16643
16644 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
16645
16646         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16647
16648 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16649
16650         * gnus.el (gnus-version-number): Bump version.
16651
16652 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16653
16654         * gnus.el: No Gnus v0.3 is released.
16655
16656 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16657
16658         * lpath.el (featurep): Bind show-nonbreak-escape.
16659
16660 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16661
16662         * gnus-art.el (gnus-article-edit-part): Disable undo.
16663
16664 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16665
16666         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16667         gnus-article-date-lapsed-new-header is t if date timer is active;
16668         skip headers in which the original date value is empty.
16669         (gnus-article-save-original-date): Redefine it as a macro.
16670         (gnus-display-mime): Use it.
16671
16672 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16673
16674         * gnus-art.el (article-date-ut): Support converting date in
16675         forwarded parts as well.
16676         (gnus-article-save-original-date): New function.
16677         (gnus-display-mime): Use it.
16678
16679 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16680
16681         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16682         enclosure element of <item>.
16683
16684 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16685
16686         * message.el (message-kill-buffer-query): Rename from
16687         `message-kill-buffer-query-if-modified'.  Add :version.
16688
16689 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16690
16691         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16692         window layout.
16693
16694 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16695
16696         * mml.el: Autoload dnd when compiling.
16697
16698 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16699
16700         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16701         x-dnd-*.
16702
16703 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16704
16705         * qp.el (quoted-printable-encode-region): Save excursion.
16706
16707 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16708
16709         * message.el (message-kill-buffer-query-if-modified): Add new variable
16710         so the user can kill a modified message buffer quickly.
16711         (message-kill-buffer): Use it.
16712
16713 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16714
16715         * lpath.el: Fbind display-time-event-handler; don't fbind
16716         string-to-multibyte.
16717
16718         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16719
16720 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16721
16722         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16723         contained in text because xml.el decodes entities) with LFs.
16724
16725 2005-04-11  Lute Kamstra  <lute@gnu.org>
16726
16727         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16728         differently.
16729
16730 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16731
16732         * mm-util.el (mm-detect-coding-region): Typo.
16733
16734 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16735
16736         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16737
16738 2005-04-06  Deepak Goel  <deego@gnufans.org>
16739
16740         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16741         user-function allow user modifications of the scores.
16742         (spam-stat-score-buffer-user): New function, to allow
16743         user-computed modifications to the score.
16744         (spam-stat-score-buffer-user-functions): List of additional
16745         scoring functions.
16746         (spam-stat-error-holder): Global temporary error holder.
16747         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16748         variable.
16749
16750 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16751
16752         * gnus-registry.el (gnus-registry-clean-empty-function)
16753         (gnus-registry-trim, gnus-registry-fetch-groups)
16754         (gnus-registry-delete-group): Groups that match
16755         `gnus-registry-ignored-groups' are removed from the registry
16756         entries, not just ignored for splitting.  This helps clean up the
16757         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16758         to get all the groups a message ID is in.
16759
16760         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16761         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16762         (spam-stat-score-buffer-user-functions): Add :number custom type.
16763
16764 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16765
16766         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16767         argument in XEmacs.
16768
16769         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16770         (nnrss-request-group): Decode group name first.
16771         (nnrss-request-article): Make a text/plain article if mml-to-mime
16772         failed.
16773         (nnrss-get-encoding): Return a compatible encoding according to
16774         nnrss-compatible-encoding-alist.
16775         (nnrss-find-el): Use consp instead of listp.
16776         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16777
16778 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16779
16780         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16781         which Emacs 20 doesn't support.
16782         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16783
16784 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16785
16786         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16787         silence the byte compiler inside the defun.
16788
16789         * gnus-demon.el (parse-time-string): Add autoload.
16790
16791         * gnus-delay.el (parse-time-string): Add autoload.
16792
16793         * gnus-art.el (parse-time-string): Add autoload.
16794
16795         * nnultimate.el (parse-time): Require for `parse-time-string'.
16796
16797 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16798
16799         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16800
16801         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16802
16803         * smime.el (smime-ldap-host-list): Add :version.
16804
16805 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16806
16807         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16808         pass it to `gnus-browse-read-group'.
16809         (gnus-browse-read-group): Add NUMBER argument and pass it to
16810         `gnus-group-read-ephemeral-group'.
16811
16812         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16813         argument and pass it to `gnus-group-read-group'.
16814
16815 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16816
16817         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16818         mm-xemacs-find-mime-charset-1 if we have the mule feature
16819         available at runtime.
16820
16821 2005-03-25  Werner Lemberg  <wl@gnu.org>
16822
16823         * nnmaildir.el: Replace `illegal' with `invalid'.
16824
16825 2005-03-23  Lute Kamstra  <lute@gnu.org>
16826
16827         * time-date.el: Add comment on time value formats.
16828         Don't require parse-time.
16829         (with-decoded-time-value): New macro.
16830         (encode-time-value): New function.
16831         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16832         (days-to-time): Return a valid time value when arg is huge.
16833         (time-since): Use time-subtract.
16834         (time-to-number-of-days): Use time-to-seconds.
16835
16836 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16837
16838         * gnus-start.el (gnus-display-time-event-handler):
16839         Check display-time-timer at runtime rather than only at load time
16840         in case display-time-mode is turned off in the mean time.
16841
16842 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16843
16844         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16845         used.
16846
16847         * nneething.el (nneething-map-file-directory): Derive from
16848         `gnus-directory'.
16849
16850         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16851         the To/Cc button.
16852
16853 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16854
16855         * nnmaildir.el (nnmaildir-request-accept-article):
16856         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16857
16858 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16859
16860         * gnus-async.el: Require timer-funcs at compile time when in
16861         XEmacs for `run-with-idle-timer'.
16862
16863 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16864
16865         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16866         autoloaded function.
16867
16868 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16869
16870         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16871
16872 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16873
16874         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16875
16876 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16877
16878         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16879         Add gnus-expert-user to default.
16880
16881 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16882
16883         * nnimap.el (nnimap-open-server): Ditto.
16884
16885         * imap.el (imap-authenticate): Fix typo.
16886
16887 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16888
16889         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16890         buffer (since IMAP server might return FETCH response out of
16891         order, and the nntp buffer must be sorted).
16892
16893 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16894
16895         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16896         comparison on string.
16897
16898         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16899         (gnus-agent-score): Rename category keywords to match gnus-cus.
16900         (gnus-agent-summary-fetch-series): Modify to protect against
16901         gnus-agent-summary-fetch-group clearing processable flags.
16902         (gnus-agent-synchronize-group-flags): Update live group buffer as
16903         synchronization may occur due to the user toggle the plugged
16904         status.
16905         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16906         successfully downloaded.
16907         (gnus-agent-expire-group-1): Avoid using markers when the overview
16908         is in ascending order; greatly improves performance.
16909         (gnus-agent-regenerate-group):
16910         Use gnus-agent-synchronize-group-flags to reset read status in both
16911         gnus and server.
16912         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16913
16914 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16915
16916         * message.el: Don't autoload former message-utils variables.
16917         (message-strip-subject-trailing-was): Change doc string.
16918
16919         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16920         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16921         (nnweb-google-search): Add "hl=en" here.
16922         (nnweb-google-parse-1, nnweb-google-create-mapping):
16923         Don't hardcode URL.
16924
16925 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16926
16927         * message.el (message-get-reply-headers, message-followup):
16928         Mention related variables `message-use-followup-to' and
16929         `message-use-mail-followup-to', in the information buffer.
16930
16931         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16932         of broken groups(-beta).google.com.
16933
16934 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16935
16936         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16937         parameter to invoked gnus-request-move-article; remove the
16938         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16939         all at once instead of once per article.
16940         (gnus-summary-remove-process-mark): Accept a list of articles as
16941         well as a single article for processing.
16942
16943         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16944         parameter.
16945
16946         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16947
16948         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16949
16950         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16951         parameter.
16952
16953         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16954         parameter.
16955
16956         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16957         parameter and remove the gnus-sum-hint-move-is-internal variable.
16958
16959         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16960         parameter.
16961
16962         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16963         parameter.
16964
16965         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16966         parameter.
16967
16968         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16969
16970         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16971         parameter.
16972
16973         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16974         parameter.
16975
16976 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16977
16978         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16979         a more conservative way.
16980
16981 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16982
16983         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16984         buffer, so it moves the window's cursor.
16985
16986 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16987
16988         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16989         `mm-dissect-multipart' and receive the from field as an (optional)
16990         argument from `mm-dissect-multipart'.
16991         (mm-dissect-multipart): Receive the from field as an argument and
16992         pass it on when we call `mm-dissect-buffer' on MIME parts.
16993         Fixes verification/decryption of signed/encrypted MIME parts.
16994
16995 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16996
16997         * gnus-sum.el (gnus-summary-move-article):
16998         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16999         whatever it calls (right now, only nnimap-request-move article
17000         respects it).
17001
17002         * nnimap.el (nnimap-request-move-article):
17003         When gnus-sum-hint-move-is-internal is set, don't do the extra
17004         nnimap-request-article.
17005
17006 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17007
17008         * nnheader.el (nnheader-find-file-noselect): Add doc string.
17009
17010         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
17011         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
17012
17013         * gnus-sum.el (gnus-summary-caesar-message):
17014         Apply `gnus-treat-article' after rotation.
17015
17016         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
17017         doc string.
17018
17019 2005-02-22  Simon Josefsson  <jas@extundo.com>
17020
17021         * encrypt.el (encrypt-password-cache-expiry): Remove (use
17022         `password-cache-expiry' instead).  Reported by Arne Jørgensen
17023         <arne@arnested.dk>.
17024         (encrypt): Add password-cache and password-cache-expiry as group
17025         members.
17026
17027 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
17028
17029         * smime.el (smime-ldap-host-list): Doc fix.
17030         (smime-ask-passphrase): Use `password-read-and-add' to read (and
17031         cache) password.
17032         (smime-sign-region): Use it.
17033         (smime-decrypt-region): Use it.
17034         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
17035         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
17036         fails.
17037         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
17038         certificate from DER to PEM format rather than calling openssl.
17039
17040         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
17041
17042         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
17043         for signing/encryption.
17044
17045         * mml.el (mml-parse-1): Use them.
17046
17047 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
17048
17049         * nnrss.el (nnrss-verbose): Remove.
17050         (nnrss-request-group): Use `nnheader-message' instead.
17051
17052 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
17053
17054         * nnrss.el (nnrss-verbose): New variable.
17055         (nnrss-request-group): Make it say nnrss is requesting a group.
17056
17057 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
17058
17059         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
17060         Handle news URL with given port correctly.
17061
17062 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17063
17064         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
17065         containing special characters.
17066
17067         * gnus-sum.el (gnus-summary-edit-article): Ditto.
17068
17069         * mml.el (mime-to-mml): Ditto.
17070
17071         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
17072         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
17073         (rfc2047-decode-region): Quote decoded words containing special
17074         characters when rfc2047-quote-decoded-words-containing-tspecials
17075         is non-nil.
17076
17077 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
17078
17079         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
17080
17081         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
17082
17083 2005-02-15  Simon Josefsson  <jas@extundo.com>
17084
17085         * nnimap.el (nnimap-debug): Doc fix.
17086
17087         * imap.el (imap-debug): Doc fix.
17088
17089 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17090
17091         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
17092
17093 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
17094
17095         * gnus.el (spam-contents): Improve docs for spam-contents
17096         parameter in its variable incarnation.
17097
17098 2005-02-14  Simon Josefsson  <jas@extundo.com>
17099
17100         * smime-ldap.el: Use require instead of load-library for ldap.
17101         (smime-ldap-search): Indent.
17102         (smime-ldap-search-internal): Shorten line.
17103
17104         * smime.el (smime-cert-by-dns): Add doc-string.
17105         (smime-cert-by-ldap-1): Indent.
17106
17107         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
17108         mml-smime-get-dns-ldap.
17109         (mml-smime-encrypt-query): Use new function.  Default to ldap.
17110
17111 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
17112
17113         * smime.el: Require smime-ldap.
17114         (smime-ldap-host-list): New variable.
17115         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
17116
17117         * mml-smime.el (mml-smime-encrypt-query): New function.
17118         (mml-smime-encrypt-query): Use it.
17119
17120         * smime-ldap.el: New file.
17121
17122 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17123
17124         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
17125
17126 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
17127
17128         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
17129         argument in doc string.  Make query for type more clear.
17130
17131 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17132
17133         * gnus.el (gnus-group-startup-message): Search for gnus images in
17134         etc/images/gnus.
17135         * mm-util.el (mm-image-load-path): Likewise.
17136         * smiley.el (smiley-data-directory): Search for smilies in
17137         etc/images/smilies.
17138
17139 2005-02-09  Kim F. Storm  <storm@cua.dk>
17140
17141         Change Emacs release version from 21.4 to 22.1 throughout.
17142         Change Emacs development version from 21.3.50 to 22.0.50.
17143
17144 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17145
17146         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
17147
17148         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
17149         non-Mule XEmacs as well.
17150         (mm-decompress-buffer): Signal an error intentionally if it does
17151         not decompress compressed data because auto-compression-mode is
17152         disabled.
17153
17154 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
17155
17156         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
17157         an ID in the registry even if it has no groups.
17158
17159 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17160
17161         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
17162         merge it into mm-decompress-buffer.
17163         (gnus-mime-copy-part): Use the MIME part charset, the value which
17164         a user specified or gnus-newsgroup-charset for decoding, like
17165         gnus-mime-inline-part does; set buffer-file-coding-system to tell
17166         save-buffer what was used.  Suggested by Kevin Ryde
17167         <user42@zip.com.au>.
17168         (gnus-mime-inline-part): Allow the name parameter as well as the
17169         filename parameter; force decompressing of compressed data; always
17170         display contents being not decoded as unibyte.
17171
17172         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
17173         as well as the filename parameter.
17174
17175         * mm-util.el (mm-decompress-buffer):
17176         Merge gnus-mime-jka-compr-maybe-uncompress.
17177         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
17178         of compressed data.
17179
17180 2005-02-08  Simon Josefsson  <jas@extundo.com>
17181
17182         * imap.el (imap-log): Doc fix.
17183
17184 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17185
17186         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
17187         the coding cookies; decompress compressed parts.
17188
17189         * mml.el (mml-generate-mime-1): Add the charset parameter according
17190         to the value which a user specified manually or the coding cookie.
17191
17192         * mm-util.el (mm-string-to-multibyte): New function.
17193         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
17194         (mm-coding-system-to-mime-charset): New function.
17195         (mm-decompress-buffer): New function.
17196         (mm-find-buffer-file-coding-system): New function.
17197
17198         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
17199         (mm-display-inline-fontify): Rewrite for decoding and decompressing
17200         parts.
17201
17202 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17203
17204         * mm-view.el (mm-display-inline-fontify): Decode a part according
17205         to the charset parameter.
17206
17207 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17208
17209         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
17210         prefix arg is neither nil nor a number, as info specifies.
17211
17212 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17213
17214         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
17215         timestamps.
17216
17217 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
17218
17219         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
17220         groups error checking and notify user.
17221
17222 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
17223
17224         * message.el (message-send-mail-function): Check existence of
17225         sendmail-program first before using default value
17226         `message-send-mail-with-sendmail'.  Otherwise use more generic
17227         `smtpmail-send-it'.
17228
17229 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17230
17231         * nntp.el (nntp-request-update-info): Always return nil.
17232
17233 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17234
17235         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
17236
17237 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17238
17239         * message.el (message-beginning-of-line): Change the behavior when
17240         invoked between BOL and : so that it first moves backward.
17241
17242 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17243
17244         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
17245         article buffer when editing of the article is discarded.
17246         (gnus-article-prepare): Revert.
17247
17248 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17249
17250         * gnus-art.el (gnus-article-prepare):
17251         Remove message-strip-forbidden-properties from the local hook.
17252
17253 2005-01-27  Simon Josefsson  <jas@extundo.com>
17254
17255         * password.el (password-cache-add): Only start one timer per key.
17256         Reported by Derek Atkins <warlord@MIT.EDU>.
17257
17258 2005-01-26  Steve Youngs  <steve@sxemacs.org>
17259
17260         * run-at-time.el: Remove.  It is no longer needed as
17261         timer-funcs.el in the xemacs-base package has a working version of
17262         `run-at-time'.
17263
17264         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
17265
17266         * password.el: Require timer-funcs instead of run-at-time in
17267         XEmacs.
17268         Remove `password-run-at-time' macro.
17269         (password-cache-add): Use `run-at-time' instead of
17270         `password-run-at-time'.
17271
17272         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
17273         Remove `nnheader-cancel-function-timers' alias,
17274         `cancel-function-timers' exists in XEmacs in timer-funcs.
17275
17276         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
17277         for `run-with-idle-timer'.
17278
17279         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
17280         for `run-at-time'.
17281
17282         * mm-url.el: Require timer-funcs at compile time when in XEmacs
17283         for `with-timeout'.
17284
17285         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
17286         the same as for XEmacs 21.4.
17287         No need to ignore `run-with-idle-timer', this function exists in
17288         XEmacs now in timer-funcs.el in the xemacs-base package.
17289         (dgnushack-compile): No need to delete
17290         run-at-time.el from the list of files to compile because it
17291         doesn't exist anymore.
17292
17293 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17294
17295         * mml.el (mml-generate-mime-1): Convert string into unibyte when
17296         inserting " *mml*" buffer's contents into a unibyte temp buffer.
17297
17298 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
17299
17300         * mail-source.el (mail-source-fetch-imap): Search for ^From case
17301         sensitively.
17302
17303 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
17304
17305         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
17306
17307 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17308
17309         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
17310         which will be inserted according to the multibyteness of a buffer
17311         rather than the type of contents.  Suggested by ARISAWA Akihiro
17312         <ari@mbf.ocn.ne.jp>.
17313
17314         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
17315         of string which old xml.el may return rather than a string.
17316
17317 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17318
17319         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
17320
17321 2005-01-16  Simon Josefsson  <jas@extundo.com>
17322
17323         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
17324         idn/idna.el isn't available.
17325         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
17326         <michael@waxrat.com>.
17327
17328         * hashcash.el: Remove non-FSF copyright header.
17329
17330         * hashcash.el (hashcash-extra-generate-parameters): New variable.
17331         (hashcash-generate-payment): Use it.
17332         (hashcash-generate-payment-async): Use it.
17333
17334 2005-01-15  Simon Josefsson  <jas@extundo.com>
17335
17336         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
17337         Suggested by Raymond Scholz <ray-2005@zonix.de>.
17338
17339         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
17340         gnus-summary-idna-message.
17341         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
17342         (gnus-summary-idna-message): New function.
17343
17344 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
17345
17346         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
17347         gnus-novice-user.
17348
17349 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17350
17351         * nnrss.el (nnrss-request-delete-group): Delete entries in
17352         nnrss-group-alist as well.
17353         (nnrss-save-server-data): Insert newline.
17354
17355 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
17356
17357         * gnus.el (gnus-user-agent): Use list of symbols instead of
17358         symbols.  Display full version number for (S)XEmacs.
17359         Optionally display (S)XEmacs codename.
17360
17361         * gnus-util.el (gnus-emacs-version): Update for new
17362         `gnus-user-agent'.
17363
17364         * gnus-msg.el (gnus-extended-version): Make it possible to omit
17365         Gnus version.
17366
17367 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17368
17369         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
17370         which is unreadable in some setups.
17371
17372 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17373
17374         * gnus-spec.el (gnus-update-format-specifications): Flush the
17375         group format spec cache if it doesn't support decoded group names.
17376
17377 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17378
17379         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
17380         Allow to apply decay on score files matching a regexp.
17381
17382 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17383
17384         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
17385         compatibility in %g and %c.
17386
17387 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17388
17389         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
17390         name for only %g and %c.
17391         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
17392         of gnus-tmp-group to decoded group name.
17393         (gnus-group-make-rss-group): Exclude `/'s from group names.
17394
17395 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17396
17397         * nnrss.el (nnrss-get-encoding): Fix regexp.
17398
17399 2004-12-27  Simon Josefsson  <jas@extundo.com>
17400
17401         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
17402         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
17403         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
17404
17405 2004-12-17  Kim F. Storm  <storm@cua.dk>
17406
17407         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
17408
17409         * gnus-sum.el (gnus-summary-mode-map): Likewise.
17410
17411 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17412
17413         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
17414
17415 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17416
17417         * nnrss.el: Require rfc2047 and mml.
17418         (nnrss-file-coding-system): New variable.
17419         (nnrss-format-string): Redefine it as an inline function.
17420         (nnrss-decode-group-name): New function.
17421         (nnrss-string-as-multibyte): Remove.
17422         (nnrss-retrieve-headers): Decode group name; don't use
17423         nnrss-format-string.
17424         (nnrss-request-group): Decode group name.
17425         (nnrss-request-article): Decode group name; allow a Message-ID as
17426         well as an article number; don't use nnrss-format-string; encode a
17427         Message-ID string which may contain non-ASCII characters; use
17428         mml-to-mime to compose a MIME article.
17429         (nnrss-request-expire-articles): Decode group name.
17430         (nnrss-request-delete-group): Decode group name.
17431         (nnrss-fetch): Clarify error message.
17432         (nnrss-read-server-data): Use insert-file-contents instead of load;
17433         bind file-name-coding-system; use multibyte buffer.
17434         (nnrss-save-server-data): Bind coding-system-for-write to the
17435         value of nnrss-file-coding-system; bind file-name-coding-system;
17436         add coding cookie.
17437         (nnrss-read-group-data): Use insert-file-contents instead of load;
17438         bind file-name-coding-system; use multibyte buffer.
17439         (nnrss-save-group-data): Bind coding-system-for-write to the
17440         value of nnrss-file-coding-system; bind file-name-coding-system.
17441         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
17442         make it work with non-ASCII text.
17443         (nnrss-find-el): Make it work with old xml.el as well.
17444
17445 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17446
17447         * nnrss.el (nnrss-get-encoding): New function.
17448         (nnrss-fetch): Use unibyte buffer initially; bind
17449         coding-system-for-read while performing mm-url-insert; remove ^Ms;
17450         decode contents according to the encoding attribute.
17451         (nnrss-save-group-data): Add coding cookie.
17452         (nnrss-mime-encode-string): New function.
17453         (nnrss-check-group): Use it to encode subject and author.
17454
17455 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
17456
17457         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
17458         imaginary variable.
17459
17460 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17461
17462         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
17463         correctly even if there are wide characters.
17464
17465 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
17466
17467         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
17468         downcased symbol names; make a new cache instead of reusing
17469         bbdb-hashtable.
17470
17471 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17472
17473         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17474         concatenating segments rather than before concatenating them.
17475         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17476
17477         * message.el (message-get-reply-headers): Bind `extra'.
17478
17479 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17480
17481         * message.el (message-extra-wide-headers): New variable.
17482         (message-get-reply-headers): Use it.
17483
17484 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17485
17486         * gnus-agent.el (gnus-agent-group-path): Decode group name.
17487         (gnus-agent-group-pathname): Ditto.
17488
17489         * gnus-cache.el (gnus-cache-file-name): Decode group name.
17490
17491         * gnus-group.el (gnus-group-make-group): Decode group name.
17492         (gnus-group-make-rss-group): Register the group data after opening
17493         the nnrss group.
17494
17495 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
17496
17497         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
17498         by expiry now get marked as read.
17499
17500 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17501
17502         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
17503
17504 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
17505
17506         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
17507         unify Latin characters in XEmacs.
17508         (mm-find-mime-charset-region): Use it.
17509
17510 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17511
17512         * gnus-util.el (gnus-delete-directory): New function.
17513
17514         * gnus-agent.el (gnus-agent-delete-group): Use it.
17515
17516         * gnus-cache.el (gnus-cache-delete-group): Use it.
17517
17518 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17519
17520         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
17521         names.
17522
17523 2004-12-16  Simon Josefsson  <jas@extundo.com>
17524
17525         * hashcash.el (hashcash-payment-alist): Fix custom :type.
17526
17527 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17528
17529         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
17530
17531         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
17532         (gnus-group-set-current-level): Decode group name.
17533
17534 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
17535
17536         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
17537         failed.
17538
17539 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17540
17541         * gnus-group.el (gnus-group-delete-group): Decode group name.
17542         (gnus-group-make-rss-group): Encode group name.
17543         (gnus-group-catchup-current): Decode group name.
17544         (gnus-group-kill-group): Decode group name.
17545
17546 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17547
17548         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
17549
17550 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17551
17552         * gnus-group.el (gnus-group-make-rss-group):
17553         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
17554
17555         * gnus-start.el (gnus-setup-news): Honor user's setting to
17556         gnus-message-archive-method.  Suggested by Lute Kamstra
17557         <lute@gnu.org>.
17558
17559 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
17560
17561         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
17562         global counterparts of the buffer-local variables.
17563
17564 2004-11-16  Romain Francoise  <romain@orebokech.com>
17565
17566         * gnus-sum.el (gnus-summary-exit): Don't clear the global
17567         counterparts of the buffer-local variables.
17568
17569 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17570
17571         * message.el (message-forbidden-properties): Fix typo in doc
17572         string.
17573
17574 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17575
17576         * gnus-util.el (gnus-replace-in-string): Add doc string.
17577
17578         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17579         to avoid problems when splitting mails with many recipients.
17580
17581 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17582
17583         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17584         pop-to-buffer, covered by the subsequent gnus-configure-windows.
17585
17586 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
17587
17588         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17589         if there is no hashtable in memory or file modification time is
17590         newer than cached timestamp.
17591
17592 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
17593
17594         * gnus-sum.el (gnus-summary-limit-to-recipient):
17595         Implement not-matching option.
17596
17597 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
17598
17599         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17600         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17601         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17602         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17603         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
17604         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17605
17606 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17607
17608         * message.el (message-forward-make-body-mml): Remove headers
17609         according to message-forward-ignored-headers if a message is decoded.
17610
17611 2004-12-02  Romain Francoise  <romain@orebokech.com>
17612
17613         * message.el (message-forward-make-body-plain): Always remove
17614         headers according to message-forward-ignored-headers.
17615
17616 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
17617
17618         * spam.el (spam-summary-prepare-exit): Remove the
17619         gnus-summary-limit pop for now, it has problems with ham marks for
17620         me.
17621
17622 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
17623
17624         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17625         correctly.
17626
17627 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
17628
17629         * format-spec.el (format-spec): Message the char.
17630
17631 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
17632
17633         * gnus-art.el (gnus-split-methods): Reformat comments.
17634
17635         * spam.el (spam-summary-prepare-exit): Remove article limits
17636         before exiting the summary buffer.
17637
17638 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17639
17640         * lpath.el: Remove bbdb-create-internal, bbdb-records,
17641         spam-BBDB-register-routine and spam-enter-ham-BBDB.
17642
17643         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17644         order to silence the byte compiler.
17645
17646         * spam.el: Fix the way to silence the byte compiler, which
17647         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17648         bbdb-search-simple, spam-BBDB-register-routine,
17649         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17650         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17651         spam-stat-buffer-is-spam, spam-stat-load,
17652         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17653         spam-stat-save and spam-stat-split-fancy.
17654
17655 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17656
17657         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17658         which may confuse users.
17659         (canlock-password-for-verify): Ditto.
17660
17661         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17662
17663         * gnus-art.el (gnus-emphasis-alist): Ditto.
17664
17665         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17666
17667         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17668
17669         * gnus-start.el (gnus-save-killed-list): Ditto.
17670
17671         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17672         (gnus-sum-thread-tree-root): Ditto.
17673         (gnus-sum-thread-tree-false-root): Ditto.
17674         (gnus-sum-thread-tree-single-indent): Ditto.
17675
17676         * message.el (message-courtesy-message): Ditto.
17677         (message-archive-note): Ditto.
17678         (message-subscribed-address-file): Ditto.
17679         (message-user-fqdn): Ditto.
17680
17681         * spam-report.el (spam-report-gmane-regex): Ditto.
17682
17683         * spam.el (spam-blackhole-good-server-regex): Ditto.
17684
17685 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17686
17687         * mml.el (mml-preview): Widen the message buffer before copying
17688         the contents to the preview buffer; sort headers before previewing.
17689
17690         * message.el (message-hidden-headers): Fix the way to avoid a bug
17691         in the `repeat' widget in Emacs 21.3 or earlier.
17692
17693 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17694
17695         * message.el (message-hidden-headers): Default to "^References:".
17696         Improve customization type.  Suggested by Reiner Steib
17697         <Reiner.Steib@gmx.de>.
17698
17699 2004-11-25  Romain Francoise  <romain@orebokech.com>
17700
17701         * message.el (message-strip-forbidden-properties): Remove check for
17702         obsolete `message-hidden' text property, hidden headers are not
17703         accessible in the buffer anymore.
17704
17705 2004-11-22  Romain Francoise  <romain@orebokech.com>
17706
17707         * message.el (message-header-format-alist): Add `From' in list
17708         so that it can be sorted.
17709         (message-fix-before-sending): Widen and sort headers before
17710         sending.
17711         (message-hide-headers): Use narrowing to hide headers by moving
17712         them to the top of the buffer and narrowing to the region
17713         underneath.
17714
17715 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17716
17717         * message.el (message-strip-forbidden-properties):
17718         Bind buffer-read-only (etc) to nil.
17719
17720 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17721
17722         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17723         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17724
17725 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17726
17727         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17728
17729 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17730
17731         * dns.el (query-dns): Use sit-for to time instead of
17732         accept-process-output, since that doesn't seem to work on udp
17733         sockets.
17734
17735 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17736
17737         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17738
17739 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17740
17741         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17742         doc string.  Improve doc string.
17743
17744 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17745
17746         * nntp.el (nntp-request-update-info): Return nil if
17747         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17748         may not call gnus-activate-group which uselessly issues the GROUP
17749         commands for all nntp groups and wastes time.  Reported by Romain
17750         Francoise <romain@orebokech.com>.
17751
17752         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17753
17754 2004-11-15  Simon Josefsson  <jas@extundo.com>
17755
17756         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17757         headers separately.
17758         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17759         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17760
17761 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17762
17763         * gnus-start.el (gnus-convert-old-newsrc):
17764         Assign legacy-gnus-agent to 5.10.7.
17765
17766 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17767
17768         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17769         start of the lines.
17770
17771 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17772
17773         * hashcash.el (hashcash-default-payment): Change default to 20.
17774         (hashcash-default-accept-payment): Change default to 20.
17775         (hashcash-process-alist): New variable.
17776         (hashcash-generate-payment-async): Add.
17777         (hashcash-already-paid-p): Add.
17778         (hashcash-insert-payment): Don't generate payments twice.
17779         (hashcash-insert-payment-async): Add.
17780         (hashcash-insert-payment-async-2): Add.
17781         (hashcash-cancel-async): Add.
17782         (hashcash-wait-async): Add.
17783         (hashcash-processes-running-p): Add.
17784         (hashcash-wait-or-cancel): Add.
17785         (mail-add-payment): New optional argument.  Conditionally start
17786         asynchronous calculation.
17787         (mail-add-payment-async): Add.
17788
17789         * message.el (message-send-mail): Wait for asynchronous hashcash
17790         results.  Don't clobber existing X-Hashcash headers.
17791         (message-setup-1): Call mail-add-payment-async when
17792         message-generate-hashcash is non-nil.
17793
17794 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17795
17796         * message.el (message-use-alternative-email-as-from): Examine the
17797         From header as well; use message-make-from in order to include a
17798         user's full name.
17799
17800 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17801
17802         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17803         default; improve customization type.
17804         (gnus-emphasis-custom-with-format): New macro.
17805         (gnus-emphasis-custom-value-to-external): New function.
17806         (gnus-emphasis-custom-value-to-internal): New function.
17807
17808 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17809
17810         * dns.el (query-dns): Resolve reverse addresses.
17811
17812 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17813
17814         * gnus-group.el (gnus-group-get-new-news): Use it.
17815
17816         * gnus-start.el (gnus-check-reasonable-setup): New function.
17817
17818 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17819
17820         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17821         "Args out of range" error.  Reported by Arnaud Giersch
17822         <arnaud.giersch@free.fr>.
17823
17824 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17825
17826         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17827
17828 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17829
17830         * spam.el (spam group): Add :version.
17831
17832         * pgg-def.el (pgg group): Add :version.
17833
17834 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17835
17836         * gnus-art.el (gnus-article-edit-article): Don't associate the
17837         article buffer with a draft file.  This is a temporary measure
17838         against the 2004-08-22 change to gnus-article-edit-mode.
17839
17840 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17841
17842         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17843         (html2text-format-tags): Remove unused variable `attr'.
17844
17845 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17846
17847         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17848
17849         * tls.el (tls-process-connection-type, tls-success)
17850         (tls-certtool-program): Add :version.
17851
17852         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17853         (starttls-extra-arguments, starttls-process-connection-type)
17854         (starttls-connect, starttls-failure, starttls-success): Add :version.
17855
17856         * spam-stat.el (spam-stat): Add :version.
17857
17858         * sieve.el (sieve): Add :version.
17859
17860         * sha1.el (sha1): Add :version.
17861         (sha1-use-external): Remove redundant version.
17862
17863         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17864         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17865         (nnmail-split-fancy-match-partial-words)
17866         (nnmail-split-lowercase-expanded): Add :version.
17867
17868         * nndiary.el (nndiary): Add :version.
17869
17870         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17871
17872         * mml-sec.el (mml-default-sign-method)
17873         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17874         Add :version.
17875
17876         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17877
17878         * mm-url.el (mm-url-use-external, mm-url-program)
17879         (mm-url-arguments): Add :version.
17880
17881         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17882         (mm-attachment-file-modes, mm-decrypt-option)
17883         (mm-w3m-safe-url-regexp): Add :version.
17884
17885         * message.el (message-cite-prefix-regexp)
17886         (message-sendmail-envelope-from, message-minibuffer-local-map)
17887         (message-user-fqdn, message-completion-alist): Add :version.
17888
17889         * gnus-win.el (gnus-configure-windows-hook)
17890         (gnus-use-frames-on-any-display): Add :version.
17891
17892         * gnus-art.el (gnus-article-address-banner-alist)
17893         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17894         (gnus-treat-from-picon, gnus-treat-mail-picon)
17895         (gnus-treat-x-pgp-sig): Add :version.
17896
17897         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17898         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17899         (gnus-summary-article-delete-hook)
17900         (gnus-summary-display-while-building): Add :version.
17901
17902         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17903         (gnus-get-top-new-news-hook): Add :version.
17904
17905         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17906         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17907
17908         * gnus-registry.el (gnus-registry): Add :version.
17909
17910         * gnus-spec.el (gnus-use-correct-string-widths)
17911         (gnus-make-format-preserve-properties): Add :version.
17912
17913         * gnus.el (gnus-group-charter-alist)
17914         (gnus-group-fetch-control-use-browse-url)
17915         (gnus-install-group-spam-parameters): Add :version.
17916
17917         * gnus-diary.el (gnus-diary): Add :version.
17918
17919         * gnus-delay.el (gnus-delay): Add :version.
17920
17921         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17922         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17923         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17924         Add :version.
17925
17926         * gnus-agent.el (gnus-agent-max-fetch-size)
17927         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17928         (gnus-agent-prompt-send-queue): Add :version.
17929
17930         * deuglify.el (gnus-outlook-deuglify): Add :version.
17931
17932         * html2text.el: Beautify code.  Improve doc strings.
17933         Some checkdoc cleanup.
17934         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17935
17936 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17937
17938         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17939
17940 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17941
17942         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17943         when package is loaded.
17944
17945         * spam.el (spam-summary-score-preferred-header): Add global preference
17946         for people who want to override the default SpamAssassin over
17947         Bogofilter preference (when both are set).
17948         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17949         (spam-user-format-function-S):
17950         Check spam-summary-score-preferred-header.
17951         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17952         (spam-user-format-function-S): Format the score correctly.
17953
17954 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17955
17956         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17957         signature file.  Suggested by Manoj Srivastava
17958         <srivasta@golden-gryphon.com>.
17959
17960         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17961         iso-2022-jp even in the Japanese language environment.
17962         Suggested by Jason Rumney <jasonr@gnu.org>.
17963
17964 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17965
17966         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17967         use the same characters as the dummy marks; make it free from
17968         getting affected by the language environment.
17969         (gnus-summary-read-group-1): Update mark positions only when the
17970         format spec is updated.
17971
17972         * gnus-spec.el (gnus-update-format-specifications): Return a list
17973         of updated types.
17974
17975 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17976
17977         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17978         of boundp to check if display-warning is available.
17979
17980 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17981
17982         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17983
17984 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17985
17986         * nnspool.el (nnspool-spool-directory): Use news-path if the
17987         news-directory variable is not bound.
17988
17989         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17990         function instead of display-warning if it is not available.
17991
17992 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17993
17994         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17995         v5-10: Use `point-at-bol'.
17996
17997 2004-10-26  Simon Josefsson  <jas@extundo.com>
17998
17999         * hashcash.el: Fix URL in comment, reported by Cheng Gao
18000         <chenggao@gmail.com>.
18001
18002 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18003
18004         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
18005         instead.
18006
18007 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
18008
18009         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
18010         to remove a server from the nnimap-server-buffer-alist.
18011         (nnimap-open-connection, nnimap-close-server): Use it.
18012
18013         * gnus-encrypt.el: Remove file in favor of encrypt.el.
18014
18015 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18016
18017         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
18018         running the major-mode function.
18019
18020 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18021
18022         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
18023         dummy marks in the right way.
18024
18025 2004-10-18  David Edmondson  <dme@dme.org>
18026
18027         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
18028         excessively.
18029
18030 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
18031
18032         * gnus-util.el (gnus-split-references): Accept a nil references
18033         string and go on blissfully.
18034
18035         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
18036         cases where the references string is non-nil but has no references.
18037
18038         * encrypt.el: Add autoload tags.
18039
18040         * spam.el (spam-resolve-registrations-routine): Remove article
18041         from unregistration list too.  Reported by David Hanak
18042         <dhanak@isis.vanderbilt.edu>
18043
18044 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
18045
18046         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
18047         nil.  Change custom type.
18048
18049 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
18050
18051         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
18052
18053         * gnus-sum.el (gnus-summary-move-article): Use it.
18054
18055 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
18056
18057         * encrypt.el: Add autoload cookies.
18058
18059         * spam.el (spam-backend-article-list-property)
18060         (spam-backend-get-article-todo-list)
18061         (spam-backend-put-article-todo-list)
18062         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
18063         Resolve registrations separately.
18064         (spam-register-routine): Format comments.
18065         (spam-unregister-routine, spam-register-routine): Always call with
18066         specific-articles, no default list.
18067         (spam-summary-prepare-exit): Use the spam-classifications function.
18068
18069         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
18070         gnus-encrypt.el.
18071
18072         * encrypt.el: Copied from gnus-encrypt.el.
18073
18074         * gnus-encrypt.el: Commented that it's obsolete.
18075
18076 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18077
18078         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
18079         (gnus-score-save): Use it.
18080
18081         * message.el (message-bury): Use `window-dedicated-p'.
18082
18083 2004-10-15  Simon Josefsson  <jas@extundo.com>
18084
18085         * pop3.el (top-level): Don't require nnheader.
18086         (pop3-read-timeout): Add.
18087         (pop3-accept-process-output): Add.
18088         (pop3-read-response, pop3-retr): Use it.
18089
18090 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
18091
18092         * spam.el (spam-register-routine): Move comment.
18093         (spam-verify-bogofilter): Use 'unknown for the initial
18094         spam-bogofilter-valid state, not 'never.
18095
18096         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
18097         for netrc-machine.
18098
18099         * nnimap.el (nnimap-open-connection):
18100         Use netrc-machine-user-or-password.
18101
18102 2004-10-17  Richard M. Stallman  <rms@gnu.org>
18103
18104         * gnus-registry.el (gnus-registry-unload-hook):
18105         Set as a variable with add-hook.
18106
18107         * nnspool.el (nnspool-spool-directory): Use news-directory instead
18108         of news-path.
18109
18110         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
18111
18112         * spam.el: Delete duplicate `provide'.
18113         (spam-unload-hook): Set as a variable with add-hook.
18114
18115 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18116
18117         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
18118         in the doc string.
18119
18120         * message.el (message-ignored-news-headers)
18121         (message-ignored-supersedes-headers)
18122         (message-ignored-resent-headers)
18123         (message-forward-ignored-headers): Improve custom type.
18124
18125 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18126
18127         * message.el (message-tokenize-header): Fix 2004-09-06 change
18128         which used point-min in the wrong place.
18129
18130 2004-10-12  Simon Josefsson  <jas@extundo.com>
18131
18132         * tls.el (tls-certtool-program): New variable.
18133         (tls-certificate-information): New function, based on
18134         ssl-certificate-information.
18135
18136 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18137
18138         * compface.el: Move the version of ELisp-based uncompface program
18139         to the contrib directory because of the copyright problem.
18140
18141 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18142
18143         * message.el (message-kill-buffer): Raise the current frame.
18144
18145 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18146
18147         * gnus-sum.el: Mention that multibyte characters don't work as marks.
18148
18149         * gnus.el (message-y-or-n-p): Autoload.
18150
18151         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
18152         (pop3-password-required, pop3-authentication-scheme)
18153         (pop3-leave-mail-on-server): Make customizable.
18154         (pop3): New custom group.
18155         (pop3-retr): Remove `sleep-for' statements.
18156         Suggested by Dave Love <fx@gnu.org>.
18157
18158         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
18159         Windows/DOS.
18160
18161         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18162         (imap-parse-body): Fix incorrect use of `assert'.
18163         Suggested by Dave Love <fx@gnu.org>.
18164
18165         * mml.el (mml-minibuffer-read-disposition): Require match.
18166         Suggested by Dave Love <fx@gnu.org>.
18167
18168 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18169
18170         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
18171         doc string.
18172
18173 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18174
18175         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
18176
18177 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18178
18179         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
18180         instead of calling `mm-insert-inline', to decode text/* parts
18181         before displaying them.
18182
18183 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18184
18185         * mm-uu.el (mm-uu-text-plain-type): New variable.
18186         (mm-uu-pgp-signed-extract-1): Use it.
18187         (mm-uu-pgp-encrypted-extract-1): Use it.
18188         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
18189         bind mm-uu-text-plain-type with that value.
18190         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
18191         mm-uu-dissect.
18192
18193 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18194
18195         * gnus-group.el (gnus-update-group-mark-positions):
18196         * gnus-sum.el (gnus-update-summary-mark-positions):
18197         * message.el (message-check-news-body-syntax):
18198         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
18199         of string-as-multibyte.
18200
18201 2004-10-05  Juri Linkov  <juri@jurta.org>
18202
18203         * gnus-group.el (gnus-update-group-mark-positions):
18204         * gnus-sum.el (gnus-update-summary-mark-positions):
18205         * message.el (message-check-news-body-syntax):
18206         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
18207         8-bit unibyte values to a multibyte string for search functions.
18208
18209 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18210
18211         * mm-uu.el (mm-uu-dissect): Allow optional arg.
18212         (mm-uu-dissect-text-parts): New function.
18213
18214         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
18215         dissect text parts.
18216
18217         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
18218         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
18219
18220         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
18221
18222         * gnus-topic.el (gnus-topic-hierarchical-parameters):
18223         Use gnus-current-topics instead of gnus-current-topic.
18224
18225 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
18226
18227         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
18228
18229 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
18230
18231         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
18232         where approriate.
18233
18234         * nnml.el (nnml-generate-active-info): do.
18235
18236         * nndiary.el (nndiary-generate-active-info): do.
18237
18238         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
18239         (gnus-topic-move): do.
18240
18241         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
18242         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
18243
18244         * gnus-srvr.el (gnus-server-prepare)
18245         (gnus-server-open-all-servers): do.
18246
18247         * gnus-msg.el (gnus-summary-cancel-article)
18248         (gnus-summary-resend-message)
18249         (gnus-summary-mail-crosspost-complaint): do.
18250
18251         * gnus-move.el (gnus-change-server): do.
18252
18253         * gnus-group.el (gnus-group-unmark-all-groups)
18254         (gnus-group-set-current-level): do.
18255
18256 2004-10-04  Simon Josefsson  <jas@extundo.com>
18257
18258         * message.el (message-generate-hashcash): Doc fix.
18259
18260 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
18261
18262         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
18263         avoid infinite recursion via gnus-get-function.
18264
18265 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
18266
18267         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
18268
18269         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
18270
18271         * nnmail.el (nnmail-split-history): do.
18272
18273         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
18274         (nnml-request-delete-group): do.
18275
18276         * nnslashdot.el (nnslashdot-read-groups): do.
18277
18278         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
18279         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
18280
18281         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
18282         (nnspool-sift-nov-with-sed): Use last.
18283         (nnspool-retrieve-headers-with-nov): Use mapc.
18284         (nnspool-request-newgroups): Use dolist.
18285         (nnspool-request-group): Use last.
18286
18287         * nntp.el (nntp-read-server-type): Use dolist.
18288
18289         * nnvirtual.el (nnvirtual-create-mapping)
18290         (nnvirtual-update-read-and-marked): Use dolist.
18291         (nnvirtual-convert-headers): Simplify.
18292
18293 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18294
18295         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18296         Add support for sync'ing tick marks.
18297
18298 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18299
18300         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
18301         there's no visible header.
18302
18303 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18304
18305         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18306         When necessary, pass full group name to gnus-request-set-marks.
18307
18308 2004-10-01  Simon Josefsson  <jas@extundo.com>
18309
18310         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
18311         acroread.
18312
18313 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18314
18315         * spam-report.el (spam-report-gmane): Fix interactive.
18316
18317         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
18318
18319         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
18320         when writing file.
18321         (gnus-agent-synchronize-flags): Don't default to being
18322         interactive.
18323
18324 2004-09-30  Simon Josefsson  <jas@extundo.com>
18325
18326         * message.el (message-generate-hashcash): Add.
18327         (message-send-mail): Use it, call mail-add-payment.
18328
18329 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18330
18331         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
18332
18333 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
18334
18335         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
18336         gnus-requst-update-info with explicit code to sync the in-memory
18337         info read flags with the marks being sync'd to the backend.
18338
18339         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
18340
18341 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18342
18343         * spam.el (spam-verify-bogofilter): Add new function.
18344         (spam-check-bogofilter)
18345         (spam-bogofilter-register-with-bogofilter): Use it.
18346         (spam-verify-bogofilter): Add small fixes.
18347
18348 2004-09-28  Simon Josefsson  <jas@extundo.com>
18349
18350         * hashcash.el (hashcash-generate-payment): Revert.
18351
18352 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18353
18354         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18355         Use gnus-extract-references instead of gnus-split-references.
18356
18357         * gnus-util.el (gnus-extract-references): Add new function, analogous
18358         to gnus-split-references but extracts only the message-ID without
18359         anything extra.
18360
18361         * hashcash.el (hashcash-generate-payment)
18362         (hashcash-check-payment): Do the right thing if hashcash-path is
18363         nil (because the hashcash program could not be found).
18364
18365         * spam.el (spam-use-hashcash): Remove comment.
18366
18367 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
18368
18369         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
18370         (gnus-cache-enter-article, gnus-cache-remove-article)
18371         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
18372
18373         * gnus-async.el (gnus-async-prefetch-remove-group): do.
18374
18375         * gnus-art.el (article-hide-boring-headers)
18376         (article-translate-strings, article-display-face)
18377         (gnus-article-mime-match-handle-first)
18378         (gnus-article-highlight-headers)
18379         (gnus-article-add-buttons-to-head): do.
18380
18381 2004-09-27  Simon Josefsson  <jas@extundo.com>
18382
18383         * hashcash.el: New version, from
18384         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
18385         ../contrib/.
18386
18387 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18388
18389         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
18390
18391 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
18392
18393         * gnus-dup.el (gnus-dup-open): Use mapc.
18394         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
18395
18396         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
18397         Reported by Stefan Wiens <s.wi@gmx.net>.
18398
18399         * gnus.el (gnus-shutdown): Use dolist.
18400
18401         * gnus-undo.el (gnus-undo): Use mapc.
18402
18403         * nnrss.el (nnrss-generate-active): do.
18404
18405         * message.el (message-cite-original-without-signature)
18406         (message-cite-original): Use mapc.
18407         (message-do-actions, message-make-forward-subject): Use dolist.
18408
18409 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18410
18411         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
18412         deletion to remove entire duplicate line.  Fixes merged article
18413         number bug.
18414
18415 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18416
18417         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
18418         servers that are offline.  Avoids having gnus-agent-toggle-plugged
18419         first ask if you want to open a server and then, even when you
18420         responded with no, asking if you want to synchronize the server's
18421         flags.
18422         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
18423         multi-line expressions.
18424         (gnus-agent-synchronize-group-flags): New internal function.
18425         Updates marks in memory (in the info structure) AND in the
18426         backend.
18427
18428         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
18429
18430         * nnagent.el (nnagent-request-set-mark):
18431         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
18432         method, to ensure that synchronization updates marks in the
18433         backend and in the info (in memory) structure.
18434
18435 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18436
18437         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
18438         convention fully; don't miss the root article of a thread; make
18439         the X-Draft-From header with correct article numbers.
18440
18441 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
18442
18443         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
18444         unless plugged.  Disable the agent so that an open failure causes
18445         an error.
18446
18447         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
18448         Revert 2004-09-21 change.  The backend must be opened while
18449         synchronizing flags even when the backend stores the flags
18450         locally.
18451
18452 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
18453
18454         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
18455         in `header' match.  Reported by Svend Tollak Munkejord.
18456
18457         * message.el (message-cite-original): Fix use of
18458         `message-cite-articles-with-x-no-archive'.
18459
18460 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18461
18462         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
18463         (gnus-window-to-buffer): Ditto.
18464
18465         * mml.el (mml-preview-buffer): New variable.
18466         (mml-preview): Manage window layout with gnus-buffer-configuration.
18467
18468         * gnus-msg.el (gnus-setup-message): Put article numbers into the
18469         X-Draft-From header even if those articles aren't quoted.
18470
18471 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
18472
18473         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
18474         (gnus-request-set-mark, gnus-request-update-mark): Use new
18475         g-s-t-u-l-m to decide to use backend even when unplugged.
18476
18477 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18478
18479         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
18480         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
18481
18482 2004-09-20  Simon Josefsson  <jas@extundo.com>
18483
18484         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
18485         "utf-16-le".
18486
18487 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18488
18489         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
18490
18491 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18492
18493         * uudecode.el (uudecode-use-external): Add :version.
18494
18495         * smime.el (smime-CA-file, smime-encrypt-cipher)
18496         (smime-dns-server): Add :version.
18497
18498         * smiley.el (gnus-smiley-file-types): Add :version.
18499
18500         * sha1.el (sha1-use-external): Add :version.
18501
18502         * pgg-def.el (pgg-query-keyserver): Add :version.
18503
18504         * nnmail.el (nnmail-fancy-expiry-targets)
18505         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
18506         Add :version.
18507
18508         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
18509         (nnimap-retrieve-groups-asynchronous): Add :version.
18510         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
18511
18512         * mml.el (mml-content-disposition-parameters)
18513         (mml-insert-mime-headers-always): Add :version.
18514
18515         * mm-util.el (mm-coding-system-priorities): Add :version.
18516
18517         * mm-decode.el (mm-inline-text-html-with-images)
18518         (mm-keep-viewer-alive-types, mm-external-terminal-program)
18519         (mm-verify-option): Add :version.
18520         (mm-text-html-renderer): Change :version.
18521
18522         * message.el (message-fcc-externalize-attachments)
18523         (message-required-headers, message-draft-headers)
18524         (message-subject-trailing-was-query)
18525         (message-subject-trailing-was-ask-regexp)
18526         (message-subject-trailing-was-regexp, message-mark-insert-begin)
18527         (message-mark-insert-end, message-archive-header)
18528         (message-archive-note, message-cross-post-default)
18529         (message-cross-post-note, message-followup-to-note)
18530         (message-cross-post-note-function, message-use-mail-followup-to)
18531         (message-subscribed-address-functions)
18532         (message-subscribed-address-file, message-subscribed-addresses)
18533         (message-subscribed-regexps, message-allow-no-recipients)
18534         (message-yank-cited-prefix, message-signature-insert-empty-line)
18535         (message-hidden-headers, message-hierarchical-addresses)
18536         (message-mail-user-agent, message-use-idna)
18537         (message-valid-fqdn-regexp)
18538         (message-strip-special-text-properties, message-header-synonyms)
18539         (message-beginning-of-line, message-tab-body-function): Add :version.
18540         (message-insert-canlock, message-wide-reply-confirm-recipients):
18541         Change :version.
18542
18543         * mail-source.el (mail-source-ignore-errors): Add :group, :type
18544         and :version.
18545         (mail-source-delete-old-incoming-confirm)
18546         (mail-source-movemail-program): Add :version.
18547
18548         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
18549         (gnus-agent-cache, gnus-agent): Change :version.
18550
18551         * gnus-util.el (gnus-use-byte-compile): Change :version.
18552
18553         * gnus-sum.el (gnus-summary-make-false-root-always)
18554         (gnus-summary-default-high-score)
18555         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
18556         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
18557         (gnus-read-all-available-headers, gnus-article-emulate-mime)
18558         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
18559         (gnus-sum-thread-tree-single-indent)
18560         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
18561         (gnus-sum-thread-tree-leaf-with-other)
18562         (gnus-sum-thread-tree-single-leaf): Add :version.
18563         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
18564         (gnus-article-loose-mime): Change :version.
18565
18566         * gnus-start.el (gnus-backup-startup-file)
18567         (gnus-save-startup-file-via-temp-buffer): Add :version.
18568
18569         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18570         (gnus-server-offline-face): Add :version.
18571
18572         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18573
18574         * gnus-msg.el (gnus-gcc-externalize-attachments)
18575         (gnus-debug-files, gnus-debug-exclude-variables)
18576         (gnus-discouraged-post-methods): Change :version.
18577         (gnus-confirm-mail-reply-to-news)
18578         (gnus-confirm-treat-mail-like-news): Add :version.
18579
18580         * gnus-int.el (gnus-server-unopen-status): Add :version.
18581
18582         * gnus-group.el (gnus-group-jump-to-group-prompt)
18583         (gnus-large-ephemeral-newsgroup)
18584         (gnus-fetch-old-ephemeral-headers): Add :version.
18585
18586         * gnus-fun.el (gnus-x-face-directory)
18587         (gnus-convert-pbm-to-x-face-command)
18588         (gnus-convert-image-to-x-face-command)
18589         (gnus-convert-image-to-face-command): Add :version.
18590
18591         * gnus-delay.el (gnus-delay-default-hour): Add :version.
18592
18593         * gnus-cite.el (gnus-cite-blank-line-after-header)
18594         (gnus-article-boring-faces): Add :version.
18595
18596         * gnus-art.el (gnus-buttonized-mime-types)
18597         (gnus-inhibit-mime-unbuttonizing)
18598         (gnus-treat-display-face)
18599         (gnus-treat-body-boundary): Change :version.
18600         (gnus-body-boundary-delimiter, gnus-picon-databases)
18601         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
18602         (gnus-treat-date-english, gnus-treat-fold-headers)
18603         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18604         (gnus-treat-mail-picon, gnus-treat-wash-html)
18605         (gnus-article-encrypt-protocol)
18606         (gnus-use-idna, gnus-article-over-scroll)
18607         (gnus-mime-display-multipart-alternative-as-mixed)
18608         (gnus-mime-display-multipart-related-as-mixed)
18609         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18610         (gnus-ctan-url, gnus-button-ctan-handler)
18611         (gnus-button-handle-ctan-bogus-regexp)
18612         (gnus-button-ctan-directory-regexp)
18613         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18614         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18615         (gnus-button-man-level, gnus-button-emacs-level)
18616         (gnus-button-message-level, gnus-button-browse-level): Add :version.
18617
18618         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18619         (gnus-agent-go-online): Change :version.
18620         (gnus-agent-expire-unagentized-dirs)
18621         (gnus-agent-auto-agentize-methods): Add :version.
18622
18623         * flow-fill.el (fill-flowed-display-column)
18624         (fill-flowed-encode-column): Add :version.
18625
18626         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18627         (gnus-outlook-deuglify-unwrap-max)
18628         (gnus-outlook-deuglify-cite-marks)
18629         (gnus-outlook-deuglify-unwrap-stop-chars)
18630         (gnus-outlook-deuglify-no-wrap-chars)
18631         (gnus-outlook-deuglify-attrib-cut-regexp)
18632         (gnus-outlook-deuglify-attrib-verb-regexp)
18633         (gnus-outlook-deuglify-attrib-end-regexp)
18634         (gnus-outlook-display-hook): Add :version.
18635
18636         * binhex.el (binhex-use-external): Add :version.
18637
18638 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
18639
18640         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18641         and `invisible'.
18642
18643 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18644
18645         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18646         in gnus-registry-trim.
18647
18648 2004-09-13  Simon Josefsson  <jas@extundo.com>
18649
18650         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18651
18652         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18653
18654         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18655         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18656         <yamaoka@jpl.org>.
18657         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18658         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18659         <yamaoka@jpl.org>.
18660
18661         * sieve.el (sieve-manage-mode): Ditto.
18662
18663 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18664
18665         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18666
18667 2004-09-11  Simon Josefsson  <jas@extundo.com>
18668
18669         * dns-mode.el: Add.
18670
18671         * mm-view.el (mm-display-dns-inline): Add.
18672
18673         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18674         (mm-automatic-display): Ditto.
18675
18676         * mailcap.el (mailcap-mime-data): Add text/dns.
18677         (mailcap-mime-extensions): Map .soa to text/dns.
18678
18679 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18680
18681         * gnus-art.el (article-decode-mime-words, article-babel)
18682         (gnus-article-highlight-signature, gnus-article-add-buttons)
18683         (gnus-signature-toggle): Remove unnecessary bindings of
18684         `inhibit-read-only' inherited from v5.10 merge.
18685
18686 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18687
18688         * nntp.el (nntp): New customization group.
18689         (nntp-authinfo-file): Add customization group.
18690
18691         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18692
18693         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18694
18695         * gnus.el (to-address, to-list, subscribed)
18696         (large-newsgroup-initial): Ditto.
18697
18698         * flow-fill.el (fill-flowed-display-column)
18699         (fill-flowed-encode-column): Ditto.
18700
18701 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18702
18703         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18704         Use point-min rather than 1.
18705         (message-send-mail): Use buffer-size rather than point-max.
18706
18707         * gnus-sum.el (gnus-summary-search-article-forward):
18708         Signal a specific `search-failed' rather than a generic `error'.
18709
18710         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18711         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18712         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18713
18714 2004-09-10  Simon Josefsson  <jas@extundo.com>
18715
18716         * nndb.el (require): Remove tcp and duplicate cl.
18717
18718 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18719
18720         * gnus-agent.el (directory-files-and-attributes): Move forward.
18721
18722 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18723
18724         * gnus-agent.el (directory-files-and-attributes):
18725         Optionally defined to support XEmacs.
18726
18727 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18728
18729         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18730         to avoid run-time CL dependencies.
18731         (gnus-agent-unfetch-articles): New function.
18732         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18733         article numbers even when local .overview file is missing.
18734         (gnus-agent-read-article-number): New function.  Only accepts
18735         27-bit article numbers.
18736         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18737         Use gnus-agent-read-article-number.
18738         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18739         from backend while recognizing that article numbers in .overview
18740         must be valid.
18741         (gnus-agent-update-files-total-fetched-for):
18742         Use directory-files-and-attributes to improve performance.
18743         * gnus-int.el (gnus-request-move-article):
18744         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18745         improve performance.
18746
18747         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18748         some users confused by references to .newsrc when they only have a
18749         .newsrc.eld file.
18750         (gnus-convert-mark-converter-prompt)
18751         (gnus-convert-converter-needs-prompt): Fix use of property list.
18752         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18753         New function.  Used internally to only display 'gnus converting
18754         files' message when actually necessary.
18755
18756         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18757         methods now autoloaded.
18758
18759 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18760
18761         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18762         identifiers.
18763
18764 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18765
18766         * gnus-picon.el: Fix indentation and closing parenthesis.
18767
18768 2004-09-01  Simon Josefsson  <jas@extundo.com>
18769
18770         * message.el (message-canlock-generate): Require sha1, not
18771         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18772         to require within a function.  Sadly, if sha1.el isn't loaded, the
18773         let binding in m-c-g will hide the defcustom definition, which is
18774         bad.)
18775
18776         * canlock.el: Require sha1, not sha1-el.
18777
18778         * message.el: Don't autoload sha1 (there is a autoload cookie in
18779         sha1.el).
18780
18781         * sha1-el.el: Rename to sha1.el.
18782
18783 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18784
18785         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18786
18787 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18788
18789         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18790
18791 2004-08-30  Kim F. Storm  <storm@cua.dk>
18792
18793         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18794
18795         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18796         Add :group 'nnimap.
18797
18798 2004-08-30  Andreas Schwab  <schwab@suse.de>
18799
18800         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18801         ?* and ?\;.
18802
18803         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18804         and ?\' to symbol instead of whitespace.
18805
18806 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18807
18808         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18809
18810         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18811         instead of re-search-forward.
18812
18813         * gnus-uu.el (gnus-uu-save-article): Ditto.
18814         (gnus-uu-post-encode-uuencode): Ditto.
18815
18816         * html2text.el (html2text-clean-list-items): Ditto.
18817         (html2text-clean-dtdd): Ditto.
18818         (html2text-format-tags): Ditto.
18819
18820         * message.el (message-send-mail-with-sendmail): Fix regexp.
18821         (message-fill-field-general): Use search-forward instead of
18822         re-search-forward.
18823         (unbold-region): Ditto.
18824
18825         * nnrss.el (nnrss-request-article): Ditto.
18826
18827         * nnslashdot.el (nnslashdot-request-article): Ditto.
18828
18829         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18830
18831         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18832         "Unrecognized menu descriptor" error in XEmacs.
18833
18834 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18835
18836         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18837         parent article of a sparse article in the thread hashtb.
18838
18839 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18840
18841         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18842         (nnmail-expand-newtext): Lowercase expanded entries if
18843         nnmail-split-lowercase-expanded is non-nil.
18844
18845 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18846
18847         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18848
18849         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18850         of gnus-tmp-news-method into string under XEmacs.  It will be
18851         passed to gnus-correct-length which takes only a string argument.
18852
18853 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18854
18855         * gnus-util.el (gnus-bind-print-variables): New macro.
18856         (gnus-prin1): Use it.
18857         (gnus-prin1-to-string): Use it.
18858         (gnus-pp): New function.
18859         (gnus-pp-to-string): New function.
18860
18861         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18862         Replace pp-to-string with gnus-pp-to-string.
18863         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18864         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18865         * gnus-msg.el (gnus-debug): Ditto.
18866         * gnus-score.el (gnus-score-save): Ditto.
18867         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18868         gnus-pp-to-string.
18869         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18870         with gnus-pp.
18871         * score-mode.el (gnus-score-pretty-print): Ditto.
18872         * webmail.el (webmail-debug): Ditto.
18873
18874 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18875
18876         * gnus-art.el (article-display-face, article-display-x-face):
18877         Use buffer-read-only.
18878
18879 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18880
18881         * gnus-art.el (article-hide-list-identifiers):
18882         Bind inhibit-read-only as t.
18883
18884 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18885
18886         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18887
18888 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18889
18890         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18891         (gnus-narrow-to-page): Don't assume point-min == 1.
18892         (gnus-article-edit-mode): Derive from message-mode.
18893
18894         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18895         point-min == 1.
18896
18897         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18898         Disable incorrect use of `assert'.
18899
18900         * message.el (message-mode): Set comment-start-skip.
18901
18902
18903 2004-08-22  Sam Steingold  <sds@gnu.org>
18904
18905         * pop3.el (pop3-leave-mail-on-server): New user variable.
18906         (pop3-movemail): Delete mail only when it is nil.
18907
18908 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18909
18910         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18911
18912         * mml.el (mml-preview): Use `pop-to-buffer'.
18913
18914         * message.el (message-goto-mail-followup-to): Insert after "To".
18915         (message-carefully-insert-headers): Add comment.
18916
18917         * gnus.el: Remove unused variable `gnus-article-check-size'.
18918
18919         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18920
18921         * gnus-art.el (gnus-button-alist):
18922         Improve `gnus-button-handle-library' entry.
18923
18924 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18925
18926         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18927         Use downcase, since XEmacs capitalizes error messages differently.
18928
18929 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18930
18931         * nntp.el: Add (require 'gnus) due to reference to
18932         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18933
18934 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18935
18936         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18937         Bind `mm-fill-flowed'.
18938
18939         * mm-decode.el (mm-dissect-singlepart): Check it.
18940
18941 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18942
18943         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18944         'imap' for netrc parsing.
18945
18946 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18947
18948         * mailcap.el (mailcap-mime-data): Mark as risky.
18949
18950 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18951
18952         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18953         may be included in the encoded word.
18954         (rfc2047-encode): Don't append a space if the encoded word
18955         includes close parenthesis.
18956
18957 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18958
18959         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18960         of text within parentheses.
18961
18962 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18963
18964         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18965         (gnus-encrypt-write-file-contents): Make the password key the file
18966         name PLUS the cipher, not just the cipher.  Also remove failed
18967         passwords from the cache.
18968
18969 2004-08-06  Simon Josefsson  <jas@extundo.com>
18970
18971         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18972         Doc fix.
18973
18974 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18975
18976         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18977         LWSP.
18978
18979 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18980
18981         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18982         Try to append in-reply-to: data to the references: header.
18983
18984         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18985         (netrc-parse): Use gnus-encrypt.el functions.
18986
18987         * gnus-encrypt.el: Add new file for encryption support; currently
18988         does only a few GPG ciphers and an internal XOR cipher.
18989
18990         * password.el: Add comments on using password-read-and-add.
18991         (password-read-and-add): Add function to read and add the
18992         password to the cache at once.
18993
18994 2004-07-28  Simon Josefsson  <jas@extundo.com>
18995
18996         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18997         parameter (but don't use it, for now).
18998
18999         * imap.el (imap-ssl-open): Use imap-process-connection-type,
19000         instead of hard coding to nil.
19001
19002 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19003
19004         * mm-view.el (mm-inline-image-emacs): Open lines under an image
19005         as mm-inline-image-xemacs does.
19006
19007 2004-07-26  Simon Josefsson  <jas@extundo.com>
19008
19009         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
19010         Revert part of 2004-07-17 change below.
19011
19012 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19013
19014         * rfc2047.el (rfc2047-encode-region): Don't infloop.
19015         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19016
19017 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19018
19019         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
19020         quotes that actually start with ">" at the beginning of the
19021         lines.
19022
19023 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19024
19025         * rfc2047.el (rfc2047-encode-region): Fix last change.
19026         (rfc2047-encode-parameter): Remove useless concat.
19027
19028 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19029
19030         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
19031         encode special characters; fix some kind of misconfigured headers;
19032         signal a real error if debug-on-quit or debug-on-error is non-nil.
19033         (rfc2047-encode-max-chars): New variable.
19034         (rfc2047-encode-1): Use it.
19035         (rfc2047-encode-parameter): New function.
19036
19037         * mml.el (mml-insert-parameter): Remove an excessive space.
19038
19039 2004-07-17  Simon Josefsson  <jas@extundo.com>
19040
19041         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
19042         Kai Grossjohann <kai@emptydomain.de>.
19043         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
19044         (gnus-group-make-menu-bar): Ditto.
19045
19046         * gnus-util.el (gnus-group-server): Add.
19047
19048 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
19049
19050         * message.el (message-clone-locals): Clone sendmail and smtp
19051         variables.
19052
19053 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19054
19055         * rfc2047.el (rfc2047-encode-region): Fix last change.
19056
19057 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19058
19059         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
19060         characters as non-special.
19061
19062 2004-07-09  Simon Josefsson  <jas@extundo.com>
19063
19064         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
19065         Users will lose all flag changes made while unplugged with
19066         e.g. nntp unless flag synchronization happens, thus `nil' is not a
19067         good default.  See numerous reports on ding mailing list.
19068
19069 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19070
19071         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
19072         add generate-head-function and generate-article-function to the
19073         rfc822-forward entry.
19074         (nndoc-rfc822-forward-generate-article): New function.
19075         (nndoc-rfc822-forward-generate-head): New function.
19076
19077         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
19078
19079 2004-07-06  Dan Christensen  <jdc@uwo.ca>
19080
19081         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
19082         respect display group parameter and gnus-summary-expunge-below.
19083         (gnus-articles-to-read): Remove unused reference to display group
19084         parameter.
19085
19086 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19087
19088         * nnheader.el (nnheader-uniquify-message-id): New experimental
19089         variable.
19090         (nnheader-nov-read-message-id): Use it.
19091
19092         * spam-report.el (spam-report-gmane): Add interactive.
19093
19094 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19095
19096         * mm-encode.el (mm-content-transfer-encoding-defaults):
19097         Use qp-or-base64 for the application/* types.
19098
19099 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
19100
19101         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
19102
19103 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
19104
19105         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
19106         trim value.
19107
19108 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19109
19110         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
19111         New macro and function.
19112         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
19113
19114 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19115
19116         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
19117         after-load-alist.
19118
19119 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19120
19121         * gnus-group.el (gnus-group-get-new-news-this-group):
19122         Don't update info that isn't there.
19123
19124 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
19125
19126         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
19127         entry.
19128
19129 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19130
19131         * mm-view.el (mm-inline-render-with-function): Use multibyte
19132         buffer; decode html source by charset.
19133
19134         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
19135
19136         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
19137         Mule-UCS is loaded under XEmacs.
19138         (mm-mime-mule-charset-alist): Avoid duplicated entries.
19139
19140 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
19141
19142         * nnheader.el (nnheader-max-head-length): Increase to 8192.
19143
19144 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19145
19146         * mm-util.el (mm-coding-system-p): Return a coding-system.
19147         (mm-mime-mule-charset-alist): Use shift_jis instead of
19148         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
19149         entries for the mime charsets iso-2022-jp-3 and shift_jis.
19150         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
19151         instead of japanese-shift-jis and iso-latin-1 respectively in
19152         order to share the default value with both Emacs and XEmacs-mule.
19153         (mm-mule-charset-to-mime-charset):
19154         Make mm-coding-system-priorities effective.
19155         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
19156         while predicating of candidates upon the priorities.
19157
19158 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
19159
19160         * gnus-sum.el (gnus-summary-make-menu-bar):
19161         Add gnus-uu-invert-processable.
19162
19163         * gnus.el: Autoload gnus-uu-invert-processable.
19164
19165 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19166
19167         * mm-util.el (mm-with-multibyte-buffer): New macro.
19168
19169         * rfc2047.el (rfc2047-encode-string): Use it.
19170         (rfc2047-encode-region): Move point to the end of the region after
19171         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
19172
19173 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19174
19175         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
19176         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
19177
19178 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19179
19180         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
19181         (gnus-cite-parse): Ignore quoted envelope From_.
19182         Suggested by Karl Chen <quarl@nospam.quarl.org>.
19183
19184 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
19185
19186         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
19187         invalid addresses.
19188
19189 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
19190
19191         * spam.el: Change section markers, revise TODO list.
19192         (spam-backends): Make new master list of all installed backends.
19193         (spam-summary-exit-behavior): Add new variable to determine how
19194         messages moves are done at summary exit.
19195         (spam-move-spam-nonspam-groups-only)
19196         (spam-process-ham-in-nonham-groups)
19197         (spam-process-ham-in-spam-groups): Remove variables, the
19198         spam-summary-exit-behavior variable should be used to manage this
19199         behavior.
19200         (spam-old-ham-articles, spam-old-spam-articles): Remove.
19201         (spam-old-articles): Add variable, replacing spam-old-ham-articles
19202         and spam-old-spam-articles.
19203         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
19204         Add empty variables, placeholders for the backends they represent.
19205         (spam-set-difference): Move, unchanged.
19206         (spam-list-of-processors): Declare OBSOLETE, not used anymore
19207         unless the user has a processor variable.
19208         (spam-classifications, spam-classification-valid-p)
19209         (spam-backend-properties, spam-backend-property-valid-p)
19210         (spam-backend-function-type-valid-p)
19211         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
19212         (spam-report-articles-gmane, spam-report-articles-resend):
19213         Remove functions, they are not needed.
19214         (spam-install-backend-super, spam-backend-list)
19215         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
19216         (spam-backend-function, spam-backend-ham-registration-function)
19217         (spam-backend-spam-registration-function)
19218         (spam-backend-ham-unregistration-function)
19219         (spam-backend-spam-unregistration-function)
19220         (spam-backend-statistical-p, spam-backend-mover-p)
19221         (spam-install-backend-alias, spam-install-checkonly-backend)
19222         (spam-install-mover-backend, spam-install-nocheck-backend)
19223         (spam-install-backend, spam-install-statistical-backend)
19224         (spam-install-statistical-checkonly-backend): Add backend installation
19225         support.
19226         (spam-summary-prepare-exit): Rewrite to use the new backend code.
19227         (spam-group-processor-p): Use the new backend code and respect the
19228         summary exit behavior.
19229         (spam-mark-spam-as-expired-and-move-routine): Remove.
19230         (spam-summary-prepare): Change to use the new spam-old-articles
19231         variable.
19232         (spam-copy-or-move-routine, spam-copy-spam-routine)
19233         (spam-move-spam-routine, spam-copy-ham-routine)
19234         (spam-move-ham-routine): Add code to copy/move ham or spam.
19235         (spam-fetch-field-fast): Improve doc and code, plus allow the
19236         'number request.
19237         (spam-list-of-checks, spam-list-of-statistical-checks):
19238         Remove variables.
19239         (spam-split, spam-find-spam): Use the new backend code.
19240         (spam-registration-functions): Remove variable.
19241         (spam-unregister-routine): Add convenience wrapper.
19242         (spam-log-undo-registration, spam-register-routine)
19243         (spam-log-processing-to-registry)
19244         (spam-log-unregistration-needed-p): Rename "check" to "backend"
19245         where possible.
19246         (spam-check-gmane-xref, spam-check-regex-headers)
19247         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
19248         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
19249         (spam-check-bogofilter-headers, spam-check-spamoracle)
19250         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
19251         (spam-check-crm114-headers): Use the spam-split-group that
19252         spam-split prepares, no need to determine it every time.
19253
19254         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
19255         to the nnheader-parse-naked-head call.
19256
19257         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
19258
19259         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
19260         the nnheader-nov-read-message-id call.
19261
19262 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19263
19264         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
19265         gnus-activate-group twice.  Suggested by Markus Peter
19266         <warp@spin.de>.
19267
19268 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19269
19270         * gnus-art.el (gnus-article-time-format): Exchange the order of
19271         day and month in the default value; fix customization type.
19272         (article-date-ut): Use add-text-properties.
19273         (article-make-date-line): Use message-make-date instead of
19274         current-time-string.
19275
19276         * message.el (message-fetch-field): Don't use set-text-properties.
19277         (message-make-date): Simplify.
19278
19279         * messagexmas.el (message-xmas-make-date): New function.
19280         (message-xmas-redefine): Defalias message-make-date to it.
19281
19282 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19283
19284         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
19285         (rfc2047-encode-region): Treat text within parentheses as special;
19286         show the original text when error has occurred.
19287
19288         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
19289         already-computed method to gnus-activate-group.
19290
19291         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
19292         same select-methods identical Lisp objects.
19293
19294         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
19295         object when modifying the info.
19296
19297 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19298
19299         * gnus-srvr.el (gnus-server-set-info): Remove the server from
19300         gnus-opened-servers since it has never been opened with the new
19301         configuration yet.
19302
19303 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19304
19305         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
19306         arg to nnheader-generate-fake-message-id.
19307
19308 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
19309
19310         * nnheader.el (nnheader-generate-fake-message-id): Accept a
19311         number and build a fake message ID localized to a group and
19312         article number (so it's repeatable from that point on).
19313         (nnheader-fake-message-id-p): Change regex to accomodate new fake
19314         ID format.
19315
19316         * gnus-sum.el (gnus-get-newsgroup-headers):
19317         Call nnheader-generate-fake-message-id with the article number.
19318
19319 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
19320
19321         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
19322         end-of-buffer.
19323
19324 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19325
19326         * message.el (message-ignored-supersedes-headers): Add Approved.
19327
19328 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19329
19330         * rfc2047.el (rfc2047-encode-message-header): Remove useless
19331         goto-char.
19332         (rfc2047-encode): Fold the line before encoding.
19333
19334 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19335
19336         * rfc2047.el (rfc2047-encode-message-header): Disabled header
19337         folding -- not all headers can be folded, and this should be done
19338         by the message composition mode.  Probably.  I think.
19339
19340 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19341
19342         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
19343         fast.
19344
19345         * gnus-ems.el (gnus-remove-image): Don't use
19346         message-text-with-property; remove only the image found first.
19347
19348         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
19349         found first.
19350
19351 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
19352
19353         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
19354
19355 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19356
19357         * message.el (message-text-with-property): Make it fast and accept
19358         optional arguments.
19359         (message-strip-forbidden-properties): Use it.
19360         (message-fix-before-sending): Follow the m-t-w-p change.
19361
19362         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
19363
19364 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19365
19366         * gnus-art.el (article-hide-headers): Don't change the buffer
19367         mistakenly when performing mml-preview even if
19368         gnus-single-article-buffer is nil.
19369
19370 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
19371
19372         * message.el (message-expand-name-databases): New user option.
19373         (message-expand-name): Use it.
19374
19375 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
19376
19377         * spam.el (spam-report-articles-resend)
19378         (spam-report-resend-register-routine): Allow ham reporting.
19379         (spam-report-resend-register-ham-routine): Add wrapper.
19380         (spam-registration-functions): Add ham resending functions.
19381         (spam-list-of-processors): Add ham resend processor.
19382
19383         * gnus.el (ham-resend-to): Add new group parameter.
19384         (spam-process): Add ham resend option.
19385
19386         * spam-report.el (spam-report-resend): Allow reporting ham.
19387         (spam-report-resend-ham): Add wrapper.
19388
19389 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19390
19391         * message.el (message-cite-articles-with-x-no-archive):
19392         New variable.
19393         (message-cite-original): Use it.
19394
19395 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19396
19397         * message.el (message-cite-original): Respect X-No-Archive.
19398
19399 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19400
19401         * gnus-art.el (article-hide-headers): Refer to the values for
19402         gnus-ignored-headers and gnus-visible-headers in the summary
19403         buffer since a user may have set them as group parameters.
19404
19405 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
19406
19407         * assistant.el (assistant-node-name): Add convenience function.
19408         (assistant-render-text, assistant-render-node): Add error handling,
19409         plus handle multiple next nodes.
19410         (assistant-find-next-node): Comment out for now.
19411         (assistant-find-next-nodes): Add function, returns list of next
19412         nodes.
19413
19414 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
19415
19416         * mail-source.el (mail-source-directory): Fix doc-string.
19417
19418 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
19419
19420         * assistant.el (assistant-render-text, assistant-eval): Add :set
19421         widget type, which is different because it takes and returns a
19422         list.  Much hilarity ensues.
19423
19424 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
19425
19426         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
19427
19428         * gnus-group.el (gnus-group-get-new-news-this-group):
19429         Add doc-string.
19430
19431         * gnus-start.el (gnus-activate-group): Add doc-string.
19432
19433 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19434
19435         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
19436
19437 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
19438
19439         * assistant.el (assistant-render-text): Try to add a :set
19440         widget, more to come.
19441
19442         * spam.el (spam-group-spam-contents-p): Handle empty groupname
19443         strings.
19444         (spam-report-articles-resend)
19445         (spam-register-routine): Do registration iff any articles warrant
19446         it.
19447         (spam-summary-prepare-exit): Change log message for nil group
19448         destinations.
19449
19450 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
19451
19452         * spam.el (spam-report-resend-register-routine):
19453         Allow spam-report-resend-to to be a group parameter or a global value.
19454
19455 2004-05-26  Simon Josefsson  <jas@extundo.com>
19456
19457         * starttls.el: Merge with my GNUTLS based starttls.el.
19458         (starttls-gnutls-program, starttls-use-gnutls)
19459         (starttls-extra-arguments, starttls-process-connection-type)
19460         (starttls-connect, starttls-failure, starttls-success):
19461         New variables.
19462         (starttls-program, starttls-extra-args): Doc fix.
19463         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
19464         New functions.
19465         (starttls-negotiate, starttls-open-stream):
19466         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
19467         function if it is set.
19468
19469 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19470
19471         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
19472         structured fields.
19473
19474 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19475
19476         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
19477
19478 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
19479
19480         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19481         Add variable.
19482         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
19483         assigning the spam-mark to new messages.
19484
19485 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
19486
19487         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
19488
19489 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19490
19491         * dgnushack.el: Autoload customize-set-variable for XEmacs.
19492
19493         * rfc2047.el (rfc2047-encodable-p): Don't move point.
19494         (rfc2047-decode): Treat the ascii coding-system as raw-text by
19495         default.
19496
19497 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
19498
19499         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
19500         correct data.
19501
19502 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
19503
19504         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
19505         (spam-group-processor-p): Fix function.
19506         (spam-group-processor-multiple-p)
19507         (spam-group-spam-processor-report-gmane-p)
19508         (spam-group-spam-processor-report-resend-p)
19509         (spam-group-spam-processor-bogofilter-p)
19510         (spam-group-spam-processor-blacklist-p)
19511         (spam-group-spam-processor-ifile-p)
19512         (spam-group-ham-processor-ifile-p)
19513         (spam-group-spam-processor-spamoracle-p)
19514         (spam-group-spam-processor-crm114-p)
19515         (spam-group-ham-processor-bogofilter-p)
19516         (spam-group-spam-processor-stat-p)
19517         (spam-group-ham-processor-stat-p)
19518         (spam-group-ham-processor-whitelist-p)
19519         (spam-group-ham-processor-BBDB-p)
19520         (spam-group-ham-processor-spamoracle-p)
19521         (spam-group-ham-processor-copy-p): Remove functions with some
19522         prejudice against unneeded code.
19523         (spam-report-articles-resend)
19524         (spam-report-resend-register-routine): Allow the group/topic
19525         spam-resend-to value to override spam-report-resend-to.
19526         (spam-summary-prepare-exit): Invoke spam-group-processor-p
19527         properly now.
19528
19529         * gnus.el (spam-resend-to): Add group/topic parameter.
19530         (spam-process): Move the OBSOLETE processors to the end of the
19531         choices.
19532
19533 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
19534
19535         * spam-report.el (spam-report-resend-to, spam-report-resend):
19536         Start with resend-to set to nil, and then ask the user if necessary.
19537         (spam-report-resend): spam-report-resend takes a list of articles, not
19538         separate article numbers.
19539
19540 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19541
19542         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
19543         addition to emacs-w3m.
19544
19545 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19546
19547         * assistant.el (assistant-authinfo-data): New function.
19548         (assistant-eval): Eval for entire assistant.
19549
19550         * netrc.el (netrc-services-file): New variable.
19551         (netrc-parse-services): New function.
19552         (netrc-find-service-name): New function.
19553         (netrc-find-service-number): New function.
19554         (netrc-port-equal): New function.
19555         (netrc-machine): Use it.
19556
19557         * nnimap.el (nnimap-open-connection): Use netrc.
19558
19559         * gnus-util.el (gnus-netrc-get): Remove aliases.
19560
19561         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
19562
19563         * assistant.el (wid-edit): Fix compilation.
19564
19565         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
19566
19567 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
19568
19569         * gnus-util.el (gnus-set-file-modes): New function.  (small
19570         patch).
19571
19572 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19573
19574         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
19575
19576         * assistant.el (assistant-render-node): Fix up rendering and
19577         read-only text.
19578         (assistant-render-node): Reset.
19579         (assistant-make-read-only): Not sticky.
19580
19581 2004-05-20  Danny Siu  <dsiu@adobe.com>
19582
19583         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19584         centered even when gnus-auto-center-summary is t.
19585
19586 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19587
19588         * dns.el (dns-get-txt-answer): New function.
19589         (dns-read-txt): Ditto.
19590         (query-dns): Use it.
19591
19592 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19593
19594         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
19595         active for foreign groups even if the group level is higher than
19596         the specified value.
19597
19598 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19599
19600         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
19601         non-active groups.
19602
19603         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
19604
19605 2004-05-20  Magnus Henoch  <mange@freemail.hu>
19606
19607         * dns.el (dns-read-type): Add support for SVR.  (small patch)
19608
19609 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
19610
19611         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19612         (spam-crm114-header, spam-crm114-spam-switch)
19613         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19614         (spam-crm114-positive-spam-header)
19615         (spam-crm114-database-directory, spam-list-of-processors)
19616         (spam-group-spam-processor-crm114-p)
19617         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19618         (spam-generic-score, spam-list-of-checks)
19619         (spam-list-of-statistical-checks, spam-registration-functions)
19620         (spam-check-crm114-headers, spam-crm114-score)
19621         (spam-check-crm114, spam-crm114-register-with-crm114)
19622         (spam-crm114-register-spam-routine)
19623         (spam-crm114-unregister-spam-routine)
19624         (spam-crm114-register-ham-routine)
19625         (spam-crm114-unregister-ham-routine): Add CRM114 support.
19626         From asjo@koldfront.dk (Adam Sjøgren).
19627
19628         * gnus.el: Add spam-use-crm114.
19629
19630         * spam.el (spam-list-of-processors, spam-registration-functions):
19631         Add spam-use-resend.
19632         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19633         (spam-report-articles-gmane): Add doc fix.
19634         (spam-report-articles-resend, spam-report-resend-register-routine):
19635         Add wrappers around spam-report-resend-to.
19636
19637         * spam-report.el (spam-report-resend-to, spam-report-resend):
19638         Add support for resending spam.
19639         (spam-report-gmane): Fix line length >80.
19640
19641         * gnus.el (spam-process): Add spam-use-resend.
19642
19643 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19644
19645         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19646         number of processed spam messages.
19647         (spam-ham-copy-or-move-routine): Return the number of processed
19648         ham messages.
19649         (spam-summary-prepare-exit): Use the above values to decide
19650         whether status messages shouled be displayed.
19651
19652 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19653
19654         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19655         `rfc2047-encoding-function-alist' in order to avoid conflicting
19656         with the old version.
19657         (rfc2047-encode-region): Concatenate words containing non-ASCII
19658         characters in structured fields; don't encode space-delimited
19659         ASCII words even in unstructured fields; don't break words at
19660         char-category boundaries.
19661         (rfc2047-encode-1): New function.
19662         (rfc2047-encode): Use it; encode text so that it occupies the
19663         maximum width within 76-column; work correctly on Q encoding for
19664         iso-2022-* charsets.
19665         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19666         sure not to break a line just after the header name.
19667         (rfc2047-b-encode-region): Remove.
19668         (rfc2047-b-encode-string): New function.
19669         (rfc2047-q-encode-region): Remove.
19670         (rfc2047-q-encode-string): New function.
19671
19672         * mm-util.el (mm-replace-in-string): New function.
19673
19674 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19675
19676         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19677         Really get it right.
19678         (gnus-inews-make-draft): Really.
19679
19680 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19681
19682         * nnmh.el (nnmh-request-list-1): Don't check the link count
19683         before descending.  (small patch)
19684
19685 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19686
19687         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19688         stuff.
19689
19690         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19691         Match on real group name.
19692
19693         * gnus-art.el (gnus-signature-limit): Doc fix.
19694
19695         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19696
19697         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
19698
19699 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
19700
19701         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
19702         isn't a string.
19703
19704 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19705
19706         * gnus-draft.el (gnus-draft-send):
19707         Bind rfc2047-encode-encoded-words.
19708
19709         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19710         (rfc2047-encodable-p): Say that =? needs encoding.
19711         (rfc2047-encode-encoded-words): New variable.
19712
19713         * gnus-group.el (gnus-group-select-group): Doc fix.
19714
19715         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19716
19717         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19718         to nil.
19719
19720         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19721
19722         * nnheader.el (nnheader-get-lines-and-char): New function.
19723
19724 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19725
19726         * gnus-msg.el (gnus-summary-followup-with-original):
19727         Document yanking of region when active.
19728
19729 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19730
19731         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19732         groups if the group level is higher than the specified value.
19733
19734 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19735
19736         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19737         (gnus-group-jump-to-group): Add prefix argument using
19738         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19739         non-active group.
19740
19741         * compface.el (uncompface): Be verbose when changing
19742         `uncompface-use-external'.
19743
19744         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19745         handle manual section.
19746
19747 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19748
19749         * gnus-art.el (gnus-button-alist): Revert previous change.
19750
19751 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19752
19753         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19754
19755 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19756
19757         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19758         whether backend can accept message.
19759
19760         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19761
19762 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19763
19764         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19765         Avoid creating directory when nntp-marks-is-evil is true.
19766         Reported by Reiner Steib.
19767
19768 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19769
19770         * gnus-picon.el (gnus-picon-style): New variable.
19771         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19772         (gnus-picon-transform-address): Support `gnus-picon-style'.
19773         From Jesper Harder <harder@ifa.au.dk>.
19774
19775 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19776
19777         * message.el (message-fill-field): Return point.
19778         (message-generate-headers): Go to end of field.
19779
19780         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19781         stuff for non-living groups.
19782
19783 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19784
19785         * gnus-art.el (gnus-article-followup-with-original)
19786         (gnus-article-reply-with-original): gnus-mark-active-p ->
19787         gnus-region-active-p.
19788
19789 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19790
19791         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19792         only when there is spam or ham to be processed.
19793
19794 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19795
19796         * mail-source.el (mail-source-delete-crash-box): Refactor.
19797         (mail-source-fetch): Use it.
19798         (mail-source-fetch-file): Ditto.
19799         (mail-source-fetch-directory): Run postscript in loop.
19800         (mail-source-fetch-pop): Delete.
19801         (mail-source-fetch-maildir): Ditto.
19802         (mail-source-fetch-imap): Ditto.
19803
19804         * imap.el (imap-authenticators): Comment out sasl.
19805
19806         * message.el (message-skip-to-next-address): New function.
19807         (message-fill-header-address): Refactor.
19808         (message-fill-address): Use it.
19809         (message-delete-address): Use it.
19810         (message-fill-header-general): Refactor.
19811         (message-fill-field-address): Rename.
19812         (message-narrow-to-field): Find the start of the header.
19813         (message-header-format-alist): Don't pre-fill.
19814         (message-fill-header): Remove.
19815         (message-insert-header): New function.
19816         (message-shorten-references): Use it.
19817
19818         * rfc2047.el (rfc2047-field-value): Strip props.
19819
19820         * mail-parse.el (mail-header-make-address): New alias.
19821
19822         * ietf-drums.el (ietf-drums-make-address): New function.
19823
19824         * imap.el: Add compiler directives.
19825
19826         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19827
19828         * gnus-art.el (article-decode-idna-rhs): Don't use
19829         message-idna-inside-rhs-p.
19830
19831 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19832
19833         * message.el (message-idna-inside-rhs-p): Remove.
19834         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19835
19836         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19837         false positives.
19838
19839 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19840
19841         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19842
19843 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19844
19845         * nneething.el (nneething-file-name): Don't create spurious
19846         files.
19847
19848         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19849         (gnus-inews-do-gcc): Remove sleep.
19850
19851         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19852         part under point.
19853
19854         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19855         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19856
19857 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19858
19859         * spam.el (spam-summary-prepare-exit): Fix (length).
19860
19861 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19862
19863         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19864         as expired without moving it" message when there are spam
19865         messages left.
19866
19867 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19868
19869         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19870         header is not nil.
19871
19872 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19873
19874         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19875         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19876         (nntp-marks-changed-p): New arg SERVER.
19877         (nntp-request-update-info): Adjust caller.
19878
19879 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19880
19881         * nntp.el (nntp-save-marks): Pass missing arg.
19882
19883 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19884
19885         * nntp.el: Support marks.
19886         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19887         (nntp-marks-modtime, nntp-marks-directory): New variables.
19888         (nntp-request-set-mark, nntp-request-update-info)
19889         (nntp-possibly-create-directory, nntp-marks-changed-p)
19890         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19891         New functions.
19892
19893 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19894
19895         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19896         (gnus-xmas-redefine): Rename.
19897
19898         * gnus-score.el (gnus-score-insert-help):
19899         Use gnus-select-lowest-window.
19900
19901         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19902         appt-select-lowest-window and rename to gnus-select-lowest-window.
19903
19904         * gnus.el: do.
19905
19906 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19907
19908         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19909         encodings of MIME-encoded words, in order to improve
19910         interoperability with several broken MUAs.
19911
19912 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19913
19914         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19915         tags, only when charsets are not specified in headers.
19916         (mm-inline-text-html-render-with-w3m): Ditto.
19917
19918         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19919         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19920
19921 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19922
19923         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19924         instead of MIME-decoded from fields when checking
19925         `gnus-article-address-banner-alist'.
19926
19927 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19928
19929         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19930         description rather than subject.
19931
19932 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19933
19934         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19935
19936 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19937
19938         * gnus.el (gnus-version-number): Bump.
19939
19940 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19941
19942         * gnus.el: No Gnus v0.2 is released.
19943
19944 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19945
19946         * gnus-agent.el (gnus-agent-read-agentview):
19947         Inline gnus-uncompress-range.
19948
19949 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19950
19951         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19952         `exec-installed-p'.
19953
19954 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19955
19956         * gnus.el (spam-process, spam-autodetect-methods):
19957         Add bsfilter and bsfilter-headers.
19958
19959         * spam.el (spam-bsfilter): New customize group.
19960         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19961         (spam-bsfilter-header, spam-bsfilter-probability-header)
19962         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19963         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19964         (spam-bsfilter-database-directory): New options.
19965         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19966         (spam-list-of-statistical-checks, spam-registration-functions):
19967         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19968         (spam-bsfilter-score): New command.
19969         (spam-check-bsfilter-headers, spam-check-bsfilter)
19970         (spam-bsfilter-register-with-bsfilter)
19971         (spam-bsfilter-register-spam-routine)
19972         (spam-bsfilter-unregister-spam-routine)
19973         (spam-bsfilter-register-ham-routine)
19974         (spam-bsfilter-unregister-ham-routine): New functions.
19975         (spam-generic-score): Support bsfilter; Accept an optional argument
19976         to recalcurate spam score even if scoring header has already been
19977         added.
19978         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19979         optional argument to recalcurate spam score even if scoring header
19980         has already been added.
19981
19982 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19983
19984         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19985         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19986         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19987         link is missing.
19988
19989 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19990
19991         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19992         (html2text-get-attr): Rewrite.
19993
19994         * message.el (message-setup-1): Remove redundant put-text-property
19995         on mail-header-separator.
19996
19997 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19998
19999         * gnus-registry.el (gnus-registry-cache-whitespace)
20000         (gnus-registry-action, gnus-registry-spool-action)
20001         (gnus-registry-split-fancy-with-parent): Change message levels
20002         from 5 to 3 or 7, as needed.
20003
20004         * spam.el (spam-summary-prepare-exit)
20005         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
20006         (spam-split, spam-find-spam, spam-log-undo-registration)
20007         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
20008         level from 5 to 6.
20009
20010 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20011
20012         * gnus-ems.el: Autoload appt-select-lowest-window (revert
20013         2004-03-04 change).
20014
20015 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
20016
20017         * sieve-manage.el (sieve-manage-open):
20018         * nnweb.el (nnweb-insert-html):
20019         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
20020         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
20021         * nnspool.el (nnspool-request-group):
20022         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
20023         * nnml.el (nnml-request-update-info):
20024         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
20025         (nnmh-request-create-group, nnmh-update-gnus-unreads):
20026         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
20027         (nnimap-request-set-mark):
20028         * nnfolder.el (nnfolder-request-update-info):
20029         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
20030         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
20031         * gnus-uu.el (gnus-uu-find-articles-matching):
20032         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
20033         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
20034         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
20035         * gnus-nocem.el (gnus-nocem-scan-groups):
20036         * gnus-int.el (gnus-start-news-server):
20037         * gnus-group.el (gnus-group-make-kiboze-group)
20038         (gnus-group-browse-foreign-server):
20039         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
20040         Use mapc when appropriate.
20041
20042 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
20043
20044         FIXME: Make separate entries for each person.
20045
20046         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
20047         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
20048         <shields@msrl.com>:
20049
20050         * spam.el (spam-necessary-extra-headers): Get the extra headers we
20051         may need for spam sorting and scoring.
20052         (spam-user-format-function-S): Add user format function suitable for
20053         general use.
20054         (spam-article-sort-by-spam-status): Add sorting function for summary
20055         sorting.
20056         (spam-extra-header-to-number): Add function to get a score from a
20057         header.
20058         (spam-summary-score): Add function to get a numeric score from the
20059         headers.
20060         (spam-generic-score): Fix function doc, was in wrong place.
20061         (spam-initialize): Take symbols when it's run, and install the
20062         extra headers that spam-necessary-extra-headers thinks we need.
20063
20064 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
20065
20066         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
20067         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20068
20069 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
20070
20071         * gnus-sum.el (gnus-set-global-variables)
20072         (gnus-build-all-threads, gnus-get-newsgroup-headers)
20073         (gnus-article-get-xrefs, gnus-summary-best-group)
20074         (gnus-summary-next-article, gnus-summary-enter-digest-group)
20075         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
20076         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
20077         Use with-current-buffer.
20078
20079 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
20080
20081         * spam.el (spam-summary-prepare-exit): Simplify logic.
20082         (spam-fetch-article-header): Read the article header if it's not
20083         available.
20084         (spam-list-articles): Simplify logic.
20085         (spam-filelist-register-routine): Fix bug with unregister-list.
20086
20087         * gnus-registry.el: Fix comments at beginning.
20088
20089 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
20090
20091         * message.el (message-cater-to-broken-inn): Remove.
20092         (message-shorten-references): Make sure the total folded length of
20093         References is shorter than 998 characters to cater to a bug in INN
20094         2.3.  Also, don't pretend that references aren't folded -- this
20095         hasn't worked for a while.
20096
20097 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20098
20099         * gnus-agent.el (gnus-agentize):
20100         gnus-agent-send-mail-real-function no longer set to current value
20101         of message-send-mail-function but rather a lambda that calls
20102         message-send-mail-function.  The change makes the agent real-time
20103         responsive to user changes to message-send-mail-function.
20104
20105 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20106
20107         * legacy-gnus-agent.el
20108         (gnus-agent-convert-to-compressed-agentview): Fix typos with
20109         help from Florian Weimer <fw@deneb.enyo.de>
20110
20111 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20112
20113         * nnmail.el (nnmail-cache-insert): Revert last change.
20114
20115 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20116
20117         * nnmail.el (nnmail-cache-insert): Always check whether
20118         nnmail-cache-ignore-groups matches a group name.
20119
20120 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
20121
20122         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
20123         (spam-find-spam, spam-log-processing-to-registry)
20124         (spam-log-registered-p, spam-log-unregistration-needed-p)
20125         (spam-log-undo-registration): Use gnus-message instead of
20126         gnus-error, none of these errors are fatal.
20127
20128         * gnus-registry.el (gnus-registry-clean-empty-function)
20129         (gnus-registry-clean-empty): Remove only empty entries without
20130         extra data.
20131
20132 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
20133
20134         * spam-stat.el (spam-stat-buffer-change-to-spam)
20135         (spam-stat-buffer-change-to-non-spam): Change (error) to
20136         (gnus-message 8) invocation.
20137
20138 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20139
20140         * nntp.el (nntp-via-netcat-command): New variable.
20141         (nntp-via-netcat-switches): New variable.
20142         (nntp-open-via-rlogin-and-netcat): New function.
20143         (nntp-open-connection-function): Doc fix.
20144         (nntp-telnet-command): Doc fix.
20145         (nntp-end-of-line): Doc fix.
20146         (nntp-via-rlogin-command): Doc fix.
20147         (nntp-via-user-name): Doc fix.
20148         (nntp-via-address): Doc fix.
20149
20150 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20151
20152         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
20153         error in Emacs 21.1.
20154
20155 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
20156
20157         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
20158
20159 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20160
20161         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
20162         (gnus-agent-with-refreshed-group): New macro.
20163         (gnus-agent-rename-group): New function.
20164         (gnus-agent-delete-group): New function.
20165         (gnus-agent-save-group-info): Use gnus-command-method when
20166         `method' parameter is nil.  Don't write nil entries into the
20167         active file.
20168         (gnus-agent-get-group-info): New function.
20169         (gnus-agent-fetch-articles):
20170         Use gnus-agent-update-files-total-fetched-for to increment disk space
20171         used.
20172         (gnus-agent-fetch-headers, gnus-agent-save-alist):
20173         Use gnus-agent-update-view-total-fetched-for to increment disk space
20174         used.
20175         (gnus-agent-get-local): Add optional parameters to avoid calling
20176         gnus-group-real-name and gnus-find-method-for-group.
20177         (gnus-agent-set-local): Delete stored entry if either min, or max,
20178         are nil.
20179         (gnus-agent-fetch-session): Reworded error/quit messages.
20180         On quit, use gnus-agent-regenerate-group to record existance of any
20181         articles fetched to disk before the quit occurred.
20182         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
20183         gnus-agent-update-view-total-fetched-for, and
20184         gnus-agent-update-files-total-fetched-for to decrement disk space
20185         used.
20186         (gnus-agent-retrieve-headers):
20187         Use gnus-agent-update-view-total-fetched-for to increment disk space
20188         used.
20189         (gnus-agent-regenerate-group): Replace gnus-group-update-group
20190         with gnus-agent-update-files-total-fetched-for to decrement disk
20191         space and fresh group buffer.
20192         (gnus-agent-inhibit-update-total-fetched-for): New variable.
20193         (gnus-agent-need-update-total-fetched-for): New variable.
20194         (gnus-agent-update-files-total-fetched-for): New function.
20195         (gnus-agent-update-view-total-fetched-for): New function.
20196         (gnus-agent-total-fetched-for): New function.
20197
20198         * gnus-cache.el (gnus-cache-save-buffers):
20199         Use gnus-cache-update-overview-total-fetched-for to change disk space
20200         used by this group.
20201         (gnus-cache-possibly-enter-article):
20202         Use gnus-cache-update-file-total-fetched-for to increment disk space
20203         used by this group.
20204         (gnus-cache-possibly-remove-article):
20205         Use gnus-cache-update-file-total-fetched-for to decrement disk space
20206         used by this group.
20207         (gnus-cache-generate-nov-databases): Purge total fetched cache.
20208         (gnus-cache-rename-group): New function.
20209         (gnus-cache-delete-group): New function.
20210         (gnus-cache-inhibit-update-total-fetched-for): New variable.
20211         (gnus-cache-need-update-total-fetched-for): New variable.
20212         (gnus-cache-with-refreshed-group): New macro.
20213         (gnus-cache-update-file-total-fetched-for): New function.
20214         (gnus-cache-update-overview-total-fetched-for): New function.
20215         (gnus-cache-rename-group-total-fetched-for): New function.
20216         (gnus-cache-delete-group-total-fetched-for): New function.
20217         (gnus-cache-total-fetched-for): New function.
20218
20219         * gnus-group.el: Require gnus-sum and autoload functions to
20220         resolve warnings when gnus-group.el compiled alone.
20221         (gnus-group-line-format): Documented new %F.
20222         (size of Fetched data) group line format; identifies disk space
20223         used by agent and cache.
20224         (gnus-group-line-format-alist): Defined new F format.
20225         (gnus-total-fetched-for): New function.
20226         (gnus-group-delete-group): No longer update
20227         gnus-cache-active-altered as gnus-request-delete-group now keeps
20228         the cache in sync.
20229         (gnus-group-list-active): Let the agent store a server's active
20230         list if currently plugged.
20231
20232         * gnus-int.el (gnus-request-delete-group):
20233         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
20234         local disk in sync with the server.
20235         (gnus-request-rename-group):
20236         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
20237         local disk in sync with the server.
20238
20239         * gnus-start.el (gnus-get-unread-articles):
20240         Cosmetic simplification to logic.
20241
20242         * gnus-util.el (gnus-rename-file): New function.
20243
20244 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
20245
20246         * mm-util.el (mm-image-load-path): Handle nil in load-path.
20247
20248 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
20249
20250         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
20251         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
20252
20253 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
20254
20255         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
20256         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
20257
20258 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
20259
20260         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
20261
20262 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
20263
20264         * spam.el (spam-set-difference): Add function to replace
20265         gnus-set-difference in spam.el.
20266         (spam-summary-prepare-exit): Use spam-set-difference.
20267
20268 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
20269
20270         * gnus-registry.el (gnus-registry-cache-file): Update to use
20271         gnus-dribble-directory OR gnus-home-directory OR ~.
20272         (gnus-registry-split-fancy-with-parent): Fix doc.
20273
20274 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20275
20276         * message.el (message-exchange-point-and-mark):
20277         Use message-mark-active-p.  Suggested by Jesper Harder
20278         <harder@ifa.au.dk>.
20279
20280 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20281
20282         * message.el (message-exchange-point-and-mark): Don't activate
20283         region if it was inactive.  Suggested by Hiroshi Fujishima
20284         <pooh@nature.tsukuba.ac.jp>.
20285
20286 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20287
20288         * gnus-art.el (article-display-face): Display Faces in the same
20289         order as X-Faces.
20290
20291 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20292
20293         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
20294
20295 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20296
20297         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
20298         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
20299         (gnus-article-mime-hierarchy): Remove.
20300         (gnus-article-mime-hierarchy-next): Remove.
20301         (gnus-article-mode): Revert 2004-03-19 change.
20302         (gnus-article-setup-buffer): Revert 2004-03-19 change.
20303         (gnus-insert-mime-button): Revert 2004-03-19 change.
20304         (gnus-mime-accumulate-hierarchy): Remove.
20305         (gnus-mime-enter-multipart): Remove.
20306         (gnus-mime-leave-multipart): Remove.
20307         (gnus-mime-display-part): Revert 2004-03-19 change.
20308         (gnus-mime-display-alternative): Revert 2004-03-19 change.
20309
20310         * mml.el (mml-preview): Revert 2004-03-19 change.
20311
20312 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
20313
20314         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
20315
20316 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20317
20318         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
20319         t while entering a file name using the mm-with-multibyte macro.
20320         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20321
20322         * mm-util.el (mm-with-multibyte): New macro.
20323
20324 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20325
20326         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
20327         New user option.
20328         (gnus-mime-multipart-functions): Doc and customization fix.
20329         (gnus-article-mime-hierarchy): New variable.
20330         (gnus-article-mime-hierarchy-next): New variable.
20331         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
20332         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
20333         gnus-article-mime-hierarchy-next to nil.
20334         (gnus-insert-mime-button): Show hierarchy numbers.
20335         (gnus-mime-accumulate-hierarchy): New function.
20336         (gnus-mime-enter-multipart): New function.
20337         (gnus-mime-leave-multipart): New function.
20338         (gnus-mime-display-part): Recompute hierarchical MIME structure.
20339         (gnus-mime-display-alternative): Show hierarchy numbers.
20340
20341         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
20342         gnus-article-mime-hierarchy-next to nil.
20343
20344 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
20345
20346         * dns.el: Don't require gnus-xmas.
20347
20348 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
20349
20350         * mml.el (mml-generate-mime-1): Don't use format=flowed with
20351         inline PGP.
20352         (mml-menu): Disable mml-quote-region if mark is inactive.
20353
20354 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20355
20356         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
20357         when the group's active is not available.
20358
20359 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20360
20361         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
20362         error.
20363
20364 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
20365
20366         * imap.el (imap-store-password): New variable.
20367         (imap-interactive-login): Use it.
20368         Suggested by Mark Plaksin <happy@mcplaksin.org>.
20369
20370 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20371
20372         * gnus-art.el (gnus-article-read-summary-keys): Restore new
20373         window-start and hscroll to summary window.
20374
20375 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20376
20377         * gnus-start.el (gnus-convert-old-newsrc): Only write the
20378         conversion message to newsrc-dribble when an actual conversion is
20379         performed.
20380
20381 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
20382
20383         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
20384
20385 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20386
20387         * mm-decode.el (mm-complicated-handles): New function reviving
20388         former definition of mm-multiple-handles.
20389
20390         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
20391         (gnus-mime-delete-part): Use it.
20392
20393 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20394
20395         * gnus-agent.el (gnus-agent-read-local):
20396         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
20397         avoid the implicit assumption that they will always be equal.
20398         (gnus-agent-save-local): Bind buffer-file-coding-system, not
20399         coding-system-for-write, as the with-temp-file macro first prints
20400         to a buffer then saves the buffer.
20401
20402 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20403
20404         * gnus-art.el (gnus-article-edit-part): New function.
20405         (gnus-mime-save-part-and-strip): Use it; do query instead of
20406         signaling an error; don't use mm-multiple-handles.
20407         (gnus-mime-delete-part): Ditto.
20408
20409 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20410
20411         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
20412         old file versions.
20413         (gnus-group-prepare-hook): Remove function that converted list
20414         form of gnus-agent-expire-days to group properties.
20415
20416         * gnus-int.el: Autoload gnus-agent-regenerate-group.
20417         (gnus-request-accept-article): Re-indented.
20418
20419         * gnus-start.el (gnus-convert-old-newsrc): Registered new
20420         converters to handle old agent file formats.  Add logic for a
20421         "backup before upgrading warning".
20422         (gnus-convert-mark-converter-prompt): Developers can mark
20423         functions as needing (default), or not needing,
20424         gnus-convert-old-newsrc's "backup before upgrading warning".
20425         (gnus-convert-converter-needs-prompt): Tests whether the user
20426         should be protected from potentially irreversable changes by the
20427         function.
20428
20429         * legacy-gnus-agent.el: New.  Provides converters that are only
20430         loaded when gnus-convert-old-newsrc needs to call them.
20431
20432 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20433
20434         * mail-source.el (mail-source-touch-pop): Doc fix.
20435
20436         * message.el (message-smtpmail-send-it): Doc fix.
20437
20438 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
20439
20440         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
20441
20442         * nnmail.el (nnmail-split-fancy): do.
20443
20444         * gnus-kill.el (gnus-kill, gnus-execute): do.
20445
20446 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
20447
20448         * gnus-sum.el (gnus-widget-reversible-match)
20449         (gnus-widget-reversible-to-internal)
20450         (gnus-widget-reversible-to-external): New functions.
20451         (gnus-widget-reversible): New widget.
20452         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
20453
20454 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
20455
20456         * gnus-sum.el (gnus-thread-sort-functions)
20457         (gnus-article-sort-functions): Document `(not F)' items.
20458
20459 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
20460
20461         * spam.el (spam-use-gmane-xref): Add new backend.
20462         (spam-gmane-xref-spam-group): Add variable to control the name of the
20463         Gmane spam group.
20464         (spam-blackhole-servers, spam-blackhole-good-server-regex)
20465         (spam-regex-headers-spam, spam-regex-headers-ham)
20466         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
20467         (spam-list-of-checks): Add spam-use-gmane-xref to list of
20468         backends and checks.
20469         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
20470
20471         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
20472         an autodetect method.
20473
20474 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20475
20476         * gnus-int.el (gnus-request-accept-article): Inform the agent that
20477         articles are being added to a group.
20478         (gnus-request-replace-article): Inform the agent that articles
20479         need to be uncached as the cached contents are no longer valid.
20480
20481 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20482
20483         * binhex.el: Don't autoload executable-find.
20484
20485         * canlock.el: Don't autoload mail-fetch-field.
20486
20487         * dgnushack.el: Autoload c-mode for XEmacs.
20488
20489         * gnus-ems.el: Don't autoload appt-select-lowest-window.
20490
20491         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
20492         rmail-dont-reply-to and rmail-output.
20493
20494         * gnus-score.el: Don't autoload ffap-string-at-point.
20495
20496         * gnus-setup.el: Don't autoload sc-cite-original.
20497
20498         * imap.el: Don't autoload base64-decode-string,
20499         base64-encode-string and md5.
20500
20501         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
20502         and rmail-msg-restore-non-pruned-header.
20503
20504         * mm-decode.el: Don't autoload executable-find.
20505
20506         * mm-url.el: Don't autoload executable-find.
20507
20508         * mm-view.el: Don't autoload diff-mode.
20509
20510         * nndb.el: Don't autoload news-reply-mode, news-setup,
20511         cancel-timer and telnet.
20512
20513         * password.el: Don't autoload run-at-time for Emacs.
20514
20515         * sha1-el.el: Don't autoload executable-find.
20516
20517         * sieve-mode.el: Don't autoload c-mode.
20518
20519         * uudecode.el: Don't autoload executable-find.
20520
20521 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20522
20523         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
20524         (gnus-agent-possibly-alter-active): Avoid null in numeric
20525         comparison.
20526         (gnus-agent-set-local): Refuse to save null in local object table.
20527         (gnus-agent-regenerate-group): The REREAD parameter can now be a
20528         list of articles that will be marked as unread.
20529
20530 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20531
20532         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
20533
20534 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
20535
20536         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
20537         language tags.
20538
20539 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
20540
20541         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
20542         Don't bind "obarray".
20543
20544         * gnus-sum.el (gnus-thread-sort-functions):
20545         Add `gnus-thread-sort-by-most-recent-number' and
20546         `gnus-thread-sort-by-most-recent-date'.
20547         Reported by Kai Grossjohann <kai@emptydomain.de>.
20548
20549 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20550
20551         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
20552
20553 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20554
20555         * gnus-cus.el (gnus-agent-customize-category):
20556         Remove ignore-errors macro reference that required cl to be loaded at
20557         run-time.
20558
20559         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
20560         single-interval range of the form (min . max).  Previously the
20561         range had to look like ((min . max)).  Likewise, return
20562         (min . max) rather than ((min . max)).
20563         (gnus-range-map): Use gnus-range-normalize to accept
20564         single-interval range.
20565
20566         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20567         the cache, but not the agent, now appear with their usual face.
20568
20569         * dgnushack.el (loaddir): New variable that is bound to the
20570         directory containing the dgnushack.el file. Use loaddir, rather
20571         than srcdir, to update load-path. Change lets dgnushack compile
20572         code in directories other than GNUS/lisp.
20573
20574 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20575
20576         * lpath.el: Don't bind w3m-safe-url-regexp.
20577
20578         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20579         w3m-safe-url-regexp variable buffer-local.
20580
20581         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20582
20583 2004-02-27  Simon Josefsson  <jas@extundo.com>
20584
20585         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20586         gnus-group-real-prefix.
20587         (gnus-summary-move-article): Use it, instead of
20588         gnus-group-real-prefix.
20589
20590 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20591
20592         * lpath.el: Bind w3m-safe-url-regexp.
20593
20594         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
20595         w3m-safe-url-regexp variable buffer-local and set it as the value
20596         of mm-w3m-safe-url-regexp.
20597
20598         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20599
20600         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
20601         parsing gnus-posting-styles when the message is not for replying.
20602
20603         * dgnushack.el: Autoload sgml-mode for XEmacs.
20604
20605         * nnrss.el (nnrss-opml-export):
20606         Use mm-set-buffer-file-coding-system instead of
20607         set-buffer-file-coding-system.
20608
20609 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
20610
20611         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20612         of checkdoc.el).
20613         * nnrss.el: do.
20614         * gnus-mlspl.el: do.
20615         * gnus-ml.el: do.
20616         * gnus-srvr.el: do.
20617
20618         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20619
20620 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
20621
20622         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20623         Corrections to custom-manual links.
20624
20625         * gnus-art.el (gnus-article): Ditto.
20626
20627         * mm-decode.el (mime-display, mime-security): Ditto.
20628
20629 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20630
20631         * flow-fill.el: Typo.
20632
20633 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
20634
20635         * spam-wash.el: New file.
20636
20637 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
20638
20639         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20640
20641 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
20642
20643         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20644         to be run with new-articles as LIST1, not LIST2.
20645         (spam-registration-functions): Add spam-use-ham-copy as a nil
20646         registration backend.
20647
20648 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20649
20650         * spam-stat.el (spam-stat-washing-hook): New option.
20651         (spam-stat-buffer-words): Use it.
20652         (spam-stat-process-directory, spam-stat-test-directory):
20653         Use insert-file-contents-literally.
20654         (spam-stat-coding-system): New variable.
20655         (spam-stat-load, spam-stat-save): Use it.
20656
20657 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20658
20659         * spam-report.el (spam-report-plug-agent):
20660         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20661
20662 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20663
20664         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20665         Allow / in mailto URLs.
20666
20667 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20668
20669         * spam-report.el (spam-report-process-queue): Fix interactive use.
20670         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20671         (spam-report-unplug-agent): Doc fixes.
20672         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20673         (spam-report-agentize, spam-report-deagentize): Autoload.
20674
20675 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20676
20677         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
20678
20679         * message.el (message-setup-fill-variables): Add mml tags to
20680         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20681         <ajk@iu.edu>.
20682         (message-mode): Don't modify paragraph-separate there.
20683
20684 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20685
20686         * compface.el (uncompface-use-external): Default to undecided.
20687         (uncompface-use-external-threshold): New variable.
20688         (uncompface-float-time): New macro.
20689         (uncompface): Determine whether to use the external decoder if
20690         uncompface-use-external is undecided.
20691
20692 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20693
20694         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20695         after images.
20696
20697         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20698
20699 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20700
20701         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20702
20703         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20704
20705         * gnus-sum.el (gnus-summary-limit-to-age)
20706         (gnus-summary-limit-children): do.
20707
20708         * gnus-int.el (gnus-request-scan): do.
20709
20710         * gnus-group.el (gnus-group-suspend): do.
20711
20712         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20713
20714         * gnus-cite.el (gnus-cite-parse-attributions): do.
20715
20716         * gnus-agent.el (gnus-summary-set-agent-mark)
20717         (gnus-agent-regenerate-group): do.
20718
20719         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20720
20721         * binhex.el (binhex-decode-region-internal): do.
20722
20723 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20724
20725         * gnus-fun.el (gnus-face-properties-alist): New user option.
20726         (gnus-display-x-face-in-from): Use it.
20727
20728         * gnus-art.el (article-display-face): Ditto.
20729
20730         * compface.el (uncompface-use-external): Default to nil.
20731
20732 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20733
20734         * nntp.el (nntp-erase-buffer): New function.
20735         (nntp-retrieve-data, nntp-send-command)
20736         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20737         (nntp-possibly-change-group): Use it.
20738
20739         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20740         Use with-current-buffer.
20741
20742 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20743
20744         * compface.el: Merge the ELisp-based uncompface program.
20745         (compface): New customization group.
20746         (uncompface-use-external): New user option.
20747         (uncompface): Call uncompface-internal if uncompface-use-external
20748         is nil.
20749         (uncompface-internal): New function.  Note that there are also
20750         some other functions and variables added for this function.
20751
20752 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20753
20754         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20755         if necessary.
20756
20757 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20758
20759         * spam-report.el (spam-report-unplug-agent)
20760         (spam-report-plug-agent, spam-report-deagentize)
20761         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20762         Add support for the Agent in spam-report: when unplugged, report to a
20763         file; when plugged, submit all the requests.
20764
20765         * spam.el (spam-register-routine): Fix message about
20766         registration.
20767
20768 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20769
20770         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20771         dependencies.
20772         (rfc2047-encode): Use it.
20773
20774         * gnus-art.el (gnus-button-marker-list): Move before first
20775         reference.
20776
20777         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20778         (imap-parse-body): Fix format string mismatch.
20779
20780         * gnus-score.el (gnus-summary-increase-score): do.
20781
20782         * nnrss.el (nnrss-close): New function.
20783
20784 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20785
20786         * nnrss.el (nnrss-make-filename): New function.
20787         (nnrss-request-delete-group, nnrss-read-server-data)
20788         (nnrss-save-server-data, nnrss-read-group-data)
20789         (nnrss-save-group-data): Use it.
20790         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20791         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20792         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20793
20794 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20795
20796         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20797
20798 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20799
20800         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20801         files.
20802
20803         * message.el (message-generate-headers-first): Don't quote nil
20804         and t in docstrings.
20805
20806         * imap.el (imap-id): do.
20807
20808         * gnus-agent.el (gnus-agent-consider-all-articles)
20809         (gnus-agent-queue-mail): do.
20810
20811 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20812
20813         * spam-report.el (spam-report-process-queue): New function.
20814         Process requests from `spam-report-requests-file'.
20815         (spam-report-process-queue): Doc fix.
20816
20817 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20818
20819         * spam.el (spam-register-routine)
20820         (spam-log-processing-to-registry, spam-log-registered-p)
20821         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20822         Change "check" to "spam-check" for semi-clarity.
20823
20824 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20825
20826         * pop3.el: Require nnheader.
20827
20828         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20829
20830         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20831
20832         * gnus-picon.el: Require cl.
20833
20834         * gnus-fun.el: Require gnus-ems and gnus-util.
20835
20836         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20837
20838         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20839
20840         * gnus-art.el (gnus-article-edit-mode): Define before first
20841         reference.
20842
20843 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20844
20845         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20846         (gnus-uu-post-encoded): Use point-at-bol.
20847
20848         * gnus-topic.el (gnus-group-active-topic-p): do.
20849
20850         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20851
20852         * gnus-group.el (gnus-group-kill-region): do.
20853
20854         * gnus-art.el (article-date-ut): do.
20855
20856         * message.el (message-fetch-field): Remove redundant
20857         case-fold-search binding.
20858         (message-narrow-to-field): Simplify.
20859
20860 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20861
20862         * spam.el (spam-directory): Derive from `gnus-directory'.
20863
20864         * spam-report.el (spam-report-url-to-file)
20865         (spam-report-requests-file): New function and variable for offline
20866         reporting.
20867         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20868         and user defined function.
20869         (spam-report-url-ping-mm-url): Remove doubled slash.
20870
20871 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20872
20873         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20874
20875 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20876
20877         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20878         Fix format string mismatch.
20879
20880         * sieve.el (sieve-deactivate-all): do.
20881
20882         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20883
20884         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20885
20886         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20887
20888         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20889
20890 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20891
20892         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20893         the list of checks.
20894
20895 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20896
20897         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20898         padding.
20899
20900 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20901
20902         * mm-view.el (mm-fill-flowed): New variable.
20903         (mm-inline-text): Use it.
20904
20905 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20906
20907         * spam.el (spam-spamassassin-register-ham-routine)
20908         (spam-spamassassin-register-spam-routine): Fix function names.
20909
20910 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20911
20912         * gnus.el (gnus-tmp-grouplens): Remove.
20913         (gnus-summary-line-format): Remove grouplens.
20914
20915         * gnus-group.el (gnus-group-line-format): Ditto.
20916
20917         * gnus-spec.el (gnus-format-specs): Ditto.
20918         (gnus-update-format-specifications): Flush the group format spec
20919         cache if there's the grouplens stuff.
20920         (gnus-parse-simple-format): Replace %l with the empty string.
20921
20922 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20923
20924         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20925         omission.
20926
20927 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20928
20929         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20930         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20931
20932 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20933
20934         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20935         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20936         New macros and functions.
20937         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20938         Handle > NLINK_MAX messages.
20939         * nnmaildir.el (nnmaildir-request-set-mark):
20940         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20941
20942 2004-01-25  Alex Schroeder  <alex@gnu.org>
20943
20944         * spam-stat.el (spam-stat-process-directory-age): New option.
20945         (spam-stat-process-directory): Use it.
20946
20947 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20948
20949         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20950         (spam-stat-save): Accept prefix argument.
20951
20952 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20953
20954         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20955         links" error.
20956
20957 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20958
20959         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20960         the rest of the and/or forms.
20961
20962 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20963
20964         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20965         compatibility with old .newsrc.eld files.
20966
20967         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20968
20969         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20970
20971         * gnus-start.el (gnus-1): do.
20972
20973         * gnus-group.el (gnus-group-line-format-alist): do.
20974
20975         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20976
20977         * gnus-gl.el: Remove.
20978
20979 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20980
20981         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20982         marks consisting of a single range {for example, (3 . 5)} rather
20983         than a list of a single range { ((3 . 5)) }.
20984
20985 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20986
20987         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20988         Use with-current-buffer.
20989         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20990         avoid consing a string.
20991
20992         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20993         Remove obsolete entries for big5 and gb2312.
20994
20995 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20996
20997         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20998         uncompressed list.
20999
21000 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
21001
21002         * spam-stat.el (spam-stat-strip-xref): New function.
21003         (spam-stat-process-directory): Use it.
21004
21005         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
21006         here -- it's done in message-fetch-field.
21007
21008 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21009
21010         * gnus-agent.el (gnus-agent-queue-mail)
21011         (gnus-agent-prompt-send-queue): New variables.
21012         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
21013         * gnus-draft.el (gnus-group-send-queue): Pass the group name
21014         "nndraft:queue" along to gnus-draft-send.
21015         Use gnus-agent-prompt-send-queue.
21016         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
21017         is "nndraft:queue".  Suggested by Gaute Strokkenes
21018         <gs234@srcf.ucam.org>
21019
21020         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
21021         (agent-enable-undownloaded-faces): Add.
21022         (gnus-agent-cat-groups): Use eval-and-compile, not
21023         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
21024         method of gnus-agent-cat-groups even when the buffer has been
21025         evaled.
21026         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
21027         delete gnus-agent-save-active-1.
21028         (gnus-agent-save-groups): Delete.  Identical to
21029         gnus-agent-save-active.
21030         (gnus-agent-write-active): No longer adjust agent's copy of active
21031         file as agent's adjustments are now stored in their own
21032         file.  Remove optional parameter.
21033         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
21034         servers.  Add use of min/max range limits from server's local
21035         file.
21036         (gnus-agent-save-alist): Remove unused optional argument.
21037         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
21038         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
21039         (gnus-agent-set-local): A per-server file that keeps min/max range
21040         limits for articles known to the agent.  Provides a fast mechanism
21041         for altering many active ranges.
21042         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
21043         active file (local makes it unnecessary).
21044         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
21045
21046         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
21047         (agent-enable-undownloaded-faces): Add.
21048
21049         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
21050         disable it when sending to "nndraft:queue".
21051         (gnus-group-send-queue): Add safety check to avoid sending queue
21052         when unplugged.
21053
21054         * gnus-group.el (gnus-group-catchup): Use new
21055         gnus-sequence-of-unread-articles, not
21056         gnus-list-of-unread-articles, to avoid exhausting memory with huge
21057         numbers of articles.  Use gnus-range-map to avoid having to
21058         uncompress the unread list.
21059         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
21060         Fix invalid ange-ftp reference.
21061
21062         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
21063         (gnus-sorted-range-intersection): Intersection of two ranges
21064         without requiring that they first be uncompressed.
21065
21066         * gnus-start.el (gnus-activate-group): Unless blocked by the
21067         caller, possibly expand the active range to include both cached
21068         and agentized articles.
21069         (gnus-convert-old-newsrc): Rewrote in anticipation of having
21070         multiple version-dependent converters.
21071         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
21072         gnus-agent-save-active.
21073         (gnus-save-newsrc-file): Save dirty agent range limits.
21074
21075         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
21076         gnus-agent-possibly-alter-active.
21077         (gnus-adjust-marked-articles): Faster handling of simple lists.
21078
21079 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
21080
21081         * spam-stat.el (spam-stat-test-directory): New optional argument
21082         displays a list of files detected.  Suggested by Andrew Cohen
21083         <cohen@andy.bu.edu>.
21084         (spam-stat-buffer-words-with-scores): Don't narrow and change
21085         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
21086
21087 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
21088
21089         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
21090         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
21091         (spam-spamassassin-arguments)
21092         (spam-spamassassin-spam-flag-header)
21093         (spam-spamassassin-positive-spam-flag-header)
21094         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
21095         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
21096         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
21097         (spam-list-of-processors, spam-list-of-checks)
21098         (spam-list-of-statistical-checks, spam-registration-functions)
21099         (spam-check-spamassassin-headers, spam-check-spamassassin)
21100         (spam-spamassassin-score)
21101         (spam-spamassassin-register-with-sa-learn)
21102         (spam-spamassassin-register-spam-routine)
21103         (spam-spamassassin-register-ham-routine)
21104         (spam-assassin-register-spam-routine)
21105         (spam-assassin-register-ham-routine): Add SpamAssassin support.
21106         (spam-bogofilter-score): Fix to show article before scoring.
21107
21108 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
21109
21110         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
21111         default scoring function.
21112         (spam-generic-score): Call spam-spamassassin-score if
21113         spam-use-spamassassin or spam-use-spamassassin-headers is on;
21114         spam-bogofilter-score otherwise.
21115
21116         * gnus.el (spam-process, spam-autodetect-methods):
21117         Add spamassassin and spamassassin-headers.
21118
21119 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
21120
21121         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21122         Suppress unnecessary messages.
21123
21124 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
21125
21126         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
21127         make-hash-table.
21128
21129 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21130
21131         * canlock.el (base64-encode-string): Don't autoload it.
21132
21133 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21134
21135         * run-at-time.el: Remove useless (require 'itimer),
21136         eval-and-compile and (featurep 'xemacs).
21137
21138 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
21139
21140         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
21141         GROUP is a virtual group.
21142
21143 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
21144
21145         * gnus.el: Autoload `message-y-or-n-p'.
21146
21147 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
21148
21149         * pgg-parse.el: Remove unnecessary (require 'custom).
21150
21151         * pgg-def.el: do.
21152
21153         * nnmail.el: do.
21154
21155         * gnus-undo.el: do.
21156
21157         * gnus-picon.el: do.
21158
21159         * gnus-util.el: do.
21160
21161 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
21162
21163         * gnus-sum.el (gnus-pick-line-number): Add autoload.
21164
21165 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21166
21167         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
21168         handle, as well as a list.
21169
21170         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
21171         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
21172         (mm-w3m-cid-retrieve): Simplify.
21173
21174 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
21175
21176         * message.el (message-kill-to-signature): Allow prefix arg to
21177         specify number of lines to keep before signature.
21178
21179 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
21180
21181         * message.el (message-kill-to-signature): Change docstring.
21182
21183 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21184
21185         * canlock.el: Always require sha1-el.
21186         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
21187
21188         * message.el: Autoload sha1 only when compiling.
21189
21190         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
21191         eudc-expand-inline for XEmacs.
21192
21193 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21194
21195         * message.el (message-canlock-generate): Require sha1-el.
21196
21197 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
21198
21199         * message.el (message-expand-name): Silence the byte compiler.
21200
21201         * lpath.el: Add detect-coding-system.
21202
21203         * dgnushack.el (dgnushack-compile): Remove obsolete check for
21204         cus-edit.
21205
21206 2004-01-13  Simon Josefsson  <jas@extundo.com>
21207
21208         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
21209         Invoke gnus-score-mode.
21210         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
21211
21212         * gnus-range.el (gnus-compress-sequence): Doc fix.
21213         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
21214
21215 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21216
21217         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
21218
21219 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
21220
21221         * spam.el (spam-get-article-as-string): Update to use
21222         gnus-request-article-this-buffer, much simpler.
21223         (spam-get-article-as-buffer): Remove.
21224
21225 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
21226
21227         * message.el (message-expand-name): Use EUDC if the user uses that.
21228
21229 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21230
21231         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
21232         character for the encoding to avoid consing a string.
21233
21234         * rfc2047.el (rfc2047-decode-string): Don't cons a string
21235         unnecessarily.
21236
21237         * mm-util.el (mm-replace-chars-in-string): Remove.
21238
21239         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
21240         of mm-replace-chars-in-string.
21241
21242 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
21243
21244         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
21245
21246         * mm-util.el (mm-subst-char-in-string): Support inplace.
21247
21248         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
21249         a new string in every iteration.  Use shy groups.
21250
21251 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
21252
21253         * gnus-srvr.el (gnus-browse-unsubscribe-group):
21254         * gnus-soup.el (gnus-soup-group-brew):
21255         * gnus-msg.el (gnus-put-message):
21256         * gnus-move.el (gnus-group-move-group-to-server):
21257         * gnus-kill.el (gnus-batch-score):
21258         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
21259         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
21260         (gnus-group-update-group, gnus-group-read-group)
21261         (gnus-group-make-group, gnus-group-make-help-group)
21262         (gnus-group-make-archive-group, gnus-group-make-directory-group)
21263         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
21264         (gnus-group-sort-by-unread, gnus-group-catchup)
21265         (gnus-group-unsubscribe-group, gnus-group-kill-group)
21266         (gnus-group-yank-group, gnus-group-set-info)
21267         (gnus-group-list-groups):
21268         * gnus.el (gnus-generate-new-group-name):
21269         * gnus-delay.el (gnus-delay-send-queue):
21270         * nnvirtual.el (nnvirtual-catchup-group):
21271         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
21272         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
21273         (gnus-group-prepare-topics, gnus-topic-check-topology):
21274         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
21275         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
21276         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
21277         (gnus-group-make-articles-read):
21278         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
21279         (gnus-group-change-level, gnus-kill-newsgroup)
21280         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
21281         (gnus-get-unread-articles, gnus-make-articles-unread)
21282         (gnus-make-ascending-articles-unread): Use accessor
21283         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
21284         to get group information for improved readability.
21285
21286
21287 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21288
21289         * gnus-art.el (article-decode-mime-words, article-babel)
21290         (gnus-article-highlight-signature, gnus-article-add-buttons)
21291         (gnus-signature-toggle): Use gnus-with-article-buffer.
21292
21293         * gnus-art.el (gnus-article-highlight-headers)
21294         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
21295
21296         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
21297         (gnus-article-set-globals, gnus-request-article-this-buffer)
21298         (gnus-button-message-id, gnus-article-maybe-hide-headers)
21299         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
21300         (gnus-mime-display-alternative): Use with-current-buffer.
21301
21302 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21303
21304         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
21305         also under 80 char limit, and call gnus-error if needed.
21306         (spam-fetch-article-header): Fix - it was a
21307         buffer-local variable (gnus-newsgroup-data).
21308         (spam-find-spam): Use spam-generate-fake-headers, forget about
21309         spam-insert-fake-headers.
21310         (spam-insert-fake-headers): Remove.
21311
21312 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21313
21314         * deuglify.el (gnus-article-outlook-unwrap-lines)
21315         (gnus-outlook-rearrange-article)
21316         (gnus-outlook-repair-attribution-outlook)
21317         (gnus-outlook-repair-attribution-block)
21318         (gnus-outlook-repair-attribution-other): Remove redundant
21319         save-excursion.
21320
21321 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21322
21323         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
21324         (spam-fetch-field-subject-fast)
21325         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
21326         (spam-fetch-article-header): Add functions to deal with Gnus
21327         internals for fast retrieval of article header data.
21328         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
21329
21330 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21331
21332         * pop3.el (pop3-md5): Remove.
21333         (pop3-apop): Replace pop3-md5 with md5.
21334
21335         * mm-bodies.el: base64 is always built-in.
21336
21337         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
21338         Use with-current-buffer.
21339
21340 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21341
21342         * canlock.el (canlock-insert-header): Remove excessive grouping in
21343         regexp.
21344
21345         * gnus-sum.el (gnus-summary-read-document): Ditto.
21346
21347         * gnus-uu.el (gnus-uu-part-number): Ditto.
21348
21349         * html2text.el (html2text-remove-tags): Ditto.
21350         (html2text-format-tags): Ditto.
21351         (html2text-format-single-elements): Ditto.
21352
21353         * mml.el (mml-parse-1): Ditto.
21354
21355 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21356
21357         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
21358
21359         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
21360
21361         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
21362
21363         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
21364
21365 2003-11-15  Simon Josefsson  <jas@extundo.com>
21366
21367         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
21368         (pgg-gpg-lookup-key): Use regexp match instead of
21369         split-string (split-string is different between emacs 21.2 and
21370         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
21371
21372 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21373
21374         * gnus-art.el (gnus-mime-view-all-parts)
21375         (gnus-article-part-wrapper, gnus-article-view-part):
21376         Use with-current-buffer.
21377
21378 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21379
21380         * spam.el (spam-disable-spam-split-during-ham-respool)
21381         (spam-spamoracle-database, spam-cache-lookups)
21382         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
21383         (spam-group-ham-mark-p, spam-group-spam-mark-p)
21384         (spam-group-ham-marks, spam-group-spam-marks)
21385         (spam-group-spam-contents-p, spam-group-ham-contents-p)
21386         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
21387         also add spam-use-blackholes to the statistical checks.
21388         (spam-fetch-field-fast): Add interface to fetching fields, may
21389         become a macro.
21390         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
21391         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
21392         (spam-insert-fake-headers): Fake an article when needed.
21393         (spam-find-spam): Fake article when possible.
21394         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
21395         (spam-check-bogofilter-headers): Use message-fetch-field instead
21396         of nnmail-fetch-field.
21397
21398 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
21399
21400         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
21401
21402 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21403
21404         * spam.el (spam-split): Do not require spam-use-CHECK to be
21405         enabled if that check is passed to spam-split explicitly; also
21406         fix so 'spam doesn't get converted to spam-split-group when
21407         spam-split-symbolic-return is t.
21408         (spam-find-spam): Find registrations of the article and use those
21409         instead of re-running spam-split to find the spam/ham
21410         classification of the article.
21411         (spam-log-processing-to-registry, spam-log-registered-p)
21412         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21413         Use gnus-error instead of gnus-message.
21414         (spam-log-registration-type): Add function to determine the
21415         classification of a message based on registry entries; will
21416         return nil if both 'spam and 'ham are found.
21417         (spam-check-BBDB): Expand all the BBDB macros here so we can have
21418         a reasonably fast local cache without the loading errors.
21419         (spam-cache-lookups): Set to t by default.
21420         (spam-find-spam): Don't try to guess spam-cache-lookups.
21421         (spam-enter-whitelist, spam-enter-blacklist): Clear the
21422         spam-caches entry.
21423         (spam-filelist-build-cache, spam-filelist-check-cache):
21424         Fix caching of whitelist/blacklist entries.
21425         (spam-check-whitelist, spam-check-blacklist):
21426         Invoke spam-from-listed-p with a type, not a cache variable.
21427         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
21428
21429 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21430
21431         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
21432
21433         * nnmail.el (nnmail-split-fancy): do.
21434
21435         * mml.el (mml-parse): do.
21436
21437         * gnus-score.el (gnus-enter-score-words-into-hashtb)
21438         (gnus-score-adaptive): do.
21439
21440 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21441
21442         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
21443         (gnus-mime-button-map): Don't set keymap parent.
21444         (gnus-button-ctan-directory-regexp): Use shy grouping.
21445         (gnus-prev-page-map): Don't set keymap parent.
21446         (gnus-prev-page-map): Remove duplicated one.
21447         (gnus-next-page-map): Don't set keymap parent.
21448         (gnus-mime-security-button-map): Ditto.
21449
21450         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
21451         version number.
21452
21453         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
21454
21455 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21456
21457         * canlock.el (canlock-sha1-function): Remove.
21458         (canlock-sha1-function-for-verify): Remove.
21459         (canlock-openssl-program): Remove.
21460         (canlock-openssl-args): Remove.
21461         (canlock-ignore-errors): Remove.
21462         (canlock-sha1-with-openssl): Remove.
21463         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
21464         (canlock-verify): Don't use canlock-ignore-errors.
21465
21466         * sha1-el.el (sha1-string-external): Make it can return a string
21467         in binary form.
21468         (sha1-region-external): Ditto.
21469         (sha1-string-internal): Ditto.
21470         (sha1-region-internal): Ditto.
21471         (sha1-region): Ditto.
21472         (sha1-string): Ditto.
21473         (sha1): Ditto.
21474
21475 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21476
21477         * spam.el (spam-report-articles-gmane): New command.
21478
21479 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21480
21481         * gnus.el: Don't make unnecessary *Group* buffer when loading.
21482
21483         * run-at-time.el (run-at-time-saved): Remove.
21484         (run-at-time): Doc fix.
21485
21486 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21487
21488         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
21489         (gnus-summary-limit-map): Add it.
21490         (gnus-summary-make-menu-bar): do.
21491
21492 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
21493
21494         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
21495         Make attempt at some caching support (done for BBDB only now).
21496         (spam-find-spam): Set spam-cache-lookups if there are more than 2
21497         addresses to be checked.
21498         (spam-clear-cache-BBDB): Add function, to be invoked by
21499         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
21500         (spam-check-BBDB): Check and use the caches, if
21501         spam-cache-lookups is on, remove superfluous (provide).
21502
21503 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
21504
21505         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
21506
21507 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
21508
21509         * run-at-time.el (run-at-time-saved): Move to after the definition
21510         of `run-at-time'.
21511
21512         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
21513
21514 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21515
21516         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
21517         mm-w3m-local-map-property.
21518
21519         * mm-view.el (mm-w3m-mode-map): Remove.
21520         (mm-w3m-local-map-property): Remove.
21521         (mm-inline-text-html-render-with-w3m): Don't use
21522         mm-w3m-local-map-property.
21523
21524 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21525
21526         * run-at-time.el: New file.
21527
21528         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
21529         under Emacs.
21530
21531         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
21532         of gnus-set-text-properties.
21533
21534         * gnus-uu.el (gnus-uu-save-article): Ditto.
21535
21536         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
21537
21538         * gnus-cite.el (gnus-cite-parse): Ditto.
21539
21540         * gnus-art.el (gnus-button-push): Use set-text-properties instead
21541         of gnus-.
21542
21543         * gnus-xmas.el (run-at-time): Require run-at-time.
21544
21545         * gnus.el: Change calls to nnheader-run-at-time and
21546         password-run-at-time throughout to use run-at-time directly.
21547
21548         * password.el: Remove definition of run-at-time.
21549
21550         * nnheaderxm.el: Remove definition of run-at-time.
21551
21552 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
21553
21554         * mml.el (mml-minibuffer-read-disposition): Show attachment type
21555         in prompt.
21556
21557 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21558
21559         * messagexmas.el (message-xmas-redefine): Alias
21560         `message-make-caesar-translation-table' to
21561         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
21562         version.
21563
21564         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
21565         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
21566         `gnus-xmas-set-text-properties'.
21567         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
21568         `gnus-xmas-completing-read'.
21569         (gnus-xmas-completing-read): Removed.
21570         (gnus-xmas-open-network-stream): Removed.
21571
21572         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
21573         XEmacs version.
21574
21575         * dns.el (dns-make-network-process): Use `open-network-stream'
21576         instead of `gnus-xmas-open-network-stream'.
21577
21578         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
21579
21580         * .cvsignore: Add auto-autoloads.el, custom-load.el.
21581
21582 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21583
21584         * gnus-art.el (gnus-mime-display-alternative)
21585         (gnus-insert-mime-button, gnus-insert-mime-security-button)
21586         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21587         Don't use gnus-local-map-property.
21588
21589         * gnus-util.el (gnus-local-map-property): Remove.
21590
21591         * mm-view.el (mm-view-pkcs7-decrypt):
21592         Replace gnus-completing-read-maybe-default with completing-read.
21593
21594         * gnus-util.el (gnus-completing-read): do.
21595         (gnus-completing-read-maybe-default): Remove.
21596
21597 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21598
21599         * password.el: Only autoload `run-at-time' if not XEmacs.
21600         Only autoload the itimer functions if XEmacs.
21601
21602 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21603
21604         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
21605         XEmacsen.
21606
21607         * dgnushack.el: Autoload executable-find for XEmacs.
21608
21609 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21610
21611         * gnus-art.el (gnus-read-string): Remove.
21612         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21613         read-string.
21614
21615 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
21616
21617         * netrc.el: Autoload password-read.
21618         (netrc): Add configuration group.
21619         (netrc-encoding-method, netrc-openssl-path):
21620         Add variables for encoding and decoding of files with symmetric
21621         ciphers.
21622         (netrc-encode): Add assistant function to encode a file with
21623         netrc-encoding-method.
21624         (netrc-parse): Add interactive parameter, added optional
21625         decoding if netrc-encoding-method is non-nil but otherwise
21626         behavior is standard.
21627         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21628         Do s/encode/encrypt/ everywhere.
21629
21630         * spam.el: Remove executable-find autoload.
21631
21632 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21633
21634         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21635
21636         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21637
21638 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21639
21640         * gnus-art.el (gnus-treat-ansi-sequences)
21641         (article-treat-ansi-sequences): New variable and function.
21642         Suggested by Dan Jacobson <jidanni@jidanni.org>.
21643
21644         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21645         Use it.
21646
21647 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21648
21649         * mm-util.el (mm-quote-arg): Remove.
21650
21651         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21652         shell-quote-argument.
21653
21654         * gnus-uu.el (gnus-uu-command): do.
21655
21656         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21657
21658         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21659         with make-char.
21660
21661         * mm-util.el (mm-make-char): Remove.
21662
21663         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21664         add-minor-mode.
21665
21666         * gnus-undo.el (gnus-undo-mode): do.
21667
21668         * gnus-topic.el (gnus-topic-mode): do.
21669
21670         * gnus-sum.el (gnus-dead-summary-mode): do.
21671
21672         * gnus-start.el (gnus-slave-mode): do.
21673
21674         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21675
21676         * gnus-ml.el (gnus-mailing-list-mode): do.
21677
21678         * gnus-gl.el (gnus-grouplens-mode): do.
21679
21680         * gnus-draft.el (gnus-draft-mode): do.
21681
21682         * gnus-dired.el (gnus-dired-mode): do.
21683
21684         * gnus-ems.el (gnus-add-minor-mode): Remove.
21685
21686         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21687         Replace gnus-char-width with char-width.
21688
21689         * gnus-ems.el (gnus-char-width): Remove.
21690
21691         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21692         Replace gnus-char-width with char-width.
21693
21694         * gnus-ems.el (gnus-char-width): Remove.
21695
21696         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21697         definition.
21698         Remove Emacs 20 hash table compatibility code.
21699
21700         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21701         20 compatibility code.
21702
21703         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21704
21705         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21706
21707         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21708         Replace with point-at-{eol,bol}.
21709
21710         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21711
21712         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21713
21714         * flow-fill.el (fill-flowed-point-at-bol)
21715         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21716
21717         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21718         Replace with point-at-{eol,bol} throughout all files.
21719
21720 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21721
21722         * ntlm.el (ntlm-string-as-unibyte): New macro.
21723         (ntlm-build-auth-response): Use it.
21724
21725         Remove Emacs 20 stuff:
21726         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
21727         (butlast, mapc, remove): Remove the compiler macros.
21728         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21729         of delq and copy-sequence.
21730         * gnus-art.el (popup-menu): Remove the compiler macro.
21731         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21732         Emacs 20.
21733
21734 2004-01-05  Simon Josefsson  <jas@extundo.com>
21735
21736         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21737         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21738         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21739         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21740         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21741         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21742         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21743         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21744         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21745         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21746         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21747         string-xor into ntlm-string-xor.
21748         Suggested by Jesper Harder <harder@myrealbox.com>.
21749
21750         * ntlm.el: Don't include poem.
21751
21752         * md4.el (print-int32, print-string-hexa): Remove.
21753         Suggested by Jesper Harder <harder@myrealbox.com>.
21754
21755         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21756
21757         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21758         probably breaks emacs with DL patch, but do we care? Is anyone
21759         still using the DL stuff?)
21760
21761         * sieve-manage.el: Use the password package.
21762         (sieve-manage-read-passwd): Remove.
21763         (sieve-manage-interactive-login): Use password.  Re-add
21764         condition-case around loop.
21765
21766         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21767         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21768         Use the password package.
21769
21770 2003-02-19  Simon Josefsson  <jas@extundo.com>
21771
21772         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21773         token.
21774
21775 2002-08-07  Simon Josefsson  <jas@extundo.com>
21776
21777         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21778         (sieve-manage-authenticators):
21779         (sieve-manage-authenticator-alist): Add some SASL mechs.
21780         (sieve-sasl-auth): New function.
21781         (sieve-manage-cram-md5-auth):
21782         (sieve-manage-plain-auth): Rewrite using SASL library.
21783         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21784         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21785         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21786         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21787
21788 2004-01-05  Simon Josefsson  <jas@extundo.com>
21789
21790         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21791         New files.
21792
21793 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21794
21795         * gnus-group.el (gnus-no-groups-message): Update.
21796
21797         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21798
21799 2003-11-09  Simon Josefsson  <jas@extundo.com>
21800
21801         * imap.el: Support for ID IMAP extension (RFC 2971).
21802         (imap-local-variables): Add imap-id.
21803         (imap-id): New variable.
21804         (imap-id): New function.
21805         (imap-parse-response): Parse untagged ID response.
21806         * nnimap.el (nnimap-id): New variable.
21807         (nnimap-open-connection): Use it.
21808
21809 2003-12-28  Simon Josefsson  <jas@extundo.com>
21810
21811         * gnus-score.el (gnus-score-edit-all-score): New.
21812         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21813
21814 2004-01-04  Simon Josefsson  <jas@extundo.com>
21815
21816         * password.el: Add.
21817
21818 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21819
21820         * dns.el (dns-query-types): Fix typo.
21821         (dns-query-types): New function.
21822         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21823         PTR and SOA replies, see RFC 1035.
21824
21825 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21826
21827         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21828
21829         * Move to Changelog.2.
21830
21831 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21832
21833         * gnus.el (gnus-version-number): Bump version.
21834
21835 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21836
21837         * gnus.el: No Gnus v0.1 is released.
21838
21839 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21840
21841         * gnus.el: No Gnus v0.0 is released.
21842
21843 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21844
21845         * gnus.el (gnus-version-number): Bump.
21846         (gnus-version): No.
21847
21848 See ChangeLog.2 for earlier changes.
21849
21850   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21851
21852   This file is part of GNU Emacs.
21853
21854   GNU Emacs is free software: you can redistribute it and/or modify
21855   it under the terms of the GNU General Public License as published by
21856   the Free Software Foundation, either version 3 of the License, or
21857   (at your option) any later version.
21858
21859   GNU Emacs is distributed in the hope that it will be useful,
21860   but WITHOUT ANY WARRANTY; without even the implied warranty of
21861   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21862   GNU General Public License for more details.
21863
21864   You should have received a copy of the GNU General Public License
21865   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21866
21867 ;; Local Variables:
21868 ;; coding: utf-8
21869 ;; fill-column: 79
21870 ;; add-log-time-zone-rule: t
21871 ;; End: